Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod
public String getAnonymousId();

/**
* <p>Reference to a Business Unit the Cart belongs to.</p>
* <p>Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.</p>
* @return businessUnit
*/
@Valid
Expand Down Expand Up @@ -487,7 +487,7 @@ public interface Cart extends BaseResource, CartMixin, com.commercetools.api.mod
public void setAnonymousId(final String anonymousId);

/**
* <p>Reference to a Business Unit the Cart belongs to.</p>
* <p>Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.</p>
* @param businessUnit value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public CartBuilder anonymousId(@Nullable final String anonymousId) {
}

/**
* <p>Reference to a Business Unit the Cart belongs to.</p>
* <p>Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.</p>
* @param builder function to build the businessUnit value
* @return Builder
*/
Expand All @@ -297,7 +297,7 @@ public CartBuilder businessUnit(
}

/**
* <p>Reference to a Business Unit the Cart belongs to.</p>
* <p>Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.</p>
* @param builder function to build the businessUnit value
* @return Builder
*/
Expand All @@ -310,7 +310,7 @@ public CartBuilder withBusinessUnit(
}

/**
* <p>Reference to a Business Unit the Cart belongs to.</p>
* <p>Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.</p>
* @param businessUnit value to be set
* @return Builder
*/
Expand Down Expand Up @@ -1698,7 +1698,7 @@ public String getAnonymousId() {
}

/**
* <p>Reference to a Business Unit the Cart belongs to.</p>
* <p>Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.</p>
* @return businessUnit
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf
public String getAnonymousId();

/**
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit.</p>
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.</p>
* @return businessUnit
*/
@Valid
Expand Down Expand Up @@ -327,7 +327,7 @@ public interface CartDraft extends com.commercetools.api.models.CustomizableDraf
public void setAnonymousId(final String anonymousId);

/**
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit.</p>
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.</p>
* @param businessUnit value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public CartDraftBuilder anonymousId(@Nullable final String anonymousId) {
}

/**
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit.</p>
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.</p>
* @param builder function to build the businessUnit value
* @return Builder
*/
Expand All @@ -222,7 +222,7 @@ public CartDraftBuilder businessUnit(
}

/**
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit.</p>
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.</p>
* @param builder function to build the businessUnit value
* @return Builder
*/
Expand All @@ -235,7 +235,7 @@ public CartDraftBuilder withBusinessUnit(
}

/**
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit.</p>
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.</p>
* @param businessUnit value to be set
* @return Builder
*/
Expand Down Expand Up @@ -1159,7 +1159,7 @@ public String getAnonymousId() {
}

/**
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit.</p>
* <p>ResourceIdentifier to the Business Unit the Cart should belong to. When the <code>customerId</code> of the Cart is also set, the Customer must be an Associate of the Business Unit. Only available for B2B-enabled Projects.</p>
* @return businessUnit
*/

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

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

public com.commercetools.api.models.business_unit.BusinessUnitResourceIdentifier getBusinessUnit() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public String getAnonymousId() {
}

/**
* <p>Reference to a Business Unit the Cart belongs to.</p>
* <p>Reference to a Business Unit the Cart belongs to. Only available for B2B-enabled Projects.</p>
*/

public com.commercetools.api.models.business_unit.BusinessUnitKeyReference getBusinessUnit() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public interface ClientLogging {
public String getAnonymousId();

/**
* <p>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.</p>
* <p>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.</p>
* @return associate
*/
@Valid
Expand Down Expand Up @@ -100,7 +100,7 @@ public interface ClientLogging {
public void setAnonymousId(final String anonymousId);

/**
* <p>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.</p>
* <p>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.</p>
* @param associate value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public ClientLoggingBuilder anonymousId(@Nullable final String anonymousId) {
}

/**
* <p>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.</p>
* <p>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.</p>
* @param builder function to build the associate value
* @return Builder
*/
Expand All @@ -120,7 +120,7 @@ public ClientLoggingBuilder associate(
}

/**
* <p>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.</p>
* <p>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.</p>
* @param builder function to build the associate value
* @return Builder
*/
Expand All @@ -132,7 +132,7 @@ public ClientLoggingBuilder withAssociate(
}

/**
* <p>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.</p>
* <p>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.</p>
* @param associate value to be set
* @return Builder
*/
Expand Down Expand Up @@ -184,7 +184,7 @@ public String getAnonymousId() {
}

/**
* <p>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.</p>
* <p>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.</p>
* @return associate
*/

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

/**
* <p>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.</p>
* <p>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.</p>
*/

public com.commercetools.api.models.customer.CustomerReference getAssociate() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public interface CreatedBy extends ClientLogging {
public Attribution getAttributedTo();

/**
* <p>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.</p>
* <p>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.</p>
* @return associate
*/
@Valid
Expand Down Expand Up @@ -115,7 +115,7 @@ public interface CreatedBy extends ClientLogging {
public void setAttributedTo(final Attribution attributedTo);

/**
* <p>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.</p>
* <p>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.</p>
* @param associate value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public CreatedByBuilder anonymousId(@Nullable final String anonymousId) {
}

/**
* <p>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.</p>
* <p>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.</p>
* @param builder function to build the associate value
* @return Builder
*/
Expand All @@ -122,7 +122,7 @@ public CreatedByBuilder associate(
}

/**
* <p>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.</p>
* <p>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.</p>
* @param builder function to build the associate value
* @return Builder
*/
Expand All @@ -134,7 +134,7 @@ public CreatedByBuilder withAssociate(
}

/**
* <p>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.</p>
* <p>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.</p>
* @param associate value to be set
* @return Builder
*/
Expand Down Expand Up @@ -221,7 +221,7 @@ public String getAnonymousId() {
}

/**
* <p>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.</p>
* <p>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.</p>
* @return associate
*/

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

/**
* <p>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.</p>
* <p>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.</p>
*/

public com.commercetools.api.models.customer.CustomerReference getAssociate() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public interface LastModifiedBy extends ClientLogging {
public Attribution getAttributedTo();

/**
* <p>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.</p>
* <p>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.</p>
* @return associate
*/
@Valid
Expand Down Expand Up @@ -115,7 +115,7 @@ public interface LastModifiedBy extends ClientLogging {
public void setAttributedTo(final Attribution attributedTo);

/**
* <p>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.</p>
* <p>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.</p>
* @param associate value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public LastModifiedByBuilder anonymousId(@Nullable final String anonymousId) {
}

/**
* <p>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.</p>
* <p>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.</p>
* @param builder function to build the associate value
* @return Builder
*/
Expand All @@ -123,7 +123,7 @@ public LastModifiedByBuilder associate(
}

/**
* <p>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.</p>
* <p>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.</p>
* @param builder function to build the associate value
* @return Builder
*/
Expand All @@ -135,7 +135,7 @@ public LastModifiedByBuilder withAssociate(
}

/**
* <p>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.</p>
* <p>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.</p>
* @param associate value to be set
* @return Builder
*/
Expand Down Expand Up @@ -223,7 +223,7 @@ public String getAnonymousId() {
}

/**
* <p>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.</p>
* <p>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.</p>
* @return associate
*/

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

/**
* <p>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.</p>
* <p>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.</p>
*/

public com.commercetools.api.models.customer.CustomerReference getAssociate() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
public interface ReferenceTypeId extends JsonEnum {

/**
<p>References an ApprovalFlow.</p> */
<p>References an ApprovalFlow. Only available for B2B-enabled Projects.</p> */
ReferenceTypeId APPROVAL_FLOW = ReferenceTypeIdEnum.APPROVAL_FLOW;
/**
<p>References an ApprovalRule.</p> */
<p>References an ApprovalRule. Only available for B2B-enabled Projects.</p> */
ReferenceTypeId APPROVAL_RULE = ReferenceTypeIdEnum.APPROVAL_RULE;
/**
<p>References an AssociateRole.</p> */
<p>References an AssociateRole. Only available for B2B-enabled Projects.</p> */
ReferenceTypeId ASSOCIATE_ROLE = ReferenceTypeIdEnum.ASSOCIATE_ROLE;
/**
<p>References an AttributeGroup.</p> */
ReferenceTypeId ATTRIBUTE_GROUP = ReferenceTypeIdEnum.ATTRIBUTE_GROUP;
/**
<p>References a BusinessUnit.</p> */
<p>References a BusinessUnit. Only available for B2B-enabled Projects.</p> */
ReferenceTypeId BUSINESS_UNIT = ReferenceTypeIdEnum.BUSINESS_UNIT;
/**
<p>References a Cart.</p> */
Expand Down
Loading