Skip to content

Commit e8e0a31

Browse files
Merge pull request #1013 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents e1dff77 + 4ecb80b commit e8e0a31

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ public interface ProductDraft
7171
/**
7272
* <p>User-defined unique identifier for the Product.</p>
7373
* <p>This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products with the <span>Import API</span> and the <span>Merchant Center</span>.</p>
74-
* <p>To update a Product using the Import API or Merchant Center, the Product <code>key</code> must match the pattern <code>^[A-Za-z0-9_-]{2,256}$</code>.</p>
7574
* @return key
7675
*/
7776

@@ -214,7 +213,6 @@ public interface ProductDraft
214213
/**
215214
* <p>User-defined unique identifier for the Product.</p>
216215
* <p>This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products with the <span>Import API</span> and the <span>Merchant Center</span>.</p>
217-
* <p>To update a Product using the Import API or Merchant Center, the Product <code>key</code> must match the pattern <code>^[A-Za-z0-9_-]{2,256}$</code>.</p>
218216
* @param key value to be set
219217
*/
220218

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ public ProductDraftBuilder slug(final com.commercetools.api.models.common.Locali
189189
/**
190190
* <p>User-defined unique identifier for the Product.</p>
191191
* <p>This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products with the <span>Import API</span> and the <span>Merchant Center</span>.</p>
192-
* <p>To update a Product using the Import API or Merchant Center, the Product <code>key</code> must match the pattern <code>^[A-Za-z0-9_-]{2,256}$</code>.</p>
193192
* @param key value to be set
194193
* @return Builder
195194
*/
@@ -850,7 +849,6 @@ public com.commercetools.api.models.common.LocalizedString getSlug() {
850849
/**
851850
* <p>User-defined unique identifier for the Product.</p>
852851
* <p>This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products with the <span>Import API</span> and the <span>Merchant Center</span>.</p>
853-
* <p>To update a Product using the Import API or Merchant Center, the Product <code>key</code> must match the pattern <code>^[A-Za-z0-9_-]{2,256}$</code>.</p>
854852
* @return key
855853
*/
856854

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ public com.commercetools.api.models.common.LocalizedString getSlug() {
134134
/**
135135
* <p>User-defined unique identifier for the Product.</p>
136136
* <p>This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products with the <span>Import API</span> and the <span>Merchant Center</span>.</p>
137-
* <p>To update a Product using the Import API or Merchant Center, the Product <code>key</code> must match the pattern <code>^[A-Za-z0-9_-]{2,256}$</code>.</p>
138137
*/
139138

140139
public String getKey() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,3 +518,4 @@ b5bff392d7576a913753815a876d62e929b30fb1
518518
e1b9231597f9b0173e8ea63e966d2954559e45d2
519519
b04bdc7d46d6b7fedbcc725c513695d73cc07cd5
520520
4fac5bf66caa2e22bbd1f5039fffecb680b62b81
521+
0a0474a16e0437486ac96b2263f0c6db3505f6cc

0 commit comments

Comments
 (0)