Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public interface ImportOperationState extends JsonEnum {

/**
<p>This is an initial state of import resource and is currently processing.</p> */
<p>The import is in process. This is the initial state of the ImportOperation.</p> */
ImportOperationState PROCESSING = ImportOperationStateEnum.PROCESSING;
/**
<p>The validation of the import resource failed.</p> */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import jakarta.validation.constraints.NotNull;

/**
* ImportOperationStatus
* <p>The ID and validation status of a new ImportOperation.</p>
*
* <hr>
* Example to create an instance using the builder pattern
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* ImportOperationStatus
* <p>The ID and validation status of a new ImportOperation.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class ImportOperationStatusImpl implements ImportOperationStatus, ModelBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import jakarta.validation.constraints.NotNull;

/**
* <p>A list of the ID's and validation statuses of newly created ImportOperations. Used as a response at each resource-specific import endpoint, for example, at Import Categories and Import ProductTypes.</p>
* <p>The response of each resource import endpoint, such as Import Categories and Import ProductTypes.</p>
*
* <hr>
* Example to create an instance using the builder pattern
Expand All @@ -35,7 +35,7 @@
public interface ImportResponse {

/**
*
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
* @return operationStatus
*/
@NotNull
Expand All @@ -44,15 +44,15 @@ public interface ImportResponse {
public List<ImportOperationStatus> getOperationStatus();

/**
* set operationStatus
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
* @param operationStatus values to be set
*/

@JsonIgnore
public void setOperationStatus(final ImportOperationStatus... operationStatus);

/**
* set operationStatus
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
* @param operationStatus values to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class ImportResponseBuilder implements Builder<ImportResponse> {
private java.util.List<com.commercetools.importapi.models.importoperations.ImportOperationStatus> operationStatus;

/**
* set values to the operationStatus
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
* @param operationStatus value to be set
* @return Builder
*/
Expand All @@ -37,7 +37,7 @@ public ImportResponseBuilder operationStatus(
}

/**
* set value to the operationStatus
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
* @param operationStatus value to be set
* @return Builder
*/
Expand All @@ -49,7 +49,7 @@ public ImportResponseBuilder operationStatus(
}

/**
* add values to the operationStatus
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
* @param operationStatus value to be set
* @return Builder
*/
Expand All @@ -64,7 +64,7 @@ public ImportResponseBuilder plusOperationStatus(
}

/**
* add the value to the operationStatus using the builder function
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
* @param builder function to build the operationStatus value
* @return Builder
*/
Expand All @@ -81,7 +81,7 @@ public ImportResponseBuilder plusOperationStatus(
}

/**
* set the value to the operationStatus using the builder function
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
* @param builder function to build the operationStatus value
* @return Builder
*/
Expand All @@ -96,7 +96,7 @@ public ImportResponseBuilder withOperationStatus(
}

/**
* add the value to the operationStatus using the builder function
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
* @param builder function to build the operationStatus value
* @return Builder
*/
Expand All @@ -108,7 +108,7 @@ public ImportResponseBuilder addOperationStatus(
}

/**
* set the value to the operationStatus using the builder function
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
* @param builder function to build the operationStatus value
* @return Builder
*/
Expand All @@ -120,7 +120,7 @@ public ImportResponseBuilder setOperationStatus(
}

/**
* value of operationStatus}
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
* @return operationStatus
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* <p>A list of the ID's and validation statuses of newly created ImportOperations. Used as a response at each resource-specific import endpoint, for example, at Import Categories and Import ProductTypes.</p>
* <p>The response of each resource import endpoint, such as Import Categories and Import ProductTypes.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class ImportResponseImpl implements ImportResponse, ModelBase {
Expand All @@ -40,7 +40,7 @@ public ImportResponseImpl() {
}

/**
*
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
*/

public java.util.List<com.commercetools.importapi.models.importoperations.ImportOperationStatus> getOperationStatus() {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -409,3 +409,4 @@ ba64943be238cc04b24cfafc30b4e1d47976fd4e
f308ced4b427eea3642d2d183f6d15f0c1287aa8
ab2859c84d9f146e5d8556e905538b92af4aa044
5f7c0bef26fa70b6a3ec382455b56146e3088e0e
7c59b29681399c1a3000934fd59a46c10cbe5401