diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationState.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationState.java index e10fd4254c..4887ed02a8 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationState.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationState.java @@ -17,7 +17,7 @@ public interface ImportOperationState extends JsonEnum { /** -
This is an initial state of import resource and is currently processing.
*/ +The import is in process. This is the initial state of the ImportOperation.
*/ ImportOperationState PROCESSING = ImportOperationStateEnum.PROCESSING; /**The validation of the import resource failed.
*/ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationStatus.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationStatus.java index 6a4e075878..b17e99d464 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationStatus.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationStatus.java @@ -18,7 +18,7 @@ import jakarta.validation.constraints.NotNull; /** - * ImportOperationStatus + *The ID and validation status of a new ImportOperation.
* *The ID and validation status of a new ImportOperation.
*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class ImportOperationStatusImpl implements ImportOperationStatus, ModelBase { diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importrequests/ImportResponse.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importrequests/ImportResponse.java index d3a9626668..e50b414135 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importrequests/ImportResponse.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importrequests/ImportResponse.java @@ -18,7 +18,7 @@ import jakarta.validation.constraints.NotNull; /** - *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.
+ *The response of each resource import endpoint, such as Import Categories and Import ProductTypes.
* *A list of the ID's and validation statuses of new ImportOperations.
* @return operationStatus */ @NotNull @@ -44,7 +44,7 @@ public interface ImportResponse { public ListA list of the ID's and validation statuses of new ImportOperations.
* @param operationStatus values to be set */ @@ -52,7 +52,7 @@ public interface ImportResponse { public void setOperationStatus(final ImportOperationStatus... operationStatus); /** - * set operationStatus + *A list of the ID's and validation statuses of new ImportOperations.
* @param operationStatus values to be set */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importrequests/ImportResponseBuilder.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importrequests/ImportResponseBuilder.java index c4b2eaa2c5..e6afd5703c 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importrequests/ImportResponseBuilder.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importrequests/ImportResponseBuilder.java @@ -25,7 +25,7 @@ public class ImportResponseBuilder implements BuilderA list of the ID's and validation statuses of new ImportOperations.
* @param operationStatus value to be set * @return Builder */ @@ -37,7 +37,7 @@ public ImportResponseBuilder operationStatus( } /** - * set value to the operationStatus + *A list of the ID's and validation statuses of new ImportOperations.
* @param operationStatus value to be set * @return Builder */ @@ -49,7 +49,7 @@ public ImportResponseBuilder operationStatus( } /** - * add values to the operationStatus + *A list of the ID's and validation statuses of new ImportOperations.
* @param operationStatus value to be set * @return Builder */ @@ -64,7 +64,7 @@ public ImportResponseBuilder plusOperationStatus( } /** - * add the value to the operationStatus using the builder function + *A list of the ID's and validation statuses of new ImportOperations.
* @param builder function to build the operationStatus value * @return Builder */ @@ -81,7 +81,7 @@ public ImportResponseBuilder plusOperationStatus( } /** - * set the value to the operationStatus using the builder function + *A list of the ID's and validation statuses of new ImportOperations.
* @param builder function to build the operationStatus value * @return Builder */ @@ -96,7 +96,7 @@ public ImportResponseBuilder withOperationStatus( } /** - * add the value to the operationStatus using the builder function + *A list of the ID's and validation statuses of new ImportOperations.
* @param builder function to build the operationStatus value * @return Builder */ @@ -108,7 +108,7 @@ public ImportResponseBuilder addOperationStatus( } /** - * set the value to the operationStatus using the builder function + *A list of the ID's and validation statuses of new ImportOperations.
* @param builder function to build the operationStatus value * @return Builder */ @@ -120,7 +120,7 @@ public ImportResponseBuilder setOperationStatus( } /** - * value of operationStatus} + *A list of the ID's and validation statuses of new ImportOperations.
* @return operationStatus */ diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importrequests/ImportResponseImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importrequests/ImportResponseImpl.java index bb673ea751..f18317ac8f 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importrequests/ImportResponseImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importrequests/ImportResponseImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *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.
+ *The response of each resource import endpoint, such as Import Categories and Import ProductTypes.
*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class ImportResponseImpl implements ImportResponse, ModelBase { @@ -40,7 +40,7 @@ public ImportResponseImpl() { } /** - * + *A list of the ID's and validation statuses of new ImportOperations.
*/ public java.util.List