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-api/src/main/java-generated/com/commercetools/api/models/event/CheckoutPaymentAuthorizedEvent.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
importjakarta.validation.constraints.NotNull;
18
18
19
19
/**
20
-
* <p>Generated when a payment is successfully authorized in Checkout. This event indicates the payment has been validated and the amount has been reserved but not yet charged.</p>
20
+
* <p>Generated when a payment is successfully authorized in Checkout. This event indicates that the payment has been validated and the amount has been reserved but not yet charged.</p>
21
21
*
22
22
* <hr>
23
23
* Example to create an instance using the builder pattern
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/event/CheckoutPaymentAuthorizedEventImpl.java
* <p>Generated when a payment is successfully authorized in Checkout. This event indicates the payment has been validated and the amount has been reserved but not yet charged.</p>
21
+
* <p>Generated when a payment is successfully authorized in Checkout. This event indicates that the payment has been validated and the amount has been reserved but not yet charged.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/CloudEventsFormat.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 CloudEventsFormat can be used with any <span>Destination</span>, and the payload is delivered in the <code>JSON Event Format</code>. <a href="https://docs.commercetools.com/apis/ctp:api:type:AzureEventGridDestination" rel="nofollow">AzureEventGridDestination</a> offers native support to filter and route CloudEvents.</p>
18
+
* <p>The CloudEventsFormat can be used with any <a href="https://docs.commercetools.com/apis/ctp:api:type:Destination" rel="nofollow">Destination</a>, and the payload is delivered in the <code>JSON Event Format</code>. <a href="https://docs.commercetools.com/apis/ctp:api:type:AzureEventGridDestination" rel="nofollow">AzureEventGridDestination</a> offers native support to filter and route CloudEvents.</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-api/src/main/java-generated/com/commercetools/api/models/subscription/CloudEventsFormatImpl.java
* <p>The CloudEventsFormat can be used with any <span>Destination</span>, and the payload is delivered in the <code>JSON Event Format</code>. <a href="https://docs.commercetools.com/apis/ctp:api:type:AzureEventGridDestination" rel="nofollow">AzureEventGridDestination</a> offers native support to filter and route CloudEvents.</p>
20
+
* <p>The CloudEventsFormat can be used with any <a href="https://docs.commercetools.com/apis/ctp:api:type:Destination" rel="nofollow">Destination</a>, and the payload is delivered in the <code>JSON Event Format</code>. <a href="https://docs.commercetools.com/apis/ctp:api:type:AzureEventGridDestination" rel="nofollow">AzureEventGridDestination</a> offers native support to filter and route CloudEvents.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/client/ByProjectKeyImportContainersByImportContainerKeyDelete.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
/**
19
19
* <p>Deletes an Import Container in the Project.</p>
20
-
* <p>Generates the <span>ImportContainerDeleted</span> Event.</p>
20
+
* <p>Generates the <a href="https://docs.commercetools.com/apis/ctp:api:type:ImportContainerDeletedEvent" rel="nofollow">ImportContainerDeleted</a> Event.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/client/ByProjectKeyImportContainersPost.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
/**
19
19
* <p>Creates an Import Container in the Project.</p>
20
-
* <p>Generates the <span>ImportContainerCreated</span> Event.</p>
20
+
* <p>Generates the <a href="https://docs.commercetools.com/apis/ctp:api:type:ImportContainerCreatedEvent" rel="nofollow">ImportContainerCreated</a> Event.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/client/ByProjectKeyImportContainersPostString.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
/**
20
20
* <p>Creates an Import Container in the Project.</p>
21
-
* <p>Generates the <span>ImportContainerCreated</span> Event.</p>
21
+
* <p>Generates the <a href="https://docs.commercetools.com/apis/ctp:api:type:ImportContainerCreatedEvent" rel="nofollow">ImportContainerCreated</a> Event.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/ProcessingState.java
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,23 +20,26 @@ public interface ProcessingState extends JsonEnum {
20
20
<p>The initial state assigned if the request payload (JSON structure and fields) meets Import API specifications. The resource import is in progress.</p> */
<p>Either the request payload is missing the data as per Import API specifications, or even though the references were resolved, the data does not meet validation constraints. Generates the <span>ImportValidationFailed</span> Event.</p> */
23
+
<p>Either the request payload is missing the data as per Import API specifications, or even though the references were resolved, the data does not meet validation constraints. Generates the <a href="https://docs.commercetools.com/apis/ctp:api:type:ImportValidationFailedEvent" rel="nofollow">ImportValidationFailed</a> Event.</p> */
<p>The import request contains <a href="https://docs.commercetools.com/apis/ctp:api:type:KeyReference" rel="nofollow">KeyReferences</a> to resources that do not exist in your Composable Commerce Project. Generates the <span>ImportUnresolved</span> Event.</p> */
26
+
<p>The import request contains <a href="https://docs.commercetools.com/apis/ctp:api:type:KeyReference" rel="nofollow">KeyReferences</a> to resources that do not exist in your Composable Commerce Project. Generates the <a href="https://docs.commercetools.com/apis/ctp:api:type:ImportUnresolvedEvent" rel="nofollow">ImportUnresolved</a> Event.</p> */
<p>Products must have at least one Product Variant, also known as the Master Variant. If you import a Product without a Master Variant, the import request will have this status until another import request includes Master Variant data for the Product. Generates the <span>ImportWaitForMasterVariant</span> Event.</p> */
29
+
<p>Products must have at least one Product Variant, also known as the Master Variant. If you import a Product without a Master Variant, the import request will have this status until another import request includes Master Variant data for the Product. Generates the <a href="https://docs.commercetools.com/apis/ctp:api:type:ImportWaitForMasterVariantEvent" rel="nofollow">ImportWaitForMasterVariant</a> Event.</p> */
<p>The resource could not be imported. References were resolved, but the system could not import the data due to an internal server error and the retry limit was reached. Generates the <span>ImportOperationRejected</span> Event.</p> */
35
+
<p>The resource could not be imported. References were resolved, but the system could not import the data due to an internal server error and the retry limit was reached. Generates the <a href="https://docs.commercetools.com/apis/ctp:api:type:ImportOperationRejectedEvent" rel="nofollow">ImportOperationRejected</a> Event.</p> */
<p>The resource was partially imported. Some actions succeeded but others failed. The ImportOperation includes error details for the failed parts.</p> */
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/importsummaries/OperationStates.java
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@
29
29
* .imported(1)
30
30
* .rejected(1)
31
31
* .canceled(1)
32
+
* .partiallyImported(1)
32
33
* .build()
33
34
* </code></pre>
34
35
* </div>
@@ -93,6 +94,14 @@ public interface OperationStates {
93
94
@JsonProperty("canceled")
94
95
publicLonggetCanceled();
95
96
97
+
/**
98
+
* <p>The number of ImportOperations in the <code>partiallyImported</code> state.</p>
99
+
* @return partiallyImported
100
+
*/
101
+
@NotNull
102
+
@JsonProperty("partiallyImported")
103
+
publicLonggetPartiallyImported();
104
+
96
105
/**
97
106
* <p>The number of ImportOperations in the <code>processing</code> state.</p>
98
107
* @param processing value to be set
@@ -142,6 +151,13 @@ public interface OperationStates {
142
151
143
152
publicvoidsetCanceled(finalLongcanceled);
144
153
154
+
/**
155
+
* <p>The number of ImportOperations in the <code>partiallyImported</code> state.</p>
0 commit comments