diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/Cart.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/Cart.java index 1f887d96a62..b8d336db71c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/Cart.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/Cart.java @@ -123,7 +123,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod public String getAnonymousId(); /** - *

Reference to a Business Unit the Cart belongs to.

+ *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

* @return businessUnit */ @Valid @@ -487,7 +487,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod public void setAnonymousId(final String anonymousId); /** - *

Reference to a Business Unit the Cart belongs to.

+ *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

* @param businessUnit value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartBuilder.java index 47ce6dbb45f..da88c4d0382 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartBuilder.java @@ -283,7 +283,7 @@ public CartBuilder anonymousId(@Nullable final String anonymousId) { } /** - *

Reference to a Business Unit the Cart belongs to.

+ *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -297,7 +297,7 @@ public CartBuilder businessUnit( } /** - *

Reference to a Business Unit the Cart belongs to.

+ *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -310,7 +310,7 @@ public CartBuilder withBusinessUnit( } /** - *

Reference to a Business Unit the Cart belongs to.

+ *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

* @param businessUnit value to be set * @return Builder */ @@ -1698,7 +1698,7 @@ public String getAnonymousId() { } /** - *

Reference to a Business Unit the Cart belongs to.

+ *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

* @return businessUnit */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraft.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraft.java index 53aa634c526..f4caf14daf9 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraft.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraft.java @@ -90,7 +90,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf public String getAnonymousId(); /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @return businessUnit */ @Valid @@ -327,7 +327,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf public void setAnonymousId(final String anonymousId); /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param businessUnit value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftBuilder.java index ce212767f7b..36315e37551 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftBuilder.java @@ -208,7 +208,7 @@ public CartDraftBuilder anonymousId(@Nullable final String anonymousId) { } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -222,7 +222,7 @@ public CartDraftBuilder businessUnit( } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -235,7 +235,7 @@ public CartDraftBuilder withBusinessUnit( } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param businessUnit value to be set * @return Builder */ @@ -1159,7 +1159,7 @@ public String getAnonymousId() { } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @return businessUnit */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftImpl.java index 4669f859c4a..5a8c3a60e28 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartDraftImpl.java @@ -198,7 +198,7 @@ public String getAnonymousId() { } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. When the customerId of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

*/ public com.commercetools.api.models.business_unit.BusinessUnitResourceIdentifier getBusinessUnit() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartImpl.java index 5f47944ddb5..876e932793c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartImpl.java @@ -280,7 +280,7 @@ public String getAnonymousId() { } /** - *

Reference to a Business Unit the Cart belongs to.

+ *

Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.

*/ public com.commercetools.api.models.business_unit.BusinessUnitKeyReference getBusinessUnit() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ClientLogging.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ClientLogging.java index acf7cf61994..be73451c248 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ClientLogging.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ClientLogging.java @@ -64,7 +64,7 @@ public interface ClientLogging { public String getAnonymousId(); /** - *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @return associate */ @Valid @@ -100,7 +100,7 @@ public interface ClientLogging { public void setAnonymousId(final String anonymousId); /** - *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @param associate value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ClientLoggingBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ClientLoggingBuilder.java index 7b34fa66d9c..1e1683a43d3 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ClientLoggingBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ClientLoggingBuilder.java @@ -108,7 +108,7 @@ public ClientLoggingBuilder anonymousId(@Nullable final String anonymousId) { } /** - *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @param builder function to build the associate value * @return Builder */ @@ -120,7 +120,7 @@ public ClientLoggingBuilder associate( } /** - *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @param builder function to build the associate value * @return Builder */ @@ -132,7 +132,7 @@ public ClientLoggingBuilder withAssociate( } /** - *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @param associate value to be set * @return Builder */ @@ -184,7 +184,7 @@ public String getAnonymousId() { } /** - *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @return associate */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ClientLoggingImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ClientLoggingImpl.java index ed82aff3ea2..f96919c9c42 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ClientLoggingImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ClientLoggingImpl.java @@ -87,7 +87,7 @@ public String getAnonymousId() { } /** - *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created or modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

*/ public com.commercetools.api.models.customer.CustomerReference getAssociate() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedBy.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedBy.java index a490f42baa3..09af8b17332 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedBy.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedBy.java @@ -72,7 +72,7 @@ public interface CreatedBy extends ClientLogging { public Attribution getAttributedTo(); /** - *

Indicates the Customer who created the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

* @return associate */ @Valid @@ -115,7 +115,7 @@ public interface CreatedBy extends ClientLogging { public void setAttributedTo(final Attribution attributedTo); /** - *

Indicates the Customer who created the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

* @param associate value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByBuilder.java index 7371aba6226..e2f5ae06b44 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByBuilder.java @@ -110,7 +110,7 @@ public CreatedByBuilder anonymousId(@Nullable final String anonymousId) { } /** - *

Indicates the Customer who created the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

* @param builder function to build the associate value * @return Builder */ @@ -122,7 +122,7 @@ public CreatedByBuilder associate( } /** - *

Indicates the Customer who created the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

* @param builder function to build the associate value * @return Builder */ @@ -134,7 +134,7 @@ public CreatedByBuilder withAssociate( } /** - *

Indicates the Customer who created the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

* @param associate value to be set * @return Builder */ @@ -221,7 +221,7 @@ public String getAnonymousId() { } /** - *

Indicates the Customer who created the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

* @return associate */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByImpl.java index 99117103503..2d648d631f4 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/CreatedByImpl.java @@ -91,7 +91,7 @@ public String getAnonymousId() { } /** - *

Indicates the Customer who created the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who created the resource in the context of a Business Unit. Only available for B2B-enabled Project when an Associate acts on behalf of a company using the associate endpoints.

*/ public com.commercetools.api.models.customer.CustomerReference getAssociate() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedBy.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedBy.java index 94925f4ffd5..9b6f0abad9c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedBy.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedBy.java @@ -72,7 +72,7 @@ public interface LastModifiedBy extends ClientLogging { public Attribution getAttributedTo(); /** - *

Indicates the Customer who modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @return associate */ @Valid @@ -115,7 +115,7 @@ public interface LastModifiedBy extends ClientLogging { public void setAttributedTo(final Attribution attributedTo); /** - *

Indicates the Customer who modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @param associate value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByBuilder.java index 686f134d6e1..15196d7d813 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByBuilder.java @@ -111,7 +111,7 @@ public LastModifiedByBuilder anonymousId(@Nullable final String anonymousId) { } /** - *

Indicates the Customer who modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @param builder function to build the associate value * @return Builder */ @@ -123,7 +123,7 @@ public LastModifiedByBuilder associate( } /** - *

Indicates the Customer who modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @param builder function to build the associate value * @return Builder */ @@ -135,7 +135,7 @@ public LastModifiedByBuilder withAssociate( } /** - *

Indicates the Customer who modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @param associate value to be set * @return Builder */ @@ -223,7 +223,7 @@ public String getAnonymousId() { } /** - *

Indicates the Customer who modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @return associate */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByImpl.java index 182a131c4b3..334c37f2454 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/LastModifiedByImpl.java @@ -91,7 +91,7 @@ public String getAnonymousId() { } /** - *

Indicates the Customer who modified the resource in the context of a Business Unit. Only present when an Associate acts on behalf of a company using the associate endpoints.

+ *

Indicates the Customer who modified the resource in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

*/ public com.commercetools.api.models.customer.CustomerReference getAssociate() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ReferenceTypeId.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ReferenceTypeId.java index d315f7ac139..0f8d5c31fdc 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ReferenceTypeId.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/common/ReferenceTypeId.java @@ -17,19 +17,19 @@ public interface ReferenceTypeId extends JsonEnum { /** -

References an ApprovalFlow.

*/ +

References an ApprovalFlow. Only available for B2B-enabled Projects.

*/ ReferenceTypeId APPROVAL_FLOW = ReferenceTypeIdEnum.APPROVAL_FLOW; /** -

References an ApprovalRule.

*/ +

References an ApprovalRule. Only available for B2B-enabled Projects.

*/ ReferenceTypeId APPROVAL_RULE = ReferenceTypeIdEnum.APPROVAL_RULE; /** -

References an AssociateRole.

*/ +

References an AssociateRole. Only available for B2B-enabled Projects.

*/ ReferenceTypeId ASSOCIATE_ROLE = ReferenceTypeIdEnum.ASSOCIATE_ROLE; /**

References an AttributeGroup.

*/ ReferenceTypeId ATTRIBUTE_GROUP = ReferenceTypeIdEnum.ATTRIBUTE_GROUP; /** -

References a BusinessUnit.

*/ +

References a BusinessUnit. Only available for B2B-enabled Projects.

*/ ReferenceTypeId BUSINESS_UNIT = ReferenceTypeIdEnum.BUSINESS_UNIT; /**

References a Cart.

*/ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraft.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraft.java index f139dee571e..cc8266660a6 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraft.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraft.java @@ -59,7 +59,7 @@ public interface MyCartDraft extends com.commercetools.api.models.CustomizableDr public String getCustomerEmail(); /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @return businessUnit */ @Valid @@ -198,7 +198,7 @@ public interface MyCartDraft extends com.commercetools.api.models.CustomizableDr public void setCustomerEmail(final String customerEmail); /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param businessUnit value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftBuilder.java index 87571a08704..c18e6fc678e 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftBuilder.java @@ -97,7 +97,7 @@ public MyCartDraftBuilder customerEmail(@Nullable final String customerEmail) { } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -111,7 +111,7 @@ public MyCartDraftBuilder businessUnit( } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -124,7 +124,7 @@ public MyCartDraftBuilder withBusinessUnit( } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param businessUnit value to be set * @return Builder */ @@ -630,7 +630,7 @@ public String getCustomerEmail() { } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @return businessUnit */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftImpl.java index 1bb94d6aa06..2aca6975af8 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyCartDraftImpl.java @@ -118,7 +118,7 @@ public String getCustomerEmail() { } /** - *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Cart should belong to. The Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

*/ public com.commercetools.api.models.business_unit.BusinessUnitResourceIdentifier getBusinessUnit() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/Order.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/Order.java index c2f77a74eb7..21b15fd21c4 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/Order.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/Order.java @@ -143,7 +143,7 @@ public interface Order extends BaseResource, OrderMixin, com.commercetools.api.m public String getAnonymousId(); /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

* @return businessUnit */ @Valid @@ -568,7 +568,7 @@ public interface Order extends BaseResource, OrderMixin, com.commercetools.api.m public void setAnonymousId(final String anonymousId); /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

* @param businessUnit value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderBuilder.java index 510963a4c99..4e51bb35657 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderBuilder.java @@ -320,7 +320,7 @@ public OrderBuilder anonymousId(@Nullable final String anonymousId) { } /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -334,7 +334,7 @@ public OrderBuilder businessUnit( } /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -347,7 +347,7 @@ public OrderBuilder withBusinessUnit( } /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

* @param businessUnit value to be set * @return Builder */ @@ -2044,7 +2044,7 @@ public String getAnonymousId() { } /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

* @return businessUnit */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImpl.java index 3787612a73a..27748e929ba 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImpl.java @@ -323,7 +323,7 @@ public String getAnonymousId() { } /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

*/ public com.commercetools.api.models.business_unit.BusinessUnitKeyReference getBusinessUnit() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImportDraft.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImportDraft.java index 4c560df30e5..664c5196aae 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImportDraft.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImportDraft.java @@ -88,7 +88,7 @@ public interface OrderImportDraft extends com.commercetools.api.models.Customiza public CustomerGroupResourceIdentifier getCustomerGroup(); /** - *

ResourceIdentifier to the Business Unit the Order should belong to. When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Order should belong to. When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @return businessUnit */ @Valid @@ -303,7 +303,7 @@ public interface OrderImportDraft extends com.commercetools.api.models.Customiza public void setCustomerGroup(final CustomerGroupResourceIdentifier customerGroup); /** - *

ResourceIdentifier to the Business Unit the Order should belong to. When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Order should belong to. When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param businessUnit value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImportDraftBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImportDraftBuilder.java index 4be0a1309c0..2de750197dc 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImportDraftBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImportDraftBuilder.java @@ -188,7 +188,7 @@ public OrderImportDraftBuilder customerGroup( } /** - *

ResourceIdentifier to the Business Unit the Order should belong to. When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Order should belong to. When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -202,7 +202,7 @@ public OrderImportDraftBuilder businessUnit( } /** - *

ResourceIdentifier to the Business Unit the Order should belong to. When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Order should belong to. When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -215,7 +215,7 @@ public OrderImportDraftBuilder withBusinessUnit( } /** - *

ResourceIdentifier to the Business Unit the Order should belong to. When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Order should belong to. When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param businessUnit value to be set * @return Builder */ @@ -993,7 +993,7 @@ public com.commercetools.api.models.customer_group.CustomerGroupResourceIdentifi } /** - *

ResourceIdentifier to the Business Unit the Order should belong to. When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Order should belong to. When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @return businessUnit */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImportDraftImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImportDraftImpl.java index 5551c910beb..59df5a2dd87 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImportDraftImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderImportDraftImpl.java @@ -183,7 +183,7 @@ public com.commercetools.api.models.customer_group.CustomerGroupResourceIdentifi } /** - *

ResourceIdentifier to the Business Unit the Order should belong to. When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier to the Business Unit the Order should belong to. When the customerId of the Order is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

*/ public com.commercetools.api.models.business_unit.BusinessUnitResourceIdentifier getBusinessUnit() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderBuilder.java index be50c144a11..5d8f83c395d 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderBuilder.java @@ -320,7 +320,7 @@ public StagedOrderBuilder anonymousId(@Nullable final String anonymousId) { } /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -334,7 +334,7 @@ public StagedOrderBuilder businessUnit( } /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -347,7 +347,7 @@ public StagedOrderBuilder withBusinessUnit( } /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

* @param businessUnit value to be set * @return Builder */ @@ -2053,7 +2053,7 @@ public String getAnonymousId() { } /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

* @return businessUnit */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderImpl.java index e11393fa68c..b38236f169c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order_edit/StagedOrderImpl.java @@ -323,7 +323,7 @@ public String getAnonymousId() { } /** - *

Reference to a Business Unit the Order belongs to.

+ *

Reference to a Business Unit the Order belongs to. Only available for B2B-enabled Projects.

*/ public com.commercetools.api.models.business_unit.BusinessUnitKeyReference getBusinessUnit() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/AttributeReferenceTypeId.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/AttributeReferenceTypeId.java index 3b0f535cb2d..a6c605d8b6a 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/AttributeReferenceTypeId.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/AttributeReferenceTypeId.java @@ -17,10 +17,10 @@ public interface AttributeReferenceTypeId extends JsonEnum { /** -

References a AssociateRole.

*/ +

References a AssociateRole. Only available for B2B-enabled Projects.

*/ AttributeReferenceTypeId ASSOCIATE_ROLE = AttributeReferenceTypeIdEnum.ASSOCIATE_ROLE; /** -

References a BusinessUnit.

*/ +

References a BusinessUnit. Only available for B2B-enabled Projects.

*/ AttributeReferenceTypeId BUSINESS_UNIT = AttributeReferenceTypeIdEnum.BUSINESS_UNIT; /**

References a Cart.

*/ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/Quote.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/Quote.java index 837218516b6..cea18dcee34 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/Quote.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/Quote.java @@ -358,7 +358,7 @@ public interface Quote extends BaseResource, QuoteMixin, com.commercetools.api.m public String getPurchaseOrderNumber(); /** - *

The BusinessUnit for the Quote.

+ *

The BusinessUnit for the Quote. Only available for B2B-enabled Projects.

* @return businessUnit */ @Valid @@ -643,7 +643,7 @@ public interface Quote extends BaseResource, QuoteMixin, com.commercetools.api.m public void setPurchaseOrderNumber(final String purchaseOrderNumber); /** - *

The BusinessUnit for the Quote.

+ *

The BusinessUnit for the Quote. Only available for B2B-enabled Projects.

* @param businessUnit value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteBuilder.java index a0e1805a910..b8299de04fe 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteBuilder.java @@ -1194,7 +1194,7 @@ public QuoteBuilder purchaseOrderNumber(@Nullable final String purchaseOrderNumb } /** - *

The BusinessUnit for the Quote.

+ *

The BusinessUnit for the Quote. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -1208,7 +1208,7 @@ public QuoteBuilder businessUnit( } /** - *

The BusinessUnit for the Quote.

+ *

The BusinessUnit for the Quote. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -1221,7 +1221,7 @@ public QuoteBuilder withBusinessUnit( } /** - *

The BusinessUnit for the Quote.

+ *

The BusinessUnit for the Quote. Only available for B2B-enabled Projects.

* @param businessUnit value to be set * @return Builder */ @@ -1570,7 +1570,7 @@ public String getPurchaseOrderNumber() { } /** - *

The BusinessUnit for the Quote.

+ *

The BusinessUnit for the Quote. Only available for B2B-enabled Projects.

* @return businessUnit */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteImpl.java index af03bf04d52..4fae5be3f06 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteImpl.java @@ -458,7 +458,7 @@ public String getPurchaseOrderNumber() { } /** - *

The BusinessUnit for the Quote.

+ *

The BusinessUnit for the Quote. Only available for B2B-enabled Projects.

*/ public com.commercetools.api.models.business_unit.BusinessUnitKeyReference getBusinessUnit() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequest.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequest.java index 1fd1b80a888..db1eea66919 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequest.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequest.java @@ -329,7 +329,7 @@ public interface QuoteRequest extends BaseResource, com.commercetools.api.models public CartReference getCart(); /** - *

The BusinessUnit for the Quote Request.

+ *

The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.

* @return businessUnit */ @Valid @@ -593,7 +593,7 @@ public interface QuoteRequest extends BaseResource, com.commercetools.api.models public void setCart(final CartReference cart); /** - *

The BusinessUnit for the Quote Request.

+ *

The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.

* @param businessUnit value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestBuilder.java index 041d6ca65ee..7f2e0a98c47 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestBuilder.java @@ -1132,7 +1132,7 @@ public QuoteRequestBuilder cart(@Nullable final com.commercetools.api.models.car } /** - *

The BusinessUnit for the Quote Request.

+ *

The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -1146,7 +1146,7 @@ public QuoteRequestBuilder businessUnit( } /** - *

The BusinessUnit for the Quote Request.

+ *

The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -1159,7 +1159,7 @@ public QuoteRequestBuilder withBusinessUnit( } /** - *

The BusinessUnit for the Quote Request.

+ *

The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.

* @param businessUnit value to be set * @return Builder */ @@ -1479,7 +1479,7 @@ public com.commercetools.api.models.cart.CartReference getCart() { } /** - *

The BusinessUnit for the Quote Request.

+ *

The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.

* @return businessUnit */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestImpl.java index 3c8e98bdd92..ada9ffb57d3 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestImpl.java @@ -422,7 +422,7 @@ public com.commercetools.api.models.cart.CartReference getCart() { } /** - *

The BusinessUnit for the Quote Request.

+ *

The BusinessUnit for the Quote Request. Only available for B2B-enabled Projects.

*/ public com.commercetools.api.models.business_unit.BusinessUnitKeyReference getBusinessUnit() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingList.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingList.java index eb1475921c4..c878d4b13c5 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingList.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingList.java @@ -152,7 +152,7 @@ public interface ShoppingList public StoreKeyReference getStore(); /** - *

Reference to the Business Unit the Shopping List belongs to.

+ *

Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.

* @return businessUnit */ @Valid @@ -300,7 +300,7 @@ public interface ShoppingList public void setStore(final StoreKeyReference store); /** - *

Reference to the Business Unit the Shopping List belongs to.

+ *

Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.

* @param businessUnit value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListBuilder.java index 5e0592fb0ed..963fba0d91f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListBuilder.java @@ -515,7 +515,7 @@ public ShoppingListBuilder store(@Nullable final com.commercetools.api.models.st } /** - *

Reference to the Business Unit the Shopping List belongs to.

+ *

Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -529,7 +529,7 @@ public ShoppingListBuilder businessUnit( } /** - *

Reference to the Business Unit the Shopping List belongs to.

+ *

Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -542,7 +542,7 @@ public ShoppingListBuilder withBusinessUnit( } /** - *

Reference to the Business Unit the Shopping List belongs to.

+ *

Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.

* @param businessUnit value to be set * @return Builder */ @@ -793,7 +793,7 @@ public com.commercetools.api.models.store.StoreKeyReference getStore() { } /** - *

Reference to the Business Unit the Shopping List belongs to.

+ *

Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.

* @return businessUnit */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListDraft.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListDraft.java index 8ae552dc6b5..e5cac713e30 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListDraft.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListDraft.java @@ -121,7 +121,7 @@ public interface ShoppingListDraft extends com.commercetools.api.models.Customiz public StoreResourceIdentifier getStore(); /** - *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @return businessUnit */ @Valid @@ -223,7 +223,7 @@ public interface ShoppingListDraft extends com.commercetools.api.models.Customiz public void setStore(final StoreResourceIdentifier store); /** - *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param businessUnit value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListDraftBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListDraftBuilder.java index be082d130b6..d032513a0f0 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListDraftBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListDraftBuilder.java @@ -458,7 +458,7 @@ public ShoppingListDraftBuilder store( } /** - *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -472,7 +472,7 @@ public ShoppingListDraftBuilder businessUnit( } /** - *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -485,7 +485,7 @@ public ShoppingListDraftBuilder withBusinessUnit( } /** - *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @param businessUnit value to be set * @return Builder */ @@ -631,7 +631,7 @@ public com.commercetools.api.models.store.StoreResourceIdentifier getStore() { } /** - *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

* @return businessUnit */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListDraftImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListDraftImpl.java index 9cda88d3f70..7b70a6b3416 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListDraftImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListDraftImpl.java @@ -163,7 +163,7 @@ public com.commercetools.api.models.store.StoreResourceIdentifier getStore() { } /** - *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit.

+ *

ResourceIdentifier of the Business Unit the Shopping List should belong to. When the customer of the Shopping List is set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.

*/ public com.commercetools.api.models.business_unit.BusinessUnitResourceIdentifier getBusinessUnit() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListImpl.java index 0b0a292a8b6..b2f0f90574f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/shopping_list/ShoppingListImpl.java @@ -218,7 +218,7 @@ public com.commercetools.api.models.store.StoreKeyReference getStore() { } /** - *

Reference to the Business Unit the Shopping List belongs to.

+ *

Reference to the Business Unit the Shopping List belongs to. Only available for B2B-enabled Projects.

*/ public com.commercetools.api.models.business_unit.BusinessUnitKeyReference getBusinessUnit() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuote.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuote.java index cfa14c5617c..86a53a474c5 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuote.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuote.java @@ -180,7 +180,7 @@ public interface StagedQuote extends BaseResource, com.commercetools.api.models. public String getPurchaseOrderNumber(); /** - *

The BusinessUnit for the Staged Quote.

+ *

The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.

* @return businessUnit */ @Valid @@ -308,7 +308,7 @@ public interface StagedQuote extends BaseResource, com.commercetools.api.models. public void setPurchaseOrderNumber(final String purchaseOrderNumber); /** - *

The BusinessUnit for the Staged Quote.

+ *

The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.

* @param businessUnit value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteBuilder.java index 65655a35b26..9c5ee4a1413 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteBuilder.java @@ -427,7 +427,7 @@ public StagedQuoteBuilder purchaseOrderNumber(@Nullable final String purchaseOrd } /** - *

The BusinessUnit for the Staged Quote.

+ *

The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -441,7 +441,7 @@ public StagedQuoteBuilder businessUnit( } /** - *

The BusinessUnit for the Staged Quote.

+ *

The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -454,7 +454,7 @@ public StagedQuoteBuilder withBusinessUnit( } /** - *

The BusinessUnit for the Staged Quote.

+ *

The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.

* @param businessUnit value to be set * @return Builder */ @@ -654,7 +654,7 @@ public String getPurchaseOrderNumber() { } /** - *

The BusinessUnit for the Staged Quote.

+ *

The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.

* @return businessUnit */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteImpl.java index 721b058c884..3fbb756212b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteImpl.java @@ -234,7 +234,7 @@ public String getPurchaseOrderNumber() { } /** - *

The BusinessUnit for the Staged Quote.

+ *

The BusinessUnit for the Staged Quote. Only available for B2B-enabled Projects.

*/ public com.commercetools.api.models.business_unit.BusinessUnitKeyReference getBusinessUnit() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/ChangeSubscriptionResourceTypeId.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/ChangeSubscriptionResourceTypeId.java index a62798a5bfa..676e404a4fa 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/ChangeSubscriptionResourceTypeId.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/ChangeSubscriptionResourceTypeId.java @@ -17,19 +17,19 @@ public interface ChangeSubscriptionResourceTypeId extends JsonEnum { /** -

Changes related to ApprovalFlows.

*/ +

Changes related to ApprovalFlows. Only available for B2B-enabled Projects.

*/ ChangeSubscriptionResourceTypeId APPROVAL_FLOW = ChangeSubscriptionResourceTypeIdEnum.APPROVAL_FLOW; /** -

Changes related to ApprovalRules.

*/ +

Changes related to ApprovalRules. Only available for B2B-enabled Projects.

*/ ChangeSubscriptionResourceTypeId APPROVAL_RULE = ChangeSubscriptionResourceTypeIdEnum.APPROVAL_RULE; /** -

Changes related to AssociateRoles.

*/ +

Changes related to AssociateRoles. Only available for B2B-enabled Projects.

*/ ChangeSubscriptionResourceTypeId ASSOCIATE_ROLE = ChangeSubscriptionResourceTypeIdEnum.ASSOCIATE_ROLE; /**

Changes related to AttributeGroups.

*/ ChangeSubscriptionResourceTypeId ATTRIBUTE_GROUP = ChangeSubscriptionResourceTypeIdEnum.ATTRIBUTE_GROUP; /** -

Changes to BusinessUnits.

*/ +

Changes to BusinessUnits. Only available for B2B-enabled Projects.

*/ ChangeSubscriptionResourceTypeId BUSINESS_UNIT = ChangeSubscriptionResourceTypeIdEnum.BUSINESS_UNIT; /**

Changes to Carts.

*/ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/MessageSubscriptionResourceTypeId.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/MessageSubscriptionResourceTypeId.java index 9af679dd9b3..5560e2b9769 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/MessageSubscriptionResourceTypeId.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/MessageSubscriptionResourceTypeId.java @@ -17,16 +17,16 @@ public interface MessageSubscriptionResourceTypeId extends JsonEnum { /** -

Messages related to ApprovalFlows.

*/ +

Messages related to ApprovalFlows. Only available for B2B-enabled Projects.

*/ MessageSubscriptionResourceTypeId APPROVAL_FLOW = MessageSubscriptionResourceTypeIdEnum.APPROVAL_FLOW; /** -

Messages related to ApprovalRules.

*/ +

Messages related to ApprovalRules. Only available for B2B-enabled Projects.

*/ MessageSubscriptionResourceTypeId APPROVAL_RULE = MessageSubscriptionResourceTypeIdEnum.APPROVAL_RULE; /** -

Messages related to AssociateRoles.

*/ +

Messages related to AssociateRoles. Only available for B2B-enabled Projects.

*/ MessageSubscriptionResourceTypeId ASSOCIATE_ROLE = MessageSubscriptionResourceTypeIdEnum.ASSOCIATE_ROLE; /** -

Messages related to BusinessUnits.

*/ +

Messages related to BusinessUnits. Only available for B2B-enabled Projects.

*/ MessageSubscriptionResourceTypeId BUSINESS_UNIT = MessageSubscriptionResourceTypeIdEnum.BUSINESS_UNIT; /**

Messages related to Categories.

*/ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/CustomFieldReferenceValue.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/CustomFieldReferenceValue.java index 044e97a24a9..ccdc98275dd 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/CustomFieldReferenceValue.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/CustomFieldReferenceValue.java @@ -17,16 +17,16 @@ public interface CustomFieldReferenceValue extends JsonEnum { /** -

ApprovalFlow

*/ +

ApprovalFlow - Only available for B2B-enabled Projects.

*/ CustomFieldReferenceValue APPROVAL_FLOW = CustomFieldReferenceValueEnum.APPROVAL_FLOW; /** -

ApprovalRule

*/ +

ApprovalRule - Only available for B2B-enabled Projects.

*/ CustomFieldReferenceValue APPROVAL_RULE = CustomFieldReferenceValueEnum.APPROVAL_RULE; /** -

AssociateRole

*/ +

AssociateRole - Only available for B2B-enabled Projects.

*/ CustomFieldReferenceValue ASSOCIATE_ROLE = CustomFieldReferenceValueEnum.ASSOCIATE_ROLE; /** -

BusinessUnit

*/ +

BusinessUnit - Only available for B2B-enabled Projects.

*/ CustomFieldReferenceValue BUSINESS_UNIT = CustomFieldReferenceValueEnum.BUSINESS_UNIT; /**

Cart

*/ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/ResourceTypeId.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/ResourceTypeId.java index 548b113337c..f96744d9ec0 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/ResourceTypeId.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/ResourceTypeId.java @@ -23,16 +23,16 @@ public interface ResourceTypeId extends JsonEnum {

Asset on Category and ProductVariant

*/ ResourceTypeId ASSET = ResourceTypeIdEnum.ASSET; /** -

ApprovalFlow

*/ +

ApprovalFlow - Only available for B2B-enabled Projects.

*/ ResourceTypeId APPROVAL_FLOW = ResourceTypeIdEnum.APPROVAL_FLOW; /** -

ApprovalRule

*/ +

ApprovalRule - Only available for B2B-enabled Projects.

*/ ResourceTypeId APPROVAL_RULE = ResourceTypeIdEnum.APPROVAL_RULE; /** -

AssociateRole

*/ +

AssociateRole - Only available for B2B-enabled Projects.

*/ ResourceTypeId ASSOCIATE_ROLE = ResourceTypeIdEnum.ASSOCIATE_ROLE; /** -

BusinessUnit

*/ +

BusinessUnit - Only available for B2B-enabled Projects.

*/ ResourceTypeId BUSINESS_UNIT = ResourceTypeIdEnum.BUSINESS_UNIT; /**

CartDiscount

*/ diff --git a/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ChangeHistoryResourceType.java b/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ChangeHistoryResourceType.java index 2213d16e928..c4d6ef77f1b 100644 --- a/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ChangeHistoryResourceType.java +++ b/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ChangeHistoryResourceType.java @@ -17,10 +17,10 @@ public interface ChangeHistoryResourceType extends JsonEnum { /** -

for AssociateRole

*/ +

for AssociateRole - Only available for B2B-enabled Projects.

*/ ChangeHistoryResourceType ASSOCIATE_ROLE = ChangeHistoryResourceTypeEnum.ASSOCIATE_ROLE; /** -

for BusinessUnit

*/ +

for BusinessUnit - Only available for B2B-enabled Projects.

*/ ChangeHistoryResourceType BUSINESS_UNIT = ChangeHistoryResourceTypeEnum.BUSINESS_UNIT; /**

for CartDiscount

*/ diff --git a/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedBy.java b/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedBy.java index 60687939a80..84204c1ae3c 100644 --- a/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedBy.java +++ b/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedBy.java @@ -91,7 +91,7 @@ public interface ModifiedBy { public Reference getCustomer(); /** - *

The Associate who made the change in the context of a Business Unit. Present only if the Associate acts on behalf of a company using the associate endpoints.

+ *

The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @return associate */ @Valid @@ -149,7 +149,7 @@ public interface ModifiedBy { public void setCustomer(final Reference customer); /** - *

The Associate who made the change in the context of a Business Unit. Present only if the Associate acts on behalf of a company using the associate endpoints.

+ *

The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @param associate value to be set */ diff --git a/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedByBuilder.java b/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedByBuilder.java index 3b039640ae0..768b9d8c2a6 100644 --- a/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedByBuilder.java +++ b/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedByBuilder.java @@ -145,7 +145,7 @@ public ModifiedByBuilder customer(@Nullable final com.commercetools.history.mode } /** - *

The Associate who made the change in the context of a Business Unit. Present only if the Associate acts on behalf of a company using the associate endpoints.

+ *

The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @param builder function to build the associate value * @return Builder */ @@ -157,7 +157,7 @@ public ModifiedByBuilder associate( } /** - *

The Associate who made the change in the context of a Business Unit. Present only if the Associate acts on behalf of a company using the associate endpoints.

+ *

The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @param builder function to build the associate value * @return Builder */ @@ -169,7 +169,7 @@ public ModifiedByBuilder withAssociate( } /** - *

The Associate who made the change in the context of a Business Unit. Present only if the Associate acts on behalf of a company using the associate endpoints.

+ *

The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @param associate value to be set * @return Builder */ @@ -246,7 +246,7 @@ public com.commercetools.history.models.common.Reference getCustomer() { } /** - *

The Associate who made the change in the context of a Business Unit. Present only if the Associate acts on behalf of a company using the associate endpoints.

+ *

The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

* @return associate */ diff --git a/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedByImpl.java b/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedByImpl.java index 8b1d34c815e..9537b870454 100644 --- a/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedByImpl.java +++ b/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/ModifiedByImpl.java @@ -117,7 +117,7 @@ public com.commercetools.history.models.common.Reference getCustomer() { } /** - *

The Associate who made the change in the context of a Business Unit. Present only if the Associate acts on behalf of a company using the associate endpoints.

+ *

The Associate who made the change in the context of a Business Unit. Only available for B2B-enabled Projects when an Associate acts on behalf of a company using the associate endpoints.

*/ public com.commercetools.history.models.common.Reference getAssociate() { diff --git a/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/Record.java b/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/Record.java index cd381dfc8ea..5bd3acba926 100644 --- a/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/Record.java +++ b/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/Record.java @@ -137,7 +137,7 @@ public interface Record { public List getStores(); /** - *

Reference to the Business Unit associated with the Change.

+ *

Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.

* @return businessUnit */ @Valid @@ -243,7 +243,7 @@ public interface Record { public void setStores(final List stores); /** - *

Reference to the Business Unit associated with the Change.

+ *

Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.

* @param businessUnit value to be set */ diff --git a/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/RecordBuilder.java b/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/RecordBuilder.java index 3e12316f4e6..6c329a50d6a 100644 --- a/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/RecordBuilder.java +++ b/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/RecordBuilder.java @@ -376,7 +376,7 @@ public RecordBuilder setStores( } /** - *

Reference to the Business Unit associated with the Change.

+ *

Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -388,7 +388,7 @@ public RecordBuilder businessUnit( } /** - *

Reference to the Business Unit associated with the Change.

+ *

Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.

* @param builder function to build the businessUnit value * @return Builder */ @@ -400,7 +400,7 @@ public RecordBuilder withBusinessUnit( } /** - *

Reference to the Business Unit associated with the Change.

+ *

Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.

* @param businessUnit value to be set * @return Builder */ @@ -516,7 +516,7 @@ public java.util.List getS } /** - *

Reference to the Business Unit associated with the Change.

+ *

Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.

* @return businessUnit */ diff --git a/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/RecordImpl.java b/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/RecordImpl.java index 6db6186c953..384baf238ae 100644 --- a/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/RecordImpl.java +++ b/commercetools/commercetools-sdk-java-history/src/main/java-generated/com/commercetools/history/models/change_history/RecordImpl.java @@ -165,7 +165,7 @@ public java.util.List getS } /** - *

Reference to the Business Unit associated with the Change.

+ *

Reference to the Business Unit associated with the Change. Only available for B2B-enabled Projects.

*/ public com.commercetools.history.models.common.KeyReference getBusinessUnit() { diff --git a/references.txt b/references.txt index 4980c7ac18e..e3eb8517812 100644 --- a/references.txt +++ b/references.txt @@ -389,3 +389,4 @@ a7aa20c17dc375042673f3de785e65cda595960c 9e27b6b4195fb7839b6c87f31a988d1612f327d6 7e0d07d02382161fc6d401b83e03ad2754afbc9b 0d4223fbb7b6010a0e567bf129f511b03ad91468 +8cba9de0459fba60f7aaa556ae0485235f444362