diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraft.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraft.java index fff099a095c..5f44d521f21 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraft.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraft.java @@ -34,7 +34,7 @@ public interface ApproverConjunctionDraft extends io.vrap.rmf.base.client.Draft { /** - *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.

+ *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved.

* @return and */ @NotNull @@ -43,7 +43,7 @@ public interface ApproverConjunctionDraft extends io.vrap.rmf.base.client.Draft< public List getAnd(); /** - *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.

+ *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved.

* @param and values to be set */ @@ -51,7 +51,7 @@ public interface ApproverConjunctionDraft extends io.vrap.rmf.base.client.Draft< public void setAnd(final ApproverDisjunctionDraft... and); /** - *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.

+ *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved.

* @param and values to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraftBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraftBuilder.java index 9fc6acf9a66..309c8ad58fb 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraftBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraftBuilder.java @@ -25,7 +25,7 @@ public class ApproverConjunctionDraftBuilder implements Builder and; /** - *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.

+ *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved.

* @param and value to be set * @return Builder */ @@ -37,7 +37,7 @@ public ApproverConjunctionDraftBuilder and( } /** - *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.

+ *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved.

* @param and value to be set * @return Builder */ @@ -49,7 +49,7 @@ public ApproverConjunctionDraftBuilder and( } /** - *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.

+ *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved.

* @param and value to be set * @return Builder */ @@ -64,7 +64,7 @@ public ApproverConjunctionDraftBuilder plusAnd( } /** - *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.

+ *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved.

* @param builder function to build the and value * @return Builder */ @@ -80,7 +80,7 @@ public ApproverConjunctionDraftBuilder plusAnd( } /** - *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.

+ *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved.

* @param builder function to build the and value * @return Builder */ @@ -94,7 +94,7 @@ public ApproverConjunctionDraftBuilder withAnd( } /** - *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.

+ *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved.

* @param builder function to build the and value * @return Builder */ @@ -105,7 +105,7 @@ public ApproverConjunctionDraftBuilder addAnd( } /** - *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.

+ *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved.

* @param builder function to build the and value * @return Builder */ @@ -116,7 +116,7 @@ public ApproverConjunctionDraftBuilder setAnd( } /** - *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.

+ *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved.

* @return and */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraftImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraftImpl.java index a0ea08a9ca0..7acd8f26a2f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraftImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApproverConjunctionDraftImpl.java @@ -40,7 +40,7 @@ public ApproverConjunctionDraftImpl() { } /** - *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.

+ *

All of the nested disjunctions must be approved in order for the conjunction to be considered approved.

*/ public java.util.List getAnd() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesAction.java index 2ced70fdec0..e40a34e8b80 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesAction.java @@ -39,7 +39,7 @@ public interface BusinessUnitSetAssociatesAction extends BusinessUnitUpdateActio String SET_ASSOCIATES = "setAssociates"; /** - *

The new list of Associates. If not provided, any existing list is removed.

+ *

The new list of Associates. If empty, existing values will be removed.

* @return associates */ @NotNull @@ -48,7 +48,7 @@ public interface BusinessUnitSetAssociatesAction extends BusinessUnitUpdateActio public List getAssociates(); /** - *

The new list of Associates. If not provided, any existing list is removed.

+ *

The new list of Associates. If empty, existing values will be removed.

* @param associates values to be set */ @@ -56,7 +56,7 @@ public interface BusinessUnitSetAssociatesAction extends BusinessUnitUpdateActio public void setAssociates(final AssociateDraft... associates); /** - *

The new list of Associates. If not provided, any existing list is removed.

+ *

The new list of Associates. If empty, existing values will be removed.

* @param associates values to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesActionBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesActionBuilder.java index e690c646c75..87d60a7b986 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesActionBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesActionBuilder.java @@ -25,7 +25,7 @@ public class BusinessUnitSetAssociatesActionBuilder implements Builder associates; /** - *

The new list of Associates. If not provided, any existing list is removed.

+ *

The new list of Associates. If empty, existing values will be removed.

* @param associates value to be set * @return Builder */ @@ -37,7 +37,7 @@ public BusinessUnitSetAssociatesActionBuilder associates( } /** - *

The new list of Associates. If not provided, any existing list is removed.

+ *

The new list of Associates. If empty, existing values will be removed.

* @param associates value to be set * @return Builder */ @@ -49,7 +49,7 @@ public BusinessUnitSetAssociatesActionBuilder associates( } /** - *

The new list of Associates. If not provided, any existing list is removed.

+ *

The new list of Associates. If empty, existing values will be removed.

* @param associates value to be set * @return Builder */ @@ -64,7 +64,7 @@ public BusinessUnitSetAssociatesActionBuilder plusAssociates( } /** - *

The new list of Associates. If not provided, any existing list is removed.

+ *

The new list of Associates. If empty, existing values will be removed.

* @param builder function to build the associates value * @return Builder */ @@ -80,7 +80,7 @@ public BusinessUnitSetAssociatesActionBuilder plusAssociates( } /** - *

The new list of Associates. If not provided, any existing list is removed.

+ *

The new list of Associates. If empty, existing values will be removed.

* @param builder function to build the associates value * @return Builder */ @@ -94,7 +94,7 @@ public BusinessUnitSetAssociatesActionBuilder withAssociates( } /** - *

The new list of Associates. If not provided, any existing list is removed.

+ *

The new list of Associates. If empty, existing values will be removed.

* @param builder function to build the associates value * @return Builder */ @@ -105,7 +105,7 @@ public BusinessUnitSetAssociatesActionBuilder addAssociates( } /** - *

The new list of Associates. If not provided, any existing list is removed.

+ *

The new list of Associates. If empty, existing values will be removed.

* @param builder function to build the associates value * @return Builder */ @@ -116,7 +116,7 @@ public BusinessUnitSetAssociatesActionBuilder setAssociates( } /** - *

The new list of Associates. If not provided, any existing list is removed.

+ *

The new list of Associates. If empty, existing values will be removed.

* @return associates */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesActionImpl.java index bf6ba90ccb1..e56ea8ff3cf 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitSetAssociatesActionImpl.java @@ -52,7 +52,7 @@ public String getAction() { } /** - *

The new list of Associates. If not provided, any existing list is removed.

+ *

The new list of Associates. If empty, existing values will be removed.

*/ public java.util.List getAssociates() { diff --git a/references.txt b/references.txt index 1fa0e19f133..c82b4964717 100644 --- a/references.txt +++ b/references.txt @@ -312,3 +312,4 @@ c77ec902f368c2c31505fcb65a835ce148350077 903922e6a2dc0ff9283757645395f5119f61be0e 4d99474bc43b90f392085d18a75bb826c4cb25e0 e985f4b7aa55610705ee49bd3eb645c2fd03eb6c +3bde1efd0d5dbff77065d355e9d00e8a0e8f466a