From 9ed9863ff045d6707083e102ce8b4159a34271c3 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:04:34 +0000 Subject: [PATCH] build(codegen): updating SDK --- .../api/models/discount_code/DiscountCodeDraft.java | 4 ++++ .../api/models/discount_code/DiscountCodeDraftBuilder.java | 4 ++++ .../api/models/discount_code/DiscountCodeDraftImpl.java | 2 ++ .../discount_code/DiscountCodeSetMaxApplicationsAction.java | 6 ++++-- .../DiscountCodeSetMaxApplicationsActionBuilder.java | 6 ++++-- .../DiscountCodeSetMaxApplicationsActionImpl.java | 3 ++- .../DiscountCodeSetMaxApplicationsPerCustomerAction.java | 6 ++++-- ...countCodeSetMaxApplicationsPerCustomerActionBuilder.java | 6 ++++-- ...DiscountCodeSetMaxApplicationsPerCustomerActionImpl.java | 3 ++- references.txt | 1 + 10 files changed, 31 insertions(+), 10 deletions(-) diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraft.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraft.java index 236693a66c4..9a17dc76dd5 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraft.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraft.java @@ -98,6 +98,7 @@ public interface DiscountCodeDraft extends com.commercetools.api.models.Customiz /** *

Number of times the DiscountCode can be applied.

+ *

If not set, the DiscountCode can be applied any number of times.

* @return maxApplications */ @@ -106,6 +107,7 @@ public interface DiscountCodeDraft extends com.commercetools.api.models.Customiz /** *

Number of times the DiscountCode can be applied per Customer.

+ *

If not set, the DiscountCode can be applied any number of times.

* @return maxApplicationsPerCustomer */ @@ -203,6 +205,7 @@ public interface DiscountCodeDraft extends com.commercetools.api.models.Customiz /** *

Number of times the DiscountCode can be applied.

+ *

If not set, the DiscountCode can be applied any number of times.

* @param maxApplications value to be set */ @@ -210,6 +213,7 @@ public interface DiscountCodeDraft extends com.commercetools.api.models.Customiz /** *

Number of times the DiscountCode can be applied per Customer.

+ *

If not set, the DiscountCode can be applied any number of times.

* @param maxApplicationsPerCustomer value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftBuilder.java index 6671e7a9175..6ca77c24342 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftBuilder.java @@ -274,6 +274,7 @@ public DiscountCodeDraftBuilder isActive(@Nullable final Boolean isActive) { /** *

Number of times the DiscountCode can be applied.

+ *

If not set, the DiscountCode can be applied any number of times.

* @param maxApplications value to be set * @return Builder */ @@ -285,6 +286,7 @@ public DiscountCodeDraftBuilder maxApplications(@Nullable final Long maxApplicat /** *

Number of times the DiscountCode can be applied per Customer.

+ *

If not set, the DiscountCode can be applied any number of times.

* @param maxApplicationsPerCustomer value to be set * @return Builder */ @@ -457,6 +459,7 @@ public Boolean getIsActive() { /** *

Number of times the DiscountCode can be applied.

+ *

If not set, the DiscountCode can be applied any number of times.

* @return maxApplications */ @@ -467,6 +470,7 @@ public Long getMaxApplications() { /** *

Number of times the DiscountCode can be applied per Customer.

+ *

If not set, the DiscountCode can be applied any number of times.

* @return maxApplicationsPerCustomer */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftImpl.java index 9858ca3cd5b..8a5aef4446e 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftImpl.java @@ -143,6 +143,7 @@ public Boolean getIsActive() { /** *

Number of times the DiscountCode can be applied.

+ *

If not set, the DiscountCode can be applied any number of times.

*/ public Long getMaxApplications() { @@ -151,6 +152,7 @@ public Long getMaxApplications() { /** *

Number of times the DiscountCode can be applied per Customer.

+ *

If not set, the DiscountCode can be applied any number of times.

*/ public Long getMaxApplicationsPerCustomer() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsAction.java index f05ecbb8711..e81830276e2 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsAction.java @@ -34,7 +34,8 @@ public interface DiscountCodeSetMaxApplicationsAction extends DiscountCodeUpdate String SET_MAX_APPLICATIONS = "setMaxApplications"; /** - *

Value to set. If empty, any existing value will be removed.

+ *

Value to set.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

* @return maxApplications */ @@ -42,7 +43,8 @@ public interface DiscountCodeSetMaxApplicationsAction extends DiscountCodeUpdate public Long getMaxApplications(); /** - *

Value to set. If empty, any existing value will be removed.

+ *

Value to set.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

* @param maxApplications value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionBuilder.java index 1b5b7285e80..7c052553dd4 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionBuilder.java @@ -26,7 +26,8 @@ public class DiscountCodeSetMaxApplicationsActionBuilder implements BuilderValue to set. If empty, any existing value will be removed.

+ *

Value to set.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

* @param maxApplications value to be set * @return Builder */ @@ -37,7 +38,8 @@ public DiscountCodeSetMaxApplicationsActionBuilder maxApplications(@Nullable fin } /** - *

Value to set. If empty, any existing value will be removed.

+ *

Value to set.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

* @return maxApplications */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionImpl.java index d2df2bfe6bb..36d757aff42 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionImpl.java @@ -51,7 +51,8 @@ public String getAction() { } /** - *

Value to set. If empty, any existing value will be removed.

+ *

Value to set.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

*/ public Long getMaxApplications() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerAction.java index 3a7ce1e277f..c00b47d978b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerAction.java @@ -34,7 +34,8 @@ public interface DiscountCodeSetMaxApplicationsPerCustomerAction extends Discoun String SET_MAX_APPLICATIONS_PER_CUSTOMER = "setMaxApplicationsPerCustomer"; /** - *

Value to set. If empty, any existing value will be removed.

+ *

Value to set.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

* @return maxApplicationsPerCustomer */ @@ -42,7 +43,8 @@ public interface DiscountCodeSetMaxApplicationsPerCustomerAction extends Discoun public Long getMaxApplicationsPerCustomer(); /** - *

Value to set. If empty, any existing value will be removed.

+ *

Value to set.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

* @param maxApplicationsPerCustomer value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionBuilder.java index 9d4b6a57039..6d171931adb 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionBuilder.java @@ -27,7 +27,8 @@ public class DiscountCodeSetMaxApplicationsPerCustomerActionBuilder private Long maxApplicationsPerCustomer; /** - *

Value to set. If empty, any existing value will be removed.

+ *

Value to set.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

* @param maxApplicationsPerCustomer value to be set * @return Builder */ @@ -39,7 +40,8 @@ public DiscountCodeSetMaxApplicationsPerCustomerActionBuilder maxApplicationsPer } /** - *

Value to set. If empty, any existing value will be removed.

+ *

Value to set.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

* @return maxApplicationsPerCustomer */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionImpl.java index 4a7791a0a2d..ecaa99dea73 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionImpl.java @@ -53,7 +53,8 @@ public String getAction() { } /** - *

Value to set. If empty, any existing value will be removed.

+ *

Value to set.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

*/ public Long getMaxApplicationsPerCustomer() { diff --git a/references.txt b/references.txt index 3bda52fc0c0..f0a67d60b6f 100644 --- a/references.txt +++ b/references.txt @@ -268,3 +268,4 @@ e5268785dcaf7bd56dafa13f2901b69468552fd0 28ca8abbefd999fa19fc31d729cb711cd3341a23 f406baef04eced1a7bda3817e935f54e234a9f4e c163df6435d9b4770f1d07cd2cb379c1f620ceb5 +12d3fba1b3f1f281cc37eaa04513df858393ab39