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 Apr 9, 2024
1 parent f49385d commit 3cc1320
Show file tree
Hide file tree
Showing 28 changed files with 51 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public interface ApiClient extends com.commercetools.api.models.Identifiable<Api
public ZonedDateTime getDeleteAt();

/**
* <p>Date and time (UTC) the APIClient was initially created at.</p>
* <p>Date and time (UTC) the APIClient was initially created.</p>
* @return createdAt
*/

Expand Down Expand Up @@ -149,7 +149,7 @@ public interface ApiClient extends com.commercetools.api.models.Identifiable<Api
public void setDeleteAt(final ZonedDateTime deleteAt);

/**
* <p>Date and time (UTC) the APIClient was initially created at.</p>
* <p>Date and time (UTC) the APIClient was initially created.</p>
* @param createdAt value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public ApiClientBuilder deleteAt(@Nullable final java.time.ZonedDateTime deleteA
}

/**
* <p>Date and time (UTC) the APIClient was initially created at.</p>
* <p>Date and time (UTC) the APIClient was initially created.</p>
* @param createdAt value to be set
* @return Builder
*/
Expand Down Expand Up @@ -206,7 +206,7 @@ public java.time.ZonedDateTime getDeleteAt() {
}

/**
* <p>Date and time (UTC) the APIClient was initially created at.</p>
* <p>Date and time (UTC) the APIClient was initially created.</p>
* @return createdAt
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public java.time.ZonedDateTime getDeleteAt() {
}

/**
* <p>Date and time (UTC) the APIClient was initially created at.</p>
* <p>Date and time (UTC) the APIClient was initially created.</p>
*/

public java.time.ZonedDateTime getCreatedAt() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public interface ApprovalFlowApproval {
public Associate getApprover();

/**
* <p>Date and time (UTC) when the Approval Flow was approved at.</p>
* <p>Date and time (UTC) the Approval Flow was approved.</p>
* @return approvedAt
*/
@NotNull
Expand All @@ -59,7 +59,7 @@ public interface ApprovalFlowApproval {
public void setApprover(final Associate approver);

/**
* <p>Date and time (UTC) when the Approval Flow was approved at.</p>
* <p>Date and time (UTC) the Approval Flow was approved.</p>
* @param approvedAt value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public ApprovalFlowApprovalBuilder approver(final com.commercetools.api.models.b
}

/**
* <p>Date and time (UTC) when the Approval Flow was approved at.</p>
* <p>Date and time (UTC) the Approval Flow was approved.</p>
* @param approvedAt value to be set
* @return Builder
*/
Expand All @@ -83,7 +83,7 @@ public com.commercetools.api.models.business_unit.Associate getApprover() {
}

/**
* <p>Date and time (UTC) when the Approval Flow was approved at.</p>
* <p>Date and time (UTC) the Approval Flow was approved.</p>
* @return approvedAt
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public com.commercetools.api.models.business_unit.Associate getApprover() {
}

/**
* <p>Date and time (UTC) when the Approval Flow was approved at.</p>
* <p>Date and time (UTC) the Approval Flow was approved.</p>
*/

public java.time.ZonedDateTime getApprovedAt() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public interface ApprovalFlowRejection {
public Associate getRejecter();

/**
* <p>Date and time (UTC) when the Approval Flow was rejected at.</p>
* <p>Date and time (UTC) the Approval Flow was rejected.</p>
* @return rejectedAt
*/
@NotNull
Expand All @@ -67,7 +67,7 @@ public interface ApprovalFlowRejection {
public void setRejecter(final Associate rejecter);

/**
* <p>Date and time (UTC) when the Approval Flow was rejected at.</p>
* <p>Date and time (UTC) the Approval Flow was rejected.</p>
* @param rejectedAt value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public ApprovalFlowRejectionBuilder rejecter(final com.commercetools.api.models.
}

/**
* <p>Date and time (UTC) when the Approval Flow was rejected at.</p>
* <p>Date and time (UTC) the Approval Flow was rejected.</p>
* @param rejectedAt value to be set
* @return Builder
*/
Expand Down Expand Up @@ -99,7 +99,7 @@ public com.commercetools.api.models.business_unit.Associate getRejecter() {
}

/**
* <p>Date and time (UTC) when the Approval Flow was rejected at.</p>
* <p>Date and time (UTC) the Approval Flow was rejected.</p>
* @return rejectedAt
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public com.commercetools.api.models.business_unit.Associate getRejecter() {
}

/**
* <p>Date and time (UTC) when the Approval Flow was rejected at.</p>
* <p>Date and time (UTC) the Approval Flow was rejected.</p>
*/

public java.time.ZonedDateTime getRejectedAt() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ public interface CartDiscount
public Long getVersion();

/**
* <p>Date and time (UTC) for the CartDiscount was initially created.</p>
* <p>Date and time (UTC) the CartDiscount was initially created.</p>
* @return createdAt
*/
@NotNull
@JsonProperty("createdAt")
public ZonedDateTime getCreatedAt();

/**
* <p>Date and time (UTC) for the CartDiscount was last updated.</p>
* <p>Date and time (UTC) the CartDiscount was last updated.</p>
* @return lastModifiedAt
*/
@NotNull
Expand Down Expand Up @@ -247,14 +247,14 @@ public interface CartDiscount
public void setVersion(final Long version);

/**
* <p>Date and time (UTC) for the CartDiscount was initially created.</p>
* <p>Date and time (UTC) the CartDiscount was initially created.</p>
* @param createdAt value to be set
*/

public void setCreatedAt(final ZonedDateTime createdAt);

/**
* <p>Date and time (UTC) for the CartDiscount was last updated.</p>
* <p>Date and time (UTC) the CartDiscount was last updated.</p>
* @param lastModifiedAt value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public CartDiscountBuilder version(final Long version) {
}

/**
* <p>Date and time (UTC) for the CartDiscount was initially created.</p>
* <p>Date and time (UTC) the CartDiscount was initially created.</p>
* @param createdAt value to be set
* @return Builder
*/
Expand All @@ -120,7 +120,7 @@ public CartDiscountBuilder createdAt(final java.time.ZonedDateTime createdAt) {
}

/**
* <p>Date and time (UTC) for the CartDiscount was last updated.</p>
* <p>Date and time (UTC) the CartDiscount was last updated.</p>
* @param lastModifiedAt value to be set
* @return Builder
*/
Expand Down Expand Up @@ -637,7 +637,7 @@ public Long getVersion() {
}

/**
* <p>Date and time (UTC) for the CartDiscount was initially created.</p>
* <p>Date and time (UTC) the CartDiscount was initially created.</p>
* @return createdAt
*/

Expand All @@ -646,7 +646,7 @@ public java.time.ZonedDateTime getCreatedAt() {
}

/**
* <p>Date and time (UTC) for the CartDiscount was last updated.</p>
* <p>Date and time (UTC) the CartDiscount was last updated.</p>
* @return lastModifiedAt
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ public Long getVersion() {
}

/**
* <p>Date and time (UTC) for the CartDiscount was initially created.</p>
* <p>Date and time (UTC) the CartDiscount was initially created.</p>
*/

public java.time.ZonedDateTime getCreatedAt() {
return this.createdAt;
}

/**
* <p>Date and time (UTC) for the CartDiscount was last updated.</p>
* <p>Date and time (UTC) the CartDiscount was last updated.</p>
*/

public java.time.ZonedDateTime getLastModifiedAt() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public interface CustomLineItemStateTransitionMessage extends OrderMessage {
public String getCustomLineItemKey();

/**
* <p>Date and time (UTC) when the transition of the Custom Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Custom Line Item State was performed.</p>
* @return transitionDate
*/
@NotNull
Expand Down Expand Up @@ -114,7 +114,7 @@ public interface CustomLineItemStateTransitionMessage extends OrderMessage {
public void setCustomLineItemKey(final String customLineItemKey);

/**
* <p>Date and time (UTC) when the transition of the Custom Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Custom Line Item State was performed.</p>
* @param transitionDate value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public CustomLineItemStateTransitionMessageBuilder customLineItemKey(@Nullable f
}

/**
* <p>Date and time (UTC) when the transition of the Custom Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Custom Line Item State was performed.</p>
* @param transitionDate value to be set
* @return Builder
*/
Expand Down Expand Up @@ -501,7 +501,7 @@ public String getCustomLineItemKey() {
}

/**
* <p>Date and time (UTC) when the transition of the Custom Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Custom Line Item State was performed.</p>
* @return transitionDate
*/

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

/**
* <p>Date and time (UTC) when the transition of the Custom Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Custom Line Item State was performed.</p>
*/

public java.time.ZonedDateTime getTransitionDate() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public interface CustomLineItemStateTransitionMessagePayload extends OrderMessag
public String getCustomLineItemKey();

/**
* <p>Date and time (UTC) when the transition of the Custom Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Custom Line Item State was performed.</p>
* @return transitionDate
*/
@NotNull
Expand Down Expand Up @@ -107,7 +107,7 @@ public interface CustomLineItemStateTransitionMessagePayload extends OrderMessag
public void setCustomLineItemKey(final String customLineItemKey);

/**
* <p>Date and time (UTC) when the transition of the Custom Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Custom Line Item State was performed.</p>
* @param transitionDate value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public CustomLineItemStateTransitionMessagePayloadBuilder customLineItemKey(
}

/**
* <p>Date and time (UTC) when the transition of the Custom Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Custom Line Item State was performed.</p>
* @param transitionDate value to be set
* @return Builder
*/
Expand Down Expand Up @@ -180,7 +180,7 @@ public String getCustomLineItemKey() {
}

/**
* <p>Date and time (UTC) when the transition of the Custom Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Custom Line Item State was performed.</p>
* @return transitionDate
*/

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

/**
* <p>Date and time (UTC) when the transition of the Custom Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Custom Line Item State was performed.</p>
*/

public java.time.ZonedDateTime getTransitionDate() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public interface LineItemStateTransitionMessage extends OrderMessage {
public String getLineItemKey();

/**
* <p>Date and time (UTC) when the transition of the Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Line Item State was performed.</p>
* @return transitionDate
*/
@NotNull
Expand Down Expand Up @@ -114,7 +114,7 @@ public interface LineItemStateTransitionMessage extends OrderMessage {
public void setLineItemKey(final String lineItemKey);

/**
* <p>Date and time (UTC) when the transition of the Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Line Item State was performed.</p>
* @param transitionDate value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public LineItemStateTransitionMessageBuilder lineItemKey(@Nullable final String
}

/**
* <p>Date and time (UTC) when the transition of the Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Line Item State was performed.</p>
* @param transitionDate value to be set
* @return Builder
*/
Expand Down Expand Up @@ -501,7 +501,7 @@ public String getLineItemKey() {
}

/**
* <p>Date and time (UTC) when the transition of the Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Line Item State was performed.</p>
* @return transitionDate
*/

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

/**
* <p>Date and time (UTC) when the transition of the Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Line Item State was performed.</p>
*/

public java.time.ZonedDateTime getTransitionDate() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public interface LineItemStateTransitionMessagePayload extends OrderMessagePaylo
public String getLineItemKey();

/**
* <p>Date and time (UTC) when the transition of the Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Line Item State was performed.</p>
* @return transitionDate
*/
@NotNull
Expand Down Expand Up @@ -107,7 +107,7 @@ public interface LineItemStateTransitionMessagePayload extends OrderMessagePaylo
public void setLineItemKey(final String lineItemKey);

/**
* <p>Date and time (UTC) when the transition of the Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Line Item State was performed.</p>
* @param transitionDate value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public LineItemStateTransitionMessagePayloadBuilder lineItemKey(@Nullable final
}

/**
* <p>Date and time (UTC) when the transition of the Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Line Item State was performed.</p>
* @param transitionDate value to be set
* @return Builder
*/
Expand Down Expand Up @@ -177,7 +177,7 @@ public String getLineItemKey() {
}

/**
* <p>Date and time (UTC) when the transition of the Line Item State was performed.</p>
* <p>Date and time (UTC) the transition of the Line Item State was performed.</p>
* @return transitionDate
*/

Expand Down
Loading

0 comments on commit 3cc1320

Please sign in to comment.