Skip to content

Commit 399b29d

Browse files
Merge pull request #674 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 4485661 + 5c8cae9 commit 399b29d

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeChangeLabelAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public interface TypeChangeLabelAction extends TypeUpdateAction {
4848
public String getFieldName();
4949

5050
/**
51-
* <p>JSON object where the keys are of type Locale, and the values are the strings used for the corresponding language.</p>
51+
* <p>New value to set. Must not be empty.</p>
5252
* @return label
5353
*/
5454
@NotNull
@@ -64,7 +64,7 @@ public interface TypeChangeLabelAction extends TypeUpdateAction {
6464
public void setFieldName(final String fieldName);
6565

6666
/**
67-
* <p>JSON object where the keys are of type Locale, and the values are the strings used for the corresponding language.</p>
67+
* <p>New value to set. Must not be empty.</p>
6868
* @param label value to be set
6969
*/
7070

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeChangeLabelActionBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public TypeChangeLabelActionBuilder fieldName(final String fieldName) {
3939
}
4040

4141
/**
42-
* <p>JSON object where the keys are of type Locale, and the values are the strings used for the corresponding language.</p>
42+
* <p>New value to set. Must not be empty.</p>
4343
* @param builder function to build the label value
4444
* @return Builder
4545
*/
@@ -51,7 +51,7 @@ public TypeChangeLabelActionBuilder label(
5151
}
5252

5353
/**
54-
* <p>JSON object where the keys are of type Locale, and the values are the strings used for the corresponding language.</p>
54+
* <p>New value to set. Must not be empty.</p>
5555
* @param builder function to build the label value
5656
* @return Builder
5757
*/
@@ -63,7 +63,7 @@ public TypeChangeLabelActionBuilder withLabel(
6363
}
6464

6565
/**
66-
* <p>JSON object where the keys are of type Locale, and the values are the strings used for the corresponding language.</p>
66+
* <p>New value to set. Must not be empty.</p>
6767
* @param label value to be set
6868
* @return Builder
6969
*/
@@ -83,7 +83,7 @@ public String getFieldName() {
8383
}
8484

8585
/**
86-
* <p>JSON object where the keys are of type Locale, and the values are the strings used for the corresponding language.</p>
86+
* <p>New value to set. Must not be empty.</p>
8787
* @return label
8888
*/
8989

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeChangeLabelActionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public String getFieldName() {
6363
}
6464

6565
/**
66-
* <p>JSON object where the keys are of type Locale, and the values are the strings used for the corresponding language.</p>
66+
* <p>New value to set. Must not be empty.</p>
6767
*/
6868

6969
public com.commercetools.api.models.common.LocalizedString getLabel() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,3 +257,4 @@ d83eac0dbaa727c9b21149b44a8635d81e9c183b
257257
2273e75a0c1a7108e2303fb345fe33af4fac70b1
258258
e823fd2dd5228a125ad014c7733fb2e33269c734
259259
a1588f9bea129df23185d9d40c70ea96ef1d8b6e
260+
22b0c33fd2ee028ad43204b74430f87a970d6dfa

0 commit comments

Comments
 (0)