Skip to content

Commit 9e585b1

Browse files
Merge pull request #925 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 6f5ecec + dbb2d4d commit 9e585b1

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importsummaries/ImportSummary.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import jakarta.validation.constraints.NotNull;
1717

1818
/**
19-
* <p>Describes the status of an ImportContainer by the number of resources in each Processing State. Can be used to monitor the import progress per Import Container.</p>
19+
* <p>Describes the status of an ImportContainer by the number of resources in each ProcessingState. Can be used to monitor the import progress per Import Container.</p>
2020
*
2121
* <hr>
2222
* Example to create an instance using the builder pattern
@@ -34,7 +34,7 @@
3434
public interface ImportSummary {
3535

3636
/**
37-
* <p>The import status of an ImportContainer given by the number of resources in each Processing State.</p>
37+
* <p>The import status of an ImportContainer given by the number of resources in each ProcessingState.</p>
3838
* @return states
3939
*/
4040
@NotNull
@@ -51,7 +51,7 @@ public interface ImportSummary {
5151
public Long getTotal();
5252

5353
/**
54-
* <p>The import status of an ImportContainer given by the number of resources in each Processing State.</p>
54+
* <p>The import status of an ImportContainer given by the number of resources in each ProcessingState.</p>
5555
* @param states value to be set
5656
*/
5757

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importsummaries/ImportSummaryBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class ImportSummaryBuilder implements Builder<ImportSummary> {
2828
private Long total;
2929

3030
/**
31-
* <p>The import status of an ImportContainer given by the number of resources in each Processing State.</p>
31+
* <p>The import status of an ImportContainer given by the number of resources in each ProcessingState.</p>
3232
* @param builder function to build the states value
3333
* @return Builder
3434
*/
@@ -41,7 +41,7 @@ public ImportSummaryBuilder states(
4141
}
4242

4343
/**
44-
* <p>The import status of an ImportContainer given by the number of resources in each Processing State.</p>
44+
* <p>The import status of an ImportContainer given by the number of resources in each ProcessingState.</p>
4545
* @param builder function to build the states value
4646
* @return Builder
4747
*/
@@ -53,7 +53,7 @@ public ImportSummaryBuilder withStates(
5353
}
5454

5555
/**
56-
* <p>The import status of an ImportContainer given by the number of resources in each Processing State.</p>
56+
* <p>The import status of an ImportContainer given by the number of resources in each ProcessingState.</p>
5757
* @param states value to be set
5858
* @return Builder
5959
*/
@@ -76,7 +76,7 @@ public ImportSummaryBuilder total(final Long total) {
7676
}
7777

7878
/**
79-
* <p>The import status of an ImportContainer given by the number of resources in each Processing State.</p>
79+
* <p>The import status of an ImportContainer given by the number of resources in each ProcessingState.</p>
8080
* @return states
8181
*/
8282

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importsummaries/ImportSummaryImpl.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>Describes the status of an ImportContainer by the number of resources in each Processing State. Can be used to monitor the import progress per Import Container.</p>
20+
* <p>Describes the status of an ImportContainer by the number of resources in each ProcessingState. Can be used to monitor the import progress per Import Container.</p>
2121
*/
2222
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2323
public class ImportSummaryImpl implements ImportSummary, ModelBase {
@@ -44,7 +44,7 @@ public ImportSummaryImpl() {
4444
}
4545

4646
/**
47-
* <p>The import status of an ImportContainer given by the number of resources in each Processing State.</p>
47+
* <p>The import status of an ImportContainer given by the number of resources in each ProcessingState.</p>
4848
*/
4949

5050
public com.commercetools.importapi.models.importsummaries.OperationStates getStates() {

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importsummaries/OperationStates.java

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

1717
/**
18-
* <p>The number of resources in each Processing State.</p>
18+
* <p>The number of resources in each ProcessingState.</p>
1919
*
2020
* <hr>
2121
* Example to create an instance using the builder pattern

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importsummaries/OperationStatesImpl.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-
* <p>The number of resources in each Processing State.</p>
20+
* <p>The number of resources in each ProcessingState.</p>
2121
*/
2222
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2323
public class OperationStatesImpl implements OperationStates, ModelBase {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,3 +418,4 @@ b1fc7dfd206272a7717ffe06bf9bdb40fc428a1d
418418
2222db881c7a11c0c0e7a23d0b0165c1fe593281
419419
f94e106041ca73ddf1379a3450017c042ea2a170
420420
785c84a89e8e2a8c807c80e728e2b160d7304ed1
421+
472c32aba11ea29bb866c99e21b771acfba70891

0 commit comments

Comments
 (0)