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 May 7, 2024
1 parent e94d6a0 commit c46a7e5
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public interface AssociateRole extends BaseResource, com.commercetools.api.model
public CreatedBy getCreatedBy();

/**
* <p>User-defined unique identifier of the AssociateRole.</p>
* <p>User-defined unique and immutable identifier of the AssociateRole.</p>
* @return key
*/
@NotNull
Expand Down Expand Up @@ -173,7 +173,7 @@ public interface AssociateRole extends BaseResource, com.commercetools.api.model
public void setCreatedBy(final CreatedBy createdBy);

/**
* <p>User-defined unique identifier of the AssociateRole.</p>
* <p>User-defined unique and immutable identifier of the AssociateRole.</p>
* @param key value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public AssociateRoleBuilder createdBy(@Nullable final com.commercetools.api.mode
}

/**
* <p>User-defined unique identifier of the AssociateRole.</p>
* <p>User-defined unique and immutable identifier of the AssociateRole.</p>
* @param key value to be set
* @return Builder
*/
Expand Down Expand Up @@ -335,7 +335,7 @@ public com.commercetools.api.models.common.CreatedBy getCreatedBy() {
}

/**
* <p>User-defined unique identifier of the AssociateRole.</p>
* <p>User-defined unique and immutable identifier of the AssociateRole.</p>
* @return key
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
public interface AssociateRoleDraft extends io.vrap.rmf.base.client.Draft<AssociateRoleDraft> {

/**
* <p>User-defined unique identifier for the AssociateRole.</p>
* <p>User-defined unique and immutable identifier for the AssociateRole.</p>
* @return key
*/
@NotNull
Expand Down Expand Up @@ -73,7 +73,7 @@ public interface AssociateRoleDraft extends io.vrap.rmf.base.client.Draft<Associ
public CustomFieldsDraft getCustom();

/**
* <p>User-defined unique identifier for the AssociateRole.</p>
* <p>User-defined unique and immutable identifier for the AssociateRole.</p>
* @param key value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class AssociateRoleDraftBuilder implements Builder<AssociateRoleDraft> {
private com.commercetools.api.models.type.CustomFieldsDraft custom;

/**
* <p>User-defined unique identifier for the AssociateRole.</p>
* <p>User-defined unique and immutable identifier for the AssociateRole.</p>
* @param key value to be set
* @return Builder
*/
Expand Down Expand Up @@ -147,7 +147,7 @@ public AssociateRoleDraftBuilder custom(
}

/**
* <p>User-defined unique identifier for the AssociateRole.</p>
* <p>User-defined unique and immutable identifier for the AssociateRole.</p>
* @return key
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public AssociateRoleDraftImpl() {
}

/**
* <p>User-defined unique identifier for the AssociateRole.</p>
* <p>User-defined unique and immutable identifier for the AssociateRole.</p>
*/

public String getKey() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public com.commercetools.api.models.common.CreatedBy getCreatedBy() {
}

/**
* <p>User-defined unique identifier of the AssociateRole.</p>
* <p>User-defined unique and immutable identifier of the AssociateRole.</p>
*/

public String getKey() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public interface BusinessUnit extends BaseResource, com.commercetools.api.models
public CreatedBy getCreatedBy();

/**
* <p>User-defined unique identifier of the Business Unit.</p>
* <p>User-defined unique and immutable identifier of the Business Unit.</p>
* @return key
*/
@NotNull
Expand Down Expand Up @@ -296,7 +296,7 @@ public interface BusinessUnit extends BaseResource, com.commercetools.api.models
public void setCreatedBy(final CreatedBy createdBy);

/**
* <p>User-defined unique identifier of the Business Unit.</p>
* <p>User-defined unique and immutable identifier of the Business Unit.</p>
* @param key value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
public interface BusinessUnitDraft extends com.commercetools.api.models.WithKey {

/**
* <p>User-defined unique identifier for the Business Unit.</p>
* <p>User-defined unique and immutable identifier for the Business Unit.</p>
* @return key
*/
@NotNull
Expand Down Expand Up @@ -163,7 +163,7 @@ public interface BusinessUnitDraft extends com.commercetools.api.models.WithKey
public CustomFieldsDraft getCustom();

/**
* <p>User-defined unique identifier for the Business Unit.</p>
* <p>User-defined unique and immutable identifier for the Business Unit.</p>
* @param key value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public BusinessUnitDraftImpl() {
}

/**
* <p>User-defined unique identifier for the Business Unit.</p>
* <p>User-defined unique and immutable identifier for the Business Unit.</p>
*/

public String getKey() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public com.commercetools.api.models.common.CreatedBy getCreatedBy() {
}

/**
* <p>User-defined unique identifier of the Business Unit.</p>
* <p>User-defined unique and immutable identifier of the Business Unit.</p>
*/

public String getKey() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public CompanyBuilder createdBy(@Nullable final com.commercetools.api.models.com
}

/**
* <p>User-defined unique identifier of the Business Unit.</p>
* <p>User-defined unique and immutable identifier of the Business Unit.</p>
* @param key value to be set
* @return Builder
*/
Expand Down Expand Up @@ -903,7 +903,7 @@ public com.commercetools.api.models.common.CreatedBy getCreatedBy() {
}

/**
* <p>User-defined unique identifier of the Business Unit.</p>
* <p>User-defined unique and immutable identifier of the Business Unit.</p>
* @return key
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class CompanyDraftBuilder implements Builder<CompanyDraft> {
private com.commercetools.api.models.type.CustomFieldsDraft custom;

/**
* <p>User-defined unique identifier for the Business Unit.</p>
* <p>User-defined unique and immutable identifier for the Business Unit.</p>
* @param key value to be set
* @return Builder
*/
Expand Down Expand Up @@ -546,7 +546,7 @@ public CompanyDraftBuilder custom(@Nullable final com.commercetools.api.models.t
}

/**
* <p>User-defined unique identifier for the Business Unit.</p>
* <p>User-defined unique and immutable identifier for the Business Unit.</p>
* @return key
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public CompanyDraftImpl() {
}

/**
* <p>User-defined unique identifier for the Business Unit.</p>
* <p>User-defined unique and immutable identifier for the Business Unit.</p>
*/

public String getKey() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public com.commercetools.api.models.common.CreatedBy getCreatedBy() {
}

/**
* <p>User-defined unique identifier of the Business Unit.</p>
* <p>User-defined unique and immutable identifier of the Business Unit.</p>
*/

public String getKey() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public DivisionBuilder createdBy(@Nullable final com.commercetools.api.models.co
}

/**
* <p>User-defined unique identifier of the Business Unit.</p>
* <p>User-defined unique and immutable identifier of the Business Unit.</p>
* @param key value to be set
* @return Builder
*/
Expand Down Expand Up @@ -903,7 +903,7 @@ public com.commercetools.api.models.common.CreatedBy getCreatedBy() {
}

/**
* <p>User-defined unique identifier of the Business Unit.</p>
* <p>User-defined unique and immutable identifier of the Business Unit.</p>
* @return key
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class DivisionDraftBuilder implements Builder<DivisionDraft> {
private com.commercetools.api.models.business_unit.BusinessUnitResourceIdentifier parentUnit;

/**
* <p>User-defined unique identifier for the Business Unit.</p>
* <p>User-defined unique and immutable identifier for the Business Unit.</p>
* @param key value to be set
* @return Builder
*/
Expand Down Expand Up @@ -589,7 +589,7 @@ public DivisionDraftBuilder parentUnit(
}

/**
* <p>User-defined unique identifier for the Business Unit.</p>
* <p>User-defined unique and immutable identifier for the Business Unit.</p>
* @return key
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public DivisionDraftImpl() {
}

/**
* <p>User-defined unique identifier for the Business Unit.</p>
* <p>User-defined unique and immutable identifier for the Business Unit.</p>
*/

public String getKey() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public com.commercetools.api.models.common.CreatedBy getCreatedBy() {
}

/**
* <p>User-defined unique identifier of the Business Unit.</p>
* <p>User-defined unique and immutable identifier of the Business Unit.</p>
*/

public String getKey() {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,4 @@ c50b9ffcff1ea4a31e509f124bf0f87baced36af
486ddbfe9cd2b72d6ad3253ed78b00bc41d0cd3c
47606ecb6f140e1e97dc0578ea2207fb4a9bc5f7
a690700ee3c192050e86193dea13bef4cc8effc6
cdb527e0fe5524d6c7411066fca556e1b3403003

0 comments on commit c46a7e5

Please sign in to comment.