Skip to content

Commit de78e1b

Browse files
Merge pull request #771 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 8128e68 + f346194 commit de78e1b

16 files changed

+36
-7
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/DiscountedPriceDraft.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public interface DiscountedPriceDraft extends io.vrap.rmf.base.client.Draft<Disc
3636

3737
/**
3838
* <p>Sets the money value for the discounted price.</p>
39+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
3940
* @return value
4041
*/
4142
@NotNull
@@ -54,6 +55,7 @@ public interface DiscountedPriceDraft extends io.vrap.rmf.base.client.Draft<Disc
5455

5556
/**
5657
* <p>Sets the money value for the discounted price.</p>
58+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
5759
* @param value value to be set
5860
*/
5961

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/DiscountedPriceDraftBuilder.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public class DiscountedPriceDraftBuilder implements Builder<DiscountedPriceDraft
2929

3030
/**
3131
* <p>Sets the money value for the discounted price.</p>
32+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
3233
* @param builder function to build the value value
3334
* @return Builder
3435
*/
@@ -41,6 +42,7 @@ public DiscountedPriceDraftBuilder value(
4142

4243
/**
4344
* <p>Sets the money value for the discounted price.</p>
45+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
4446
* @param builder function to build the value value
4547
* @return Builder
4648
*/
@@ -53,6 +55,7 @@ public DiscountedPriceDraftBuilder withValue(
5355

5456
/**
5557
* <p>Sets the money value for the discounted price.</p>
58+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
5659
* @param value value to be set
5760
* @return Builder
5861
*/
@@ -103,6 +106,7 @@ public DiscountedPriceDraftBuilder discount(
103106

104107
/**
105108
* <p>Sets the money value for the discounted price.</p>
109+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
106110
* @return value
107111
*/
108112

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/DiscountedPriceDraftImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public DiscountedPriceDraftImpl() {
4444

4545
/**
4646
* <p>Sets the money value for the discounted price.</p>
47+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
4748
*/
4849

4950
public com.commercetools.api.models.common.Money getValue() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/PriceDraft.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public interface PriceDraft extends com.commercetools.api.models.CustomizableDra
4848

4949
/**
5050
* <p>Money value of this Price.</p>
51+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
5152
* @return value
5253
*/
5354
@NotNull
@@ -135,6 +136,7 @@ public interface PriceDraft extends com.commercetools.api.models.CustomizableDra
135136

136137
/**
137138
* <p>Money value of this Price.</p>
139+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
138140
* @param value value to be set
139141
*/
140142

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/PriceDraftBuilder.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public PriceDraftBuilder key(@Nullable final String key) {
6666

6767
/**
6868
* <p>Money value of this Price.</p>
69+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
6970
* @param builder function to build the value value
7071
* @return Builder
7172
*/
@@ -78,6 +79,7 @@ public PriceDraftBuilder value(
7879

7980
/**
8081
* <p>Money value of this Price.</p>
82+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
8183
* @param builder function to build the value value
8284
* @return Builder
8385
*/
@@ -90,6 +92,7 @@ public PriceDraftBuilder withValue(
9092

9193
/**
9294
* <p>Money value of this Price.</p>
95+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
9396
* @param value value to be set
9497
* @return Builder
9598
*/
@@ -403,6 +406,7 @@ public String getKey() {
403406

404407
/**
405408
* <p>Money value of this Price.</p>
409+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
406410
* @return value
407411
*/
408412

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/PriceDraftImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public String getKey() {
8484

8585
/**
8686
* <p>Money value of this Price.</p>
87+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
8788
*/
8889

8990
public com.commercetools.api.models.common.Money getValue() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/PriceTierDraft.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public interface PriceTierDraft extends io.vrap.rmf.base.client.Draft<PriceTierD
4343
public Long getMinimumQuantity();
4444

4545
/**
46-
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the LineItem <code>quantity</code>.</p>
46+
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the LineItem <code>quantity</code>. To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
4747
* <p>The <code>currencyCode</code> of a Price tier must be the same as the <code>currencyCode</code> in the <code>value</code> of the related Price.</p>
4848
* @return value
4949
*/
@@ -61,7 +61,7 @@ public interface PriceTierDraft extends io.vrap.rmf.base.client.Draft<PriceTierD
6161
public void setMinimumQuantity(final Long minimumQuantity);
6262

6363
/**
64-
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the LineItem <code>quantity</code>.</p>
64+
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the LineItem <code>quantity</code>. To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
6565
* <p>The <code>currencyCode</code> of a Price tier must be the same as the <code>currencyCode</code> in the <code>value</code> of the related Price.</p>
6666
* @param value value to be set
6767
*/

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/PriceTierDraftBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public PriceTierDraftBuilder minimumQuantity(final Long minimumQuantity) {
4040
}
4141

4242
/**
43-
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the LineItem <code>quantity</code>.</p>
43+
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the LineItem <code>quantity</code>. To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
4444
* <p>The <code>currencyCode</code> of a Price tier must be the same as the <code>currencyCode</code> in the <code>value</code> of the related Price.</p>
4545
* @param builder function to build the value value
4646
* @return Builder
@@ -53,7 +53,7 @@ public PriceTierDraftBuilder value(
5353
}
5454

5555
/**
56-
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the LineItem <code>quantity</code>.</p>
56+
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the LineItem <code>quantity</code>. To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
5757
* <p>The <code>currencyCode</code> of a Price tier must be the same as the <code>currencyCode</code> in the <code>value</code> of the related Price.</p>
5858
* @param builder function to build the value value
5959
* @return Builder
@@ -66,7 +66,7 @@ public PriceTierDraftBuilder withValue(
6666
}
6767

6868
/**
69-
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the LineItem <code>quantity</code>.</p>
69+
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the LineItem <code>quantity</code>. To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
7070
* <p>The <code>currencyCode</code> of a Price tier must be the same as the <code>currencyCode</code> in the <code>value</code> of the related Price.</p>
7171
* @param value value to be set
7272
* @return Builder
@@ -88,7 +88,7 @@ public Long getMinimumQuantity() {
8888
}
8989

9090
/**
91-
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the LineItem <code>quantity</code>.</p>
91+
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the LineItem <code>quantity</code>. To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
9292
* <p>The <code>currencyCode</code> of a Price tier must be the same as the <code>currencyCode</code> in the <code>value</code> of the related Price.</p>
9393
* @return value
9494
*/

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/PriceTierDraftImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public Long getMinimumQuantity() {
5252
}
5353

5454
/**
55-
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the LineItem <code>quantity</code>.</p>
55+
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the LineItem <code>quantity</code>. To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
5656
* <p>The <code>currencyCode</code> of a Price tier must be the same as the <code>currencyCode</code> in the <code>value</code> of the related Price.</p>
5757
*/
5858

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/standalone_price/StandalonePriceChangeValueAction.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public interface StandalonePriceChangeValueAction extends StandalonePriceUpdateA
4040

4141
/**
4242
* <p>New value to set. Must not be empty.</p>
43+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
4344
* @return value
4445
*/
4546
@NotNull
@@ -57,6 +58,7 @@ public interface StandalonePriceChangeValueAction extends StandalonePriceUpdateA
5758

5859
/**
5960
* <p>New value to set. Must not be empty.</p>
61+
* <p>To set the money value in high precision, use HighPrecisionMoneyDraft.</p>
6062
* @param value value to be set
6163
*/
6264

0 commit comments

Comments
 (0)