Skip to content

Commit 9ffd3aa

Browse files
Merge pull request #768 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 5af95ea + b1212c0 commit 9ffd3aa

File tree

79 files changed

+355
-350
lines changed

Some content is hidden

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

79 files changed

+355
-350
lines changed

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/categories/CategoryImport.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public interface CategoryImport extends ImportResource {
123123
public LocalizedString getMetaKeywords();
124124

125125
/**
126-
*
126+
* <p>Maps to <code>Category.assets</code>.</p>
127127
* @return assets
128128
*/
129129
@Valid
@@ -209,15 +209,15 @@ public interface CategoryImport extends ImportResource {
209209
public void setMetaKeywords(final LocalizedString metaKeywords);
210210

211211
/**
212-
* set assets
212+
* <p>Maps to <code>Category.assets</code>.</p>
213213
* @param assets values to be set
214214
*/
215215

216216
@JsonIgnore
217217
public void setAssets(final Asset... assets);
218218

219219
/**
220-
* set assets
220+
* <p>Maps to <code>Category.assets</code>.</p>
221221
* @param assets values to be set
222222
*/
223223

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/categories/CategoryImportBuilder.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public CategoryImportBuilder metaKeywords(
345345
}
346346

347347
/**
348-
* set values to the assets
348+
* <p>Maps to <code>Category.assets</code>.</p>
349349
* @param assets value to be set
350350
* @return Builder
351351
*/
@@ -356,7 +356,7 @@ public CategoryImportBuilder assets(@Nullable final com.commercetools.importapi.
356356
}
357357

358358
/**
359-
* set value to the assets
359+
* <p>Maps to <code>Category.assets</code>.</p>
360360
* @param assets value to be set
361361
* @return Builder
362362
*/
@@ -368,7 +368,7 @@ public CategoryImportBuilder assets(
368368
}
369369

370370
/**
371-
* add values to the assets
371+
* <p>Maps to <code>Category.assets</code>.</p>
372372
* @param assets value to be set
373373
* @return Builder
374374
*/
@@ -382,7 +382,7 @@ public CategoryImportBuilder plusAssets(@Nullable final com.commercetools.import
382382
}
383383

384384
/**
385-
* add the value to the assets using the builder function
385+
* <p>Maps to <code>Category.assets</code>.</p>
386386
* @param builder function to build the assets value
387387
* @return Builder
388388
*/
@@ -397,7 +397,7 @@ public CategoryImportBuilder plusAssets(
397397
}
398398

399399
/**
400-
* set the value to the assets using the builder function
400+
* <p>Maps to <code>Category.assets</code>.</p>
401401
* @param builder function to build the assets value
402402
* @return Builder
403403
*/
@@ -410,7 +410,7 @@ public CategoryImportBuilder withAssets(
410410
}
411411

412412
/**
413-
* add the value to the assets using the builder function
413+
* <p>Maps to <code>Category.assets</code>.</p>
414414
* @param builder function to build the assets value
415415
* @return Builder
416416
*/
@@ -421,7 +421,7 @@ public CategoryImportBuilder addAssets(
421421
}
422422

423423
/**
424-
* set the value to the assets using the builder function
424+
* <p>Maps to <code>Category.assets</code>.</p>
425425
* @param builder function to build the assets value
426426
* @return Builder
427427
*/
@@ -564,7 +564,7 @@ public com.commercetools.importapi.models.common.LocalizedString getMetaKeywords
564564
}
565565

566566
/**
567-
* value of assets}
567+
* <p>Maps to <code>Category.assets</code>.</p>
568568
* @return assets
569569
*/
570570

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/categories/CategoryImportImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public com.commercetools.importapi.models.common.LocalizedString getMetaKeywords
162162
}
163163

164164
/**
165-
*
165+
* <p>Maps to <code>Category.assets</code>.</p>
166166
*/
167167

168168
public java.util.List<com.commercetools.importapi.models.common.Asset> getAssets() {

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/DiscountedPrice.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public interface DiscountedPrice {
3535

3636
/**
37-
*
37+
* <p>Money value of the discounted price.</p>
3838
* @return value
3939
*/
4040
@NotNull
@@ -52,7 +52,7 @@ public interface DiscountedPrice {
5252
public ProductDiscountKeyReference getDiscount();
5353

5454
/**
55-
* set value
55+
* <p>Money value of the discounted price.</p>
5656
* @param value value to be set
5757
*/
5858

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/DiscountedPriceBuilder.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class DiscountedPriceBuilder implements Builder<DiscountedPrice> {
2828
private com.commercetools.importapi.models.common.ProductDiscountKeyReference discount;
2929

3030
/**
31-
* set the value to the value
31+
* <p>Money value of the discounted price.</p>
3232
* @param value value to be set
3333
* @return Builder
3434
*/
@@ -39,7 +39,7 @@ public DiscountedPriceBuilder value(final com.commercetools.importapi.models.com
3939
}
4040

4141
/**
42-
* set the value to the value using the builder function
42+
* <p>Money value of the discounted price.</p>
4343
* @param builder function to build the value value
4444
* @return Builder
4545
*/
@@ -89,7 +89,7 @@ public DiscountedPriceBuilder discount(
8989
}
9090

9191
/**
92-
* value of value}
92+
* <p>Money value of the discounted price.</p>
9393
* @return value
9494
*/
9595

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/DiscountedPriceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public DiscountedPriceImpl() {
4343
}
4444

4545
/**
46-
*
46+
* <p>Money value of the discounted price.</p>
4747
*/
4848

4949
public com.commercetools.importapi.models.common.TypedMoney getValue() {

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/UnresolvedReferences.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import jakarta.validation.constraints.NotNull;
1616

1717
/**
18-
* UnresolvedReferences
18+
* <p>References a resource which could not be resolved.</p>
1919
*
2020
* <hr>
2121
* Example to create an instance using the builder pattern
@@ -33,30 +33,30 @@
3333
public interface UnresolvedReferences {
3434

3535
/**
36-
*
36+
* <p>The <code>key</code> of the resource.</p>
3737
* @return key
3838
*/
3939
@NotNull
4040
@JsonProperty("key")
4141
public String getKey();
4242

4343
/**
44-
* <p>The type of the referenced resource.</p>
44+
* <p>The type of resource.</p>
4545
* @return typeId
4646
*/
4747
@NotNull
4848
@JsonProperty("typeId")
4949
public ReferenceType getTypeId();
5050

5151
/**
52-
* set key
52+
* <p>The <code>key</code> of the resource.</p>
5353
* @param key value to be set
5454
*/
5555

5656
public void setKey(final String key);
5757

5858
/**
59-
* <p>The type of the referenced resource.</p>
59+
* <p>The type of resource.</p>
6060
* @param typeId value to be set
6161
*/
6262

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/UnresolvedReferencesBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class UnresolvedReferencesBuilder implements Builder<UnresolvedReferences
2727
private com.commercetools.importapi.models.common.ReferenceType typeId;
2828

2929
/**
30-
* set the value to the key
30+
* <p>The <code>key</code> of the resource.</p>
3131
* @param key value to be set
3232
* @return Builder
3333
*/
@@ -38,7 +38,7 @@ public UnresolvedReferencesBuilder key(final String key) {
3838
}
3939

4040
/**
41-
* <p>The type of the referenced resource.</p>
41+
* <p>The type of resource.</p>
4242
* @param typeId value to be set
4343
* @return Builder
4444
*/
@@ -49,7 +49,7 @@ public UnresolvedReferencesBuilder typeId(final com.commercetools.importapi.mode
4949
}
5050

5151
/**
52-
* value of key}
52+
* <p>The <code>key</code> of the resource.</p>
5353
* @return key
5454
*/
5555

@@ -58,7 +58,7 @@ public String getKey() {
5858
}
5959

6060
/**
61-
* <p>The type of the referenced resource.</p>
61+
* <p>The type of resource.</p>
6262
* @return typeId
6363
*/
6464

commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/UnresolvedReferencesImpl.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import org.apache.commons.lang3.builder.ToStringStyle;
1818

1919
/**
20-
* UnresolvedReferences
20+
* <p>References a resource which could not be resolved.</p>
2121
*/
2222
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2323
public class UnresolvedReferencesImpl implements UnresolvedReferences, ModelBase {
@@ -43,15 +43,15 @@ public UnresolvedReferencesImpl() {
4343
}
4444

4545
/**
46-
*
46+
* <p>The <code>key</code> of the resource.</p>
4747
*/
4848

4949
public String getKey() {
5050
return this.key;
5151
}
5252

5353
/**
54-
* <p>The type of the referenced resource.</p>
54+
* <p>The type of resource.</p>
5555
*/
5656

5757
public com.commercetools.importapi.models.common.ReferenceType getTypeId() {

0 commit comments

Comments
 (0)