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 Mar 28, 2024
1 parent 1f84868 commit ed24714
Show file tree
Hide file tree
Showing 577 changed files with 2,812 additions and 2,811 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public interface ApprovalFlow extends BaseResource {
public ZonedDateTime getCreatedAt();

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the ApprovalFlow.</p>
* @return createdBy
*/
@Valid
Expand All @@ -93,7 +93,7 @@ public interface ApprovalFlow extends BaseResource {
public ZonedDateTime getLastModifiedAt();

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the ApprovalFlow.</p>
* @return lastModifiedBy
*/
@Valid
Expand Down Expand Up @@ -209,7 +209,7 @@ public interface ApprovalFlow extends BaseResource {
public void setCreatedAt(final ZonedDateTime createdAt);

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the ApprovalFlow.</p>
* @param createdBy value to be set
*/

Expand All @@ -223,7 +223,7 @@ public interface ApprovalFlow extends BaseResource {
public void setLastModifiedAt(final ZonedDateTime lastModifiedAt);

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the ApprovalFlow.</p>
* @param lastModifiedBy value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public ApprovalFlowBuilder lastModifiedAt(final java.time.ZonedDateTime lastModi
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the ApprovalFlow.</p>
* @param builder function to build the createdBy value
* @return Builder
*/
Expand All @@ -128,7 +128,7 @@ public ApprovalFlowBuilder createdBy(
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the ApprovalFlow.</p>
* @param builder function to build the createdBy value
* @return Builder
*/
Expand All @@ -140,7 +140,7 @@ public ApprovalFlowBuilder withCreatedBy(
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the ApprovalFlow.</p>
* @param createdBy value to be set
* @return Builder
*/
Expand All @@ -151,7 +151,7 @@ public ApprovalFlowBuilder createdBy(@Nullable final com.commercetools.api.model
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the ApprovalFlow.</p>
* @param builder function to build the lastModifiedBy value
* @return Builder
*/
Expand All @@ -163,7 +163,7 @@ public ApprovalFlowBuilder lastModifiedBy(
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the ApprovalFlow.</p>
* @param builder function to build the lastModifiedBy value
* @return Builder
*/
Expand All @@ -175,7 +175,7 @@ public ApprovalFlowBuilder withLastModifiedBy(
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the ApprovalFlow.</p>
* @param lastModifiedBy value to be set
* @return Builder
*/
Expand Down Expand Up @@ -835,7 +835,7 @@ public java.time.ZonedDateTime getLastModifiedAt() {
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the ApprovalFlow.</p>
* @return createdBy
*/

Expand All @@ -845,7 +845,7 @@ public com.commercetools.api.models.common.CreatedBy getCreatedBy() {
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the ApprovalFlow.</p>
* @return lastModifiedBy
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ public java.time.ZonedDateTime getLastModifiedAt() {
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the ApprovalFlow.</p>
*/

public com.commercetools.api.models.common.CreatedBy getCreatedBy() {
return this.createdBy;
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the ApprovalFlow.</p>
*/

public com.commercetools.api.models.common.LastModifiedBy getLastModifiedBy() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public interface ApprovalRule extends BaseResource {
public ZonedDateTime getCreatedAt();

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the ApprovalRule.</p>
* @return createdBy
*/
@Valid
Expand All @@ -87,7 +87,7 @@ public interface ApprovalRule extends BaseResource {
public ZonedDateTime getLastModifiedAt();

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the ApprovalRule.</p>
* @return lastModifiedBy
*/
@Valid
Expand Down Expand Up @@ -183,7 +183,7 @@ public interface ApprovalRule extends BaseResource {
public void setCreatedAt(final ZonedDateTime createdAt);

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the ApprovalRule.</p>
* @param createdBy value to be set
*/

Expand All @@ -197,7 +197,7 @@ public interface ApprovalRule extends BaseResource {
public void setLastModifiedAt(final ZonedDateTime lastModifiedAt);

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the ApprovalRule.</p>
* @param lastModifiedBy value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public ApprovalRuleBuilder lastModifiedAt(final java.time.ZonedDateTime lastModi
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the ApprovalRule.</p>
* @param builder function to build the createdBy value
* @return Builder
*/
Expand All @@ -122,7 +122,7 @@ public ApprovalRuleBuilder createdBy(
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the ApprovalRule.</p>
* @param builder function to build the createdBy value
* @return Builder
*/
Expand All @@ -134,7 +134,7 @@ public ApprovalRuleBuilder withCreatedBy(
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the ApprovalRule.</p>
* @param createdBy value to be set
* @return Builder
*/
Expand All @@ -145,7 +145,7 @@ public ApprovalRuleBuilder createdBy(@Nullable final com.commercetools.api.model
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the ApprovalRule.</p>
* @param builder function to build the lastModifiedBy value
* @return Builder
*/
Expand All @@ -157,7 +157,7 @@ public ApprovalRuleBuilder lastModifiedBy(
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the ApprovalRule.</p>
* @param builder function to build the lastModifiedBy value
* @return Builder
*/
Expand All @@ -169,7 +169,7 @@ public ApprovalRuleBuilder withLastModifiedBy(
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the ApprovalRule.</p>
* @param lastModifiedBy value to be set
* @return Builder
*/
Expand Down Expand Up @@ -438,7 +438,7 @@ public java.time.ZonedDateTime getLastModifiedAt() {
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the ApprovalRule.</p>
* @return createdBy
*/

Expand All @@ -448,7 +448,7 @@ public com.commercetools.api.models.common.CreatedBy getCreatedBy() {
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the ApprovalRule.</p>
* @return lastModifiedBy
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@ public java.time.ZonedDateTime getLastModifiedAt() {
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the ApprovalRule.</p>
*/

public com.commercetools.api.models.common.CreatedBy getCreatedBy() {
return this.createdBy;
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the ApprovalRule.</p>
*/

public com.commercetools.api.models.common.LastModifiedBy getLastModifiedBy() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ public interface AssociateRole extends BaseResource, com.commercetools.api.model
public ZonedDateTime getLastModifiedAt();

/**
* <p>Present on resources updated after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the AssociateRole.</p>
* @return lastModifiedBy
*/
@Valid
@JsonProperty("lastModifiedBy")
public LastModifiedBy getLastModifiedBy();

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the AssociateRole.</p>
* @return createdBy
*/
@Valid
Expand Down Expand Up @@ -159,14 +159,14 @@ public interface AssociateRole extends BaseResource, com.commercetools.api.model
public void setLastModifiedAt(final ZonedDateTime lastModifiedAt);

/**
* <p>Present on resources updated after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the AssociateRole.</p>
* @param lastModifiedBy value to be set
*/

public void setLastModifiedBy(final LastModifiedBy lastModifiedBy);

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the AssociateRole.</p>
* @param createdBy value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public AssociateRoleBuilder lastModifiedAt(final java.time.ZonedDateTime lastMod
}

/**
* <p>Present on resources updated after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the AssociateRole.</p>
* @param builder function to build the lastModifiedBy value
* @return Builder
*/
Expand All @@ -113,7 +113,7 @@ public AssociateRoleBuilder lastModifiedBy(
}

/**
* <p>Present on resources updated after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the AssociateRole.</p>
* @param builder function to build the lastModifiedBy value
* @return Builder
*/
Expand All @@ -125,7 +125,7 @@ public AssociateRoleBuilder withLastModifiedBy(
}

/**
* <p>Present on resources updated after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the AssociateRole.</p>
* @param lastModifiedBy value to be set
* @return Builder
*/
Expand All @@ -137,7 +137,7 @@ public AssociateRoleBuilder lastModifiedBy(
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the AssociateRole.</p>
* @param builder function to build the createdBy value
* @return Builder
*/
Expand All @@ -149,7 +149,7 @@ public AssociateRoleBuilder createdBy(
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the AssociateRole.</p>
* @param builder function to build the createdBy value
* @return Builder
*/
Expand All @@ -161,7 +161,7 @@ public AssociateRoleBuilder withCreatedBy(
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the AssociateRole.</p>
* @param createdBy value to be set
* @return Builder
*/
Expand Down Expand Up @@ -315,7 +315,7 @@ public java.time.ZonedDateTime getLastModifiedAt() {
}

/**
* <p>Present on resources updated after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the AssociateRole.</p>
* @return lastModifiedBy
*/

Expand All @@ -325,7 +325,7 @@ public com.commercetools.api.models.common.LastModifiedBy getLastModifiedBy() {
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the AssociateRole.</p>
* @return createdBy
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ public java.time.ZonedDateTime getLastModifiedAt() {
}

/**
* <p>Present on resources updated after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that last modified the AssociateRole.</p>
*/

public com.commercetools.api.models.common.LastModifiedBy getLastModifiedBy() {
return this.lastModifiedBy;
}

/**
* <p>Present on resources created after 1 February 2019 except for events not tracked.</p>
* <p>IDs and references that created the AssociateRole.</p>
*/

public com.commercetools.api.models.common.CreatedBy getCreatedBy() {
Expand Down
Loading

0 comments on commit ed24714

Please sign in to comment.