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.

* *
* Example to create an instance using the builder pattern diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationStatusImpl.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationStatusImpl.java index 2eb8378838..f30bcb55cb 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationStatusImpl.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationStatusImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - * ImportOperationStatus + *

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.

* *
* Example to create an instance using the builder pattern @@ -35,7 +35,7 @@ public interface ImportResponse { /** - * + *

A list of the ID's and validation statuses of new ImportOperations.

* @return operationStatus */ @NotNull @@ -44,7 +44,7 @@ public interface ImportResponse { public List getOperationStatus(); /** - * set operationStatus + *

A 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 Builder { private java.util.List operationStatus; /** - * set values to the operationStatus + *

A 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 getOperationStatus() { diff --git a/references.txt b/references.txt index 6cb26c7c93..c3db1f5f6b 100644 --- a/references.txt +++ b/references.txt @@ -409,3 +409,4 @@ ba64943be238cc04b24cfafc30b4e1d47976fd4e f308ced4b427eea3642d2d183f6d15f0c1287aa8 ab2859c84d9f146e5d8556e905538b92af4aa044 5f7c0bef26fa70b6a3ec382455b56146e3088e0e +7c59b29681399c1a3000934fd59a46c10cbe5401