From a8cda66322f3ea52d686615f0be7a672fbce61e4 Mon Sep 17 00:00:00 2001 From: Auto Mation Date: Tue, 14 Nov 2023 10:45:00 +0000 Subject: [PATCH 01/11] build(codegen): updating SDK --- .../commercetools/api/models/cart/Cart.java | 10 ++++---- .../api/models/cart/CartBuilder.java | 24 +++++++++---------- .../api/models/cart/CartDraft.java | 10 ++++---- .../api/models/cart/CartDraftBuilder.java | 24 +++++++++---------- .../api/models/cart/CartDraftImpl.java | 4 ++-- .../api/models/cart/CartImpl.java | 4 ++-- references.txt | 1 + 7 files changed, 39 insertions(+), 38 deletions(-) diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/Cart.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/Cart.java index 9e9c1aca3c6..281f7484210 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/Cart.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/Cart.java @@ -250,7 +250,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod public Address getBillingAddress(); /** - *

Shipping address associated with the Cart. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

+ *

Shipping address for a Cart with Single ShippingMode. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

* @return shippingAddress */ @Valid @@ -313,7 +313,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod /** *

Additional shipping addresses of the Cart as specified by LineItems using the shippingDetails field.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

* @return itemShippingAddresses */ @NotNull @@ -604,7 +604,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod public void setBillingAddress(final Address billingAddress); /** - *

Shipping address associated with the Cart. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

+ *

Shipping address for a Cart with Single ShippingMode. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

* @param shippingAddress value to be set */ @@ -667,7 +667,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod /** *

Additional shipping addresses of the Cart as specified by LineItems using the shippingDetails field.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

* @param itemShippingAddresses values to be set */ @@ -676,7 +676,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod /** *

Additional shipping addresses of the Cart as specified by LineItems using the shippingDetails field.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

* @param itemShippingAddresses values to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartBuilder.java index fe81638175e..dfbf78d552c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartBuilder.java @@ -787,7 +787,7 @@ public CartBuilder billingAddress(@Nullable final com.commercetools.api.models.c } /** - *

Shipping address associated with the Cart. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

+ *

Shipping address for a Cart with Single ShippingMode. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

* @param builder function to build the shippingAddress value * @return Builder */ @@ -799,7 +799,7 @@ public CartBuilder shippingAddress( } /** - *

Shipping address associated with the Cart. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

+ *

Shipping address for a Cart with Single ShippingMode. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

* @param builder function to build the shippingAddress value * @return Builder */ @@ -811,7 +811,7 @@ public CartBuilder withShippingAddress( } /** - *

Shipping address associated with the Cart. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

+ *

Shipping address for a Cart with Single ShippingMode. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

* @param shippingAddress value to be set * @return Builder */ @@ -1036,7 +1036,7 @@ public CartBuilder setShipping( /** *

Additional shipping addresses of the Cart as specified by LineItems using the shippingDetails field.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

* @param itemShippingAddresses value to be set * @return Builder */ @@ -1049,7 +1049,7 @@ public CartBuilder itemShippingAddresses( /** *

Additional shipping addresses of the Cart as specified by LineItems using the shippingDetails field.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

* @param itemShippingAddresses value to be set * @return Builder */ @@ -1062,7 +1062,7 @@ public CartBuilder itemShippingAddresses( /** *

Additional shipping addresses of the Cart as specified by LineItems using the shippingDetails field.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

* @param itemShippingAddresses value to be set * @return Builder */ @@ -1078,7 +1078,7 @@ public CartBuilder plusItemShippingAddresses( /** *

Additional shipping addresses of the Cart as specified by LineItems using the shippingDetails field.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

* @param builder function to build the itemShippingAddresses value * @return Builder */ @@ -1094,7 +1094,7 @@ public CartBuilder plusItemShippingAddresses( /** *

Additional shipping addresses of the Cart as specified by LineItems using the shippingDetails field.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

* @param builder function to build the itemShippingAddresses value * @return Builder */ @@ -1108,7 +1108,7 @@ public CartBuilder withItemShippingAddresses( /** *

Additional shipping addresses of the Cart as specified by LineItems using the shippingDetails field.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

* @param builder function to build the itemShippingAddresses value * @return Builder */ @@ -1120,7 +1120,7 @@ public CartBuilder addItemShippingAddresses( /** *

Additional shipping addresses of the Cart as specified by LineItems using the shippingDetails field.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

* @param builder function to build the itemShippingAddresses value * @return Builder */ @@ -1816,7 +1816,7 @@ public com.commercetools.api.models.common.Address getBillingAddress() { } /** - *

Shipping address associated with the Cart. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

+ *

Shipping address for a Cart with Single ShippingMode. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

* @return shippingAddress */ @@ -1890,7 +1890,7 @@ public java.util.List getShipping() /** *

Additional shipping addresses of the Cart as specified by LineItems using the shippingDetails field.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

* @return itemShippingAddresses */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraft.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraft.java index 25470388faf..5aae4a76f12 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraft.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraft.java @@ -169,7 +169,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf public BaseAddress getBillingAddress(); /** - *

Shipping address associated with the Cart. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

+ *

Shipping address for a Cart with Single ShippingMode. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

* @return shippingAddress */ @Valid @@ -226,7 +226,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf /** *

Multiple shipping addresses of the Cart. Each address must contain a key that is unique in this Cart. The keys are used by LineItems to reference these addresses under their shippingDetails.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

* @return itemShippingAddresses */ @Valid @@ -412,7 +412,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf public void setBillingAddress(final BaseAddress billingAddress); /** - *

Shipping address associated with the Cart. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

+ *

Shipping address for a Cart with Single ShippingMode. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

* @param shippingAddress value to be set */ @@ -479,7 +479,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf /** *

Multiple shipping addresses of the Cart. Each address must contain a key that is unique in this Cart. The keys are used by LineItems to reference these addresses under their shippingDetails.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

* @param itemShippingAddresses values to be set */ @@ -488,7 +488,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf /** *

Multiple shipping addresses of the Cart. Each address must contain a key that is unique in this Cart. The keys are used by LineItems to reference these addresses under their shippingDetails.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

* @param itemShippingAddresses values to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftBuilder.java index c14d87a56b0..b99d8ec0544 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftBuilder.java @@ -583,7 +583,7 @@ public CartDraftBuilder billingAddress( } /** - *

Shipping address associated with the Cart. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

+ *

Shipping address for a Cart with Single ShippingMode. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

* @param builder function to build the shippingAddress value * @return Builder */ @@ -595,7 +595,7 @@ public CartDraftBuilder shippingAddress( } /** - *

Shipping address associated with the Cart. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

+ *

Shipping address for a Cart with Single ShippingMode. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

* @param builder function to build the shippingAddress value * @return Builder */ @@ -607,7 +607,7 @@ public CartDraftBuilder withShippingAddress( } /** - *

Shipping address associated with the Cart. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

+ *

Shipping address for a Cart with Single ShippingMode. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

* @param shippingAddress value to be set * @return Builder */ @@ -886,7 +886,7 @@ public CartDraftBuilder setShipping( /** *

Multiple shipping addresses of the Cart. Each address must contain a key that is unique in this Cart. The keys are used by LineItems to reference these addresses under their shippingDetails.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

* @param itemShippingAddresses value to be set * @return Builder */ @@ -899,7 +899,7 @@ public CartDraftBuilder itemShippingAddresses( /** *

Multiple shipping addresses of the Cart. Each address must contain a key that is unique in this Cart. The keys are used by LineItems to reference these addresses under their shippingDetails.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

* @param itemShippingAddresses value to be set * @return Builder */ @@ -912,7 +912,7 @@ public CartDraftBuilder itemShippingAddresses( /** *

Multiple shipping addresses of the Cart. Each address must contain a key that is unique in this Cart. The keys are used by LineItems to reference these addresses under their shippingDetails.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

* @param itemShippingAddresses value to be set * @return Builder */ @@ -928,7 +928,7 @@ public CartDraftBuilder plusItemShippingAddresses( /** *

Multiple shipping addresses of the Cart. Each address must contain a key that is unique in this Cart. The keys are used by LineItems to reference these addresses under their shippingDetails.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

* @param builder function to build the itemShippingAddresses value * @return Builder */ @@ -945,7 +945,7 @@ public CartDraftBuilder plusItemShippingAddresses( /** *

Multiple shipping addresses of the Cart. Each address must contain a key that is unique in this Cart. The keys are used by LineItems to reference these addresses under their shippingDetails.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

* @param builder function to build the itemShippingAddresses value * @return Builder */ @@ -960,7 +960,7 @@ public CartDraftBuilder withItemShippingAddresses( /** *

Multiple shipping addresses of the Cart. Each address must contain a key that is unique in this Cart. The keys are used by LineItems to reference these addresses under their shippingDetails.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

* @param builder function to build the itemShippingAddresses value * @return Builder */ @@ -972,7 +972,7 @@ public CartDraftBuilder addItemShippingAddresses( /** *

Multiple shipping addresses of the Cart. Each address must contain a key that is unique in this Cart. The keys are used by LineItems to reference these addresses under their shippingDetails.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

* @param builder function to build the itemShippingAddresses value * @return Builder */ @@ -1259,7 +1259,7 @@ public com.commercetools.api.models.common.BaseAddress getBillingAddress() { } /** - *

Shipping address associated with the Cart. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

+ *

Shipping address for a Cart with Single ShippingMode. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

* @return shippingAddress */ @@ -1328,7 +1328,7 @@ public java.util.List getShippi /** *

Multiple shipping addresses of the Cart. Each address must contain a key that is unique in this Cart. The keys are used by LineItems to reference these addresses under their shippingDetails.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

* @return itemShippingAddresses */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftImpl.java index f189bd2a909..03402a22a9f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftImpl.java @@ -278,7 +278,7 @@ public com.commercetools.api.models.common.BaseAddress getBillingAddress() { } /** - *

Shipping address associated with the Cart. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

+ *

Shipping address for a Cart with Single ShippingMode. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

*/ public com.commercetools.api.models.common.BaseAddress getShippingAddress() { @@ -335,7 +335,7 @@ public java.util.List getShippi /** *

Multiple shipping addresses of the Cart. Each address must contain a key that is unique in this Cart. The keys are used by LineItems to reference these addresses under their shippingDetails.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address shippingAddress, and not itemShippingAddresses.

*/ public java.util.List getItemShippingAddresses() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartImpl.java index 7d43f5fa416..fa36ec2d361 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartImpl.java @@ -401,7 +401,7 @@ public com.commercetools.api.models.common.Address getBillingAddress() { } /** - *

Shipping address associated with the Cart. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

+ *

Shipping address for a Cart with Single ShippingMode. Determines eligible ShippingMethod rates and Tax Rates of Line Items.

*/ public com.commercetools.api.models.common.Address getShippingAddress() { @@ -463,7 +463,7 @@ public java.util.List getShipping() /** *

Additional shipping addresses of the Cart as specified by LineItems using the shippingDetails field.

- *

Eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

+ *

For Carts with Single ShippingMode: eligible Shipping Methods or applicable Tax Rates are determined by the address in shippingAddress, and not itemShippingAddresses.

*/ public java.util.List getItemShippingAddresses() { diff --git a/references.txt b/references.txt index 8d0b4891845..70375ba1096 100644 --- a/references.txt +++ b/references.txt @@ -142,3 +142,4 @@ a384c593b1d1c14c2f8d601afbe1b588521b860e 7b77469463c577a7ac4a7c1f8949d5a6398d5415 efe74ff3931aae55e055d243f79065c8fc69ec33 efe74ff3931aae55e055d243f79065c8fc69ec33 +27f991c0446c87738d8fbda4882c27ba36699001 From 28fba6b02b8e5348e499c8d02c4a949876825663 Mon Sep 17 00:00:00 2001 From: Auto Mation Date: Fri, 17 Nov 2023 14:43:25 +0000 Subject: [PATCH 02/11] build(codegen): updating SDK --- .../api/models/customer/CustomerChangeEmailAction.java | 2 +- .../api/models/customer/CustomerChangeEmailActionImpl.java | 2 +- references.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerChangeEmailAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerChangeEmailAction.java index d2286504203..e23e5128992 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerChangeEmailAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerChangeEmailAction.java @@ -14,7 +14,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - *

Changing the email of the Customer produces the CustomerEmailChanged Message.

+ *

Changes the email of the Customer and sets the isEmailVerified property to false. This update action generates a CustomerEmailChanged Message.

* *
* Example to create an instance using the builder pattern diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerChangeEmailActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerChangeEmailActionImpl.java index 688cab8a067..c2d6f0bf5e4 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerChangeEmailActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerChangeEmailActionImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *

Changing the email of the Customer produces the CustomerEmailChanged Message.

+ *

Changes the email of the Customer and sets the isEmailVerified property to false. This update action generates a CustomerEmailChanged Message.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class CustomerChangeEmailActionImpl implements CustomerChangeEmailAction, ModelBase { diff --git a/references.txt b/references.txt index 70375ba1096..9702cbc1897 100644 --- a/references.txt +++ b/references.txt @@ -143,3 +143,4 @@ a384c593b1d1c14c2f8d601afbe1b588521b860e efe74ff3931aae55e055d243f79065c8fc69ec33 efe74ff3931aae55e055d243f79065c8fc69ec33 27f991c0446c87738d8fbda4882c27ba36699001 +5e3c6222f4b6c5048d28e8a9801d72a60e4cfa94 From d4b6d8ee7f8c2b1815dcfe343e0b561df186f53e Mon Sep 17 00:00:00 2001 From: Auto Mation Date: Thu, 23 Nov 2023 11:55:54 +0000 Subject: [PATCH 03/11] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 9702cbc1897..38ef39c678b 100644 --- a/references.txt +++ b/references.txt @@ -144,3 +144,4 @@ efe74ff3931aae55e055d243f79065c8fc69ec33 efe74ff3931aae55e055d243f79065c8fc69ec33 27f991c0446c87738d8fbda4882c27ba36699001 5e3c6222f4b6c5048d28e8a9801d72a60e4cfa94 +6041dca409bc6d87fe040dc557901ce096930880 From 380efb1dbd1801cfbb564dfeecf5110a1bdfcb5e Mon Sep 17 00:00:00 2001 From: Auto Mation Date: Thu, 23 Nov 2023 16:30:48 +0000 Subject: [PATCH 04/11] build(codegen): updating SDK --- .../com/commercetools/api/models/common/CreatedBy.java | 4 ++-- .../com/commercetools/api/models/common/CreatedByBuilder.java | 4 ++-- .../com/commercetools/api/models/common/CreatedByImpl.java | 2 +- .../com/commercetools/api/models/common/LastModifiedBy.java | 4 ++-- .../api/models/common/LastModifiedByBuilder.java | 4 ++-- .../commercetools/api/models/common/LastModifiedByImpl.java | 2 +- references.txt | 1 + 7 files changed, 11 insertions(+), 10 deletions(-) diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedBy.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedBy.java index 73ae6f61781..0348200d927 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedBy.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedBy.java @@ -39,7 +39,7 @@ public interface CreatedBy extends ClientLogging { public String getClientId(); /** - *

External user ID provided by X-External-User-ID HTTP Header.

+ *

External user ID provided by X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

* @return externalUserId */ @@ -78,7 +78,7 @@ public interface CreatedBy extends ClientLogging { public void setClientId(final String clientId); /** - *

External user ID provided by X-External-User-ID HTTP Header.

+ *

External user ID provided by X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

* @param externalUserId value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByBuilder.java index 1a1c1265b7b..cdcb8467b86 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByBuilder.java @@ -50,7 +50,7 @@ public CreatedByBuilder clientId(@Nullable final String clientId) { } /** - *

External user ID provided by X-External-User-ID HTTP Header.

+ *

External user ID provided by X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

* @param externalUserId value to be set * @return Builder */ @@ -153,7 +153,7 @@ public String getClientId() { } /** - *

External user ID provided by X-External-User-ID HTTP Header.

+ *

External user ID provided by X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

* @return externalUserId */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByImpl.java index 7c0479350e7..de2a1257b90 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByImpl.java @@ -63,7 +63,7 @@ public String getClientId() { } /** - *

External user ID provided by X-External-User-ID HTTP Header.

+ *

External user ID provided by X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

*/ public String getExternalUserId() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedBy.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedBy.java index 5c0f53fc228..1e1d67b2df3 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedBy.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedBy.java @@ -39,7 +39,7 @@ public interface LastModifiedBy extends ClientLogging { public String getClientId(); /** - *

External user ID provided by X-External-User-ID HTTP Header.

+ *

External user ID provided by X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

* @return externalUserId */ @@ -78,7 +78,7 @@ public interface LastModifiedBy extends ClientLogging { public void setClientId(final String clientId); /** - *

External user ID provided by X-External-User-ID HTTP Header.

+ *

External user ID provided by X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

* @param externalUserId value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByBuilder.java index a2c0be7bf2c..c01fdb42196 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByBuilder.java @@ -50,7 +50,7 @@ public LastModifiedByBuilder clientId(@Nullable final String clientId) { } /** - *

External user ID provided by X-External-User-ID HTTP Header.

+ *

External user ID provided by X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

* @param externalUserId value to be set * @return Builder */ @@ -154,7 +154,7 @@ public String getClientId() { } /** - *

External user ID provided by X-External-User-ID HTTP Header.

+ *

External user ID provided by X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

* @return externalUserId */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByImpl.java index 01563cb6d7a..1b5d279fdbe 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByImpl.java @@ -63,7 +63,7 @@ public String getClientId() { } /** - *

External user ID provided by X-External-User-ID HTTP Header.

+ *

External user ID provided by X-External-User-ID HTTP Header or external_user_id:{externalUserId} scope.

*/ public String getExternalUserId() { diff --git a/references.txt b/references.txt index 38ef39c678b..7aeb70d7688 100644 --- a/references.txt +++ b/references.txt @@ -145,3 +145,4 @@ efe74ff3931aae55e055d243f79065c8fc69ec33 27f991c0446c87738d8fbda4882c27ba36699001 5e3c6222f4b6c5048d28e8a9801d72a60e4cfa94 6041dca409bc6d87fe040dc557901ce096930880 +2ce79726b857940c41873ecfd9a62943960846ea From 6911eb2ebb5ed0f6f47bcbbffd9a153faae8cbd2 Mon Sep 17 00:00:00 2001 From: Auto Mation Date: Mon, 27 Nov 2023 15:29:13 +0000 Subject: [PATCH 05/11] build(codegen): updating SDK --- .../com/commercetools/api/client/ByProjectKeyProductsPost.java | 2 +- .../api/client/ByProjectKeyProductsPostString.java | 2 +- references.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsPost.java index 3a3e6f422e0..1caf38bbbde 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsPost.java @@ -20,7 +20,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *

To create a new Product, send a representation that is going to become the initial staged representation of the new Product in the master catalog. If Price Selection query parameters are provided, selected Prices will be added to the response. Produces the ProductCreated Message.

+ *

To create a new Product, send a representation that is going to become the initial staged and current representation of the new Product in the catalog. If Price Selection query parameters are provided, selected Prices will be added to the response. Produces the ProductCreated Message.

* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsPostString.java index b081d14c887..47495f74379 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsPostString.java @@ -21,7 +21,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *

To create a new Product, send a representation that is going to become the initial staged representation of the new Product in the master catalog. If Price Selection query parameters are provided, selected Prices will be added to the response. Produces the ProductCreated Message.

+ *

To create a new Product, send a representation that is going to become the initial staged and current representation of the new Product in the catalog. If Price Selection query parameters are provided, selected Prices will be added to the response. Produces the ProductCreated Message.

* *
*
diff --git a/references.txt b/references.txt index 7aeb70d7688..7f28f11e186 100644 --- a/references.txt +++ b/references.txt @@ -146,3 +146,4 @@ efe74ff3931aae55e055d243f79065c8fc69ec33 5e3c6222f4b6c5048d28e8a9801d72a60e4cfa94 6041dca409bc6d87fe040dc557901ce096930880 2ce79726b857940c41873ecfd9a62943960846ea +ab7d69ec0e49b19cd5acf75b40fdc54a9ad6806d From 146201051beca67188132fae4183c028499279a2 Mon Sep 17 00:00:00 2001 From: Auto Mation Date: Mon, 27 Nov 2023 17:49:32 +0000 Subject: [PATCH 06/11] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 7f28f11e186..eeb591d52ac 100644 --- a/references.txt +++ b/references.txt @@ -147,3 +147,4 @@ efe74ff3931aae55e055d243f79065c8fc69ec33 6041dca409bc6d87fe040dc557901ce096930880 2ce79726b857940c41873ecfd9a62943960846ea ab7d69ec0e49b19cd5acf75b40fdc54a9ad6806d +b390ee642415d99d30db66efa4ecddaf194d920a From c1fa8ecee8ca83e146e3eb5924fa9415f9ea8a89 Mon Sep 17 00:00:00 2001 From: Auto Mation Date: Tue, 28 Nov 2023 08:05:32 +0000 Subject: [PATCH 07/11] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index eeb591d52ac..34694996cbf 100644 --- a/references.txt +++ b/references.txt @@ -148,3 +148,4 @@ efe74ff3931aae55e055d243f79065c8fc69ec33 2ce79726b857940c41873ecfd9a62943960846ea ab7d69ec0e49b19cd5acf75b40fdc54a9ad6806d b390ee642415d99d30db66efa4ecddaf194d920a +10b0b4f90c86138ff55749f83b474c6c4da07aae From feb807b0baad5622c38ecffde78359fc8c8036ac Mon Sep 17 00:00:00 2001 From: Auto Mation Date: Wed, 29 Nov 2023 15:07:37 +0000 Subject: [PATCH 08/11] build(codegen): updating SDK --- .../api/models/approval_flow/ApprovalFlowUpdate.java | 4 ++-- .../api/models/approval_flow/ApprovalFlowUpdateBuilder.java | 4 ++-- .../api/models/approval_flow/ApprovalFlowUpdateImpl.java | 2 +- .../api/models/approval_rule/ApprovalRuleUpdate.java | 4 ++-- .../api/models/approval_rule/ApprovalRuleUpdateBuilder.java | 4 ++-- .../api/models/approval_rule/ApprovalRuleUpdateImpl.java | 2 +- .../api/models/associate_role/AssociateRoleUpdate.java | 4 ++-- .../api/models/associate_role/AssociateRoleUpdateBuilder.java | 4 ++-- .../api/models/associate_role/AssociateRoleUpdateImpl.java | 2 +- .../api/models/attribute_group/AttributeGroupUpdate.java | 4 ++-- .../models/attribute_group/AttributeGroupUpdateBuilder.java | 4 ++-- .../api/models/attribute_group/AttributeGroupUpdateImpl.java | 2 +- .../api/models/business_unit/BusinessUnitUpdate.java | 4 ++-- .../api/models/business_unit/BusinessUnitUpdateBuilder.java | 4 ++-- .../api/models/business_unit/BusinessUnitUpdateImpl.java | 2 +- .../com/commercetools/api/models/cart/CartUpdate.java | 4 ++-- .../com/commercetools/api/models/cart/CartUpdateBuilder.java | 4 ++-- .../com/commercetools/api/models/cart/CartUpdateImpl.java | 2 +- .../api/models/cart_discount/CartDiscountUpdate.java | 4 ++-- .../api/models/cart_discount/CartDiscountUpdateBuilder.java | 4 ++-- .../api/models/cart_discount/CartDiscountUpdateImpl.java | 2 +- .../com/commercetools/api/models/category/CategoryUpdate.java | 4 ++-- .../api/models/category/CategoryUpdateBuilder.java | 4 ++-- .../commercetools/api/models/category/CategoryUpdateImpl.java | 2 +- .../com/commercetools/api/models/channel/ChannelUpdate.java | 4 ++-- .../api/models/channel/ChannelUpdateBuilder.java | 4 ++-- .../commercetools/api/models/channel/ChannelUpdateImpl.java | 2 +- .../com/commercetools/api/models/customer/CustomerUpdate.java | 4 ++-- .../api/models/customer/CustomerUpdateBuilder.java | 4 ++-- .../commercetools/api/models/customer/CustomerUpdateImpl.java | 2 +- .../api/models/customer_group/CustomerGroupUpdate.java | 4 ++-- .../api/models/customer_group/CustomerGroupUpdateBuilder.java | 4 ++-- .../api/models/customer_group/CustomerGroupUpdateImpl.java | 2 +- .../api/models/discount_code/DiscountCodeUpdate.java | 4 ++-- .../api/models/discount_code/DiscountCodeUpdateBuilder.java | 4 ++-- .../api/models/discount_code/DiscountCodeUpdateImpl.java | 2 +- .../commercetools/api/models/extension/ExtensionUpdate.java | 4 ++-- .../api/models/extension/ExtensionUpdateBuilder.java | 4 ++-- .../api/models/extension/ExtensionUpdateImpl.java | 2 +- .../api/models/inventory/InventoryEntryUpdate.java | 4 ++-- .../api/models/inventory/InventoryEntryUpdateBuilder.java | 4 ++-- .../api/models/inventory/InventoryEntryUpdateImpl.java | 2 +- .../api/models/me/MyBusinessUnitAssociateDraft.java | 4 ++-- .../api/models/me/MyBusinessUnitAssociateDraftBuilder.java | 4 ++-- .../api/models/me/MyBusinessUnitAssociateDraftImpl.java | 2 +- .../com/commercetools/api/models/me/MyBusinessUnitUpdate.java | 4 ++-- .../api/models/me/MyBusinessUnitUpdateBuilder.java | 4 ++-- .../commercetools/api/models/me/MyBusinessUnitUpdateImpl.java | 2 +- .../com/commercetools/api/models/me/MyCartUpdate.java | 4 ++-- .../com/commercetools/api/models/me/MyCartUpdateBuilder.java | 4 ++-- .../com/commercetools/api/models/me/MyCartUpdateImpl.java | 2 +- .../com/commercetools/api/models/me/MyCustomerUpdate.java | 4 ++-- .../commercetools/api/models/me/MyCustomerUpdateBuilder.java | 4 ++-- .../com/commercetools/api/models/me/MyCustomerUpdateImpl.java | 2 +- .../com/commercetools/api/models/me/MyPaymentUpdate.java | 4 ++-- .../commercetools/api/models/me/MyPaymentUpdateBuilder.java | 4 ++-- .../com/commercetools/api/models/me/MyPaymentUpdateImpl.java | 2 +- .../com/commercetools/api/models/me/MyQuoteUpdate.java | 4 ++-- .../com/commercetools/api/models/me/MyQuoteUpdateBuilder.java | 4 ++-- .../com/commercetools/api/models/me/MyQuoteUpdateImpl.java | 2 +- .../com/commercetools/api/models/me/MyShoppingListUpdate.java | 4 ++-- .../api/models/me/MyShoppingListUpdateBuilder.java | 4 ++-- .../commercetools/api/models/me/MyShoppingListUpdateImpl.java | 2 +- .../com/commercetools/api/models/order/OrderUpdate.java | 4 ++-- .../commercetools/api/models/order/OrderUpdateBuilder.java | 4 ++-- .../com/commercetools/api/models/order/OrderUpdateImpl.java | 2 +- .../commercetools/api/models/order_edit/OrderEditApply.java | 2 +- .../api/models/order_edit/OrderEditApplyImpl.java | 2 +- .../commercetools/api/models/order_edit/OrderEditUpdate.java | 4 ++-- .../api/models/order_edit/OrderEditUpdateBuilder.java | 4 ++-- .../api/models/order_edit/OrderEditUpdateImpl.java | 2 +- .../com/commercetools/api/models/payment/PaymentUpdate.java | 4 ++-- .../api/models/payment/PaymentUpdateBuilder.java | 4 ++-- .../commercetools/api/models/payment/PaymentUpdateImpl.java | 2 +- .../com/commercetools/api/models/product/ProductUpdate.java | 4 ++-- .../api/models/product/ProductUpdateBuilder.java | 4 ++-- .../commercetools/api/models/product/ProductUpdateImpl.java | 2 +- .../api/models/product_discount/ProductDiscountUpdate.java | 4 ++-- .../models/product_discount/ProductDiscountUpdateBuilder.java | 4 ++-- .../models/product_discount/ProductDiscountUpdateImpl.java | 2 +- .../api/models/product_type/ProductTypeUpdate.java | 4 ++-- .../api/models/product_type/ProductTypeUpdateBuilder.java | 4 ++-- .../api/models/product_type/ProductTypeUpdateImpl.java | 2 +- .../com/commercetools/api/models/project/ProjectUpdate.java | 4 ++-- .../api/models/project/ProjectUpdateBuilder.java | 4 ++-- .../commercetools/api/models/project/ProjectUpdateImpl.java | 2 +- .../com/commercetools/api/models/quote/QuoteUpdate.java | 4 ++-- .../commercetools/api/models/quote/QuoteUpdateBuilder.java | 4 ++-- .../com/commercetools/api/models/quote/QuoteUpdateImpl.java | 2 +- .../api/models/quote_request/QuoteRequestUpdate.java | 4 ++-- .../api/models/quote_request/QuoteRequestUpdateBuilder.java | 4 ++-- .../api/models/quote_request/QuoteRequestUpdateImpl.java | 2 +- .../api/models/shopping_list/ShoppingListUpdate.java | 4 ++-- .../api/models/shopping_list/ShoppingListUpdateBuilder.java | 4 ++-- .../api/models/shopping_list/ShoppingListUpdateImpl.java | 2 +- .../api/models/staged_quote/StagedQuoteUpdate.java | 4 ++-- .../api/models/staged_quote/StagedQuoteUpdateBuilder.java | 4 ++-- .../api/models/staged_quote/StagedQuoteUpdateImpl.java | 2 +- .../api/models/standalone_price/StandalonePriceUpdate.java | 4 ++-- .../models/standalone_price/StandalonePriceUpdateBuilder.java | 4 ++-- .../models/standalone_price/StandalonePriceUpdateImpl.java | 2 +- .../com/commercetools/api/models/state/StateUpdate.java | 4 ++-- .../commercetools/api/models/state/StateUpdateBuilder.java | 4 ++-- .../com/commercetools/api/models/state/StateUpdateImpl.java | 2 +- .../com/commercetools/api/models/store/StoreUpdate.java | 4 ++-- .../commercetools/api/models/store/StoreUpdateBuilder.java | 4 ++-- .../com/commercetools/api/models/store/StoreUpdateImpl.java | 2 +- .../api/models/subscription/SubscriptionUpdate.java | 4 ++-- .../api/models/subscription/SubscriptionUpdateBuilder.java | 4 ++-- .../api/models/subscription/SubscriptionUpdateImpl.java | 2 +- .../api/models/tax_category/TaxCategoryUpdate.java | 4 ++-- .../api/models/tax_category/TaxCategoryUpdateBuilder.java | 4 ++-- .../api/models/tax_category/TaxCategoryUpdateImpl.java | 2 +- .../com/commercetools/api/models/type/TypeUpdate.java | 4 ++-- .../com/commercetools/api/models/type/TypeUpdateBuilder.java | 4 ++-- .../com/commercetools/api/models/type/TypeUpdateImpl.java | 2 +- .../com/commercetools/api/models/zone/ZoneUpdate.java | 4 ++-- .../com/commercetools/api/models/zone/ZoneUpdateBuilder.java | 4 ++-- .../com/commercetools/api/models/zone/ZoneUpdateImpl.java | 2 +- references.txt | 1 + 120 files changed, 198 insertions(+), 197 deletions(-) diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowUpdate.java index 309b5dd0cca..5ac00a39cbf 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowUpdate.java @@ -34,7 +34,7 @@ public interface ApprovalFlowUpdate { /** - *

Expected version of the Approval Flow to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Approval Flow to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -51,7 +51,7 @@ public interface ApprovalFlowUpdate { public List getActions(); /** - *

Expected version of the Approval Flow to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Approval Flow to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowUpdateBuilder.java index 8c3320fd881..c3b496d8090 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowUpdateBuilder.java @@ -28,7 +28,7 @@ public class ApprovalFlowUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Approval Flow to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Approval Flow to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public ApprovalFlowUpdateBuilder withActions( } /** - *

Expected version of the Approval Flow to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Approval Flow to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowUpdateImpl.java index 75cbd36643b..af22847da4c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowUpdateImpl.java @@ -43,7 +43,7 @@ public ApprovalFlowUpdateImpl() { } /** - *

Expected version of the Approval Flow to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Approval Flow to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleUpdate.java index fc5e483d6f3..c5132ae641c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleUpdate.java @@ -34,7 +34,7 @@ public interface ApprovalRuleUpdate { /** - *

Expected version of the ApprovalRule to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the ApprovalRule to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -51,7 +51,7 @@ public interface ApprovalRuleUpdate { public List getActions(); /** - *

Expected version of the ApprovalRule to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the ApprovalRule to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleUpdateBuilder.java index 6fd67292ec9..066b65ec908 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleUpdateBuilder.java @@ -28,7 +28,7 @@ public class ApprovalRuleUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the ApprovalRule to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the ApprovalRule to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public ApprovalRuleUpdateBuilder withActions( } /** - *

Expected version of the ApprovalRule to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the ApprovalRule to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleUpdateImpl.java index 083b8373b7c..434afa8ae23 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleUpdateImpl.java @@ -43,7 +43,7 @@ public ApprovalRuleUpdateImpl() { } /** - *

Expected version of the ApprovalRule to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the ApprovalRule to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/AssociateRoleUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/AssociateRoleUpdate.java index d5ba978bca1..8f71d351d8b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/AssociateRoleUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/AssociateRoleUpdate.java @@ -34,7 +34,7 @@ public interface AssociateRoleUpdate { /** - *

Expected version of the AssociateRole on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the AssociateRole on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -51,7 +51,7 @@ public interface AssociateRoleUpdate { public List getActions(); /** - *

Expected version of the AssociateRole on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the AssociateRole on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/AssociateRoleUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/AssociateRoleUpdateBuilder.java index 354d74d977b..1630eb83e30 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/AssociateRoleUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/AssociateRoleUpdateBuilder.java @@ -28,7 +28,7 @@ public class AssociateRoleUpdateBuilder implements Builder private java.util.List actions; /** - *

Expected version of the AssociateRole on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the AssociateRole on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public AssociateRoleUpdateBuilder withActions( } /** - *

Expected version of the AssociateRole on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the AssociateRole on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/AssociateRoleUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/AssociateRoleUpdateImpl.java index 0fa169e01d9..a902ca26f81 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/AssociateRoleUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/AssociateRoleUpdateImpl.java @@ -43,7 +43,7 @@ public AssociateRoleUpdateImpl() { } /** - *

Expected version of the AssociateRole on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the AssociateRole on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/attribute_group/AttributeGroupUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/attribute_group/AttributeGroupUpdate.java index 91e86858d29..f45b143cced 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/attribute_group/AttributeGroupUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/attribute_group/AttributeGroupUpdate.java @@ -35,7 +35,7 @@ public interface AttributeGroupUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the AttributeGroup on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the AttributeGroup on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface AttributeGroupUpdate extends public List getActions(); /** - *

Expected version of the AttributeGroup on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the AttributeGroup on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/attribute_group/AttributeGroupUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/attribute_group/AttributeGroupUpdateBuilder.java index 32fd23ca624..0d8b3ba00f3 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/attribute_group/AttributeGroupUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/attribute_group/AttributeGroupUpdateBuilder.java @@ -28,7 +28,7 @@ public class AttributeGroupUpdateBuilder implements Builder actions; /** - *

Expected version of the AttributeGroup on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the AttributeGroup on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public AttributeGroupUpdateBuilder withActions( } /** - *

Expected version of the AttributeGroup on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the AttributeGroup on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/attribute_group/AttributeGroupUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/attribute_group/AttributeGroupUpdateImpl.java index 9faed2da51a..8edd19d3e75 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/attribute_group/AttributeGroupUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/attribute_group/AttributeGroupUpdateImpl.java @@ -43,7 +43,7 @@ public AttributeGroupUpdateImpl() { } /** - *

Expected version of the AttributeGroup on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the AttributeGroup on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitUpdate.java index 1eb0de2da22..d2817d5df12 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitUpdate.java @@ -35,7 +35,7 @@ public interface BusinessUnitUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface BusinessUnitUpdate extends public List getActions(); /** - *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitUpdateBuilder.java index a7668c1f596..5d4a22f6c3c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitUpdateBuilder.java @@ -28,7 +28,7 @@ public class BusinessUnitUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public BusinessUnitUpdateBuilder withActions( } /** - *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitUpdateImpl.java index 42c89a08760..0aa0fccb1ce 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitUpdateImpl.java @@ -43,7 +43,7 @@ public BusinessUnitUpdateImpl() { } /** - *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartUpdate.java index 0ae5c588ff8..f9f20384bc0 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartUpdate.java @@ -35,7 +35,7 @@ public interface CartUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Cart on which the changes apply. If the expected version does not match the actual version, a 409 Conflict is returned.

+ *

Expected version of the Cart on which the changes apply. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface CartUpdate public List getActions(); /** - *

Expected version of the Cart on which the changes apply. If the expected version does not match the actual version, a 409 Conflict is returned.

+ *

Expected version of the Cart on which the changes apply. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartUpdateBuilder.java index 9344296758d..8e53343b921 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartUpdateBuilder.java @@ -28,7 +28,7 @@ public class CartUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Cart on which the changes apply. If the expected version does not match the actual version, a 409 Conflict is returned.

+ *

Expected version of the Cart on which the changes apply. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -103,7 +103,7 @@ public CartUpdateBuilder withActions( } /** - *

Expected version of the Cart on which the changes apply. If the expected version does not match the actual version, a 409 Conflict is returned.

+ *

Expected version of the Cart on which the changes apply. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartUpdateImpl.java index c2ebc4294c8..e0254dfd200 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartUpdateImpl.java @@ -43,7 +43,7 @@ public CartUpdateImpl() { } /** - *

Expected version of the Cart on which the changes apply. If the expected version does not match the actual version, a 409 Conflict is returned.

+ *

Expected version of the Cart on which the changes apply. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscountUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscountUpdate.java index e707334e229..f241f4551cd 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscountUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscountUpdate.java @@ -35,7 +35,7 @@ public interface CartDiscountUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the CartDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the CartDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface CartDiscountUpdate extends public List getActions(); /** - *

Expected version of the CartDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the CartDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscountUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscountUpdateBuilder.java index e0bdeb03c7e..da947beb365 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscountUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscountUpdateBuilder.java @@ -28,7 +28,7 @@ public class CartDiscountUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the CartDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the CartDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public CartDiscountUpdateBuilder withActions( } /** - *

Expected version of the CartDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the CartDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscountUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscountUpdateImpl.java index 884eeaf42c8..46a3dd528d9 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscountUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscountUpdateImpl.java @@ -43,7 +43,7 @@ public CartDiscountUpdateImpl() { } /** - *

Expected version of the CartDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the CartDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/category/CategoryUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/category/CategoryUpdate.java index e421bb83348..f3987be6760 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/category/CategoryUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/category/CategoryUpdate.java @@ -35,7 +35,7 @@ public interface CategoryUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Category on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Category on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface CategoryUpdate extends public List getActions(); /** - *

Expected version of the Category on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Category on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/category/CategoryUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/category/CategoryUpdateBuilder.java index 8cead8e1176..c153628f1f9 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/category/CategoryUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/category/CategoryUpdateBuilder.java @@ -28,7 +28,7 @@ public class CategoryUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Category on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Category on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -105,7 +105,7 @@ public CategoryUpdateBuilder withActions( } /** - *

Expected version of the Category on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Category on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/category/CategoryUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/category/CategoryUpdateImpl.java index f4d689b5dd6..483f695e39e 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/category/CategoryUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/category/CategoryUpdateImpl.java @@ -43,7 +43,7 @@ public CategoryUpdateImpl() { } /** - *

Expected version of the Category on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Category on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelUpdate.java index 4a5c5900827..57df782f8e8 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelUpdate.java @@ -35,7 +35,7 @@ public interface ChannelUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Channel on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Channel on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface ChannelUpdate public List getActions(); /** - *

Expected version of the Channel on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Channel on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelUpdateBuilder.java index 4ab7840c31c..8bcb5054d8a 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelUpdateBuilder.java @@ -28,7 +28,7 @@ public class ChannelUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Channel on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Channel on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -104,7 +104,7 @@ public ChannelUpdateBuilder withActions( } /** - *

Expected version of the Channel on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Channel on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelUpdateImpl.java index 51d58f248aa..08e438b7846 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelUpdateImpl.java @@ -43,7 +43,7 @@ public ChannelUpdateImpl() { } /** - *

Expected version of the Channel on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Channel on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerUpdate.java index 920a8157fe0..531801289f7 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerUpdate.java @@ -35,7 +35,7 @@ public interface CustomerUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface CustomerUpdate extends public List getActions(); /** - *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerUpdateBuilder.java index 7213218065c..87eb1a9e45f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerUpdateBuilder.java @@ -28,7 +28,7 @@ public class CustomerUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -105,7 +105,7 @@ public CustomerUpdateBuilder withActions( } /** - *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerUpdateImpl.java index d9a23f844c9..60c4f08e363 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerUpdateImpl.java @@ -43,7 +43,7 @@ public CustomerUpdateImpl() { } /** - *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer_group/CustomerGroupUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer_group/CustomerGroupUpdate.java index a681469bfb8..7b7ff548da0 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer_group/CustomerGroupUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer_group/CustomerGroupUpdate.java @@ -35,7 +35,7 @@ public interface CustomerGroupUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the CustomerGroup on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the CustomerGroup on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface CustomerGroupUpdate extends public List getActions(); /** - *

Expected version of the CustomerGroup on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the CustomerGroup on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer_group/CustomerGroupUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer_group/CustomerGroupUpdateBuilder.java index c472529effd..1de5ad8b2db 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer_group/CustomerGroupUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer_group/CustomerGroupUpdateBuilder.java @@ -28,7 +28,7 @@ public class CustomerGroupUpdateBuilder implements Builder private java.util.List actions; /** - *

Expected version of the CustomerGroup on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the CustomerGroup on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public CustomerGroupUpdateBuilder withActions( } /** - *

Expected version of the CustomerGroup on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the CustomerGroup on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer_group/CustomerGroupUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer_group/CustomerGroupUpdateImpl.java index e27dc67938c..c85e4c73d76 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer_group/CustomerGroupUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer_group/CustomerGroupUpdateImpl.java @@ -43,7 +43,7 @@ public CustomerGroupUpdateImpl() { } /** - *

Expected version of the CustomerGroup on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the CustomerGroup on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeUpdate.java index 9a2c8e037f5..2a62760c8f3 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeUpdate.java @@ -35,7 +35,7 @@ public interface DiscountCodeUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the DiscountCode on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the DiscountCode on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface DiscountCodeUpdate extends public List getActions(); /** - *

Expected version of the DiscountCode on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the DiscountCode on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeUpdateBuilder.java index c5c91286680..7010415d62d 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeUpdateBuilder.java @@ -28,7 +28,7 @@ public class DiscountCodeUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the DiscountCode on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the DiscountCode on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public DiscountCodeUpdateBuilder withActions( } /** - *

Expected version of the DiscountCode on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the DiscountCode on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeUpdateImpl.java index 14c2255c132..f4e6efb3a09 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeUpdateImpl.java @@ -43,7 +43,7 @@ public DiscountCodeUpdateImpl() { } /** - *

Expected version of the DiscountCode on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the DiscountCode on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionUpdate.java index 24d7f50c910..b07ddd80d5b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionUpdate.java @@ -35,7 +35,7 @@ public interface ExtensionUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Extension on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Extension on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface ExtensionUpdate extends public List getActions(); /** - *

Expected version of the Extension on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Extension on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionUpdateBuilder.java index 050a27eac46..19a14289bc7 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionUpdateBuilder.java @@ -28,7 +28,7 @@ public class ExtensionUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Extension on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Extension on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public ExtensionUpdateBuilder withActions( } /** - *

Expected version of the Extension on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Extension on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionUpdateImpl.java index 1e62a963bf1..bd7061a3eaa 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionUpdateImpl.java @@ -43,7 +43,7 @@ public ExtensionUpdateImpl() { } /** - *

Expected version of the Extension on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Extension on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/inventory/InventoryEntryUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/inventory/InventoryEntryUpdate.java index 6fe5dab9df3..a0f14668dd3 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/inventory/InventoryEntryUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/inventory/InventoryEntryUpdate.java @@ -35,7 +35,7 @@ public interface InventoryEntryUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the InventoryEntry on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the InventoryEntry on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface InventoryEntryUpdate extends public List getActions(); /** - *

Expected version of the InventoryEntry on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the InventoryEntry on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/inventory/InventoryEntryUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/inventory/InventoryEntryUpdateBuilder.java index 66dc7ada294..f1db2a000fe 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/inventory/InventoryEntryUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/inventory/InventoryEntryUpdateBuilder.java @@ -28,7 +28,7 @@ public class InventoryEntryUpdateBuilder implements Builder actions; /** - *

Expected version of the InventoryEntry on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the InventoryEntry on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public InventoryEntryUpdateBuilder withActions( } /** - *

Expected version of the InventoryEntry on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the InventoryEntry on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/inventory/InventoryEntryUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/inventory/InventoryEntryUpdateImpl.java index d353f814174..f0d01d67b34 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/inventory/InventoryEntryUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/inventory/InventoryEntryUpdateImpl.java @@ -43,7 +43,7 @@ public InventoryEntryUpdateImpl() { } /** - *

Expected version of the InventoryEntry on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the InventoryEntry on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitAssociateDraft.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitAssociateDraft.java index 725979f634f..a04d25252e7 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitAssociateDraft.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitAssociateDraft.java @@ -36,7 +36,7 @@ public interface MyBusinessUnitAssociateDraft extends io.vrap.rmf.base.client.Draft { /** - *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -62,7 +62,7 @@ public interface MyBusinessUnitAssociateDraft extends io.vrap.rmf.base.client.Dr public List getAssociateRoleAssignments(); /** - *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitAssociateDraftBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitAssociateDraftBuilder.java index 5e6eff8b13b..762fe013122 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitAssociateDraftBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitAssociateDraftBuilder.java @@ -31,7 +31,7 @@ public class MyBusinessUnitAssociateDraftBuilder implements Builder associateRoleAssignments; /** - *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -171,7 +171,7 @@ public MyBusinessUnitAssociateDraftBuilder setAssociateRoleAssignments( } /** - *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitAssociateDraftImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitAssociateDraftImpl.java index db8ecc619f1..9e92a79a6ba 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitAssociateDraftImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitAssociateDraftImpl.java @@ -47,7 +47,7 @@ public MyBusinessUnitAssociateDraftImpl() { } /** - *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitUpdate.java index 2c891683420..7c26c2f70ca 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitUpdate.java @@ -35,7 +35,7 @@ public interface MyBusinessUnitUpdate { /** - *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface MyBusinessUnitUpdate { public List getActions(); /** - *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitUpdateBuilder.java index 4e46f6be1e2..52ea0208594 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitUpdateBuilder.java @@ -28,7 +28,7 @@ public class MyBusinessUnitUpdateBuilder implements Builder actions; /** - *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public MyBusinessUnitUpdateBuilder withActions( } /** - *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitUpdateImpl.java index 3b01b6fd7b7..14b35d33b64 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyBusinessUnitUpdateImpl.java @@ -43,7 +43,7 @@ public MyBusinessUnitUpdateImpl() { } /** - *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the BusinessUnit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartUpdate.java index c7909c6dbd5..c82fd8915f1 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartUpdate.java @@ -35,7 +35,7 @@ public interface MyCartUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Cart on which the changes apply. If it does not match the actual version, a 409 Conflict error is returned.

+ *

Expected version of the Cart on which the changes apply. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface MyCartUpdate public List getActions(); /** - *

Expected version of the Cart on which the changes apply. If it does not match the actual version, a 409 Conflict error is returned.

+ *

Expected version of the Cart on which the changes apply. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartUpdateBuilder.java index c2d426eb973..755591a8af8 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartUpdateBuilder.java @@ -28,7 +28,7 @@ public class MyCartUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Cart on which the changes apply. If it does not match the actual version, a 409 Conflict error is returned.

+ *

Expected version of the Cart on which the changes apply. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -104,7 +104,7 @@ public MyCartUpdateBuilder withActions( } /** - *

Expected version of the Cart on which the changes apply. If it does not match the actual version, a 409 Conflict error is returned.

+ *

Expected version of the Cart on which the changes apply. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartUpdateImpl.java index 8c9ac4ed902..239e614d5be 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartUpdateImpl.java @@ -43,7 +43,7 @@ public MyCartUpdateImpl() { } /** - *

Expected version of the Cart on which the changes apply. If it does not match the actual version, a 409 Conflict error is returned.

+ *

Expected version of the Cart on which the changes apply. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCustomerUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCustomerUpdate.java index 19ec6dbd7f6..eb241c16021 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCustomerUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCustomerUpdate.java @@ -35,7 +35,7 @@ public interface MyCustomerUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface MyCustomerUpdate extends public List getActions(); /** - *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCustomerUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCustomerUpdateBuilder.java index 6020800848d..ff8cb6e7978 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCustomerUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCustomerUpdateBuilder.java @@ -28,7 +28,7 @@ public class MyCustomerUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -105,7 +105,7 @@ public MyCustomerUpdateBuilder withActions( } /** - *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCustomerUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCustomerUpdateImpl.java index 8e5feef0c46..4dead9e6e4b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCustomerUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCustomerUpdateImpl.java @@ -43,7 +43,7 @@ public MyCustomerUpdateImpl() { } /** - *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Customer on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyPaymentUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyPaymentUpdate.java index dc901cd1fb0..937ef762313 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyPaymentUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyPaymentUpdate.java @@ -35,7 +35,7 @@ public interface MyPaymentUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface MyPaymentUpdate extends public List getActions(); /** - *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyPaymentUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyPaymentUpdateBuilder.java index c48995b0796..8c35f4aa541 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyPaymentUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyPaymentUpdateBuilder.java @@ -28,7 +28,7 @@ public class MyPaymentUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -104,7 +104,7 @@ public MyPaymentUpdateBuilder withActions( } /** - *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyPaymentUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyPaymentUpdateImpl.java index 82551caf32c..8aed96c2d8e 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyPaymentUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyPaymentUpdateImpl.java @@ -43,7 +43,7 @@ public MyPaymentUpdateImpl() { } /** - *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteUpdate.java index f9fde7d087e..9ccb894c37a 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteUpdate.java @@ -35,7 +35,7 @@ public interface MyQuoteUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface MyQuoteUpdate public List getActions(); /** - *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteUpdateBuilder.java index 0b3f3831794..9f69c4d4767 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteUpdateBuilder.java @@ -28,7 +28,7 @@ public class MyQuoteUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -104,7 +104,7 @@ public MyQuoteUpdateBuilder withActions( } /** - *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteUpdateImpl.java index c133a42166e..25000e2e9cf 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteUpdateImpl.java @@ -43,7 +43,7 @@ public MyQuoteUpdateImpl() { } /** - *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListUpdate.java index 85d09c05367..ae2ed02b22c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListUpdate.java @@ -35,7 +35,7 @@ public interface MyShoppingListUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface MyShoppingListUpdate extends public List getActions(); /** - *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListUpdateBuilder.java index 82730302e8e..8098ac9bf81 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListUpdateBuilder.java @@ -28,7 +28,7 @@ public class MyShoppingListUpdateBuilder implements Builder actions; /** - *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -106,7 +106,7 @@ public MyShoppingListUpdateBuilder withActions( } /** - *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListUpdateImpl.java index e32e9c21bd7..524d096a11f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyShoppingListUpdateImpl.java @@ -43,7 +43,7 @@ public MyShoppingListUpdateImpl() { } /** - *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderUpdate.java index 63ab4eb6d09..81e5dd66481 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderUpdate.java @@ -35,7 +35,7 @@ public interface OrderUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Order on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Order on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface OrderUpdate public List getActions(); /** - *

Expected version of the Order on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Order on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderUpdateBuilder.java index 443a2b623c9..83f85163fe7 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderUpdateBuilder.java @@ -28,7 +28,7 @@ public class OrderUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Order on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Order on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -104,7 +104,7 @@ public OrderUpdateBuilder withActions( } /** - *

Expected version of the Order on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Order on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderUpdateImpl.java index 76fb39351cf..a567e4bff09 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderUpdateImpl.java @@ -43,7 +43,7 @@ public OrderUpdateImpl() { } /** - *

Expected version of the Order on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Order on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditApply.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditApply.java index 402460c5c3e..ccad6ba3013 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditApply.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditApply.java @@ -14,7 +14,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - *

If the editVersion and/or resourceVersion do not match the actual version, a 409 Conflict will be returned.

+ *

If the editVersion and/or resourceVersion do not match the actual version, a ConcurrentModification error will be returned.

* *
* Example to create an instance using the builder pattern diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditApplyImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditApplyImpl.java index 22957362aab..02cf5189325 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditApplyImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditApplyImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *

If the editVersion and/or resourceVersion do not match the actual version, a 409 Conflict will be returned.

+ *

If the editVersion and/or resourceVersion do not match the actual version, a ConcurrentModification error will be returned.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class OrderEditApplyImpl implements OrderEditApply, ModelBase { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditUpdate.java index 7c9b6340c96..9f8388ca272 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditUpdate.java @@ -35,7 +35,7 @@ public interface OrderEditUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Order Edit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Order Edit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -60,7 +60,7 @@ public interface OrderEditUpdate extends public Boolean getDryRun(); /** - *

Expected version of the Order Edit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Order Edit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditUpdateBuilder.java index 0ead9899e83..21782f0ba73 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditUpdateBuilder.java @@ -33,7 +33,7 @@ public class OrderEditUpdateBuilder implements Builder { private Boolean dryRun; /** - *

Expected version of the Order Edit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Order Edit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -124,7 +124,7 @@ public OrderEditUpdateBuilder dryRun(@Nullable final Boolean dryRun) { } /** - *

Expected version of the Order Edit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Order Edit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditUpdateImpl.java index d8345b668a1..4bc690ad2df 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/OrderEditUpdateImpl.java @@ -47,7 +47,7 @@ public OrderEditUpdateImpl() { } /** - *

Expected version of the Order Edit on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Order Edit on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentUpdate.java index 09f56ab8754..29202731a3f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentUpdate.java @@ -35,7 +35,7 @@ public interface PaymentUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface PaymentUpdate public List getActions(); /** - *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentUpdateBuilder.java index 61e1b4a5810..efe984ec536 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentUpdateBuilder.java @@ -28,7 +28,7 @@ public class PaymentUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -104,7 +104,7 @@ public PaymentUpdateBuilder withActions( } /** - *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentUpdateImpl.java index fbaf9d203db..d96d620db3e 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/PaymentUpdateImpl.java @@ -43,7 +43,7 @@ public PaymentUpdateImpl() { } /** - *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductUpdate.java index 40f9061c540..4df6f911e07 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductUpdate.java @@ -35,7 +35,7 @@ public interface ProductUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Product on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Product on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface ProductUpdate public List getActions(); /** - *

Expected version of the Product on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Product on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductUpdateBuilder.java index 32fe31b16f5..484a5423e4f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductUpdateBuilder.java @@ -28,7 +28,7 @@ public class ProductUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Product on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Product on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -104,7 +104,7 @@ public ProductUpdateBuilder withActions( } /** - *

Expected version of the Product on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Product on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductUpdateImpl.java index 2f431365f27..a039a24280f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductUpdateImpl.java @@ -43,7 +43,7 @@ public ProductUpdateImpl() { } /** - *

Expected version of the Product on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Product on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_discount/ProductDiscountUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_discount/ProductDiscountUpdate.java index e8f49fbd993..4f36960017f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_discount/ProductDiscountUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_discount/ProductDiscountUpdate.java @@ -35,7 +35,7 @@ public interface ProductDiscountUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the ProductDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the ProductDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface ProductDiscountUpdate extends public List getActions(); /** - *

Expected version of the ProductDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the ProductDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_discount/ProductDiscountUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_discount/ProductDiscountUpdateBuilder.java index b2ea8550037..9f3916afee1 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_discount/ProductDiscountUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_discount/ProductDiscountUpdateBuilder.java @@ -28,7 +28,7 @@ public class ProductDiscountUpdateBuilder implements Builder actions; /** - *

Expected version of the ProductDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the ProductDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -110,7 +110,7 @@ public ProductDiscountUpdateBuilder withActions( } /** - *

Expected version of the ProductDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the ProductDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_discount/ProductDiscountUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_discount/ProductDiscountUpdateImpl.java index a38873a2045..8ea3063ff08 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_discount/ProductDiscountUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_discount/ProductDiscountUpdateImpl.java @@ -43,7 +43,7 @@ public ProductDiscountUpdateImpl() { } /** - *

Expected version of the ProductDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the ProductDiscount on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/ProductTypeUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/ProductTypeUpdate.java index b3716d45093..8afcb8662cc 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/ProductTypeUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/ProductTypeUpdate.java @@ -35,7 +35,7 @@ public interface ProductTypeUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the ProductType on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the ProductType on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface ProductTypeUpdate extends public List getActions(); /** - *

Expected version of the ProductType on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the ProductType on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/ProductTypeUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/ProductTypeUpdateBuilder.java index c9120a1d4cb..8bed97fa6e4 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/ProductTypeUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/ProductTypeUpdateBuilder.java @@ -28,7 +28,7 @@ public class ProductTypeUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the ProductType on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the ProductType on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public ProductTypeUpdateBuilder withActions( } /** - *

Expected version of the ProductType on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the ProductType on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/ProductTypeUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/ProductTypeUpdateImpl.java index 8ee5200c42a..c392a3080b8 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/ProductTypeUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/ProductTypeUpdateImpl.java @@ -43,7 +43,7 @@ public ProductTypeUpdateImpl() { } /** - *

Expected version of the ProductType on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the ProductType on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ProjectUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ProjectUpdate.java index 33c89b75986..252d68908e7 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ProjectUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ProjectUpdate.java @@ -35,7 +35,7 @@ public interface ProjectUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Project on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Project on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface ProjectUpdate public List getActions(); /** - *

Expected version of the Project on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Project on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ProjectUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ProjectUpdateBuilder.java index a010f4f8671..30e9d2c4636 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ProjectUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ProjectUpdateBuilder.java @@ -28,7 +28,7 @@ public class ProjectUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Project on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Project on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -104,7 +104,7 @@ public ProjectUpdateBuilder withActions( } /** - *

Expected version of the Project on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Project on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ProjectUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ProjectUpdateImpl.java index f155f1aaf07..afe62242e93 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ProjectUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ProjectUpdateImpl.java @@ -43,7 +43,7 @@ public ProjectUpdateImpl() { } /** - *

Expected version of the Project on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Project on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteUpdate.java index edc35706478..9532e3b2d43 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteUpdate.java @@ -35,7 +35,7 @@ public interface QuoteUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface QuoteUpdate public List getActions(); /** - *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteUpdateBuilder.java index 53cae54b281..de907013c6b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteUpdateBuilder.java @@ -28,7 +28,7 @@ public class QuoteUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -104,7 +104,7 @@ public QuoteUpdateBuilder withActions( } /** - *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteUpdateImpl.java index d27918bed53..d130a31a30c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteUpdateImpl.java @@ -43,7 +43,7 @@ public QuoteUpdateImpl() { } /** - *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the Quote to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestUpdate.java index af85cc680b6..f254f29d49b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestUpdate.java @@ -35,7 +35,7 @@ public interface QuoteRequestUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the QuoteRequest to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the QuoteRequest to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface QuoteRequestUpdate extends public List getActions(); /** - *

Expected version of the QuoteRequest to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the QuoteRequest to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestUpdateBuilder.java index 3a24a3326b3..31e1575b862 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestUpdateBuilder.java @@ -28,7 +28,7 @@ public class QuoteRequestUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the QuoteRequest to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the QuoteRequest to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public QuoteRequestUpdateBuilder withActions( } /** - *

Expected version of the QuoteRequest to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the QuoteRequest to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestUpdateImpl.java index 664a5641a67..f1e33c7c455 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestUpdateImpl.java @@ -43,7 +43,7 @@ public QuoteRequestUpdateImpl() { } /** - *

Expected version of the QuoteRequest to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the QuoteRequest to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListUpdate.java index 484746e5e67..bdaf3f89e30 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListUpdate.java @@ -35,7 +35,7 @@ public interface ShoppingListUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface ShoppingListUpdate extends public List getActions(); /** - *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListUpdateBuilder.java index 67a806f2173..cf9f45ce893 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListUpdateBuilder.java @@ -28,7 +28,7 @@ public class ShoppingListUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public ShoppingListUpdateBuilder withActions( } /** - *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListUpdateImpl.java index 8f7b80725bc..d4a0e292ca1 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListUpdateImpl.java @@ -43,7 +43,7 @@ public ShoppingListUpdateImpl() { } /** - *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the ShoppingList on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteUpdate.java index 760e9cfe720..49d5b987705 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteUpdate.java @@ -35,7 +35,7 @@ public interface StagedQuoteUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the StagedQuote to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the StagedQuote to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface StagedQuoteUpdate extends public List getActions(); /** - *

Expected version of the StagedQuote to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the StagedQuote to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteUpdateBuilder.java index 133bba8da88..e216f553afa 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteUpdateBuilder.java @@ -28,7 +28,7 @@ public class StagedQuoteUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the StagedQuote to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the StagedQuote to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public StagedQuoteUpdateBuilder withActions( } /** - *

Expected version of the StagedQuote to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the StagedQuote to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteUpdateImpl.java index 64b2e938866..1675b2a3dc7 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteUpdateImpl.java @@ -43,7 +43,7 @@ public StagedQuoteUpdateImpl() { } /** - *

Expected version of the StagedQuote to which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict error will be returned.

+ *

Expected version of the StagedQuote to which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceUpdate.java index 650892d1a82..87619182488 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceUpdate.java @@ -35,7 +35,7 @@ public interface StandalonePriceUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the StandalonePrice on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the StandalonePrice on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface StandalonePriceUpdate extends public List getActions(); /** - *

Expected version of the StandalonePrice on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the StandalonePrice on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceUpdateBuilder.java index 6d37023874e..e156db9cd4d 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceUpdateBuilder.java @@ -28,7 +28,7 @@ public class StandalonePriceUpdateBuilder implements Builder actions; /** - *

Expected version of the StandalonePrice on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the StandalonePrice on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -110,7 +110,7 @@ public StandalonePriceUpdateBuilder withActions( } /** - *

Expected version of the StandalonePrice on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the StandalonePrice on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceUpdateImpl.java index f4ba3086a87..3b64eafaf1f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceUpdateImpl.java @@ -43,7 +43,7 @@ public StandalonePriceUpdateImpl() { } /** - *

Expected version of the StandalonePrice on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the StandalonePrice on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateUpdate.java index 200022f0e35..145d1fa3b98 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateUpdate.java @@ -35,7 +35,7 @@ public interface StateUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the State on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the State on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface StateUpdate public List getActions(); /** - *

Expected version of the State on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the State on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateUpdateBuilder.java index a71cd763580..57e732c7576 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateUpdateBuilder.java @@ -28,7 +28,7 @@ public class StateUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the State on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the State on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -104,7 +104,7 @@ public StateUpdateBuilder withActions( } /** - *

Expected version of the State on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the State on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateUpdateImpl.java index 1d0ca36df56..9eb2ddaced2 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateUpdateImpl.java @@ -43,7 +43,7 @@ public StateUpdateImpl() { } /** - *

Expected version of the State on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the State on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/store/StoreUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/store/StoreUpdate.java index 2d40751af3a..1a35ccd0566 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/store/StoreUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/store/StoreUpdate.java @@ -35,7 +35,7 @@ public interface StoreUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Store on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Store on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface StoreUpdate public List getActions(); /** - *

Expected version of the Store on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Store on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/store/StoreUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/store/StoreUpdateBuilder.java index 6dc4df68a0d..708b1b6e2a4 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/store/StoreUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/store/StoreUpdateBuilder.java @@ -28,7 +28,7 @@ public class StoreUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Store on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Store on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -104,7 +104,7 @@ public StoreUpdateBuilder withActions( } /** - *

Expected version of the Store on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Store on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/store/StoreUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/store/StoreUpdateImpl.java index 843b42a9c1a..d60c06f89c1 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/store/StoreUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/store/StoreUpdateImpl.java @@ -43,7 +43,7 @@ public StoreUpdateImpl() { } /** - *

Expected version of the Store on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Store on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionUpdate.java index 7bda40cba76..daf1492249e 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionUpdate.java @@ -35,7 +35,7 @@ public interface SubscriptionUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Subscription on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Subscription on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface SubscriptionUpdate extends public List getActions(); /** - *

Expected version of the Subscription on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Subscription on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionUpdateBuilder.java index 08dec491f3c..d710bd5a8b3 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionUpdateBuilder.java @@ -28,7 +28,7 @@ public class SubscriptionUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Subscription on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Subscription on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public SubscriptionUpdateBuilder withActions( } /** - *

Expected version of the Subscription on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Subscription on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionUpdateImpl.java index 9a4e586639d..87ee7c36678 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionUpdateImpl.java @@ -43,7 +43,7 @@ public SubscriptionUpdateImpl() { } /** - *

Expected version of the Subscription on which the changes should be applied. If the expected version does not match the actual version, a 409 Conflict will be returned.

+ *

Expected version of the Subscription on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxCategoryUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxCategoryUpdate.java index 4e08a8365aa..21ed2ac5937 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxCategoryUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxCategoryUpdate.java @@ -35,7 +35,7 @@ public interface TaxCategoryUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the TaxCategory on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the TaxCategory on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface TaxCategoryUpdate extends public List getActions(); /** - *

Expected version of the TaxCategory on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the TaxCategory on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxCategoryUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxCategoryUpdateBuilder.java index be56975daa6..1285cce34ec 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxCategoryUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxCategoryUpdateBuilder.java @@ -28,7 +28,7 @@ public class TaxCategoryUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the TaxCategory on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the TaxCategory on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -108,7 +108,7 @@ public TaxCategoryUpdateBuilder withActions( } /** - *

Expected version of the TaxCategory on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the TaxCategory on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxCategoryUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxCategoryUpdateImpl.java index 6f39c43e7b1..171da11ad4a 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxCategoryUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/tax_category/TaxCategoryUpdateImpl.java @@ -43,7 +43,7 @@ public TaxCategoryUpdateImpl() { } /** - *

Expected version of the TaxCategory on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the TaxCategory on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeUpdate.java index 7b1d6a1b72e..eee71306abd 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeUpdate.java @@ -35,7 +35,7 @@ public interface TypeUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the type on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the type on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface TypeUpdate public List getActions(); /** - *

Expected version of the type on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the type on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeUpdateBuilder.java index b28de9ab804..ea1b40eba5c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeUpdateBuilder.java @@ -28,7 +28,7 @@ public class TypeUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the type on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the type on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -103,7 +103,7 @@ public TypeUpdateBuilder withActions( } /** - *

Expected version of the type on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the type on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeUpdateImpl.java index 6c6959d1dfe..795c886a70b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeUpdateImpl.java @@ -43,7 +43,7 @@ public TypeUpdateImpl() { } /** - *

Expected version of the type on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the type on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/zone/ZoneUpdate.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/zone/ZoneUpdate.java index 0bede1a2323..7a8eb4a0c89 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/zone/ZoneUpdate.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/zone/ZoneUpdate.java @@ -35,7 +35,7 @@ public interface ZoneUpdate extends com.commercetools.api.models.ResourceUpdate { /** - *

Expected version of the Zone on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Zone on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ @NotNull @@ -52,7 +52,7 @@ public interface ZoneUpdate public List getActions(); /** - *

Expected version of the Zone on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Zone on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/zone/ZoneUpdateBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/zone/ZoneUpdateBuilder.java index e7bec9ea46f..3f1d1e701da 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/zone/ZoneUpdateBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/zone/ZoneUpdateBuilder.java @@ -28,7 +28,7 @@ public class ZoneUpdateBuilder implements Builder { private java.util.List actions; /** - *

Expected version of the Zone on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Zone on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @param version value to be set * @return Builder */ @@ -103,7 +103,7 @@ public ZoneUpdateBuilder withActions( } /** - *

Expected version of the Zone on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Zone on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

* @return version */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/zone/ZoneUpdateImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/zone/ZoneUpdateImpl.java index 9d533aaa03e..ed4d6f237b6 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/zone/ZoneUpdateImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/zone/ZoneUpdateImpl.java @@ -43,7 +43,7 @@ public ZoneUpdateImpl() { } /** - *

Expected version of the Zone on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error is returned.

+ *

Expected version of the Zone on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.

*/ public Long getVersion() { diff --git a/references.txt b/references.txt index 34694996cbf..a169157617f 100644 --- a/references.txt +++ b/references.txt @@ -149,3 +149,4 @@ efe74ff3931aae55e055d243f79065c8fc69ec33 ab7d69ec0e49b19cd5acf75b40fdc54a9ad6806d b390ee642415d99d30db66efa4ecddaf194d920a 10b0b4f90c86138ff55749f83b474c6c4da07aae +27c4c398ae4bb1fd8292198653142d1ffc24873a From 1449aa0e8aaa97e8dfd88441698cfe86248eed52 Mon Sep 17 00:00:00 2001 From: Auto Mation Date: Thu, 30 Nov 2023 08:26:17 +0000 Subject: [PATCH 09/11] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index a169157617f..0c735ec1165 100644 --- a/references.txt +++ b/references.txt @@ -150,3 +150,4 @@ ab7d69ec0e49b19cd5acf75b40fdc54a9ad6806d b390ee642415d99d30db66efa4ecddaf194d920a 10b0b4f90c86138ff55749f83b474c6c4da07aae 27c4c398ae4bb1fd8292198653142d1ffc24873a +a9bf8d11b284086550a98ffb99550a7c6fd5e27e From d2809daf0cb6875c41b62fbbc5f97893ea4de29c Mon Sep 17 00:00:00 2001 From: Auto Mation Date: Fri, 1 Dec 2023 12:11:10 +0000 Subject: [PATCH 10/11] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index 0c735ec1165..bb98fd87df3 100644 --- a/references.txt +++ b/references.txt @@ -151,3 +151,4 @@ b390ee642415d99d30db66efa4ecddaf194d920a 10b0b4f90c86138ff55749f83b474c6c4da07aae 27c4c398ae4bb1fd8292198653142d1ffc24873a a9bf8d11b284086550a98ffb99550a7c6fd5e27e +9a21b3fdb553c649790d84768f18a6e33876ee3e From 86f03a2d6e2a45491605d927b95cf7950a8bce3f Mon Sep 17 00:00:00 2001 From: Auto Mation Date: Fri, 1 Dec 2023 15:59:18 +0000 Subject: [PATCH 11/11] build(codegen): updating SDK --- references.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/references.txt b/references.txt index bb98fd87df3..3918ebe10c7 100644 --- a/references.txt +++ b/references.txt @@ -152,3 +152,4 @@ b390ee642415d99d30db66efa4ecddaf194d920a 27c4c398ae4bb1fd8292198653142d1ffc24873a a9bf8d11b284086550a98ffb99550a7c6fd5e27e 9a21b3fdb553c649790d84768f18a6e33876ee3e +0b026711ef7a826b607401ecc1e60e89b05e778a