You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importsummaries/ImportSummary.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
importjakarta.validation.constraints.NotNull;
17
17
18
18
/**
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>
20
20
*
21
21
* <hr>
22
22
* Example to create an instance using the builder pattern
@@ -34,7 +34,7 @@
34
34
publicinterfaceImportSummary {
35
35
36
36
/**
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>
38
38
* @return states
39
39
*/
40
40
@NotNull
@@ -51,7 +51,7 @@ public interface ImportSummary {
51
51
publicLonggetTotal();
52
52
53
53
/**
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>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importsummaries/ImportSummaryBuilder.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ public class ImportSummaryBuilder implements Builder<ImportSummary> {
28
28
privateLongtotal;
29
29
30
30
/**
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>
32
32
* @param builder function to build the states value
33
33
* @return Builder
34
34
*/
@@ -41,7 +41,7 @@ public ImportSummaryBuilder states(
41
41
}
42
42
43
43
/**
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>
45
45
* @param builder function to build the states value
46
46
* @return Builder
47
47
*/
@@ -53,7 +53,7 @@ public ImportSummaryBuilder withStates(
53
53
}
54
54
55
55
/**
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>
57
57
* @param states value to be set
58
58
* @return Builder
59
59
*/
@@ -76,7 +76,7 @@ public ImportSummaryBuilder total(final Long total) {
76
76
}
77
77
78
78
/**
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>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importsummaries/ImportSummaryImpl.java
* <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>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importsummaries/OperationStates.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
importjakarta.validation.constraints.NotNull;
16
16
17
17
/**
18
-
* <p>The number of resources in each Processing State.</p>
18
+
* <p>The number of resources in each ProcessingState.</p>
19
19
*
20
20
* <hr>
21
21
* Example to create an instance using the builder pattern
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importsummaries/OperationStatesImpl.java
0 commit comments