Skip to content

Commit 1b964dc

Browse files
Merge pull request #905 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 52941ff + 35f944b commit 1b964dc

File tree

7 files changed

+18
-17
lines changed

7 files changed

+18
-17
lines changed

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
public interface ImportOperationState extends JsonEnum {
1818

1919
/**
20-
<p>This is an initial state of import resource and is currently processing.</p> */
20+
<p>The import is in process. This is the initial state of the ImportOperation.</p> */
2121
ImportOperationState PROCESSING = ImportOperationStateEnum.PROCESSING;
2222
/**
2323
<p>The validation of the import resource failed.</p> */

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import jakarta.validation.constraints.NotNull;
1919

2020
/**
21-
* ImportOperationStatus
21+
* <p>The ID and validation status of a new ImportOperation.</p>
2222
*
2323
* <hr>
2424
* Example to create an instance using the builder pattern

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importoperations/ImportOperationStatusImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import org.apache.commons.lang3.builder.ToStringStyle;
1818

1919
/**
20-
* ImportOperationStatus
20+
* <p>The ID and validation status of a new ImportOperation.</p>
2121
*/
2222
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2323
public class ImportOperationStatusImpl implements ImportOperationStatus, ModelBase {

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importrequests/ImportResponse.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import jakarta.validation.constraints.NotNull;
1919

2020
/**
21-
* <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>
21+
* <p>The response of each resource import endpoint, such as Import Categories and Import ProductTypes.</p>
2222
*
2323
* <hr>
2424
* Example to create an instance using the builder pattern
@@ -35,7 +35,7 @@
3535
public interface ImportResponse {
3636

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

4646
/**
47-
* set operationStatus
47+
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
4848
* @param operationStatus values to be set
4949
*/
5050

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

5454
/**
55-
* set operationStatus
55+
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
5656
* @param operationStatus values to be set
5757
*/
5858

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importrequests/ImportResponseBuilder.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ImportResponseBuilder implements Builder<ImportResponse> {
2525
private java.util.List<com.commercetools.importapi.models.importoperations.ImportOperationStatus> operationStatus;
2626

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

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

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

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

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

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

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

122122
/**
123-
* value of operationStatus}
123+
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
124124
* @return operationStatus
125125
*/
126126

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importrequests/ImportResponseImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import org.apache.commons.lang3.builder.ToStringStyle;
1818

1919
/**
20-
* <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>
20+
* <p>The response of each resource import endpoint, such as Import Categories and Import ProductTypes.</p>
2121
*/
2222
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2323
public class ImportResponseImpl implements ImportResponse, ModelBase {
@@ -40,7 +40,7 @@ public ImportResponseImpl() {
4040
}
4141

4242
/**
43-
*
43+
* <p>A list of the ID's and validation statuses of new ImportOperations.</p>
4444
*/
4545

4646
public java.util.List<com.commercetools.importapi.models.importoperations.ImportOperationStatus> getOperationStatus() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,3 +409,4 @@ ba64943be238cc04b24cfafc30b4e1d47976fd4e
409409
f308ced4b427eea3642d2d183f6d15f0c1287aa8
410410
ab2859c84d9f146e5d8556e905538b92af4aa044
411411
5f7c0bef26fa70b6a3ec382455b56146e3088e0e
412+
7c59b29681399c1a3000934fd59a46c10cbe5401

0 commit comments

Comments
 (0)