Skip to content

Commit 7c9393f

Browse files
committed
build(codegen): updating SDK
1 parent 76d9054 commit 7c9393f

File tree

7 files changed

+13
-12
lines changed

7 files changed

+13
-12
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteRequestDraft.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
public interface MyQuoteRequestDraft extends io.vrap.rmf.base.client.Draft<MyQuoteRequestDraft> {
3434

3535
/**
36-
* <p><code>id</code> of the Cart from which the Quote Request is created.</p>
36+
* <p><code>id</code> of the Cart from which the Quote Request is created. Carts with Discount Codes and Carts with <code>Multiple</code> ShippingMode are not supported. The Cart must have a <code>shippingAddress</code> defined, otherwise an InvalidOperation error is returned when creating a Quote Request.</p>
3737
* @return cartId
3838
*/
3939
@NotNull
@@ -57,7 +57,7 @@ public interface MyQuoteRequestDraft extends io.vrap.rmf.base.client.Draft<MyQuo
5757
public String getComment();
5858

5959
/**
60-
* <p><code>id</code> of the Cart from which the Quote Request is created.</p>
60+
* <p><code>id</code> of the Cart from which the Quote Request is created. Carts with Discount Codes and Carts with <code>Multiple</code> ShippingMode are not supported. The Cart must have a <code>shippingAddress</code> defined, otherwise an InvalidOperation error is returned when creating a Quote Request.</p>
6161
* @param cartId value to be set
6262
*/
6363

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteRequestDraftBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class MyQuoteRequestDraftBuilder implements Builder<MyQuoteRequestDraft>
3232
private String comment;
3333

3434
/**
35-
* <p><code>id</code> of the Cart from which the Quote Request is created.</p>
35+
* <p><code>id</code> of the Cart from which the Quote Request is created. Carts with Discount Codes and Carts with <code>Multiple</code> ShippingMode are not supported. The Cart must have a <code>shippingAddress</code> defined, otherwise an InvalidOperation error is returned when creating a Quote Request.</p>
3636
* @param cartId value to be set
3737
* @return Builder
3838
*/
@@ -65,7 +65,7 @@ public MyQuoteRequestDraftBuilder comment(@Nullable final String comment) {
6565
}
6666

6767
/**
68-
* <p><code>id</code> of the Cart from which the Quote Request is created.</p>
68+
* <p><code>id</code> of the Cart from which the Quote Request is created. Carts with Discount Codes and Carts with <code>Multiple</code> ShippingMode are not supported. The Cart must have a <code>shippingAddress</code> defined, otherwise an InvalidOperation error is returned when creating a Quote Request.</p>
6969
* @return cartId
7070
*/
7171

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteRequestDraftImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public MyQuoteRequestDraftImpl() {
4646
}
4747

4848
/**
49-
* <p><code>id</code> of the Cart from which the Quote Request is created.</p>
49+
* <p><code>id</code> of the Cart from which the Quote Request is created. Carts with Discount Codes and Carts with <code>Multiple</code> ShippingMode are not supported. The Cart must have a <code>shippingAddress</code> defined, otherwise an InvalidOperation error is returned when creating a Quote Request.</p>
5050
*/
5151

5252
public String getCartId() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestDraft.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public interface QuoteRequestDraft
3838
extends com.commercetools.api.models.WithKey, io.vrap.rmf.base.client.Draft<QuoteRequestDraft> {
3939

4040
/**
41-
* <p>Cart for which a Quote is requested. Anonymous Carts, Carts with Discount Codes, or Carts with a <code>Multiple</code> ShippingMode are not supported.</p>
41+
* <p>Cart for which a Quote is requested. Anonymous Carts, Carts with Discount Codes, and Carts with <code>Multiple</code> ShippingMode are not supported. The Cart must have a <code>shippingAddress</code> defined, otherwise an InvalidOperation error is returned when creating a Quote Request.</p>
4242
* @return cart
4343
*/
4444
@NotNull
@@ -95,7 +95,7 @@ public interface QuoteRequestDraft
9595
public String getPurchaseOrderNumber();
9696

9797
/**
98-
* <p>Cart for which a Quote is requested. Anonymous Carts, Carts with Discount Codes, or Carts with a <code>Multiple</code> ShippingMode are not supported.</p>
98+
* <p>Cart for which a Quote is requested. Anonymous Carts, Carts with Discount Codes, and Carts with <code>Multiple</code> ShippingMode are not supported. The Cart must have a <code>shippingAddress</code> defined, otherwise an InvalidOperation error is returned when creating a Quote Request.</p>
9999
* @param cart value to be set
100100
*/
101101

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestDraftBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class QuoteRequestDraftBuilder implements Builder<QuoteRequestDraft> {
4545
private String purchaseOrderNumber;
4646

4747
/**
48-
* <p>Cart for which a Quote is requested. Anonymous Carts, Carts with Discount Codes, or Carts with a <code>Multiple</code> ShippingMode are not supported.</p>
48+
* <p>Cart for which a Quote is requested. Anonymous Carts, Carts with Discount Codes, and Carts with <code>Multiple</code> ShippingMode are not supported. The Cart must have a <code>shippingAddress</code> defined, otherwise an InvalidOperation error is returned when creating a Quote Request.</p>
4949
* @param builder function to build the cart value
5050
* @return Builder
5151
*/
@@ -57,7 +57,7 @@ public QuoteRequestDraftBuilder cart(
5757
}
5858

5959
/**
60-
* <p>Cart for which a Quote is requested. Anonymous Carts, Carts with Discount Codes, or Carts with a <code>Multiple</code> ShippingMode are not supported.</p>
60+
* <p>Cart for which a Quote is requested. Anonymous Carts, Carts with Discount Codes, and Carts with <code>Multiple</code> ShippingMode are not supported. The Cart must have a <code>shippingAddress</code> defined, otherwise an InvalidOperation error is returned when creating a Quote Request.</p>
6161
* @param builder function to build the cart value
6262
* @return Builder
6363
*/
@@ -69,7 +69,7 @@ public QuoteRequestDraftBuilder withCart(
6969
}
7070

7171
/**
72-
* <p>Cart for which a Quote is requested. Anonymous Carts, Carts with Discount Codes, or Carts with a <code>Multiple</code> ShippingMode are not supported.</p>
72+
* <p>Cart for which a Quote is requested. Anonymous Carts, Carts with Discount Codes, and Carts with <code>Multiple</code> ShippingMode are not supported. The Cart must have a <code>shippingAddress</code> defined, otherwise an InvalidOperation error is returned when creating a Quote Request.</p>
7373
* @param cart value to be set
7474
* @return Builder
7575
*/
@@ -194,7 +194,7 @@ public QuoteRequestDraftBuilder purchaseOrderNumber(@Nullable final String purch
194194
}
195195

196196
/**
197-
* <p>Cart for which a Quote is requested. Anonymous Carts, Carts with Discount Codes, or Carts with a <code>Multiple</code> ShippingMode are not supported.</p>
197+
* <p>Cart for which a Quote is requested. Anonymous Carts, Carts with Discount Codes, and Carts with <code>Multiple</code> ShippingMode are not supported. The Cart must have a <code>shippingAddress</code> defined, otherwise an InvalidOperation error is returned when creating a Quote Request.</p>
198198
* @return cart
199199
*/
200200

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestDraftImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public QuoteRequestDraftImpl() {
6262
}
6363

6464
/**
65-
* <p>Cart for which a Quote is requested. Anonymous Carts, Carts with Discount Codes, or Carts with a <code>Multiple</code> ShippingMode are not supported.</p>
65+
* <p>Cart for which a Quote is requested. Anonymous Carts, Carts with Discount Codes, and Carts with <code>Multiple</code> ShippingMode are not supported. The Cart must have a <code>shippingAddress</code> defined, otherwise an InvalidOperation error is returned when creating a Quote Request.</p>
6666
*/
6767

6868
public com.commercetools.api.models.cart.CartResourceIdentifier getCart() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,4 @@ d62922ce6b28a2fca6a09501a2714c94e4a1a908
291291
d3777f87ffd605785d0af34c175a0d61176413ca
292292
bbcf212f1c06136cd406dd802b8a208daaa1e732
293293
dd82e076236554dd808fb9309d53cb2a207cb296
294+
aa1065bc2b62370c10a6fd7f49098bd9ec71c3ad

0 commit comments

Comments
 (0)