Skip to content

Commit faabff8

Browse files
committed
build(codegen): updating SDK
1 parent cc75dda commit faabff8

128 files changed

Lines changed: 241 additions & 238 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddCustomLineItemAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public interface CartAddCustomLineItemAction
6868
public LocalizedString getName();
6969

7070
/**
71-
* <p>User-defined unique identifier of the Custom Line Item.</p>
71+
* <p>User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.</p>
7272
* @return key
7373
*/
7474

@@ -159,7 +159,7 @@ public interface CartAddCustomLineItemAction
159159
public void setName(final LocalizedString name);
160160

161161
/**
162-
* <p>User-defined unique identifier of the Custom Line Item.</p>
162+
* <p>User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.</p>
163163
* @param key value to be set
164164
*/
165165

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddCustomLineItemActionBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public CartAddCustomLineItemActionBuilder name(final com.commercetools.api.model
130130
}
131131

132132
/**
133-
* <p>User-defined unique identifier of the Custom Line Item.</p>
133+
* <p>User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.</p>
134134
* @param key value to be set
135135
* @return Builder
136136
*/
@@ -388,7 +388,7 @@ public com.commercetools.api.models.common.LocalizedString getName() {
388388
}
389389

390390
/**
391-
* <p>User-defined unique identifier of the Custom Line Item.</p>
391+
* <p>User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.</p>
392392
* @return key
393393
*/
394394

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddCustomLineItemActionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public com.commercetools.api.models.common.LocalizedString getName() {
110110
}
111111

112112
/**
113-
* <p>User-defined unique identifier of the Custom Line Item.</p>
113+
* <p>User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.</p>
114114
*/
115115

116116
public String getKey() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddLineItemAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public interface CartAddLineItemAction
4747
String ADD_LINE_ITEM = "addLineItem";
4848

4949
/**
50-
* <p>User-defined unique identifier of the LineItem.</p>
50+
* <p>User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.</p>
5151
* @return key
5252
*/
5353

@@ -180,7 +180,7 @@ public interface CartAddLineItemAction
180180
public CustomFieldsDraft getCustom();
181181

182182
/**
183-
* <p>User-defined unique identifier of the LineItem.</p>
183+
* <p>User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.</p>
184184
* @param key value to be set
185185
*/
186186

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddLineItemActionBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class CartAddLineItemActionBuilder implements Builder<CartAddLineItemActi
7272
private com.commercetools.api.models.type.CustomFieldsDraft custom;
7373

7474
/**
75-
* <p>User-defined unique identifier of the LineItem.</p>
75+
* <p>User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.</p>
7676
* @param key value to be set
7777
* @return Builder
7878
*/
@@ -550,7 +550,7 @@ public CartAddLineItemActionBuilder custom(
550550
}
551551

552552
/**
553-
* <p>User-defined unique identifier of the LineItem.</p>
553+
* <p>User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.</p>
554554
* @return key
555555
*/
556556

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddLineItemActionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public String getAction() {
113113
}
114114

115115
/**
116-
* <p>User-defined unique identifier of the LineItem.</p>
116+
* <p>User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.</p>
117117
*/
118118

119119
public String getKey() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItem.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public interface CustomLineItem extends com.commercetools.api.models.Customizabl
6060
public String getId();
6161

6262
/**
63-
* <p>User-defined unique identifier of the Custom Line Item.</p>
63+
* <p>User-defined identifier of the Custom Line Item. Unique among Custom Line Items in the Cart or Order.</p>
6464
* @return key
6565
*/
6666

@@ -214,7 +214,7 @@ public interface CustomLineItem extends com.commercetools.api.models.Customizabl
214214
public void setId(final String id);
215215

216216
/**
217-
* <p>User-defined unique identifier of the Custom Line Item.</p>
217+
* <p>User-defined identifier of the Custom Line Item. Unique among Custom Line Items in the Cart or Order.</p>
218218
* @param key value to be set
219219
*/
220220

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public CustomLineItemBuilder id(final String id) {
8989
}
9090

9191
/**
92-
* <p>User-defined unique identifier of the Custom Line Item.</p>
92+
* <p>User-defined identifier of the Custom Line Item. Unique among Custom Line Items in the Cart or Order.</p>
9393
* @param key value to be set
9494
* @return Builder
9595
*/
@@ -824,7 +824,7 @@ public String getId() {
824824
}
825825

826826
/**
827-
* <p>User-defined unique identifier of the Custom Line Item.</p>
827+
* <p>User-defined identifier of the Custom Line Item. Unique among Custom Line Items in the Cart or Order.</p>
828828
* @return key
829829
*/
830830

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemDraft.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public interface CustomLineItemDraft extends com.commercetools.api.models.Custom
5050
public LocalizedString getName();
5151

5252
/**
53-
* <p>User-defined unique identifier of the Custom Line Item.</p>
53+
* <p>User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.</p>
5454
* @return key
5555
*/
5656

@@ -142,7 +142,7 @@ public interface CustomLineItemDraft extends com.commercetools.api.models.Custom
142142
public void setName(final LocalizedString name);
143143

144144
/**
145-
* <p>User-defined unique identifier of the Custom Line Item.</p>
145+
* <p>User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.</p>
146146
* @param key value to be set
147147
*/
148148

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemDraftBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public CustomLineItemDraftBuilder name(final com.commercetools.api.models.common
9292
}
9393

9494
/**
95-
* <p>User-defined unique identifier of the Custom Line Item.</p>
95+
* <p>User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.</p>
9696
* @param key value to be set
9797
* @return Builder
9898
*/
@@ -375,7 +375,7 @@ public com.commercetools.api.models.common.LocalizedString getName() {
375375
}
376376

377377
/**
378-
* <p>User-defined unique identifier of the Custom Line Item.</p>
378+
* <p>User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.</p>
379379
* @return key
380380
*/
381381

0 commit comments

Comments
 (0)