Skip to content

Commit 201dfa0

Browse files
Merge pull request #953 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 0bd4508 + 78a9027 commit 201dfa0

20 files changed

+72
-66
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductData.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public interface ProductData extends ProductDataLike {
136136
public SearchKeywords getSearchKeywords();
137137

138138
/**
139-
* <p>Attributes according to the respective AttributeDefinition.</p>
139+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
140140
* @return attributes
141141
*/
142142
@NotNull
@@ -238,15 +238,15 @@ public interface ProductData extends ProductDataLike {
238238
public void setSearchKeywords(final SearchKeywords searchKeywords);
239239

240240
/**
241-
* <p>Attributes according to the respective AttributeDefinition.</p>
241+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
242242
* @param attributes values to be set
243243
*/
244244

245245
@JsonIgnore
246246
public void setAttributes(final Attribute... attributes);
247247

248248
/**
249-
* <p>Attributes according to the respective AttributeDefinition.</p>
249+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
250250
* @param attributes values to be set
251251
*/
252252

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductDataBuilder.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ public ProductDataBuilder searchKeywords(final com.commercetools.api.models.prod
555555
}
556556

557557
/**
558-
* <p>Attributes according to the respective AttributeDefinition.</p>
558+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
559559
* @param attributes value to be set
560560
* @return Builder
561561
*/
@@ -566,7 +566,7 @@ public ProductDataBuilder attributes(final com.commercetools.api.models.product.
566566
}
567567

568568
/**
569-
* <p>Attributes according to the respective AttributeDefinition.</p>
569+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
570570
* @param attributes value to be set
571571
* @return Builder
572572
*/
@@ -578,7 +578,7 @@ public ProductDataBuilder attributes(
578578
}
579579

580580
/**
581-
* <p>Attributes according to the respective AttributeDefinition.</p>
581+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
582582
* @param attributes value to be set
583583
* @return Builder
584584
*/
@@ -592,7 +592,7 @@ public ProductDataBuilder plusAttributes(final com.commercetools.api.models.prod
592592
}
593593

594594
/**
595-
* <p>Attributes according to the respective AttributeDefinition.</p>
595+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
596596
* @param builder function to build the attributes value
597597
* @return Builder
598598
*/
@@ -607,7 +607,7 @@ public ProductDataBuilder plusAttributes(
607607
}
608608

609609
/**
610-
* <p>Attributes according to the respective AttributeDefinition.</p>
610+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
611611
* @param builder function to build the attributes value
612612
* @return Builder
613613
*/
@@ -620,7 +620,7 @@ public ProductDataBuilder withAttributes(
620620
}
621621

622622
/**
623-
* <p>Attributes according to the respective AttributeDefinition.</p>
623+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
624624
* @param builder function to build the attributes value
625625
* @return Builder
626626
*/
@@ -631,7 +631,7 @@ public ProductDataBuilder addAttributes(
631631
}
632632

633633
/**
634-
* <p>Attributes according to the respective AttributeDefinition.</p>
634+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
635635
* @param builder function to build the attributes value
636636
* @return Builder
637637
*/
@@ -746,7 +746,7 @@ public com.commercetools.api.models.product.SearchKeywords getSearchKeywords() {
746746
}
747747

748748
/**
749-
* <p>Attributes according to the respective AttributeDefinition.</p>
749+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
750750
* @return attributes
751751
*/
752752

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductDataImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public com.commercetools.api.models.product.SearchKeywords getSearchKeywords() {
171171
}
172172

173173
/**
174-
* <p>Attributes according to the respective AttributeDefinition.</p>
174+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
175175
*/
176176

177177
public java.util.List<com.commercetools.api.models.product.Attribute> getAttributes() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductDraft.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public interface ProductDraft
183183
public ProductPriceModeEnum getPriceMode();
184184

185185
/**
186-
* <p>Attributes according to the respective AttributeDefinition.</p>
186+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
187187
* @return attributes
188188
*/
189189
@Valid
@@ -328,15 +328,15 @@ public interface ProductDraft
328328
public void setPriceMode(final ProductPriceModeEnum priceMode);
329329

330330
/**
331-
* <p>Attributes according to the respective AttributeDefinition.</p>
331+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
332332
* @param attributes values to be set
333333
*/
334334

335335
@JsonIgnore
336336
public void setAttributes(final Attribute... attributes);
337337

338338
/**
339-
* <p>Attributes according to the respective AttributeDefinition.</p>
339+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
340340
* @param attributes values to be set
341341
*/
342342

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductDraftBuilder.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ public ProductDraftBuilder priceMode(
732732
}
733733

734734
/**
735-
* <p>Attributes according to the respective AttributeDefinition.</p>
735+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
736736
* @param attributes value to be set
737737
* @return Builder
738738
*/
@@ -744,7 +744,7 @@ public ProductDraftBuilder attributes(
744744
}
745745

746746
/**
747-
* <p>Attributes according to the respective AttributeDefinition.</p>
747+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
748748
* @param attributes value to be set
749749
* @return Builder
750750
*/
@@ -756,7 +756,7 @@ public ProductDraftBuilder attributes(
756756
}
757757

758758
/**
759-
* <p>Attributes according to the respective AttributeDefinition.</p>
759+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
760760
* @param attributes value to be set
761761
* @return Builder
762762
*/
@@ -771,7 +771,7 @@ public ProductDraftBuilder plusAttributes(
771771
}
772772

773773
/**
774-
* <p>Attributes according to the respective AttributeDefinition.</p>
774+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
775775
* @param builder function to build the attributes value
776776
* @return Builder
777777
*/
@@ -786,7 +786,7 @@ public ProductDraftBuilder plusAttributes(
786786
}
787787

788788
/**
789-
* <p>Attributes according to the respective AttributeDefinition.</p>
789+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
790790
* @param builder function to build the attributes value
791791
* @return Builder
792792
*/
@@ -799,7 +799,7 @@ public ProductDraftBuilder withAttributes(
799799
}
800800

801801
/**
802-
* <p>Attributes according to the respective AttributeDefinition.</p>
802+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
803803
* @param builder function to build the attributes value
804804
* @return Builder
805805
*/
@@ -810,7 +810,7 @@ public ProductDraftBuilder addAttributes(
810810
}
811811

812812
/**
813-
* <p>Attributes according to the respective AttributeDefinition.</p>
813+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
814814
* @param builder function to build the attributes value
815815
* @return Builder
816816
*/
@@ -990,7 +990,7 @@ public com.commercetools.api.models.product.ProductPriceModeEnum getPriceMode()
990990
}
991991

992992
/**
993-
* <p>Attributes according to the respective AttributeDefinition.</p>
993+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
994994
* @return attributes
995995
*/
996996

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductDraftImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public com.commercetools.api.models.product.ProductPriceModeEnum getPriceMode()
246246
}
247247

248248
/**
249-
* <p>Attributes according to the respective AttributeDefinition.</p>
249+
* <p>Product Attributes according to the respective AttributeDefinition. <strong>Not supported</strong> by Product Projection Search.</p>
250250
*/
251251

252252
public java.util.List<com.commercetools.api.models.product.Attribute> getAttributes() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariant.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public interface ProductVariant extends AttributeContainer, com.commercetools.ap
7171
public List<Price> getPrices();
7272

7373
/**
74-
* <p>Attributes of the Product Variant.</p>
74+
* <p>Variant Attributes according to the respective AttributeDefinition.</p>
7575
* @return attributes
7676
*/
7777
@Valid
@@ -180,15 +180,15 @@ public interface ProductVariant extends AttributeContainer, com.commercetools.ap
180180
public void setPrices(final List<Price> prices);
181181

182182
/**
183-
* <p>Attributes of the Product Variant.</p>
183+
* <p>Variant Attributes according to the respective AttributeDefinition.</p>
184184
* @param attributes values to be set
185185
*/
186186

187187
@JsonIgnore
188188
public void setAttributes(final Attribute... attributes);
189189

190190
/**
191-
* <p>Attributes of the Product Variant.</p>
191+
* <p>Variant Attributes according to the respective AttributeDefinition.</p>
192192
* @param attributes values to be set
193193
*/
194194

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariantBuilder.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public ProductVariantBuilder setPrices(
184184
}
185185

186186
/**
187-
* <p>Attributes of the Product Variant.</p>
187+
* <p>Variant Attributes according to the respective AttributeDefinition.</p>
188188
* @param attributes value to be set
189189
* @return Builder
190190
*/
@@ -196,7 +196,7 @@ public ProductVariantBuilder attributes(
196196
}
197197

198198
/**
199-
* <p>Attributes of the Product Variant.</p>
199+
* <p>Variant Attributes according to the respective AttributeDefinition.</p>
200200
* @param attributes value to be set
201201
* @return Builder
202202
*/
@@ -208,7 +208,7 @@ public ProductVariantBuilder attributes(
208208
}
209209

210210
/**
211-
* <p>Attributes of the Product Variant.</p>
211+
* <p>Variant Attributes according to the respective AttributeDefinition.</p>
212212
* @param attributes value to be set
213213
* @return Builder
214214
*/
@@ -223,7 +223,7 @@ public ProductVariantBuilder plusAttributes(
223223
}
224224

225225
/**
226-
* <p>Attributes of the Product Variant.</p>
226+
* <p>Variant Attributes according to the respective AttributeDefinition.</p>
227227
* @param builder function to build the attributes value
228228
* @return Builder
229229
*/
@@ -238,7 +238,7 @@ public ProductVariantBuilder plusAttributes(
238238
}
239239

240240
/**
241-
* <p>Attributes of the Product Variant.</p>
241+
* <p>Variant Attributes according to the respective AttributeDefinition.</p>
242242
* @param builder function to build the attributes value
243243
* @return Builder
244244
*/
@@ -251,7 +251,7 @@ public ProductVariantBuilder withAttributes(
251251
}
252252

253253
/**
254-
* <p>Attributes of the Product Variant.</p>
254+
* <p>Variant Attributes according to the respective AttributeDefinition.</p>
255255
* @param builder function to build the attributes value
256256
* @return Builder
257257
*/
@@ -262,7 +262,7 @@ public ProductVariantBuilder addAttributes(
262262
}
263263

264264
/**
265-
* <p>Attributes of the Product Variant.</p>
265+
* <p>Variant Attributes according to the respective AttributeDefinition.</p>
266266
* @param builder function to build the attributes value
267267
* @return Builder
268268
*/
@@ -706,7 +706,7 @@ public java.util.List<com.commercetools.api.models.common.Price> getPrices() {
706706
}
707707

708708
/**
709-
* <p>Attributes of the Product Variant.</p>
709+
* <p>Variant Attributes according to the respective AttributeDefinition.</p>
710710
* @return attributes
711711
*/
712712

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductVariantDraft.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public interface ProductVariantDraft
6060
public List<PriceDraft> getPrices();
6161

6262
/**
63-
* <p>Attributes according to the respective AttributeDefinition.</p>
63+
* <p>Variant Attributes according to the respective AttributeDefinition.</p>
6464
* @return attributes
6565
*/
6666
@Valid
@@ -113,15 +113,15 @@ public interface ProductVariantDraft
113113
public void setPrices(final List<PriceDraft> prices);
114114

115115
/**
116-
* <p>Attributes according to the respective AttributeDefinition.</p>
116+
* <p>Variant Attributes according to the respective AttributeDefinition.</p>
117117
* @param attributes values to be set
118118
*/
119119

120120
@JsonIgnore
121121
public void setAttributes(final Attribute... attributes);
122122

123123
/**
124-
* <p>Attributes according to the respective AttributeDefinition.</p>
124+
* <p>Variant Attributes according to the respective AttributeDefinition.</p>
125125
* @param attributes values to be set
126126
*/
127127

0 commit comments

Comments
 (0)