Skip to content

Commit e97e626

Browse files
committed
build(codegen): updating SDK
1 parent 1b5ee05 commit e97e626

File tree

10 files changed

+31
-30
lines changed

10 files changed

+31
-30
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscount.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public interface CartDiscount
212212
public Boolean getRequiresDiscountCode();
213213

214214
/**
215-
* <p>References of all resources that are addressed in the predicate. The API generates this array from the predicate.</p>
215+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
216216
* @return references
217217
*/
218218
@NotNull
@@ -388,15 +388,15 @@ public interface CartDiscount
388388
public void setRequiresDiscountCode(final Boolean requiresDiscountCode);
389389

390390
/**
391-
* <p>References of all resources that are addressed in the predicate. The API generates this array from the predicate.</p>
391+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
392392
* @param references values to be set
393393
*/
394394

395395
@JsonIgnore
396396
public void setReferences(final Reference... references);
397397

398398
/**
399-
* <p>References of all resources that are addressed in the predicate. The API generates this array from the predicate.</p>
399+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
400400
* @param references values to be set
401401
*/
402402

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscountBuilder.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ public CartDiscountBuilder requiresDiscountCode(final Boolean requiresDiscountCo
512512
}
513513

514514
/**
515-
* <p>References of all resources that are addressed in the predicate. The API generates this array from the predicate.</p>
515+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
516516
* @param references value to be set
517517
* @return Builder
518518
*/
@@ -523,7 +523,7 @@ public CartDiscountBuilder references(final com.commercetools.api.models.common.
523523
}
524524

525525
/**
526-
* <p>References of all resources that are addressed in the predicate. The API generates this array from the predicate.</p>
526+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
527527
* @param references value to be set
528528
* @return Builder
529529
*/
@@ -535,7 +535,7 @@ public CartDiscountBuilder references(
535535
}
536536

537537
/**
538-
* <p>References of all resources that are addressed in the predicate. The API generates this array from the predicate.</p>
538+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
539539
* @param references value to be set
540540
* @return Builder
541541
*/
@@ -549,7 +549,7 @@ public CartDiscountBuilder plusReferences(final com.commercetools.api.models.com
549549
}
550550

551551
/**
552-
* <p>References of all resources that are addressed in the predicate. The API generates this array from the predicate.</p>
552+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
553553
* @param builder function to build the references value
554554
* @return Builder
555555
*/
@@ -564,7 +564,7 @@ public CartDiscountBuilder plusReferences(
564564
}
565565

566566
/**
567-
* <p>References of all resources that are addressed in the predicate. The API generates this array from the predicate.</p>
567+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
568568
* @param builder function to build the references value
569569
* @return Builder
570570
*/
@@ -838,7 +838,7 @@ public Boolean getRequiresDiscountCode() {
838838
}
839839

840840
/**
841-
* <p>References of all resources that are addressed in the predicate. The API generates this array from the predicate.</p>
841+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
842842
* @return references
843843
*/
844844

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/CartDiscountImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public Boolean getRequiresDiscountCode() {
272272
}
273273

274274
/**
275-
* <p>References of all resources that are addressed in the predicate. The API generates this array from the predicate.</p>
275+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
276276
*/
277277

278278
public java.util.List<com.commercetools.api.models.common.Reference> getReferences() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCode.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public interface DiscountCode
159159
public Boolean getIsActive();
160160

161161
/**
162-
* <p>Array generated from the Cart predicate. It contains the references of all the resources that are addressed in the predicate.</p>
162+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
163163
* @return references
164164
*/
165165
@NotNull
@@ -323,15 +323,15 @@ public interface DiscountCode
323323
public void setIsActive(final Boolean isActive);
324324

325325
/**
326-
* <p>Array generated from the Cart predicate. It contains the references of all the resources that are addressed in the predicate.</p>
326+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
327327
* @param references values to be set
328328
*/
329329

330330
@JsonIgnore
331331
public void setReferences(final Reference... references);
332332

333333
/**
334-
* <p>Array generated from the Cart predicate. It contains the references of all the resources that are addressed in the predicate.</p>
334+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
335335
* @param references values to be set
336336
*/
337337

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeBuilder.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ public DiscountCodeBuilder isActive(final Boolean isActive) {
410410
}
411411

412412
/**
413-
* <p>Array generated from the Cart predicate. It contains the references of all the resources that are addressed in the predicate.</p>
413+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
414414
* @param references value to be set
415415
* @return Builder
416416
*/
@@ -421,7 +421,7 @@ public DiscountCodeBuilder references(final com.commercetools.api.models.common.
421421
}
422422

423423
/**
424-
* <p>Array generated from the Cart predicate. It contains the references of all the resources that are addressed in the predicate.</p>
424+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
425425
* @param references value to be set
426426
* @return Builder
427427
*/
@@ -433,7 +433,7 @@ public DiscountCodeBuilder references(
433433
}
434434

435435
/**
436-
* <p>Array generated from the Cart predicate. It contains the references of all the resources that are addressed in the predicate.</p>
436+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
437437
* @param references value to be set
438438
* @return Builder
439439
*/
@@ -447,7 +447,7 @@ public DiscountCodeBuilder plusReferences(final com.commercetools.api.models.com
447447
}
448448

449449
/**
450-
* <p>Array generated from the Cart predicate. It contains the references of all the resources that are addressed in the predicate.</p>
450+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
451451
* @param builder function to build the references value
452452
* @return Builder
453453
*/
@@ -462,7 +462,7 @@ public DiscountCodeBuilder plusReferences(
462462
}
463463

464464
/**
465-
* <p>Array generated from the Cart predicate. It contains the references of all the resources that are addressed in the predicate.</p>
465+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
466466
* @param builder function to build the references value
467467
* @return Builder
468468
*/
@@ -724,7 +724,7 @@ public Boolean getIsActive() {
724724
}
725725

726726
/**
727-
* <p>Array generated from the Cart predicate. It contains the references of all the resources that are addressed in the predicate.</p>
727+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
728728
* @return references
729729
*/
730730

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public Boolean getIsActive() {
221221
}
222222

223223
/**
224-
* <p>Array generated from the Cart predicate. It contains the references of all the resources that are addressed in the predicate.</p>
224+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs. This value is generated by the platform.</p>
225225
*/
226226

227227
public java.util.List<com.commercetools.api.models.common.Reference> getReferences() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_discount/ProductDiscount.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public interface ProductDiscount
158158
public Boolean getIsActive();
159159

160160
/**
161-
* <p>References of all the resources that are addressed in the <code>predicate</code>.</p>
161+
* <p>References to all resources addressed in the <code>predicate</code> by their IDs. This value is generated by the platform.</p>
162162
* @return references
163163
*/
164164
@NotNull
@@ -274,15 +274,15 @@ public interface ProductDiscount
274274
public void setIsActive(final Boolean isActive);
275275

276276
/**
277-
* <p>References of all the resources that are addressed in the <code>predicate</code>.</p>
277+
* <p>References to all resources addressed in the <code>predicate</code> by their IDs. This value is generated by the platform.</p>
278278
* @param references values to be set
279279
*/
280280

281281
@JsonIgnore
282282
public void setReferences(final Reference... references);
283283

284284
/**
285-
* <p>References of all the resources that are addressed in the <code>predicate</code>.</p>
285+
* <p>References to all resources addressed in the <code>predicate</code> by their IDs. This value is generated by the platform.</p>
286286
* @param references values to be set
287287
*/
288288

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_discount/ProductDiscountBuilder.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ public ProductDiscountBuilder isActive(final Boolean isActive) {
327327
}
328328

329329
/**
330-
* <p>References of all the resources that are addressed in the <code>predicate</code>.</p>
330+
* <p>References to all resources addressed in the <code>predicate</code> by their IDs. This value is generated by the platform.</p>
331331
* @param references value to be set
332332
* @return Builder
333333
*/
@@ -338,7 +338,7 @@ public ProductDiscountBuilder references(final com.commercetools.api.models.comm
338338
}
339339

340340
/**
341-
* <p>References of all the resources that are addressed in the <code>predicate</code>.</p>
341+
* <p>References to all resources addressed in the <code>predicate</code> by their IDs. This value is generated by the platform.</p>
342342
* @param references value to be set
343343
* @return Builder
344344
*/
@@ -350,7 +350,7 @@ public ProductDiscountBuilder references(
350350
}
351351

352352
/**
353-
* <p>References of all the resources that are addressed in the <code>predicate</code>.</p>
353+
* <p>References to all resources addressed in the <code>predicate</code> by their IDs. This value is generated by the platform.</p>
354354
* @param references value to be set
355355
* @return Builder
356356
*/
@@ -364,7 +364,7 @@ public ProductDiscountBuilder plusReferences(final com.commercetools.api.models.
364364
}
365365

366366
/**
367-
* <p>References of all the resources that are addressed in the <code>predicate</code>.</p>
367+
* <p>References to all resources addressed in the <code>predicate</code> by their IDs. This value is generated by the platform.</p>
368368
* @param builder function to build the references value
369369
* @return Builder
370370
*/
@@ -379,7 +379,7 @@ public ProductDiscountBuilder plusReferences(
379379
}
380380

381381
/**
382-
* <p>References of all the resources that are addressed in the <code>predicate</code>.</p>
382+
* <p>References to all resources addressed in the <code>predicate</code> by their IDs. This value is generated by the platform.</p>
383383
* @param builder function to build the references value
384384
* @return Builder
385385
*/
@@ -535,7 +535,7 @@ public Boolean getIsActive() {
535535
}
536536

537537
/**
538-
* <p>References of all the resources that are addressed in the <code>predicate</code>.</p>
538+
* <p>References to all resources addressed in the <code>predicate</code> by their IDs. This value is generated by the platform.</p>
539539
* @return references
540540
*/
541541

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_discount/ProductDiscountImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public Boolean getIsActive() {
201201
}
202202

203203
/**
204-
* <p>References of all the resources that are addressed in the <code>predicate</code>.</p>
204+
* <p>References to all resources addressed in the <code>predicate</code> by their IDs. This value is generated by the platform.</p>
205205
*/
206206

207207
public java.util.List<com.commercetools.api.models.common.Reference> getReferences() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,3 +494,4 @@ fea3fbfdc8dedcaeb467c0c66bd4968c1d79156c
494494
f3c35b1b92ccc332f0b95003f0f22ea8f0e5f8e0
495495
bfb534af33764ac81a3784290b35530d926fccf1
496496
37f4edec0935ea3be543d48720fb67438c2ab341
497+
47d240c55478dd0c0e1aa47288c432f785240168

0 commit comments

Comments
 (0)