Skip to content

Commit 8ab3163

Browse files
Merge pull request #977 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 9e0a21f + abf5a64 commit 8ab3163

File tree

10 files changed

+16
-15
lines changed

10 files changed

+16
-15
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod
376376
public String getCountry();
377377

378378
/**
379-
* <p>Languages of the Cart. Can only contain languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
379+
* <p>Language of the Cart. Must be one of the languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
380380
* @return locale
381381
*/
382382

@@ -769,7 +769,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod
769769
public void setCountry(final String country);
770770

771771
/**
772-
* <p>Languages of the Cart. Can only contain languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
772+
* <p>Language of the Cart. Must be one of the languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
773773
* @param locale value to be set
774774
*/
775775

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ public CartBuilder country(@Nullable final String country) {
14641464
}
14651465

14661466
/**
1467-
* <p>Languages of the Cart. Can only contain languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
1467+
* <p>Language of the Cart. Must be one of the languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
14681468
* @param locale value to be set
14691469
* @return Builder
14701470
*/
@@ -2002,7 +2002,7 @@ public String getCountry() {
20022002
}
20032003

20042004
/**
2005-
* <p>Languages of the Cart. Can only contain languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
2005+
* <p>Language of the Cart. Must be one of the languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
20062006
* @return locale
20072007
*/
20082008

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf
259259
public String getCountry();
260260

261261
/**
262-
* <p>Languages of the Cart. Can only contain languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
262+
* <p>Language of the Cart. Must be one of the languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
263263
* @return locale
264264
*/
265265

@@ -533,7 +533,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf
533533
public void setCountry(final String country);
534534

535535
/**
536-
* <p>Languages of the Cart. Can only contain languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
536+
* <p>Language of the Cart. Must be one of the languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
537537
* @param locale value to be set
538538
*/
539539

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ public CartDraftBuilder country(@Nullable final String country) {
10451045
}
10461046

10471047
/**
1048-
* <p>Languages of the Cart. Can only contain languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
1048+
* <p>Language of the Cart. Must be one of the languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
10491049
* @param locale value to be set
10501050
* @return Builder
10511051
*/
@@ -1383,7 +1383,7 @@ public String getCountry() {
13831383
}
13841384

13851385
/**
1386-
* <p>Languages of the Cart. Can only contain languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
1386+
* <p>Language of the Cart. Must be one of the languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
13871387
* @return locale
13881388
*/
13891389

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ public String getCountry() {
371371
}
372372

373373
/**
374-
* <p>Languages of the Cart. Can only contain languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
374+
* <p>Language of the Cart. Must be one of the languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
375375
*/
376376

377377
public String getLocale() {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ public String getCountry() {
528528
}
529529

530530
/**
531-
* <p>Languages of the Cart. Can only contain languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
531+
* <p>Language of the Cart. Must be one of the languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
532532
*/
533533

534534
public String getLocale() {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public interface MyCartDraft extends com.commercetools.api.models.CustomizableDr
159159
public String getCountry();
160160

161161
/**
162-
* <p>Languages of the Cart. Can only contain languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
162+
* <p>Language of the Cart. Must be one of the languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
163163
* @return locale
164164
*/
165165

@@ -311,7 +311,7 @@ public interface MyCartDraft extends com.commercetools.api.models.CustomizableDr
311311
public void setCountry(final String country);
312312

313313
/**
314-
* <p>Languages of the Cart. Can only contain languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
314+
* <p>Language of the Cart. Must be one of the languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
315315
* @param locale value to be set
316316
*/
317317

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ public MyCartDraftBuilder country(@Nullable final String country) {
553553
}
554554

555555
/**
556-
* <p>Languages of the Cart. Can only contain languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
556+
* <p>Language of the Cart. Must be one of the languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
557557
* @param locale value to be set
558558
* @return Builder
559559
*/
@@ -754,7 +754,7 @@ public String getCountry() {
754754
}
755755

756756
/**
757-
* <p>Languages of the Cart. Can only contain languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
757+
* <p>Language of the Cart. Must be one of the languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
758758
* @return locale
759759
*/
760760

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public String getCountry() {
218218
}
219219

220220
/**
221-
* <p>Languages of the Cart. Can only contain languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
221+
* <p>Language of the Cart. Must be one of the languages supported by the <a href="https://docs.commercetools.com/apis/ctp:api:type:Project" rel="nofollow">Project</a>.</p>
222222
*/
223223

224224
public String getLocale() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,3 +460,4 @@ cb9cca64ecfb31885e7b9fb0ad52a9954b990ed9
460460
291e2569b7c0e4f1db3bb99761c7b23e0cc1659f
461461
b6d7def74db12344b0e0821407b45a3f214b8bd9
462462
f8b027c8e1b5ba61ace3d3d358b9efc7ad4b93eb
463+
63488aa919cebb6a9a606b287cd525eb7c588e99

0 commit comments

Comments
 (0)