From 46fe3f9ba110abb2493fd14f998f65a2b65f1f16 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:16:05 +0000 Subject: [PATCH] build(codegen): updating SDK --- .../ByProjectKeyProductsByIDDelete.java | 2 +- .../client/ByProjectKeyProductsByIDGet.java | 2 +- .../client/ByProjectKeyProductsByIDPost.java | 2 +- .../ByProjectKeyProductsByIDPostString.java | 2 +- .../api/client/ByProjectKeyProductsGet.java | 2 +- .../ByProjectKeyProductsKeyByKeyDelete.java | 2 +- .../ByProjectKeyProductsKeyByKeyGet.java | 2 +- .../api/client/ByProjectKeyProductsPost.java | 2 +- .../ByProjectKeyProductsPostString.java | 2 +- .../ByProjectKeyStandalonePricesPost.java | 6 +++++- ...yProjectKeyStandalonePricesPostString.java | 6 +++++- .../commercetools/api/models/cart/Cart.java | 8 ++++---- .../models/cart/CartAddLineItemAction.java | 2 +- .../cart/CartAddLineItemActionImpl.java | 2 +- .../api/models/cart/CartBuilder.java | 12 +++++------ .../CartChangeLineItemQuantityAction.java | 6 +++--- ...rtChangeLineItemQuantityActionBuilder.java | 8 ++++---- .../CartChangeLineItemQuantityActionImpl.java | 4 ++-- .../api/models/cart/CartDraft.java | 8 ++++---- .../api/models/cart/CartDraftBuilder.java | 12 +++++------ .../api/models/cart/CartDraftImpl.java | 4 ++-- .../api/models/cart/CartImpl.java | 4 ++-- .../models/cart/CartRemoveLineItemAction.java | 2 +- .../cart/CartRemoveLineItemActionImpl.java | 2 +- ...tSetLineItemDistributionChannelAction.java | 2 +- ...LineItemDistributionChannelActionImpl.java | 2 +- .../cart/CartSetShippingAddressAction.java | 2 +- .../CartSetShippingAddressActionImpl.java | 2 +- .../api/models/cart/DirectDiscountDraft.java | 3 +-- .../models/cart/DirectDiscountDraftImpl.java | 3 +-- .../api/models/common/Price.java | 4 ++-- .../api/models/common/PriceBuilder.java | 8 ++++---- .../api/models/common/PriceImpl.java | 2 +- .../models/me/MyCartAddLineItemAction.java | 2 +- .../me/MyCartAddLineItemActionImpl.java | 2 +- .../api/models/me/MyCartDraft.java | 4 ++-- .../api/models/me/MyCartDraftBuilder.java | 4 ++-- .../api/models/me/MyCartDraftImpl.java | 2 +- .../models/me/MyCartRemoveLineItemAction.java | 2 +- .../me/MyCartRemoveLineItemActionImpl.java | 2 +- ...tSetLineItemDistributionChannelAction.java | 2 +- ...LineItemDistributionChannelActionImpl.java | 2 +- .../me/MyCartSetShippingAddressAction.java | 2 +- .../MyCartSetShippingAddressActionImpl.java | 2 +- .../ProductPriceDiscountsSetUpdatedPrice.java | 2 +- ...ductPriceDiscountsSetUpdatedPriceImpl.java | 2 +- .../commercetools/api/models/order/Order.java | 8 ++++---- .../api/models/order/OrderBuilder.java | 12 +++++------ .../api/models/order/OrderImpl.java | 4 ++-- .../StagedOrderAddLineItemAction.java | 2 +- .../StagedOrderAddLineItemActionImpl.java | 2 +- .../models/order_edit/StagedOrderBuilder.java | 12 +++++------ ...agedOrderChangeLineItemQuantityAction.java | 6 +++--- ...erChangeLineItemQuantityActionBuilder.java | 8 ++++---- ...OrderChangeLineItemQuantityActionImpl.java | 4 ++-- .../models/order_edit/StagedOrderImpl.java | 4 ++-- .../StagedOrderRemoveLineItemAction.java | 2 +- .../StagedOrderRemoveLineItemActionImpl.java | 2 +- ...rSetLineItemDistributionChannelAction.java | 2 +- ...LineItemDistributionChannelActionImpl.java | 2 +- .../models/product/ProductPriceModeEnum.java | 2 +- .../api/models/product/ProductVariant.java | 12 +++++------ .../models/product/ProductVariantBuilder.java | 20 +++++++++---------- .../models/product/ProductVariantImpl.java | 6 +++--- .../ProductSearchProjectionParams.java | 16 +++++++-------- .../ProductSearchProjectionParamsBuilder.java | 16 +++++++-------- .../ProductSearchProjectionParamsImpl.java | 8 ++++---- .../standalone_price/StandalonePrice.java | 8 ++++---- .../StandalonePriceBuilder.java | 12 +++++------ .../StandalonePriceDraft.java | 7 +++---- .../StandalonePriceDraftBuilder.java | 4 ++-- .../StandalonePriceDraftImpl.java | 5 ++--- .../standalone_price/StandalonePriceImpl.java | 4 ++-- .../StandalonePricePagedQueryResponse.java | 2 +- ...StandalonePricePagedQueryResponseImpl.java | 2 +- references.txt | 1 + 76 files changed, 181 insertions(+), 176 deletions(-) diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDDelete.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDDelete.java index 1f26f1ca683..dac98695e89 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDDelete.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDDelete.java @@ -20,7 +20,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *

If Price selection query parameters are provided, the selected Prices are added to the response. Produces the ProductDeleted Message.

+ *

If Product price selection query parameters are provided, the selected Prices are added to the response. Produces the ProductDeleted Message.

* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDGet.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDGet.java index b9b1598683f..a3d806875d1 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDGet.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDGet.java @@ -20,7 +20,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *

If Price selection query parameters are provided, the selected Prices are added to the response.

+ *

If Product price selection query parameters are provided, the selected Prices are added to the response.

* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDPost.java index 44c836a046f..672bfc94f70 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDPost.java @@ -20,7 +20,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *

If Price selection query parameters are provided, the selected Prices are added to the response.

+ *

If Product price selection query parameters are provided, the selected Prices are added to the response.

*

A failed response can return a DuplicatePriceScope, DuplicateVariantValues, DuplicateAttributeValue, or DuplicateAttributeValues error.

* *
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDPostString.java index 4abf58e8bf3..791eb1bedf3 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsByIDPostString.java @@ -21,7 +21,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *

If Price selection query parameters are provided, the selected Prices are added to the response.

+ *

If Product price selection query parameters are provided, the selected Prices are added to the response.

*

A failed response can return a DuplicatePriceScope, DuplicateVariantValues, DuplicateAttributeValue, or DuplicateAttributeValues error.

* *
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsGet.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsGet.java index 4ffa54cb04d..e7989eca3bb 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsGet.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsGet.java @@ -20,7 +20,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *

If Price selection query parameters are provided, the selected Prices are added to the response.

+ *

If Product price selection query parameters are provided, the selected Prices are added to the response.

* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsKeyByKeyDelete.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsKeyByKeyDelete.java index dc081260ea0..1359382fe2b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsKeyByKeyDelete.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsKeyByKeyDelete.java @@ -20,7 +20,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *

If Price selection query parameters are provided, the selected Prices are added to the response. Produces the ProductDeleted Message.

+ *

If Product price selection query parameters are provided, the selected Prices are added to the response. Produces the ProductDeleted Message.

* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsKeyByKeyGet.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsKeyByKeyGet.java index 98817f343d1..74c1d905d08 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsKeyByKeyGet.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsKeyByKeyGet.java @@ -20,7 +20,7 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *

If Price selection query parameters are provided, the selected Prices are added to the response.

+ *

If [Product price selection query parameters]](/../api/pricing-and-discounts-overview#product-price-selection) are provided, the selected Prices are added to the response.

* *
*
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 1caf38bbbde..9acb532f13a 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 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.

+ *

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 Product 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 47495f74379..9dd994128e9 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 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.

+ *

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 Product 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/ByProjectKeyStandalonePricesPost.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyStandalonePricesPost.java index aa7b3376e8a..25195d2d630 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyStandalonePricesPost.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyStandalonePricesPost.java @@ -20,7 +20,11 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *

Produces the StandalonePriceCreated Message.

+ *

Creating a Standalone Price produces the StandalonePriceCreated Message.

+ *
    + *
  • If the Standalone Price has the same price scope as an existing Standalone Price, a DuplicateStandalonePriceScope error is returned.
  • + *
  • If the Standalone Price has overlapping validity periods within the same price scope, a OverlappingStandalonePriceValidity error is returned. A Price without validity period does not conflict with a Price defined for a time period.
  • + *
* *
*
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyStandalonePricesPostString.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyStandalonePricesPostString.java index a654e29a413..67755882c0b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyStandalonePricesPostString.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/client/ByProjectKeyStandalonePricesPostString.java @@ -21,7 +21,11 @@ import org.apache.commons.lang3.builder.HashCodeBuilder; /** - *

Produces the StandalonePriceCreated Message.

+ *

Creating a Standalone Price produces the StandalonePriceCreated Message.

+ *
    + *
  • If the Standalone Price has the same price scope as an existing Standalone Price, a DuplicateStandalonePriceScope error is returned.
  • + *
  • If the Standalone Price has overlapping validity periods within the same price scope, a OverlappingStandalonePriceValidity error is returned. A Price without validity period does not conflict with a Price defined for a time period.
  • + *
* *
*
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 b816d7725c9..e316ce30965 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 @@ -106,7 +106,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod public String getCustomerEmail(); /** - *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

* @return customerGroup */ @Valid @@ -357,7 +357,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod public PaymentInfo getPaymentInfo(); /** - *

Used for LineItem Price selection.

+ *

Used for Line Item price selection.

* @return country */ @@ -464,7 +464,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod public void setCustomerEmail(final String customerEmail); /** - *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

* @param customerGroup value to be set */ @@ -735,7 +735,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod public void setPaymentInfo(final PaymentInfo paymentInfo); /** - *

Used for LineItem Price selection.

+ *

Used for Line Item price selection.

* @param country value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddLineItemAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddLineItemAction.java index 491b2ab101c..71009ab5ded 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddLineItemAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddLineItemAction.java @@ -19,7 +19,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - *

If the Cart contains a LineItem for a Product Variant with the same LineItemMode, Custom Fields, supply and distribution channel, then only the quantity of the existing Line Item is increased. If LineItem shippingDetails is set, it is merged. All addresses will be present afterwards and, for address keys present in both shipping details, the quantity will be summed up. A new Line Item is added when the externalPrice or externalTotalPrice is set in this update action. The LineItem price is set as described in LineItem Price selection.

+ *

If the Cart contains a LineItem for a Product Variant with the same LineItemMode, Custom Fields, supply and distribution channel, then only the quantity of the existing Line Item is increased. If LineItem shippingDetails is set, it is merged. All addresses will be present afterwards and, for address keys present in both shipping details, the quantity will be summed up. A new Line Item is added when the externalPrice or externalTotalPrice is set in this update action. The LineItem price is set as described in Line Item price selection.

*

If the Tax Rate is not set, a MissingTaxRateForCountry error is returned.

*

If the Line Items do not have a Price according to the Product priceMode value for a selected currency and/or country, Customer Group, or Channel, a MatchingPriceNotFound error is returned.

* diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddLineItemActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddLineItemActionImpl.java index 9b9778596b5..d25c00692d4 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddLineItemActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddLineItemActionImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *

If the Cart contains a LineItem for a Product Variant with the same LineItemMode, Custom Fields, supply and distribution channel, then only the quantity of the existing Line Item is increased. If LineItem shippingDetails is set, it is merged. All addresses will be present afterwards and, for address keys present in both shipping details, the quantity will be summed up. A new Line Item is added when the externalPrice or externalTotalPrice is set in this update action. The LineItem price is set as described in LineItem Price selection.

+ *

If the Cart contains a LineItem for a Product Variant with the same LineItemMode, Custom Fields, supply and distribution channel, then only the quantity of the existing Line Item is increased. If LineItem shippingDetails is set, it is merged. All addresses will be present afterwards and, for address keys present in both shipping details, the quantity will be summed up. A new Line Item is added when the externalPrice or externalTotalPrice is set in this update action. The LineItem price is set as described in Line Item price selection.

*

If the Tax Rate is not set, a MissingTaxRateForCountry error is returned.

*

If the Line Items do not have a Price according to the Product priceMode value for a selected currency and/or country, Customer Group, or Channel, a MatchingPriceNotFound error is returned.

*/ 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 95dd2353693..48099cc7059 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 @@ -230,7 +230,7 @@ public CartBuilder customerEmail(@Nullable final String customerEmail) { } /** - *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

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

Reference to the Customer Group of the Customer that the Cart belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

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

Reference to the Customer Group of the Customer that the Cart belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

* @param customerGroup value to be set * @return Builder */ @@ -1433,7 +1433,7 @@ public CartBuilder paymentInfo(@Nullable final com.commercetools.api.models.orde } /** - *

Used for LineItem Price selection.

+ *

Used for Line Item price selection.

* @param country value to be set * @return Builder */ @@ -1649,7 +1649,7 @@ public String getCustomerEmail() { } /** - *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

* @return customerGroup */ @@ -1936,7 +1936,7 @@ public com.commercetools.api.models.order.PaymentInfo getPaymentInfo() { } /** - *

Used for LineItem Price selection.

+ *

Used for Line Item price selection.

* @return country */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartChangeLineItemQuantityAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartChangeLineItemQuantityAction.java index 8043d6be059..3fe4f5954dd 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartChangeLineItemQuantityAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartChangeLineItemQuantityAction.java @@ -18,7 +18,7 @@ /** *

When multiple shipping addresses are set for a Line Item, use the Remove LineItem and Add LineItem update action to change the shipping details. Since it is not possible for the API to infer how the overall change in the Line Item quantity should be distributed over the sub-quantities, the shippingDetails field is kept in its current state to avoid data loss.

*

To change the Line Item quantity and shipping details together, use this update action in combination with the Set LineItem ShippingDetails update action in a single Cart update command.

- *

The LineItem price is set as described in LineItem Price selection.

+ *

The LineItem price is set as described in Line Item price selection.

* *
* Example to create an instance using the builder pattern @@ -66,7 +66,7 @@ public interface CartChangeLineItemQuantityAction extends CartUpdateAction { /** *

Required when the Line Item uses ExternalPrice LineItemPriceMode. Sets the LineItem price to the given value when changing the quantity of a Line Item.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* @return externalPrice */ @Valid @@ -105,7 +105,7 @@ public interface CartChangeLineItemQuantityAction extends CartUpdateAction { /** *

Required when the Line Item uses ExternalPrice LineItemPriceMode. Sets the LineItem price to the given value when changing the quantity of a Line Item.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* @param externalPrice value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartChangeLineItemQuantityActionBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartChangeLineItemQuantityActionBuilder.java index b4404bd6b20..20e72ee0230 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartChangeLineItemQuantityActionBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartChangeLineItemQuantityActionBuilder.java @@ -74,7 +74,7 @@ public CartChangeLineItemQuantityActionBuilder quantity(final Long quantity) { /** *

Required when the Line Item uses ExternalPrice LineItemPriceMode. Sets the LineItem price to the given value when changing the quantity of a Line Item.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* @param builder function to build the externalPrice value * @return Builder */ @@ -87,7 +87,7 @@ public CartChangeLineItemQuantityActionBuilder externalPrice( /** *

Required when the Line Item uses ExternalPrice LineItemPriceMode. Sets the LineItem price to the given value when changing the quantity of a Line Item.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* @param builder function to build the externalPrice value * @return Builder */ @@ -100,7 +100,7 @@ public CartChangeLineItemQuantityActionBuilder withExternalPrice( /** *

Required when the Line Item uses ExternalPrice LineItemPriceMode. Sets the LineItem price to the given value when changing the quantity of a Line Item.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* @param externalPrice value to be set * @return Builder */ @@ -182,7 +182,7 @@ public Long getQuantity() { /** *

Required when the Line Item uses ExternalPrice LineItemPriceMode. Sets the LineItem price to the given value when changing the quantity of a Line Item.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* @return externalPrice */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartChangeLineItemQuantityActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartChangeLineItemQuantityActionImpl.java index 8c844400f04..13ad1f6a602 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartChangeLineItemQuantityActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartChangeLineItemQuantityActionImpl.java @@ -19,7 +19,7 @@ /** *

When multiple shipping addresses are set for a Line Item, use the Remove LineItem and Add LineItem update action to change the shipping details. Since it is not possible for the API to infer how the overall change in the Line Item quantity should be distributed over the sub-quantities, the shippingDetails field is kept in its current state to avoid data loss.

*

To change the Line Item quantity and shipping details together, use this update action in combination with the Set LineItem ShippingDetails update action in a single Cart update command.

- *

The LineItem price is set as described in LineItem Price selection.

+ *

The LineItem price is set as described in Line Item price selection.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class CartChangeLineItemQuantityActionImpl implements CartChangeLineItemQuantityAction, ModelBase { @@ -94,7 +94,7 @@ public Long getQuantity() { /** *

Required when the Line Item uses ExternalPrice LineItemPriceMode. Sets the LineItem price to the given value when changing the quantity of a Line Item.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

*/ public com.commercetools.api.models.common.Money getExternalPrice() { 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 13674a3c5b9..1423ccc0e6e 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 @@ -72,7 +72,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf public String getCustomerEmail(); /** - *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for LineItem Price selection.

+ *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

*

It is automatically set if the Customer referenced in customerId belongs to a Customer Group. It can also be set explicitly when no customerId is present.

* @return customerGroup */ @@ -242,7 +242,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf public List getDiscountCodes(); /** - *

Used for LineItem Price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

+ *

Used for Line Item price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

* @return country */ @@ -311,7 +311,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf public void setCustomerEmail(final String customerEmail); /** - *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for LineItem Price selection.

+ *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

*

It is automatically set if the Customer referenced in customerId belongs to a Customer Group. It can also be set explicitly when no customerId is present.

* @param customerGroup value to be set */ @@ -510,7 +510,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf public void setDiscountCodes(final List discountCodes); /** - *

Used for LineItem Price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

+ *

Used for Line Item price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

* @param country value 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 e10c9d58cb9..ce212767f7b 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 @@ -155,7 +155,7 @@ public CartDraftBuilder customerEmail(@Nullable final String customerEmail) { } /** - *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for LineItem Price selection.

+ *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

*

It is automatically set if the Customer referenced in customerId belongs to a Customer Group. It can also be set explicitly when no customerId is present.

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

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for LineItem Price selection.

+ *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

*

It is automatically set if the Customer referenced in customerId belongs to a Customer Group. It can also be set explicitly when no customerId is present.

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

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for LineItem Price selection.

+ *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

*

It is automatically set if the Customer referenced in customerId belongs to a Customer Group. It can also be set explicitly when no customerId is present.

* @param customerGroup value to be set * @return Builder @@ -1019,7 +1019,7 @@ public CartDraftBuilder plusDiscountCodes(@Nullable final String... discountCode } /** - *

Used for LineItem Price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

+ *

Used for Line Item price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

* @param country value to be set * @return Builder */ @@ -1138,7 +1138,7 @@ public String getCustomerEmail() { } /** - *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for LineItem Price selection.

+ *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

*

It is automatically set if the Customer referenced in customerId belongs to a Customer Group. It can also be set explicitly when no customerId is present.

* @return customerGroup */ @@ -1348,7 +1348,7 @@ public java.util.List getDiscountCodes() { } /** - *

Used for LineItem Price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

+ *

Used for Line Item price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

* @return country */ 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 4dca2fcc5e2..4669f859c4a 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 @@ -181,7 +181,7 @@ public String getCustomerEmail() { } /** - *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for LineItem Price selection.

+ *

ResourceIdentifier to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

*

It is automatically set if the Customer referenced in customerId belongs to a Customer Group. It can also be set explicitly when no customerId is present.

*/ @@ -351,7 +351,7 @@ public java.util.List getDiscountCodes() { } /** - *

Used for LineItem Price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

+ *

Used for Line Item price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

*/ public String getCountry() { 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 af5a52e2ce8..acf8ee82bac 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 @@ -260,7 +260,7 @@ public String getCustomerEmail() { } /** - *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Cart belongs to. Used for Line Item price selection.

*/ public com.commercetools.api.models.customer_group.CustomerGroupReference getCustomerGroup() { @@ -503,7 +503,7 @@ public com.commercetools.api.models.order.PaymentInfo getPaymentInfo() { } /** - *

Used for LineItem Price selection.

+ *

Used for Line Item price selection.

*/ public String getCountry() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartRemoveLineItemAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartRemoveLineItemAction.java index 10851c86dca..9408923b78f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartRemoveLineItemAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartRemoveLineItemAction.java @@ -15,7 +15,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* *
* 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/cart/CartRemoveLineItemActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartRemoveLineItemActionImpl.java index 8e77ca853f9..175cc78e033 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartRemoveLineItemActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartRemoveLineItemActionImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class CartRemoveLineItemActionImpl implements CartRemoveLineItemAction, ModelBase { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetLineItemDistributionChannelAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetLineItemDistributionChannelAction.java index ce8f4204660..9fbd4fe2a69 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetLineItemDistributionChannelAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetLineItemDistributionChannelAction.java @@ -15,7 +15,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - *

Setting a distribution channel for a LineItem can lead to an updated price as described in LineItem Price selection.

+ *

Setting a distribution channel for a LineItem can lead to an updated price as described in Line Item price selection.

* *
* 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/cart/CartSetLineItemDistributionChannelActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetLineItemDistributionChannelActionImpl.java index 4c3dfd07dee..ba3e1e63af5 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetLineItemDistributionChannelActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetLineItemDistributionChannelActionImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *

Setting a distribution channel for a LineItem can lead to an updated price as described in LineItem Price selection.

+ *

Setting a distribution channel for a LineItem can lead to an updated price as described in Line Item price selection.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class CartSetLineItemDistributionChannelActionImpl diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetShippingAddressAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetShippingAddressAction.java index 4583a3d5ba5..360756c68a4 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetShippingAddressAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetShippingAddressAction.java @@ -16,7 +16,7 @@ /** *

Setting the shipping address also sets the TaxRate of Line Items and calculates the TaxedPrice.

- *

If a matching price cannot be found for the given shipping address during Line Item Price selection, a MissingTaxRateForCountry error is returned.

+ *

If a matching price cannot be found for the given shipping address during Line Item price selection, a MissingTaxRateForCountry error is returned.

*

If you want to allow shipping to states inside a country that are not explicitly covered by a TaxRate, set the countryTaxRateFallbackEnabled field to true in the CartsConfiguration by using the Change CountryTaxRateFallbackEnabled update action.

* *
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetShippingAddressActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetShippingAddressActionImpl.java index d570e46ae12..4054e01b802 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetShippingAddressActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartSetShippingAddressActionImpl.java @@ -18,7 +18,7 @@ /** *

Setting the shipping address also sets the TaxRate of Line Items and calculates the TaxedPrice.

- *

If a matching price cannot be found for the given shipping address during Line Item Price selection, a MissingTaxRateForCountry error is returned.

+ *

If a matching price cannot be found for the given shipping address during Line Item price selection, a MissingTaxRateForCountry error is returned.

*

If you want to allow shipping to states inside a country that are not explicitly covered by a TaxRate, set the countryTaxRateFallbackEnabled field to true in the CartsConfiguration by using the Change CountryTaxRateFallbackEnabled update action.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/DirectDiscountDraft.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/DirectDiscountDraft.java index 8d930e3d254..3f4e3628148 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/DirectDiscountDraft.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/DirectDiscountDraft.java @@ -18,8 +18,7 @@ /** *

Represents a CartDiscount that can only be associated with a single Cart or Order.

- *

Direct Discounts are always active and valid, and have the default Stacking StackingMode. They apply in the order in which they are listed in the directDiscounts array of Carts or Orders, and do not have a sorting order like Cart Discounts.

- *

If a Direct Discount is present, any matching Cart Discounts in the Project are ignored. Additionally, a Cart or Order supports either Discount Codes or Direct Discounts at the same time.

+ *

For an introduction to Direct Discounts and to understand how they work in Composable Commerce, see the Direct Discounts overview.

* *
* 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/cart/DirectDiscountDraftImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/DirectDiscountDraftImpl.java index e246ca184ce..4018aa1874b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/DirectDiscountDraftImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/DirectDiscountDraftImpl.java @@ -18,8 +18,7 @@ /** *

Represents a CartDiscount that can only be associated with a single Cart or Order.

- *

Direct Discounts are always active and valid, and have the default Stacking StackingMode. They apply in the order in which they are listed in the directDiscounts array of Carts or Orders, and do not have a sorting order like Cart Discounts.

- *

If a Direct Discount is present, any matching Cart Discounts in the Project are ignored. Additionally, a Cart or Order supports either Discount Codes or Direct Discounts at the same time.

+ *

For an introduction to Direct Discounts and to understand how they work in Composable Commerce, see the Direct Discounts overview.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class DirectDiscountDraftImpl implements DirectDiscountDraft, ModelBase { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/Price.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/Price.java index 7e973ebbe1a..a168e370ec0 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/Price.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/Price.java @@ -103,7 +103,7 @@ public interface Price extends com.commercetools.api.models.Customizable, public ZonedDateTime getValidUntil(); /** - *

Is set if a ProductDiscount has been applied. If set, the API uses the DiscountedPrice value for the Line Item Price selection. When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

+ *

Is set if a ProductDiscount has been applied. If set, the API uses the DiscountedPrice value for the Line Item price selection. When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

* @return discounted */ @Valid @@ -184,7 +184,7 @@ public interface Price extends com.commercetools.api.models.Customizable, public void setValidUntil(final ZonedDateTime validUntil); /** - *

Is set if a ProductDiscount has been applied. If set, the API uses the DiscountedPrice value for the Line Item Price selection. When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

+ *

Is set if a ProductDiscount has been applied. If set, the API uses the DiscountedPrice value for the Line Item price selection. When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

* @param discounted value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/PriceBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/PriceBuilder.java index 4c5b6c93df8..91421b8bac7 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/PriceBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/PriceBuilder.java @@ -209,7 +209,7 @@ public PriceBuilder validUntil(@Nullable final java.time.ZonedDateTime validUnti } /** - *

Is set if a ProductDiscount has been applied. If set, the API uses the DiscountedPrice value for the Line Item Price selection. When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

+ *

Is set if a ProductDiscount has been applied. If set, the API uses the DiscountedPrice value for the Line Item price selection. When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

* @param builder function to build the discounted value * @return Builder */ @@ -221,7 +221,7 @@ public PriceBuilder discounted( } /** - *

Is set if a ProductDiscount has been applied. If set, the API uses the DiscountedPrice value for the Line Item Price selection. When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

+ *

Is set if a ProductDiscount has been applied. If set, the API uses the DiscountedPrice value for the Line Item price selection. When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

* @param builder function to build the discounted value * @return Builder */ @@ -233,7 +233,7 @@ public PriceBuilder withDiscounted( } /** - *

Is set if a ProductDiscount has been applied. If set, the API uses the DiscountedPrice value for the Line Item Price selection. When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

+ *

Is set if a ProductDiscount has been applied. If set, the API uses the DiscountedPrice value for the Line Item price selection. When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

* @param discounted value to be set * @return Builder */ @@ -450,7 +450,7 @@ public java.time.ZonedDateTime getValidUntil() { } /** - *

Is set if a ProductDiscount has been applied. If set, the API uses the DiscountedPrice value for the Line Item Price selection. When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

+ *

Is set if a ProductDiscount has been applied. If set, the API uses the DiscountedPrice value for the Line Item price selection. When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

* @return discounted */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/PriceImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/PriceImpl.java index 238c80a1622..f0e5c2bec07 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/PriceImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/PriceImpl.java @@ -142,7 +142,7 @@ public java.time.ZonedDateTime getValidUntil() { } /** - *

Is set if a ProductDiscount has been applied. If set, the API uses the DiscountedPrice value for the Line Item Price selection. When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

+ *

Is set if a ProductDiscount has been applied. If set, the API uses the DiscountedPrice value for the Line Item price selection. When a relative discount has been applied and the fraction part of the DiscountedPrice value is 0.5, the value is rounded in favor of the customer with half-down rounding.

*/ public com.commercetools.api.models.common.DiscountedPrice getDiscounted() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartAddLineItemAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartAddLineItemAction.java index 4549662b88d..43003d4b127 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartAddLineItemAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartAddLineItemAction.java @@ -18,7 +18,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - *

If the Cart contains a LineItem for a Product Variant with the same LineItemMode, Custom Fields, supply and distribution channel, then only the quantity of the existing Line Item is increased. If LineItem shippingDetails is set, it is merged. All addresses will be present afterwards and, for address keys present in both shipping details, the quantity will be summed up. The LineItem price is set as described in LineItem Price selection.

+ *

If the Cart contains a LineItem for a Product Variant with the same LineItemMode, Custom Fields, supply and distribution channel, then only the quantity of the existing Line Item is increased. If LineItem shippingDetails is set, it is merged. All addresses will be present afterwards and, for address keys present in both shipping details, the quantity will be summed up. A new Line Item is added when the externalPrice or externalTotalPrice is set in this update action. The LineItem price is set as described in Line Item price selection.

*

If the Tax Rate is not set, a MissingTaxRateForCountry error is returned.

*

If the Line Items do not have a Price according to the Product priceMode value for a selected currency and/or country, Customer Group, or Channel, a MatchingPriceNotFound error is returned.

* diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartAddLineItemActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartAddLineItemActionImpl.java index a0eece60d89..f89436a2320 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartAddLineItemActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartAddLineItemActionImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *

If the Cart contains a LineItem for a Product Variant with the same LineItemMode, Custom Fields, supply and distribution channel, then only the quantity of the existing Line Item is increased. If LineItem shippingDetails is set, it is merged. All addresses will be present afterwards and, for address keys present in both shipping details, the quantity will be summed up. The LineItem price is set as described in LineItem Price selection.

+ *

If the Cart contains a LineItem for a Product Variant with the same LineItemMode, Custom Fields, supply and distribution channel, then only the quantity of the existing Line Item is increased. If LineItem shippingDetails is set, it is merged. All addresses will be present afterwards and, for address keys present in both shipping details, the quantity will be summed up. A new Line Item is added when the externalPrice or externalTotalPrice is set in this update action. The LineItem price is set as described in Line Item price selection.

*

If the Tax Rate is not set, a MissingTaxRateForCountry error is returned.

*

If the Line Items do not have a Price according to the Product priceMode value for a selected currency and/or country, Customer Group, or Channel, a MatchingPriceNotFound error is returned.

*/ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraft.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraft.java index 260602f004b..8473ca97cac 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraft.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraft.java @@ -150,7 +150,7 @@ public interface MyCartDraft extends com.commercetools.api.models.CustomizableDr public List getDiscountCodes(); /** - *

Used for LineItem Price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

+ *

Used for Line Item price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

* @return country */ @@ -303,7 +303,7 @@ public interface MyCartDraft extends com.commercetools.api.models.CustomizableDr public void setDiscountCodes(final List discountCodes); /** - *

Used for LineItem Price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

+ *

Used for Line Item price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

* @param country value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftBuilder.java index ecd8f5910e2..87571a08704 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftBuilder.java @@ -542,7 +542,7 @@ public MyCartDraftBuilder plusDiscountCodes(@Nullable final String... discountCo } /** - *

Used for LineItem Price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

+ *

Used for Line Item price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

* @param country value to be set * @return Builder */ @@ -744,7 +744,7 @@ public java.util.List getDiscountCodes() { } /** - *

Used for LineItem Price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

+ *

Used for Line Item price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

* @return country */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftImpl.java index fe58e19dae0..1bb94d6aa06 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftImpl.java @@ -210,7 +210,7 @@ public java.util.List getDiscountCodes() { } /** - *

Used for LineItem Price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

+ *

Used for Line Item price selection. If used for Create Cart in Store, the provided country must be one of the Store's countries.

*/ public String getCountry() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartRemoveLineItemAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartRemoveLineItemAction.java index 34bf8736c90..b519dacd3be 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartRemoveLineItemAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartRemoveLineItemAction.java @@ -17,7 +17,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* *
* 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/me/MyCartRemoveLineItemActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartRemoveLineItemActionImpl.java index cc99c9225a4..e1c49ac65e2 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartRemoveLineItemActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartRemoveLineItemActionImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class MyCartRemoveLineItemActionImpl implements MyCartRemoveLineItemAction, ModelBase { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartSetLineItemDistributionChannelAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartSetLineItemDistributionChannelAction.java index a1a52c7c725..22329332c13 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartSetLineItemDistributionChannelAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartSetLineItemDistributionChannelAction.java @@ -15,7 +15,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - *

Setting a distribution channel for a LineItem can lead to an updated price as described in LineItem Price selection.

+ *

Setting a distribution channel for a LineItem can lead to an updated price as described in Line Item price selection.

* *
* 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/me/MyCartSetLineItemDistributionChannelActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartSetLineItemDistributionChannelActionImpl.java index 9416e5a57bf..023feb16d50 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartSetLineItemDistributionChannelActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartSetLineItemDistributionChannelActionImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *

Setting a distribution channel for a LineItem can lead to an updated price as described in LineItem Price selection.

+ *

Setting a distribution channel for a LineItem can lead to an updated price as described in Line Item price selection.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class MyCartSetLineItemDistributionChannelActionImpl diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartSetShippingAddressAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartSetShippingAddressAction.java index 0152fa95643..7bda941a477 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartSetShippingAddressAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartSetShippingAddressAction.java @@ -16,7 +16,7 @@ /** *

Setting the shipping address also sets the TaxRate of Line Items and calculates the TaxedPrice.

- *

If a matching price cannot be found for the given shipping address during Line Item Price selection, a MissingTaxRateForCountry error is returned.

+ *

If a matching price cannot be found for the given shipping address during Line Item price selection, a MissingTaxRateForCountry error is returned.

*

If you want to allow shipping to states inside a country that are not explicitly covered by a TaxRate, set the countryTaxRateFallbackEnabled field to true in the CartsConfiguration by using the Change CountryTaxRateFallbackEnabled update action.

* *
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartSetShippingAddressActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartSetShippingAddressActionImpl.java index 13b5ceb0ce2..ec20653849d 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartSetShippingAddressActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartSetShippingAddressActionImpl.java @@ -18,7 +18,7 @@ /** *

Setting the shipping address also sets the TaxRate of Line Items and calculates the TaxedPrice.

- *

If a matching price cannot be found for the given shipping address during Line Item Price selection, a MissingTaxRateForCountry error is returned.

+ *

If a matching price cannot be found for the given shipping address during Line Item price selection, a MissingTaxRateForCountry error is returned.

*

If you want to allow shipping to states inside a country that are not explicitly covered by a TaxRate, set the countryTaxRateFallbackEnabled field to true in the CartsConfiguration by using the Change CountryTaxRateFallbackEnabled update action.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/ProductPriceDiscountsSetUpdatedPrice.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/ProductPriceDiscountsSetUpdatedPrice.java index b98ed71b17d..a050937fffd 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/ProductPriceDiscountsSetUpdatedPrice.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/ProductPriceDiscountsSetUpdatedPrice.java @@ -16,7 +16,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - *

Details about a Embedded Price that was updated due to a Discount. Specific to Product Price Discounts Set Message.

+ *

Details about an Embedded Price that was updated due to a Discount. Specific to Product Price Discounts Set 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/message/ProductPriceDiscountsSetUpdatedPriceImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/ProductPriceDiscountsSetUpdatedPriceImpl.java index b29b347e84a..6f3247f30e6 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/ProductPriceDiscountsSetUpdatedPriceImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/ProductPriceDiscountsSetUpdatedPriceImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *

Details about a Embedded Price that was updated due to a Discount. Specific to Product Price Discounts Set Message.

+ *

Details about an Embedded Price that was updated due to a Discount. Specific to Product Price Discounts Set Message.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class ProductPriceDiscountsSetUpdatedPriceImpl implements ProductPriceDiscountsSetUpdatedPrice, ModelBase { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/Order.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/Order.java index 818ea0ca8fe..77dc98a0e8b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/Order.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/Order.java @@ -125,7 +125,7 @@ public interface Order extends BaseResource, OrderMixin, com.commercetools.api.m public String getCustomerEmail(); /** - *

Reference to the Customer Group of the Customer that the Order belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Order belongs to. Used for Line Item price selection.

* @return customerGroup */ @Valid @@ -356,7 +356,7 @@ public interface Order extends BaseResource, OrderMixin, com.commercetools.api.m public PaymentInfo getPaymentInfo(); /** - *

Used for LineItem Price selection.

+ *

Used for Line Item price selection.

* @return country */ @@ -544,7 +544,7 @@ public interface Order extends BaseResource, OrderMixin, com.commercetools.api.m public void setCustomerEmail(final String customerEmail); /** - *

Reference to the Customer Group of the Customer that the Order belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Order belongs to. Used for Line Item price selection.

* @param customerGroup value to be set */ @@ -799,7 +799,7 @@ public interface Order extends BaseResource, OrderMixin, com.commercetools.api.m public void setPaymentInfo(final PaymentInfo paymentInfo); /** - *

Used for LineItem Price selection.

+ *

Used for Line Item price selection.

* @param country value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderBuilder.java index d118770f31d..bda6393453c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderBuilder.java @@ -267,7 +267,7 @@ public OrderBuilder customerEmail(@Nullable final String customerEmail) { } /** - *

Reference to the Customer Group of the Customer that the Order belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Order belongs to. Used for Line Item price selection.

* @param builder function to build the customerGroup value * @return Builder */ @@ -281,7 +281,7 @@ public OrderBuilder customerGroup( } /** - *

Reference to the Customer Group of the Customer that the Order belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Order belongs to. Used for Line Item price selection.

* @param builder function to build the customerGroup value * @return Builder */ @@ -294,7 +294,7 @@ public OrderBuilder withCustomerGroup( } /** - *

Reference to the Customer Group of the Customer that the Order belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Order belongs to. Used for Line Item price selection.

* @param customerGroup value to be set * @return Builder */ @@ -1433,7 +1433,7 @@ public OrderBuilder paymentInfo(@Nullable final com.commercetools.api.models.ord } /** - *

Used for LineItem Price selection.

+ *

Used for Line Item price selection.

* @param country value to be set * @return Builder */ @@ -1982,7 +1982,7 @@ public String getCustomerEmail() { } /** - *

Reference to the Customer Group of the Customer that the Order belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Order belongs to. Used for Line Item price selection.

* @return customerGroup */ @@ -2256,7 +2256,7 @@ public com.commercetools.api.models.order.PaymentInfo getPaymentInfo() { } /** - *

Used for LineItem Price selection.

+ *

Used for Line Item price selection.

* @return country */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImpl.java index 27d30fc379c..71717c24506 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImpl.java @@ -303,7 +303,7 @@ public String getCustomerEmail() { } /** - *

Reference to the Customer Group of the Customer that the Order belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Order belongs to. Used for Line Item price selection.

*/ public com.commercetools.api.models.customer_group.CustomerGroupReference getCustomerGroup() { @@ -529,7 +529,7 @@ public com.commercetools.api.models.order.PaymentInfo getPaymentInfo() { } /** - *

Used for LineItem Price selection.

+ *

Used for Line Item price selection.

*/ public String getCountry() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderAddLineItemAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderAddLineItemAction.java index f5144f2ffae..2c950acc614 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderAddLineItemAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderAddLineItemAction.java @@ -23,7 +23,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - *

If the Cart contains a LineItem for a Product Variant with the same LineItemMode, Custom Fields, supply and distribution channel, then only the quantity of the existing Line Item is increased. If LineItem shippingDetails is set, it is merged. All addresses will be present afterwards and, for address keys present in both shipping details, the quantity will be summed up. A new Line Item is added when the externalPrice or externalTotalPrice is set in this update action. The LineItem price is set as described in LineItem Price selection.

+ *

If the Cart contains a LineItem for a Product Variant with the same LineItemMode, Custom Fields, supply and distribution channel, then only the quantity of the existing Line Item is increased. If LineItem shippingDetails is set, it is merged. All addresses will be present afterwards and, for address keys present in both shipping details, the quantity will be summed up. A new Line Item is added when the externalPrice or externalTotalPrice is set in this update action. The LineItem price is set as described in Line Item price selection.

*

If the Tax Rate is not set, a MissingTaxRateForCountry error is returned.

*

If the Line Items do not have a Price according to the Product priceMode value for a selected currency and/or country, Customer Group, or Channel, a MatchingPriceNotFound error is returned.

* diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderAddLineItemActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderAddLineItemActionImpl.java index 33b70dde3fd..ce28c7fe7ca 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderAddLineItemActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderAddLineItemActionImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *

If the Cart contains a LineItem for a Product Variant with the same LineItemMode, Custom Fields, supply and distribution channel, then only the quantity of the existing Line Item is increased. If LineItem shippingDetails is set, it is merged. All addresses will be present afterwards and, for address keys present in both shipping details, the quantity will be summed up. A new Line Item is added when the externalPrice or externalTotalPrice is set in this update action. The LineItem price is set as described in LineItem Price selection.

+ *

If the Cart contains a LineItem for a Product Variant with the same LineItemMode, Custom Fields, supply and distribution channel, then only the quantity of the existing Line Item is increased. If LineItem shippingDetails is set, it is merged. All addresses will be present afterwards and, for address keys present in both shipping details, the quantity will be summed up. A new Line Item is added when the externalPrice or externalTotalPrice is set in this update action. The LineItem price is set as described in Line Item price selection.

*

If the Tax Rate is not set, a MissingTaxRateForCountry error is returned.

*

If the Line Items do not have a Price according to the Product priceMode value for a selected currency and/or country, Customer Group, or Channel, a MatchingPriceNotFound error is returned.

*/ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderBuilder.java index 57fcd9f07ef..0085a7fe658 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderBuilder.java @@ -267,7 +267,7 @@ public StagedOrderBuilder customerEmail(@Nullable final String customerEmail) { } /** - *

Reference to the Customer Group of the Customer that the Order belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Order belongs to. Used for Line Item price selection.

* @param builder function to build the customerGroup value * @return Builder */ @@ -281,7 +281,7 @@ public StagedOrderBuilder customerGroup( } /** - *

Reference to the Customer Group of the Customer that the Order belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Order belongs to. Used for Line Item price selection.

* @param builder function to build the customerGroup value * @return Builder */ @@ -294,7 +294,7 @@ public StagedOrderBuilder withCustomerGroup( } /** - *

Reference to the Customer Group of the Customer that the Order belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Order belongs to. Used for Line Item price selection.

* @param customerGroup value to be set * @return Builder */ @@ -1439,7 +1439,7 @@ public StagedOrderBuilder paymentInfo(@Nullable final com.commercetools.api.mode } /** - *

Used for LineItem Price selection.

+ *

Used for Line Item price selection.

* @param country value to be set * @return Builder */ @@ -1991,7 +1991,7 @@ public String getCustomerEmail() { } /** - *

Reference to the Customer Group of the Customer that the Order belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Order belongs to. Used for Line Item price selection.

* @return customerGroup */ @@ -2265,7 +2265,7 @@ public com.commercetools.api.models.order.PaymentInfo getPaymentInfo() { } /** - *

Used for LineItem Price selection.

+ *

Used for Line Item price selection.

* @return country */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderChangeLineItemQuantityAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderChangeLineItemQuantityAction.java index 47eb4db1c19..598b18be750 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderChangeLineItemQuantityAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderChangeLineItemQuantityAction.java @@ -20,7 +20,7 @@ /** *

When multiple shipping addresses are set for a Line Item, use the Remove LineItem and Add LineItem update action to change the shipping details. Since it is not possible for the API to infer how the overall change in the Line Item quantity should be distributed over the sub-quantities, the shippingDetails field is kept in its current state to avoid data loss.

*

To change the Line Item quantity and shipping details together, use this update action in combination with the Set LineItem ShippingDetails update action in a single Order update command.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* *
* Example to create an instance using the builder pattern @@ -67,7 +67,7 @@ public interface StagedOrderChangeLineItemQuantityAction extends StagedOrderUpda /** *

Required when the Line Item uses ExternalPrice LineItemPriceMode. Sets the LineItem price to the given value when changing the quantity of a Line Item.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* @return externalPrice */ @Valid @@ -105,7 +105,7 @@ public interface StagedOrderChangeLineItemQuantityAction extends StagedOrderUpda /** *

Required when the Line Item uses ExternalPrice LineItemPriceMode. Sets the LineItem price to the given value when changing the quantity of a Line Item.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* @param externalPrice value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderChangeLineItemQuantityActionBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderChangeLineItemQuantityActionBuilder.java index fad181c3a63..122a6d0eb08 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderChangeLineItemQuantityActionBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderChangeLineItemQuantityActionBuilder.java @@ -74,7 +74,7 @@ public StagedOrderChangeLineItemQuantityActionBuilder quantity(final Long quanti /** *

Required when the Line Item uses ExternalPrice LineItemPriceMode. Sets the LineItem price to the given value when changing the quantity of a Line Item.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* @param builder function to build the externalPrice value * @return Builder */ @@ -87,7 +87,7 @@ public StagedOrderChangeLineItemQuantityActionBuilder externalPrice( /** *

Required when the Line Item uses ExternalPrice LineItemPriceMode. Sets the LineItem price to the given value when changing the quantity of a Line Item.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* @param builder function to build the externalPrice value * @return Builder */ @@ -100,7 +100,7 @@ public StagedOrderChangeLineItemQuantityActionBuilder withExternalPrice( /** *

Required when the Line Item uses ExternalPrice LineItemPriceMode. Sets the LineItem price to the given value when changing the quantity of a Line Item.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* @param externalPrice value to be set * @return Builder */ @@ -181,7 +181,7 @@ public Long getQuantity() { /** *

Required when the Line Item uses ExternalPrice LineItemPriceMode. Sets the LineItem price to the given value when changing the quantity of a Line Item.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* @return externalPrice */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderChangeLineItemQuantityActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderChangeLineItemQuantityActionImpl.java index 517249a8f54..05720471a03 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderChangeLineItemQuantityActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderChangeLineItemQuantityActionImpl.java @@ -19,7 +19,7 @@ /** *

When multiple shipping addresses are set for a Line Item, use the Remove LineItem and Add LineItem update action to change the shipping details. Since it is not possible for the API to infer how the overall change in the Line Item quantity should be distributed over the sub-quantities, the shippingDetails field is kept in its current state to avoid data loss.

*

To change the Line Item quantity and shipping details together, use this update action in combination with the Set LineItem ShippingDetails update action in a single Order update command.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class StagedOrderChangeLineItemQuantityActionImpl implements StagedOrderChangeLineItemQuantityAction, ModelBase { @@ -93,7 +93,7 @@ public Long getQuantity() { /** *

Required when the Line Item uses ExternalPrice LineItemPriceMode. Sets the LineItem price to the given value when changing the quantity of a Line Item.

- *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

*/ public com.commercetools.api.models.common.Money getExternalPrice() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderImpl.java index 107e155223c..158dccff396 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderImpl.java @@ -303,7 +303,7 @@ public String getCustomerEmail() { } /** - *

Reference to the Customer Group of the Customer that the Order belongs to. Used for LineItem Price selection.

+ *

Reference to the Customer Group of the Customer that the Order belongs to. Used for Line Item price selection.

*/ public com.commercetools.api.models.customer_group.CustomerGroupReference getCustomerGroup() { @@ -529,7 +529,7 @@ public com.commercetools.api.models.order.PaymentInfo getPaymentInfo() { } /** - *

Used for LineItem Price selection.

+ *

Used for Line Item price selection.

*/ public String getCountry() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderRemoveLineItemAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderRemoveLineItemAction.java index f375a02a1f4..8fd8368dc4f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderRemoveLineItemAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderRemoveLineItemAction.java @@ -18,7 +18,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

* *
* 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/StagedOrderRemoveLineItemActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderRemoveLineItemActionImpl.java index a46c68b1c12..7e323a78aed 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderRemoveLineItemActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderRemoveLineItemActionImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *

The LineItem price is updated as described in LineItem Price selection.

+ *

The LineItem price is updated as described in Line Item price selection.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class StagedOrderRemoveLineItemActionImpl implements StagedOrderRemoveLineItemAction, ModelBase { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetLineItemDistributionChannelAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetLineItemDistributionChannelAction.java index ed64333d051..00840ece403 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetLineItemDistributionChannelAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetLineItemDistributionChannelAction.java @@ -16,7 +16,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - *

Setting a distribution channel for a LineItem can lead to an updated price as described in LineItem Price selection.

+ *

Setting a distribution channel for a LineItem can lead to an updated price as described in Line Item price selection.

*

Produces the OrderLineItemDistributionChannelSet Message.

* *
diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetLineItemDistributionChannelActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetLineItemDistributionChannelActionImpl.java index 53b3e82810e..db55ec8635d 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetLineItemDistributionChannelActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderSetLineItemDistributionChannelActionImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *

Setting a distribution channel for a LineItem can lead to an updated price as described in LineItem Price selection.

+ *

Setting a distribution channel for a LineItem can lead to an updated price as described in Line Item price selection.

*

Produces the OrderLineItemDistributionChannelSet Message.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductPriceModeEnum.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductPriceModeEnum.java index c88a0efb8a3..2c5ec923083 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductPriceModeEnum.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductPriceModeEnum.java @@ -11,7 +11,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - *

This mode determines the type of Prices used for Product Price Selection and for LineItem Price selection.

+ *

This mode determines the type of Prices used for price selection by Line Items and Products. For more information about the difference between the Prices, see Pricing.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public interface ProductPriceModeEnum extends JsonEnum { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariant.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariant.java index 44ae0cf2c27..8dbad705009 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariant.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariant.java @@ -78,7 +78,7 @@ public interface ProductVariant extends AttributeContainer, com.commercetools.ap public List getAttributes(); /** - *

Only available when Price selection is used. Cannot be used in a Query Predicate.

+ *

Only available when price selection is used. Cannot be used in a Query Predicate.

* @return price */ @Valid @@ -118,7 +118,7 @@ public interface ProductVariant extends AttributeContainer, com.commercetools.ap public Boolean getIsMatchingVariant(); /** - *

Only available in response to a Product Projection Search request with price selection. Can be used to sort, filter, and facet.

+ *

Only available in response to a Product Projection Search request with Product price selection. Can be used to sort, filter, and facet.

* @return scopedPrice */ @Valid @@ -126,7 +126,7 @@ public interface ProductVariant extends AttributeContainer, com.commercetools.ap public ScopedPrice getScopedPrice(); /** - *

Only available in response to a Product Projection Search request with price selection.

+ *

Only available in response to a Product Projection Search request with Product price selection.

* @return scopedPriceDiscounted */ @@ -186,7 +186,7 @@ public interface ProductVariant extends AttributeContainer, com.commercetools.ap public void setAttributes(final List attributes); /** - *

Only available when Price selection is used. Cannot be used in a Query Predicate.

+ *

Only available when price selection is used. Cannot be used in a Query Predicate.

* @param price value to be set */ @@ -237,14 +237,14 @@ public interface ProductVariant extends AttributeContainer, com.commercetools.ap public void setIsMatchingVariant(final Boolean isMatchingVariant); /** - *

Only available in response to a Product Projection Search request with price selection. Can be used to sort, filter, and facet.

+ *

Only available in response to a Product Projection Search request with Product price selection. Can be used to sort, filter, and facet.

* @param scopedPrice value to be set */ public void setScopedPrice(final ScopedPrice scopedPrice); /** - *

Only available in response to a Product Projection Search request with price selection.

+ *

Only available in response to a Product Projection Search request with Product price selection.

* @param scopedPriceDiscounted value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariantBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariantBuilder.java index 92af0a5fbfa..1efa72b5b61 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariantBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariantBuilder.java @@ -270,7 +270,7 @@ public ProductVariantBuilder setAttributes( } /** - *

Only available when Price selection is used. Cannot be used in a Query Predicate.

+ *

Only available when price selection is used. Cannot be used in a Query Predicate.

* @param builder function to build the price value * @return Builder */ @@ -282,7 +282,7 @@ public ProductVariantBuilder price( } /** - *

Only available when Price selection is used. Cannot be used in a Query Predicate.

+ *

Only available when price selection is used. Cannot be used in a Query Predicate.

* @param builder function to build the price value * @return Builder */ @@ -294,7 +294,7 @@ public ProductVariantBuilder withPrice( } /** - *

Only available when Price selection is used. Cannot be used in a Query Predicate.

+ *

Only available when price selection is used. Cannot be used in a Query Predicate.

* @param price value to be set * @return Builder */ @@ -527,7 +527,7 @@ public ProductVariantBuilder isMatchingVariant(@Nullable final Boolean isMatchin } /** - *

Only available in response to a Product Projection Search request with price selection. Can be used to sort, filter, and facet.

+ *

Only available in response to a Product Projection Search request with Product price selection. Can be used to sort, filter, and facet.

* @param builder function to build the scopedPrice value * @return Builder */ @@ -539,7 +539,7 @@ public ProductVariantBuilder scopedPrice( } /** - *

Only available in response to a Product Projection Search request with price selection. Can be used to sort, filter, and facet.

+ *

Only available in response to a Product Projection Search request with Product price selection. Can be used to sort, filter, and facet.

* @param builder function to build the scopedPrice value * @return Builder */ @@ -551,7 +551,7 @@ public ProductVariantBuilder withScopedPrice( } /** - *

Only available in response to a Product Projection Search request with price selection. Can be used to sort, filter, and facet.

+ *

Only available in response to a Product Projection Search request with Product price selection. Can be used to sort, filter, and facet.

* @param scopedPrice value to be set * @return Builder */ @@ -563,7 +563,7 @@ public ProductVariantBuilder scopedPrice( } /** - *

Only available in response to a Product Projection Search request with price selection.

+ *

Only available in response to a Product Projection Search request with Product price selection.

* @param scopedPriceDiscounted value to be set * @return Builder */ @@ -624,7 +624,7 @@ public java.util.List getAttribu } /** - *

Only available when Price selection is used. Cannot be used in a Query Predicate.

+ *

Only available when price selection is used. Cannot be used in a Query Predicate.

* @return price */ @@ -674,7 +674,7 @@ public Boolean getIsMatchingVariant() { } /** - *

Only available in response to a Product Projection Search request with price selection. Can be used to sort, filter, and facet.

+ *

Only available in response to a Product Projection Search request with Product price selection. Can be used to sort, filter, and facet.

* @return scopedPrice */ @@ -684,7 +684,7 @@ public com.commercetools.api.models.common.ScopedPrice getScopedPrice() { } /** - *

Only available in response to a Product Projection Search request with price selection.

+ *

Only available in response to a Product Projection Search request with Product price selection.

* @return scopedPriceDiscounted */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariantImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariantImpl.java index 6fd96a878c8..ab6c6c56905 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariantImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariantImpl.java @@ -123,7 +123,7 @@ public java.util.List getAttribu } /** - *

Only available when Price selection is used. Cannot be used in a Query Predicate.

+ *

Only available when price selection is used. Cannot be used in a Query Predicate.

*/ public com.commercetools.api.models.common.Price getPrice() { @@ -163,7 +163,7 @@ public Boolean getIsMatchingVariant() { } /** - *

Only available in response to a Product Projection Search request with price selection. Can be used to sort, filter, and facet.

+ *

Only available in response to a Product Projection Search request with Product price selection. Can be used to sort, filter, and facet.

*/ public com.commercetools.api.models.common.ScopedPrice getScopedPrice() { @@ -171,7 +171,7 @@ public com.commercetools.api.models.common.ScopedPrice getScopedPrice() { } /** - *

Only available in response to a Product Projection Search request with price selection.

+ *

Only available in response to a Product Projection Search request with Product price selection.

*/ public Boolean getScopedPriceDiscounted() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchProjectionParams.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchProjectionParams.java index 211dba2dc7f..6173ee249fd 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchProjectionParams.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchProjectionParams.java @@ -45,7 +45,7 @@ public interface ProductSearchProjectionParams { public Boolean getStaged(); /** - *

The currency used for Price selection.

+ *

The currency used for Product price selection.

* @return priceCurrency */ @@ -53,7 +53,7 @@ public interface ProductSearchProjectionParams { public String getPriceCurrency(); /** - *

The country used for Price selection. Can only be used in conjunction with the priceCurrency parameter.

+ *

The country used for Product price selection. Can only be used in conjunction with the priceCurrency parameter.

* @return priceCountry */ @@ -61,7 +61,7 @@ public interface ProductSearchProjectionParams { public String getPriceCountry(); /** - *

id of an existing CustomerGroup used for Price selection. Can only be used in conjunction with the priceCurrency parameter.

+ *

id of an existing CustomerGroup used for Product price selection. Can only be used in conjunction with the priceCurrency parameter.

* @return priceCustomerGroup */ @@ -69,7 +69,7 @@ public interface ProductSearchProjectionParams { public String getPriceCustomerGroup(); /** - *

id of an existing Channel used for Price selection. Can only be used in conjunction with the priceCurrency parameter.

+ *

id of an existing Channel used for Product price selection. Can only be used in conjunction with the priceCurrency parameter.

* @return priceChannel */ @@ -115,28 +115,28 @@ public interface ProductSearchProjectionParams { public void setStaged(final Boolean staged); /** - *

The currency used for Price selection.

+ *

The currency used for Product price selection.

* @param priceCurrency value to be set */ public void setPriceCurrency(final String priceCurrency); /** - *

The country used for Price selection. Can only be used in conjunction with the priceCurrency parameter.

+ *

The country used for Product price selection. Can only be used in conjunction with the priceCurrency parameter.

* @param priceCountry value to be set */ public void setPriceCountry(final String priceCountry); /** - *

id of an existing CustomerGroup used for Price selection. Can only be used in conjunction with the priceCurrency parameter.

+ *

id of an existing CustomerGroup used for Product price selection. Can only be used in conjunction with the priceCurrency parameter.

* @param priceCustomerGroup value to be set */ public void setPriceCustomerGroup(final String priceCustomerGroup); /** - *

id of an existing Channel used for Price selection. Can only be used in conjunction with the priceCurrency parameter.

+ *

id of an existing Channel used for Product price selection. Can only be used in conjunction with the priceCurrency parameter.

* @param priceChannel value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchProjectionParamsBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchProjectionParamsBuilder.java index 8968093bced..bc450d8b3f7 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchProjectionParamsBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchProjectionParamsBuilder.java @@ -94,7 +94,7 @@ public ProductSearchProjectionParamsBuilder staged(@Nullable final Boolean stage } /** - *

The currency used for Price selection.

+ *

The currency used for Product price selection.

* @param priceCurrency value to be set * @return Builder */ @@ -105,7 +105,7 @@ public ProductSearchProjectionParamsBuilder priceCurrency(@Nullable final String } /** - *

The country used for Price selection. Can only be used in conjunction with the priceCurrency parameter.

+ *

The country used for Product price selection. Can only be used in conjunction with the priceCurrency parameter.

* @param priceCountry value to be set * @return Builder */ @@ -116,7 +116,7 @@ public ProductSearchProjectionParamsBuilder priceCountry(@Nullable final String } /** - *

id of an existing CustomerGroup used for Price selection. Can only be used in conjunction with the priceCurrency parameter.

+ *

id of an existing CustomerGroup used for Product price selection. Can only be used in conjunction with the priceCurrency parameter.

* @param priceCustomerGroup value to be set * @return Builder */ @@ -127,7 +127,7 @@ public ProductSearchProjectionParamsBuilder priceCustomerGroup(@Nullable final S } /** - *

id of an existing Channel used for Price selection. Can only be used in conjunction with the priceCurrency parameter.

+ *

id of an existing Channel used for Product price selection. Can only be used in conjunction with the priceCurrency parameter.

* @param priceChannel value to be set * @return Builder */ @@ -206,7 +206,7 @@ public Boolean getStaged() { } /** - *

The currency used for Price selection.

+ *

The currency used for Product price selection.

* @return priceCurrency */ @@ -216,7 +216,7 @@ public String getPriceCurrency() { } /** - *

The country used for Price selection. Can only be used in conjunction with the priceCurrency parameter.

+ *

The country used for Product price selection. Can only be used in conjunction with the priceCurrency parameter.

* @return priceCountry */ @@ -226,7 +226,7 @@ public String getPriceCountry() { } /** - *

id of an existing CustomerGroup used for Price selection. Can only be used in conjunction with the priceCurrency parameter.

+ *

id of an existing CustomerGroup used for Product price selection. Can only be used in conjunction with the priceCurrency parameter.

* @return priceCustomerGroup */ @@ -236,7 +236,7 @@ public String getPriceCustomerGroup() { } /** - *

id of an existing Channel used for Price selection. Can only be used in conjunction with the priceCurrency parameter.

+ *

id of an existing Channel used for Product price selection. Can only be used in conjunction with the priceCurrency parameter.

* @return priceChannel */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchProjectionParamsImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchProjectionParamsImpl.java index c2f1c778d6b..253abbf5249 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchProjectionParamsImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchProjectionParamsImpl.java @@ -82,7 +82,7 @@ public Boolean getStaged() { } /** - *

The currency used for Price selection.

+ *

The currency used for Product price selection.

*/ public String getPriceCurrency() { @@ -90,7 +90,7 @@ public String getPriceCurrency() { } /** - *

The country used for Price selection. Can only be used in conjunction with the priceCurrency parameter.

+ *

The country used for Product price selection. Can only be used in conjunction with the priceCurrency parameter.

*/ public String getPriceCountry() { @@ -98,7 +98,7 @@ public String getPriceCountry() { } /** - *

id of an existing CustomerGroup used for Price selection. Can only be used in conjunction with the priceCurrency parameter.

+ *

id of an existing CustomerGroup used for Product price selection. Can only be used in conjunction with the priceCurrency parameter.

*/ public String getPriceCustomerGroup() { @@ -106,7 +106,7 @@ public String getPriceCustomerGroup() { } /** - *

id of an existing Channel used for Price selection. Can only be used in conjunction with the priceCurrency parameter.

+ *

id of an existing Channel used for Product price selection. Can only be used in conjunction with the priceCurrency parameter.

*/ public String getPriceChannel() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePrice.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePrice.java index cf2815140fb..9167d85e0a0 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePrice.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePrice.java @@ -175,7 +175,7 @@ public interface StandalonePrice public List getTiers(); /** - *

Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the LineItem Price selection. When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.

+ *

Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the Line Item price selection. When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.

* @return discounted */ @Valid @@ -199,7 +199,7 @@ public interface StandalonePrice public StagedStandalonePrice getStaged(); /** - *

If set to true, the StandalonePrice is considered during price selection. If set to false, the StandalonePrice is not considered during price selection.

+ *

If set to true, the StandalonePrice is considered during Product price selection. If set to false, the StandalonePrice is not considered during Product price selection.

* @return active */ @NotNull @@ -322,7 +322,7 @@ public interface StandalonePrice public void setTiers(final List tiers); /** - *

Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the LineItem Price selection. When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.

+ *

Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the Line Item price selection. When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.

* @param discounted value to be set */ @@ -343,7 +343,7 @@ public interface StandalonePrice public void setStaged(final StagedStandalonePrice staged); /** - *

If set to true, the StandalonePrice is considered during price selection. If set to false, the StandalonePrice is not considered during price selection.

+ *

If set to true, the StandalonePrice is considered during Product price selection. If set to false, the StandalonePrice is not considered during Product price selection.

* @param active value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceBuilder.java index 1cba0b1488c..625e17ad585 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceBuilder.java @@ -443,7 +443,7 @@ public StandalonePriceBuilder setTiers( } /** - *

Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the LineItem Price selection. When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.

+ *

Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the Line Item price selection. When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.

* @param builder function to build the discounted value * @return Builder */ @@ -455,7 +455,7 @@ public StandalonePriceBuilder discounted( } /** - *

Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the LineItem Price selection. When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.

+ *

Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the Line Item price selection. When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.

* @param builder function to build the discounted value * @return Builder */ @@ -467,7 +467,7 @@ public StandalonePriceBuilder withDiscounted( } /** - *

Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the LineItem Price selection. When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.

+ *

Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the Line Item price selection. When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.

* @param discounted value to be set * @return Builder */ @@ -551,7 +551,7 @@ public StandalonePriceBuilder staged( } /** - *

If set to true, the StandalonePrice is considered during price selection. If set to false, the StandalonePrice is not considered during price selection.

+ *

If set to true, the StandalonePrice is considered during Product price selection. If set to false, the StandalonePrice is not considered during Product price selection.

* @param active value to be set * @return Builder */ @@ -707,7 +707,7 @@ public java.util.List getTiers() } /** - *

Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the LineItem Price selection. When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.

+ *

Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the Line Item price selection. When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.

* @return discounted */ @@ -737,7 +737,7 @@ public com.commercetools.api.models.standalone_price.StagedStandalonePrice getSt } /** - *

If set to true, the StandalonePrice is considered during price selection. If set to false, the StandalonePrice is not considered during price selection.

+ *

If set to true, the StandalonePrice is considered during Product price selection. If set to false, the StandalonePrice is not considered during Product price selection.

* @return active */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceDraft.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceDraft.java index 0728748e015..f008991f4ac 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceDraft.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceDraft.java @@ -23,8 +23,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - *

Standalone Prices are defined with a scope consisting of currency and optionally country, customerGroup, and channel and/or a validity period (validFrom and/or validTo). For more information see price selection.

- *

Creating a Standalone Price for an SKU which has a Standalone Price with exactly the same price scope, or with overlapping validity periods within the same price scope returns the DuplicateStandalonePriceScope and OverlappingStandalonePriceValidity errors, respectively. A Price without validity period does not conflict with a Price defined for a time period.

+ * StandalonePriceDraft * *
* Example to create an instance using the builder pattern @@ -141,7 +140,7 @@ public interface StandalonePriceDraft extends com.commercetools.api.models.Custo public StagedPriceDraft getStaged(); /** - *

Set to false, if the StandalonePrice should not be considered during price selection.

+ *

Set to false, if the StandalonePrice should not be considered during Prodct price selection.

* @return active */ @@ -243,7 +242,7 @@ public interface StandalonePriceDraft extends com.commercetools.api.models.Custo public void setStaged(final StagedPriceDraft staged); /** - *

Set to false, if the StandalonePrice should not be considered during price selection.

+ *

Set to false, if the StandalonePrice should not be considered during Prodct price selection.

* @param active value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceDraftBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceDraftBuilder.java index abf7752e836..ded3f9fe6f8 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceDraftBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceDraftBuilder.java @@ -433,7 +433,7 @@ public StandalonePriceDraftBuilder staged( } /** - *

Set to false, if the StandalonePrice should not be considered during price selection.

+ *

Set to false, if the StandalonePrice should not be considered during Prodct price selection.

* @param active value to be set * @return Builder */ @@ -563,7 +563,7 @@ public com.commercetools.api.models.standalone_price.StagedPriceDraft getStaged( } /** - *

Set to false, if the StandalonePrice should not be considered during price selection.

+ *

Set to false, if the StandalonePrice should not be considered during Prodct price selection.

* @return active */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceDraftImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceDraftImpl.java index 4331f2f9beb..d84e69077da 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceDraftImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceDraftImpl.java @@ -17,8 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - *

Standalone Prices are defined with a scope consisting of currency and optionally country, customerGroup, and channel and/or a validity period (validFrom and/or validTo). For more information see price selection.

- *

Creating a Standalone Price for an SKU which has a Standalone Price with exactly the same price scope, or with overlapping validity periods within the same price scope returns the DuplicateStandalonePriceScope and OverlappingStandalonePriceValidity errors, respectively. A Price without validity period does not conflict with a Price defined for a time period.

+ * StandalonePriceDraft */ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class StandalonePriceDraftImpl implements StandalonePriceDraft, ModelBase { @@ -184,7 +183,7 @@ public com.commercetools.api.models.standalone_price.StagedPriceDraft getStaged( } /** - *

Set to false, if the StandalonePrice should not be considered during price selection.

+ *

Set to false, if the StandalonePrice should not be considered during Prodct price selection.

*/ public Boolean getActive() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceImpl.java index 4ff2cc00a4c..5fecf2fff93 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceImpl.java @@ -230,7 +230,7 @@ public java.util.List getTiers() } /** - *

Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the LineItem Price selection. When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.

+ *

Set if a matching ProductDiscount exists. If set, the API uses the discounted value for the Line Item price selection. When a relative discount is applied and the fraction part of the discounted price is 0.5, the discounted price is rounded in favor of the customer with the half down rounding.

*/ public com.commercetools.api.models.common.DiscountedPrice getDiscounted() { @@ -254,7 +254,7 @@ public com.commercetools.api.models.standalone_price.StagedStandalonePrice getSt } /** - *

If set to true, the StandalonePrice is considered during price selection. If set to false, the StandalonePrice is not considered during price selection.

+ *

If set to true, the StandalonePrice is considered during Product price selection. If set to false, the StandalonePrice is not considered during Product price selection.

*/ public Boolean getActive() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePricePagedQueryResponse.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePricePagedQueryResponse.java index 8be200c28c0..ed688e9ee70 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePricePagedQueryResponse.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePricePagedQueryResponse.java @@ -16,7 +16,7 @@ import io.vrap.rmf.base.client.utils.Generated; /** - * StandalonePricePagedQueryResponse + *

PagedQueryResult with results containing an array of StandalonePrice.

* *
* 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/standalone_price/StandalonePricePagedQueryResponseImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePricePagedQueryResponseImpl.java index 885299960d7..157ff3d2b24 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePricePagedQueryResponseImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePricePagedQueryResponseImpl.java @@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; /** - * StandalonePricePagedQueryResponse + *

PagedQueryResult with results containing an array of StandalonePrice.

*/ @Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen") public class StandalonePricePagedQueryResponseImpl implements StandalonePricePagedQueryResponse, ModelBase { diff --git a/references.txt b/references.txt index d0d407f7494..8fad15c62aa 100644 --- a/references.txt +++ b/references.txt @@ -237,3 +237,4 @@ cdb527e0fe5524d6c7411066fca556e1b3403003 8e1b78a82687406ae1c4459f5b6ff7a61e5518d5 f1d13dc3acf6960cda08494da701d04a46f9eb3f eac13cfcb88a83f4f4e977ba51c0b11e458cff61 +6abab3f555aab9f5aa5b8a1b551235188fbb9201