Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jun 14, 2024
1 parent 4485661 commit 5c8cae9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public interface TypeChangeLabelAction extends TypeUpdateAction {
public String getFieldName();

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public TypeChangeLabelActionBuilder fieldName(final String fieldName) {
}

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

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

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public String getFieldName() {
}

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

public com.commercetools.api.models.common.LocalizedString getLabel() {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,4 @@ d83eac0dbaa727c9b21149b44a8635d81e9c183b
2273e75a0c1a7108e2303fb345fe33af4fac70b1
e823fd2dd5228a125ad014c7733fb2e33269c734
a1588f9bea129df23185d9d40c70ea96ef1d8b6e
22b0c33fd2ee028ad43204b74430f87a970d6dfa

0 comments on commit 5c8cae9

Please sign in to comment.