You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeChangeLabelAction.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ public interface TypeChangeLabelAction extends TypeUpdateAction {
48
48
publicStringgetFieldName();
49
49
50
50
/**
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>
52
52
* @return label
53
53
*/
54
54
@NotNull
@@ -64,7 +64,7 @@ public interface TypeChangeLabelAction extends TypeUpdateAction {
64
64
publicvoidsetFieldName(finalStringfieldName);
65
65
66
66
/**
67
-
* <p>JSON object where the keys are of type Locale, and the values are the strings used for the corresponding language.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeChangeLabelActionBuilder.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ public TypeChangeLabelActionBuilder fieldName(final String fieldName) {
39
39
}
40
40
41
41
/**
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>
43
43
* @param builder function to build the label value
44
44
* @return Builder
45
45
*/
@@ -51,7 +51,7 @@ public TypeChangeLabelActionBuilder label(
51
51
}
52
52
53
53
/**
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>
55
55
* @param builder function to build the label value
56
56
* @return Builder
57
57
*/
@@ -63,7 +63,7 @@ public TypeChangeLabelActionBuilder withLabel(
63
63
}
64
64
65
65
/**
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>
67
67
* @param label value to be set
68
68
* @return Builder
69
69
*/
@@ -83,7 +83,7 @@ public String getFieldName() {
83
83
}
84
84
85
85
/**
86
-
* <p>JSON object where the keys are of type Locale, and the values are the strings used for the corresponding language.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeChangeLabelActionImpl.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ public String getFieldName() {
63
63
}
64
64
65
65
/**
66
-
* <p>JSON object where the keys are of type Locale, and the values are the strings used for the corresponding language.</p>
0 commit comments