Skip to content

Commit

Permalink
TASK: Updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Oct 24, 2023
1 parent 5878343 commit 08d259b
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public interface ShippingMethod
public String getKey();

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name of the ShippingMethod within a Project.</p>
* @return name
*/
@NotNull
Expand Down Expand Up @@ -230,7 +230,7 @@ public interface ShippingMethod
public void setKey(final String key);

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name of the ShippingMethod within a Project.</p>
* @param name value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public ShippingMethodBuilder key(@Nullable final String key) {
}

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name of the ShippingMethod within a Project.</p>
* @param name value to be set
* @return Builder
*/
Expand Down Expand Up @@ -542,7 +542,7 @@ public String getKey() {
}

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name of the ShippingMethod within a Project.</p>
* @return name
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ public interface ShippingMethodChangeNameAction extends ShippingMethodUpdateActi
String CHANGE_NAME = "changeName";

/**
* <p>Value to set. Must not be empty.</p>
* <p>Unique value to set within a Project. Must not be empty.</p>
* @return name
*/
@NotNull
@JsonProperty("name")
public String getName();

/**
* <p>Value to set. Must not be empty.</p>
* <p>Unique value to set within a Project. Must not be empty.</p>
* @param name value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class ShippingMethodChangeNameActionBuilder implements Builder<ShippingMe
private String name;

/**
* <p>Value to set. Must not be empty.</p>
* <p>Unique value to set within a Project. Must not be empty.</p>
* @param name value to be set
* @return Builder
*/
Expand All @@ -35,7 +35,7 @@ public ShippingMethodChangeNameActionBuilder name(final String name) {
}

/**
* <p>Value to set. Must not be empty.</p>
* <p>Unique value to set within a Project. Must not be empty.</p>
* @return name
*/

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

/**
* <p>Value to set. Must not be empty.</p>
* <p>Unique value to set within a Project. Must not be empty.</p>
*/

public String getName() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public interface ShippingMethodDraft extends com.commercetools.api.models.Custom
public String getKey();

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name for the ShippingMethod within a Project.</p>
* @return name
*/
@NotNull
Expand Down Expand Up @@ -129,7 +129,7 @@ public interface ShippingMethodDraft extends com.commercetools.api.models.Custom
public void setKey(final String key);

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name for the ShippingMethod within a Project.</p>
* @param name value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public ShippingMethodDraftBuilder key(@Nullable final String key) {
}

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name for the ShippingMethod within a Project.</p>
* @param name value to be set
* @return Builder
*/
Expand Down Expand Up @@ -359,7 +359,7 @@ public String getKey() {
}

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name for the ShippingMethod within a Project.</p>
* @return name
*/

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

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name for the ShippingMethod within a Project.</p>
*/

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

/**
* <p>Name of the ShippingMethod.</p>
* <p>Unique name of the ShippingMethod within a Project.</p>
*/

public String getName() {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,4 @@ da5022ed759c0ebb3b80c15eb62488c7584dfeba
b25b7cc02df72845f3045528120267d1b6330e0a
8e6bc39ae805ea9d9f046fb70734980f82bbb272
a42ea3414ae796fb2950409c4b0df88b49630af1
0f29272a37fe4a95a52ca8b6de729aac1eb67756

0 comments on commit 08d259b

Please sign in to comment.