Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Feb 20, 2024
1 parent bd3ca52 commit 1597716
Show file tree
Hide file tree
Showing 16 changed files with 61 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public interface Price extends com.commercetools.api.models.Customizable<Price>,

/**
* <p>Present if different Prices for certain LineItem quantities have been specified.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @return tiers
*/
@Valid
Expand Down Expand Up @@ -191,6 +192,7 @@ public interface Price extends com.commercetools.api.models.Customizable<Price>,

/**
* <p>Present if different Prices for certain LineItem quantities have been specified.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param tiers values to be set
*/

Expand All @@ -199,6 +201,7 @@ public interface Price extends com.commercetools.api.models.Customizable<Price>,

/**
* <p>Present if different Prices for certain LineItem quantities have been specified.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param tiers values to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ public PriceBuilder discounted(@Nullable final com.commercetools.api.models.comm

/**
* <p>Present if different Prices for certain LineItem quantities have been specified.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param tiers value to be set
* @return Builder
*/
Expand All @@ -256,6 +257,7 @@ public PriceBuilder tiers(@Nullable final com.commercetools.api.models.common.Pr

/**
* <p>Present if different Prices for certain LineItem quantities have been specified.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param tiers value to be set
* @return Builder
*/
Expand All @@ -267,6 +269,7 @@ public PriceBuilder tiers(@Nullable final java.util.List<com.commercetools.api.m

/**
* <p>Present if different Prices for certain LineItem quantities have been specified.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param tiers value to be set
* @return Builder
*/
Expand All @@ -281,6 +284,7 @@ public PriceBuilder plusTiers(@Nullable final com.commercetools.api.models.commo

/**
* <p>Present if different Prices for certain LineItem quantities have been specified.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand All @@ -296,6 +300,7 @@ public PriceBuilder plusTiers(

/**
* <p>Present if different Prices for certain LineItem quantities have been specified.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand All @@ -309,6 +314,7 @@ public PriceBuilder withTiers(

/**
* <p>Present if different Prices for certain LineItem quantities have been specified.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand All @@ -320,6 +326,7 @@ public PriceBuilder addTiers(

/**
* <p>Present if different Prices for certain LineItem quantities have been specified.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand Down Expand Up @@ -454,6 +461,7 @@ public com.commercetools.api.models.common.DiscountedPrice getDiscounted() {

/**
* <p>Present if different Prices for certain LineItem quantities have been specified.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @return tiers
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public interface PriceDraft extends com.commercetools.api.models.CustomizableDra

/**
* <p>Set this field to specify different Prices for certain LineItem quantities.</p>
* <p>If <code>discounted</code> is set, the tiered Price is ignored for a Product Variant.</p>
* @return tiers
*/
@Valid
Expand Down Expand Up @@ -188,6 +189,7 @@ public interface PriceDraft extends com.commercetools.api.models.CustomizableDra

/**
* <p>Set this field to specify different Prices for certain LineItem quantities.</p>
* <p>If <code>discounted</code> is set, the tiered Price is ignored for a Product Variant.</p>
* @param tiers values to be set
*/

Expand All @@ -196,6 +198,7 @@ public interface PriceDraft extends com.commercetools.api.models.CustomizableDra

/**
* <p>Set this field to specify different Prices for certain LineItem quantities.</p>
* <p>If <code>discounted</code> is set, the tiered Price is ignored for a Product Variant.</p>
* @param tiers values to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ public PriceDraftBuilder discounted(

/**
* <p>Set this field to specify different Prices for certain LineItem quantities.</p>
* <p>If <code>discounted</code> is set, the tiered Price is ignored for a Product Variant.</p>
* @param tiers value to be set
* @return Builder
*/
Expand All @@ -275,6 +276,7 @@ public PriceDraftBuilder tiers(@Nullable final com.commercetools.api.models.comm

/**
* <p>Set this field to specify different Prices for certain LineItem quantities.</p>
* <p>If <code>discounted</code> is set, the tiered Price is ignored for a Product Variant.</p>
* @param tiers value to be set
* @return Builder
*/
Expand All @@ -287,6 +289,7 @@ public PriceDraftBuilder tiers(

/**
* <p>Set this field to specify different Prices for certain LineItem quantities.</p>
* <p>If <code>discounted</code> is set, the tiered Price is ignored for a Product Variant.</p>
* @param tiers value to be set
* @return Builder
*/
Expand All @@ -301,6 +304,7 @@ public PriceDraftBuilder plusTiers(@Nullable final com.commercetools.api.models.

/**
* <p>Set this field to specify different Prices for certain LineItem quantities.</p>
* <p>If <code>discounted</code> is set, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand All @@ -316,6 +320,7 @@ public PriceDraftBuilder plusTiers(

/**
* <p>Set this field to specify different Prices for certain LineItem quantities.</p>
* <p>If <code>discounted</code> is set, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand All @@ -329,6 +334,7 @@ public PriceDraftBuilder withTiers(

/**
* <p>Set this field to specify different Prices for certain LineItem quantities.</p>
* <p>If <code>discounted</code> is set, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand All @@ -340,6 +346,7 @@ public PriceDraftBuilder addTiers(

/**
* <p>Set this field to specify different Prices for certain LineItem quantities.</p>
* <p>If <code>discounted</code> is set, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand Down Expand Up @@ -471,6 +478,7 @@ public com.commercetools.api.models.common.DiscountedPriceDraft getDiscounted()

/**
* <p>Set this field to specify different Prices for certain LineItem quantities.</p>
* <p>If <code>discounted</code> is set, the tiered Price is ignored for a Product Variant.</p>
* @return tiers
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public com.commercetools.api.models.common.DiscountedPriceDraft getDiscounted()

/**
* <p>Set this field to specify different Prices for certain LineItem quantities.</p>
* <p>If <code>discounted</code> is set, the tiered Price is ignored for a Product Variant.</p>
*/

public java.util.List<com.commercetools.api.models.common.PriceTierDraft> getTiers() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public com.commercetools.api.models.common.DiscountedPrice getDiscounted() {

/**
* <p>Present if different Prices for certain LineItem quantities have been specified.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
*/

public java.util.List<com.commercetools.api.models.common.PriceTier> getTiers() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public interface QueryPrice extends com.commercetools.api.models.Customizable<Qu

/**
* <p>Price tier applied when the minimum quantity for the LineItem of a ProductVariant with the related Price is reached in a Cart.</p>
* <p>If <code>discounted</code> is specified, the tiered Price is ignored for a Product Variant.</p>
* @return tiers
*/
@Valid
Expand Down Expand Up @@ -182,6 +183,7 @@ public interface QueryPrice extends com.commercetools.api.models.Customizable<Qu

/**
* <p>Price tier applied when the minimum quantity for the LineItem of a ProductVariant with the related Price is reached in a Cart.</p>
* <p>If <code>discounted</code> is specified, the tiered Price is ignored for a Product Variant.</p>
* @param tiers values to be set
*/

Expand All @@ -190,6 +192,7 @@ public interface QueryPrice extends com.commercetools.api.models.Customizable<Qu

/**
* <p>Price tier applied when the minimum quantity for the LineItem of a ProductVariant with the related Price is reached in a Cart.</p>
* <p>If <code>discounted</code> is specified, the tiered Price is ignored for a Product Variant.</p>
* @param tiers values to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ public QueryPriceBuilder custom(@Nullable final com.commercetools.api.models.typ

/**
* <p>Price tier applied when the minimum quantity for the LineItem of a ProductVariant with the related Price is reached in a Cart.</p>
* <p>If <code>discounted</code> is specified, the tiered Price is ignored for a Product Variant.</p>
* @param tiers value to be set
* @return Builder
*/
Expand All @@ -290,6 +291,7 @@ public QueryPriceBuilder tiers(@Nullable final com.commercetools.api.models.comm

/**
* <p>Price tier applied when the minimum quantity for the LineItem of a ProductVariant with the related Price is reached in a Cart.</p>
* <p>If <code>discounted</code> is specified, the tiered Price is ignored for a Product Variant.</p>
* @param tiers value to be set
* @return Builder
*/
Expand All @@ -302,6 +304,7 @@ public QueryPriceBuilder tiers(

/**
* <p>Price tier applied when the minimum quantity for the LineItem of a ProductVariant with the related Price is reached in a Cart.</p>
* <p>If <code>discounted</code> is specified, the tiered Price is ignored for a Product Variant.</p>
* @param tiers value to be set
* @return Builder
*/
Expand All @@ -316,6 +319,7 @@ public QueryPriceBuilder plusTiers(@Nullable final com.commercetools.api.models.

/**
* <p>Price tier applied when the minimum quantity for the LineItem of a ProductVariant with the related Price is reached in a Cart.</p>
* <p>If <code>discounted</code> is specified, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand All @@ -331,6 +335,7 @@ public QueryPriceBuilder plusTiers(

/**
* <p>Price tier applied when the minimum quantity for the LineItem of a ProductVariant with the related Price is reached in a Cart.</p>
* <p>If <code>discounted</code> is specified, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand All @@ -344,6 +349,7 @@ public QueryPriceBuilder withTiers(

/**
* <p>Price tier applied when the minimum quantity for the LineItem of a ProductVariant with the related Price is reached in a Cart.</p>
* <p>If <code>discounted</code> is specified, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand All @@ -355,6 +361,7 @@ public QueryPriceBuilder addTiers(

/**
* <p>Price tier applied when the minimum quantity for the LineItem of a ProductVariant with the related Price is reached in a Cart.</p>
* <p>If <code>discounted</code> is specified, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand Down Expand Up @@ -455,6 +462,7 @@ public com.commercetools.api.models.type.CustomFields getCustom() {

/**
* <p>Price tier applied when the minimum quantity for the LineItem of a ProductVariant with the related Price is reached in a Cart.</p>
* <p>If <code>discounted</code> is specified, the tiered Price is ignored for a Product Variant.</p>
* @return tiers
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ public com.commercetools.api.models.type.CustomFields getCustom() {

/**
* <p>Price tier applied when the minimum quantity for the LineItem of a ProductVariant with the related Price is reached in a Cart.</p>
* <p>If <code>discounted</code> is specified, the tiered Price is ignored for a Product Variant.</p>
*/

public java.util.List<com.commercetools.api.models.common.PriceTierDraft> getTiers() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ public interface StandalonePrice

/**
* <p>Price tiers if any are defined.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @return tiers
*/
@Valid
Expand Down Expand Up @@ -305,6 +306,7 @@ public interface StandalonePrice

/**
* <p>Price tiers if any are defined.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param tiers values to be set
*/

Expand All @@ -313,6 +315,7 @@ public interface StandalonePrice

/**
* <p>Price tiers if any are defined.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param tiers values to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ public StandalonePriceBuilder validUntil(@Nullable final java.time.ZonedDateTime

/**
* <p>Price tiers if any are defined.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param tiers value to be set
* @return Builder
*/
Expand All @@ -361,6 +362,7 @@ public StandalonePriceBuilder tiers(@Nullable final com.commercetools.api.models

/**
* <p>Price tiers if any are defined.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param tiers value to be set
* @return Builder
*/
Expand All @@ -373,6 +375,7 @@ public StandalonePriceBuilder tiers(

/**
* <p>Price tiers if any are defined.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param tiers value to be set
* @return Builder
*/
Expand All @@ -387,6 +390,7 @@ public StandalonePriceBuilder plusTiers(@Nullable final com.commercetools.api.mo

/**
* <p>Price tiers if any are defined.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand All @@ -402,6 +406,7 @@ public StandalonePriceBuilder plusTiers(

/**
* <p>Price tiers if any are defined.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand All @@ -415,6 +420,7 @@ public StandalonePriceBuilder withTiers(

/**
* <p>Price tiers if any are defined.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand All @@ -426,6 +432,7 @@ public StandalonePriceBuilder addTiers(

/**
* <p>Price tiers if any are defined.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @param builder function to build the tiers value
* @return Builder
*/
Expand Down Expand Up @@ -690,6 +697,7 @@ public java.time.ZonedDateTime getValidUntil() {

/**
* <p>Price tiers if any are defined.</p>
* <p>If <code>discounted</code> is present, the tiered Price is ignored for a Product Variant.</p>
* @return tiers
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public interface StandalonePriceDraft extends com.commercetools.api.models.Custo

/**
* <p>Sets price tiers.</p>
* <p>If <code>discounted</code> is set, the tiered Price is ignored for a Product Variant.</p>
* @return tiers
*/
@Valid
Expand Down Expand Up @@ -205,6 +206,7 @@ public interface StandalonePriceDraft extends com.commercetools.api.models.Custo

/**
* <p>Sets price tiers.</p>
* <p>If <code>discounted</code> is set, the tiered Price is ignored for a Product Variant.</p>
* @param tiers values to be set
*/

Expand All @@ -213,6 +215,7 @@ public interface StandalonePriceDraft extends com.commercetools.api.models.Custo

/**
* <p>Sets price tiers.</p>
* <p>If <code>discounted</code> is set, the tiered Price is ignored for a Product Variant.</p>
* @param tiers values to be set
*/

Expand Down
Loading

0 comments on commit 1597716

Please sign in to comment.