diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowStatus.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowStatus.java index 5e76b84653b..f2a49c22f6b 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowStatus.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_flow/ApprovalFlowStatus.java @@ -17,19 +17,13 @@ public interface ApprovalFlowStatus extends JsonEnum { /** -
Default status of Approval Flows, indicating that the Approval Flow has not been fully approved or rejected.
- - */ +Default status of Approval Flows, indicating that the Approval Flow has not been fully approved or rejected.
*/ ApprovalFlowStatus PENDING = ApprovalFlowStatusEnum.PENDING; /** -Automatically set when all approvers from matching Approval Rules have approved. It indicates that the Approval Flow has been fully approved and is completed.
- - */ +Automatically set when all approvers from matching Approval Rules have approved. It indicates that the Approval Flow has been fully approved and is completed.
*/ ApprovalFlowStatus APPROVED = ApprovalFlowStatusEnum.APPROVED; /** -Automatically set when a rejection occurs in the Approval Flow. A single rejection is sufficient to reject the entire Approval Flow.
- - */ +Automatically set when a rejection occurs in the Approval Flow. A single rejection is sufficient to reject the entire Approval Flow.
*/ ApprovalFlowStatus REJECTED = ApprovalFlowStatusEnum.REJECTED; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleStatus.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleStatus.java index a9a73a54e65..97ed21d098e 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleStatus.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/approval_rule/ApprovalRuleStatus.java @@ -17,14 +17,10 @@ public interface ApprovalRuleStatus extends JsonEnum { /** -The Approval Rule is in effect and will be used in evaluating approval requests for Orders.
- - */ +The Approval Rule is in effect and will be used in evaluating approval requests for Orders.
*/ ApprovalRuleStatus ACTIVE = ApprovalRuleStatusEnum.ACTIVE; /** -The Approval Rule is not in effect and will not be used in evaluating approval requests for Orders.
- - */ +The Approval Rule is not in effect and will not be used in evaluating approval requests for Orders.
*/ ApprovalRuleStatus INACTIVE = ApprovalRuleStatusEnum.INACTIVE; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/Permission.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/Permission.java index d6f11e3a5d5..eb8fb0da745 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/Permission.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/associate_role/Permission.java @@ -17,199 +17,121 @@ public interface Permission extends JsonEnum { /** -An Associate can create a child Business Unit.
- - */ +An Associate can create a child Business Unit.
*/ Permission ADD_CHILD_UNITS = PermissionEnum.ADD_CHILD_UNITS; /** -An Associate can manage other Associates.
- - */ +An Associate can manage other Associates.
*/ Permission UPDATE_ASSOCIATES = PermissionEnum.UPDATE_ASSOCIATES; /** -An Associate can edit Business Unit details.
- - */ +An Associate can edit Business Unit details.
*/ Permission UPDATE_BUSINESS_UNIT_DETAILS = PermissionEnum.UPDATE_BUSINESS_UNIT_DETAILS; /** -An Associate can assign a Business Unit to be the parent unit. Additionally, the Associate requires the AddChildUnits
permission in the new parent to perform the assignment.
An Associate can assign a Business Unit to be the parent unit. Additionally, the Associate requires the AddChildUnits
permission in the new parent to perform the assignment.
An Associate can view their own B2B Carts.
- - */ +An Associate can view their own B2B Carts.
*/ Permission VIEW_MY_CARTS = PermissionEnum.VIEW_MY_CARTS; /** -An Associate can view B2B Carts that belong to other Associates.
- - */ +An Associate can view B2B Carts that belong to other Associates.
*/ Permission VIEW_OTHERS_CARTS = PermissionEnum.VIEW_OTHERS_CARTS; /** -An Associate can update their own B2B Carts.
- - */ +An Associate can update their own B2B Carts.
*/ Permission UPDATE_MY_CARTS = PermissionEnum.UPDATE_MY_CARTS; /** -An Associate can update B2B Carts that belong to other Associates.
- - */ +An Associate can update B2B Carts that belong to other Associates.
*/ Permission UPDATE_OTHERS_CARTS = PermissionEnum.UPDATE_OTHERS_CARTS; /** -An Associate can create their own B2B Carts.
- - */ +An Associate can create their own B2B Carts.
*/ Permission CREATE_MY_CARTS = PermissionEnum.CREATE_MY_CARTS; /** -An Associate can create B2B Carts that belong to other Associates.
- - */ +An Associate can create B2B Carts that belong to other Associates.
*/ Permission CREATE_OTHERS_CARTS = PermissionEnum.CREATE_OTHERS_CARTS; /** -An Associate can delete their own B2B Carts.
- - */ +An Associate can delete their own B2B Carts.
*/ Permission DELETE_MY_CARTS = PermissionEnum.DELETE_MY_CARTS; /** -An Associate can delete B2B Carts that belong to other Associates.
- - */ +An Associate can delete B2B Carts that belong to other Associates.
*/ Permission DELETE_OTHERS_CARTS = PermissionEnum.DELETE_OTHERS_CARTS; /** -An Associate can view their own B2B Orders.
- - */ +An Associate can view their own B2B Orders.
*/ Permission VIEW_MY_ORDERS = PermissionEnum.VIEW_MY_ORDERS; /** -An Associate can view B2B Orders that belong to other Associates.
- - */ +An Associate can view B2B Orders that belong to other Associates.
*/ Permission VIEW_OTHERS_ORDERS = PermissionEnum.VIEW_OTHERS_ORDERS; /** -An Associate can update their own B2B Orders.
- - */ +An Associate can update their own B2B Orders.
*/ Permission UPDATE_MY_ORDERS = PermissionEnum.UPDATE_MY_ORDERS; /** -An Associate can update B2B Orders that belong to other Associates.
- - */ +An Associate can update B2B Orders that belong to other Associates.
*/ Permission UPDATE_OTHERS_ORDERS = PermissionEnum.UPDATE_OTHERS_ORDERS; /** -An Associate can create Orders from their own B2B Carts.
- - */ +An Associate can create Orders from their own B2B Carts.
*/ Permission CREATE_MY_ORDERS_FROM_MY_CARTS = PermissionEnum.CREATE_MY_ORDERS_FROM_MY_CARTS; /** -An Associate can create Orders from their own B2B Quotes.
- - */ +An Associate can create Orders from their own B2B Quotes.
*/ Permission CREATE_MY_ORDERS_FROM_MY_QUOTES = PermissionEnum.CREATE_MY_ORDERS_FROM_MY_QUOTES; /** -An Associate can create Orders from B2B Carts that belong to other Associates.
- - */ +An Associate can create Orders from B2B Carts that belong to other Associates.
*/ Permission CREATE_ORDERS_FROM_OTHERS_CARTS = PermissionEnum.CREATE_ORDERS_FROM_OTHERS_CARTS; /** -An Associate can create Orders from B2B Quotes that belong to other Associates.
- - */ +An Associate can create Orders from B2B Quotes that belong to other Associates.
*/ Permission CREATE_ORDERS_FROM_OTHERS_QUOTES = PermissionEnum.CREATE_ORDERS_FROM_OTHERS_QUOTES; /** -An Associate can view their own B2B Quotes.
- - */ +An Associate can view their own B2B Quotes.
*/ Permission VIEW_MY_QUOTES = PermissionEnum.VIEW_MY_QUOTES; /** -An Associate can view B2B Quotes that belong to other Associates.
- - */ +An Associate can view B2B Quotes that belong to other Associates.
*/ Permission VIEW_OTHERS_QUOTES = PermissionEnum.VIEW_OTHERS_QUOTES; /** -An Associate can accept their own B2B Quotes.
- - */ +An Associate can accept their own B2B Quotes.
*/ Permission ACCEPT_MY_QUOTES = PermissionEnum.ACCEPT_MY_QUOTES; /** -An Associate can accept B2B Quotes that belong to other Associates.
- - */ +An Associate can accept B2B Quotes that belong to other Associates.
*/ Permission ACCEPT_OTHERS_QUOTES = PermissionEnum.ACCEPT_OTHERS_QUOTES; /** -An Associate can decline their own B2B Quotes.
- - */ +An Associate can decline their own B2B Quotes.
*/ Permission DECLINE_MY_QUOTES = PermissionEnum.DECLINE_MY_QUOTES; /** -An Associate can decline B2B Quotes that belong to other Associates.
- - */ +An Associate can decline B2B Quotes that belong to other Associates.
*/ Permission DECLINE_OTHERS_QUOTES = PermissionEnum.DECLINE_OTHERS_QUOTES; /** -An Associate can renegotiate their own B2B Quotes.
- - */ +An Associate can renegotiate their own B2B Quotes.
*/ Permission RENEGOTIATE_MY_QUOTES = PermissionEnum.RENEGOTIATE_MY_QUOTES; /** -An Associate can renegotiate B2B Quotes that belong to other Associates.
- - */ +An Associate can renegotiate B2B Quotes that belong to other Associates.
*/ Permission RENEGOTIATE_OTHERS_QUOTES = PermissionEnum.RENEGOTIATE_OTHERS_QUOTES; /** -An Associate can reassign their own B2B Quotes to a different Associate.
- - */ +An Associate can reassign their own B2B Quotes to a different Associate.
*/ Permission REASSIGN_MY_QUOTES = PermissionEnum.REASSIGN_MY_QUOTES; /** -An Associate can reassign B2B Quotes that belong to other Associates.
- - */ +An Associate can reassign B2B Quotes that belong to other Associates.
*/ Permission REASSIGN_OTHERS_QUOTES = PermissionEnum.REASSIGN_OTHERS_QUOTES; /** -An Associate can view their own B2B Quote Requests.
- - */ +An Associate can view their own B2B Quote Requests.
*/ Permission VIEW_MY_QUOTE_REQUESTS = PermissionEnum.VIEW_MY_QUOTE_REQUESTS; /** -An Associate can view B2B Quote Requests that belong to other Associates.
- - */ +An Associate can view B2B Quote Requests that belong to other Associates.
*/ Permission VIEW_OTHERS_QUOTE_REQUESTS = PermissionEnum.VIEW_OTHERS_QUOTE_REQUESTS; /** -An Associate can update their own B2B Quote Requests.
- - */ +An Associate can update their own B2B Quote Requests.
*/ Permission UPDATE_MY_QUOTE_REQUESTS = PermissionEnum.UPDATE_MY_QUOTE_REQUESTS; /** -An Associate can update B2B Quote Requests of other Associates.
- - */ +An Associate can update B2B Quote Requests of other Associates.
*/ Permission UPDATE_OTHERS_QUOTE_REQUESTS = PermissionEnum.UPDATE_OTHERS_QUOTE_REQUESTS; /** -An Associate can create their own Quote Requests from their own B2B Carts.
- - */ +An Associate can create their own Quote Requests from their own B2B Carts.
*/ Permission CREATE_MY_QUOTE_REQUESTS_FROM_MY_CARTS = PermissionEnum.CREATE_MY_QUOTE_REQUESTS_FROM_MY_CARTS; /** -An Associate can create Quote Requests from B2B Carts that belong to other Associates.
- - */ +An Associate can create Quote Requests from B2B Carts that belong to other Associates.
*/ Permission CREATE_QUOTE_REQUESTS_FROM_OTHERS_CARTS = PermissionEnum.CREATE_QUOTE_REQUESTS_FROM_OTHERS_CARTS; /** -An Associate can create Approval Rules.
- - */ +An Associate can create Approval Rules.
*/ Permission CREATE_APPROVAL_RULES = PermissionEnum.CREATE_APPROVAL_RULES; /** -An Associate can update Approval Rules.
- - */ +An Associate can update Approval Rules.
*/ Permission UPDATE_APPROVAL_RULES = PermissionEnum.UPDATE_APPROVAL_RULES; /** -An Associate can update Approval Flows.
- - */ +An Associate can update Approval Flows.
*/ Permission UPDATE_APPROVAL_FLOWS = PermissionEnum.UPDATE_APPROVAL_FLOWS; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/AssociateRoleInheritanceMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/AssociateRoleInheritanceMode.java index 6b7759c95c5..0a4b9d693ee 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/AssociateRoleInheritanceMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/AssociateRoleInheritanceMode.java @@ -17,14 +17,10 @@ public interface AssociateRoleInheritanceMode extends JsonEnum { /** -The assignment can be inherited by child Business Units.
- - */ +The assignment can be inherited by child Business Units.
*/ AssociateRoleInheritanceMode ENABLED = AssociateRoleInheritanceModeEnum.ENABLED; /** -The assignment cannot be inherited by child Business Units.
- - */ +The assignment cannot be inherited by child Business Units.
*/ AssociateRoleInheritanceMode DISABLED = AssociateRoleInheritanceModeEnum.DISABLED; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitAssociateMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitAssociateMode.java index d86a536acd5..123f136fd7f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitAssociateMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitAssociateMode.java @@ -17,14 +17,10 @@ public interface BusinessUnitAssociateMode extends JsonEnum { /** -All Associates of a Business Unit must be explicitly assigned. The Business Unit cannot inherit Associates from a parent.
- - */ +All Associates of a Business Unit must be explicitly assigned. The Business Unit cannot inherit Associates from a parent.
*/ BusinessUnitAssociateMode EXPLICIT = BusinessUnitAssociateModeEnum.EXPLICIT; /** -Associates of a Business Unit can be assigned explicitly and inherited from a parent.
- - */ +Associates of a Business Unit can be assigned explicitly and inherited from a parent.
*/ BusinessUnitAssociateMode EXPLICIT_AND_FROM_PARENT = BusinessUnitAssociateModeEnum.EXPLICIT_AND_FROM_PARENT; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitStatus.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitStatus.java index 6f3026c6318..40e5d057756 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitStatus.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitStatus.java @@ -17,15 +17,10 @@ public interface BusinessUnitStatus extends JsonEnum { /** -The Business Unit can be used in Carts, Orders, Quote Requests, and Quotes and can be edited.
- - */ +The Business Unit can be used in Carts, Orders, Quote Requests, and Quotes and can be edited.
*/ BusinessUnitStatus ACTIVE = BusinessUnitStatusEnum.ACTIVE; /** -The Business Unit cannot be used in Carts, Orders, Quote Requests, and Quotes and can only be edited using the general endpoint. - Status doesn't affect inheritance. Even if a parent unit is inactive, its children remain active and can inherit role assignments.
- - */ +The Business Unit cannot be used in Carts, Orders, Quote Requests, and Quotes and can only be edited using the general endpoint. Status doesn't affect inheritance. Even if a parent unit is inactive, its children remain active and can inherit role assignments.
*/ BusinessUnitStatus INACTIVE = BusinessUnitStatusEnum.INACTIVE; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitStoreMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitStoreMode.java index 8acf0fcbfaa..0c9acd83614 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitStoreMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitStoreMode.java @@ -17,14 +17,10 @@ public interface BusinessUnitStoreMode extends JsonEnum { /** -Stores are defined on the Business Unit.
- - */ +Stores are defined on the Business Unit.
*/ BusinessUnitStoreMode EXPLICIT = BusinessUnitStoreModeEnum.EXPLICIT; /** -Stores are inherited from the closest parent in the hierarchy that has Stores defined.
- - */ +Stores are inherited from the closest parent in the hierarchy that has Stores defined.
*/ BusinessUnitStoreMode FROM_PARENT = BusinessUnitStoreModeEnum.FROM_PARENT; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitType.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitType.java index 5176003f375..d5ea6546a49 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitType.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/business_unit/BusinessUnitType.java @@ -17,14 +17,10 @@ public interface BusinessUnitType extends JsonEnum { /** -Top-level Business Unit. Must not have a parentUnit
defined.
Top-level Business Unit. Must not have a parentUnit
defined.
Business Unit with a parentUnit
reference to a Company or another Division.
Business Unit with a parentUnit
reference to a Company or another Division.
Cart was created by a Customer.
-This is the default value.
- - */ +Cart was created by a Customer.
+This is the default value.
*/ CartOrigin CUSTOMER = CartOriginEnum.CUSTOMER; /** -Cart was created by a merchant on behalf of a Customer.
- - */ +Cart was created by a merchant on behalf of a Customer.
*/ CartOrigin MERCHANT = CartOriginEnum.MERCHANT; /** -Cart was created as part of a Quote.
- - */ +Cart was created as part of a Quote.
*/ CartOrigin QUOTE = CartOriginEnum.QUOTE; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartState.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartState.java index 3ae65a1b43a..c93b7ac1313 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartState.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartState.java @@ -17,37 +17,29 @@ public interface CartState extends JsonEnum { /** -The default state where a Cart can be updated and ordered.
- - */ +The default state where a Cart can be updated and ordered.
*/ CartState ACTIVE = CartStateEnum.ACTIVE; /** -An anonymous Cart was merged into a Customer's Cart on sign-in, and no further operations are allowed on the Cart.
- - */ +An anonymous Cart was merged into a Customer's Cart on sign-in, and no further operations are allowed on the Cart.
*/ CartState MERGED = CartStateEnum.MERGED; /** -A Cart was ordered, and no further operations are allowed on the Cart.
- - */ +A Cart was ordered, and no further operations are allowed on the Cart.
*/ CartState ORDERED = CartStateEnum.ORDERED; /** -A Cart is frozen. Update actions that can change the price of (Custom) Line Items are not allowed.
-A Cart is frozen. Update actions that can change the price of (Custom) Line Items are not allowed.
+Allows application of Cart Discounts for the Custom Line Item.
-This is the default mode for backwards compatibility.
- - */ +Allows application of Cart Discounts for the Custom Line Item.
+This is the default mode for backwards compatibility.
*/ CustomLineItemPriceMode STANDARD = CustomLineItemPriceModeEnum.STANDARD; /** -Deactivates application of Cart Discounts for the Custom Line Item despite a matching CartDiscountCustomLineItemsTarget.
- - */ +Deactivates application of Cart Discounts for the Custom Line Item despite a matching CartDiscountCustomLineItemsTarget.
*/ CustomLineItemPriceMode EXTERNAL = CustomLineItemPriceModeEnum.EXTERNAL; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/DiscountCodeState.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/DiscountCodeState.java index 5ccd411dd35..57e16f64131 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/DiscountCodeState.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/DiscountCodeState.java @@ -18,37 +18,22 @@ public interface DiscountCodeState extends JsonEnum { /** -The Discount Code is not active or does not contain any active Cart Discounts.
- - */ +The Discount Code is not active or does not contain any active Cart Discounts.
*/ DiscountCodeState NOT_ACTIVE = DiscountCodeStateEnum.NOT_ACTIVE; /** -The Discount Code is not valid or does not contain any valid Cart Discounts.
- Validity is determined by the CartDiscount validFrom
and validUntil
dates.
The Discount Code is not valid or does not contain any valid Cart Discounts. Validity is determined by the CartDiscount validFrom
and validUntil
dates.
The Discount Code is active and contains at least one active and valid Cart Discount.
- The DiscountCode cartPredicate
does not match the Cart or the contained active discount's cart predicates do no match the Cart.
The Discount Code is active and contains at least one active and valid Cart Discount. The DiscountCode cartPredicate
does not match the Cart or the contained active discount's cart predicates do no match the Cart.
The Discount Code is active and contains at least one active and valid Cart Discount.
- The DiscountCode cartPredicate
matches the Cart and at least one of the contained active discount's cart predicates matches the Cart.
The Discount Code is active and contains at least one active and valid Cart Discount. The DiscountCode cartPredicate
matches the Cart and at least one of the contained active discount's cart predicates matches the Cart.
The maxApplications
or maxApplicationsPerCustomer
for a DiscountCode has been reached.
The maxApplications
or maxApplicationsPerCustomer
for a DiscountCode has been reached.
The Discount Code is active and no discounts are applied after a discount with StopAfterThisDiscount
StackingMode is defined.
The Discount Code is active and no discounts are applied after a discount with StopAfterThisDiscount
StackingMode is defined.
Adding and ordering items from a Cart are independent of the Inventory with no inventory checks or modifications.
-This is the default mode.
- - */ +Adding and ordering items from a Cart are independent of the Inventory with no inventory checks or modifications.
+This is the default mode.
*/ InventoryMode NONE = InventoryModeEnum.NONE; /** -Orders are tracked on the Inventory, and ordering a LineItem deducts the available quantity on the respective InventoryEntry.
-An Order can be created even if the Line Item quantity is zero or negative, but if no matching Inventory Entry exists for the Line Item, an OutOfStock error is returned.
- - */ +Orders are tracked on the Inventory, and ordering a LineItem deducts the available quantity on the respective InventoryEntry.
+An Order can be created even if the Line Item quantity is zero or negative, but if no matching Inventory Entry exists for the Line Item, an OutOfStock error is returned.
*/ InventoryMode TRACK_ONLY = InventoryModeEnum.TRACK_ONLY; /** -Line Items in a Cart are only reserved for the duration of the ordering transaction.
- If a Line Item is not available when creating an Order, an OutOfStock error is returned.
- This is because the InventoryEntry availableQuantity
is insufficient (but is still updated) for the ordered Line Item quantity.
However, an Order can be created if the InventoryEntry restockableInDays
is set (including 0
).
Line Items in a Cart are only reserved for the duration of the ordering transaction. If a Line Item is not available when creating an Order, an OutOfStock error is returned. This is because the InventoryEntry availableQuantity
is insufficient (but is still updated) for the ordered Line Item quantity.
However, an Order can be created if the InventoryEntry restockableInDays
is set (including 0
).
The Line Item is added during Cart creation or using the Add LineItem update action. - The Line Item quantity can be changed without restriction.
- - */ +The Line Item is added during Cart creation or using the Add LineItem update action. The Line Item quantity can be changed without restriction.
*/ LineItemMode STANDARD = LineItemModeEnum.STANDARD; /** -The Line Item is added automatically by a Cart Discount with CartDiscountValueGiftLineItem.
-The quantity cannot be increased, and it won't be merged when the same Line Item is added to the Cart.
- If the gift is removed, an entry is added to the refusedGifts
array and the discount won't be applied to the Cart.
- The price cannot be changed externally.
All other updates, such as the ones related to Custom Fields, can be used.
- - */ +The Line Item is added automatically by a Cart Discount with CartDiscountValueGiftLineItem.
+The quantity cannot be increased, and it won't be merged when the same Line Item is added to the Cart. If the gift is removed, an entry is added to the refusedGifts
array and the discount won't be applied to the Cart. The price cannot be changed externally.
All other updates, such as the ones related to Custom Fields, can be used.
*/ LineItemMode GIFT_LINE_ITEM = LineItemModeEnum.GIFT_LINE_ITEM; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemPriceMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemPriceMode.java index 84f92482bb2..9e345d5096d 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemPriceMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemPriceMode.java @@ -17,26 +17,13 @@ public interface LineItemPriceMode extends JsonEnum { /** -The price is selected from the Product Variant. - This is the default mode.
- - */ +The price is selected from the Product Variant. This is the default mode.
*/ LineItemPriceMode PLATFORM = LineItemPriceModeEnum.PLATFORM; /** -The Line Item price is set externally.
- Cart Discounts can apply to Line Items with this price mode.
- All update actions that change the quantity of a Line Item with this price mode require the externalPrice
field to be given.
The Line Item price is set externally. Cart Discounts can apply to Line Items with this price mode. All update actions that change the quantity of a Line Item with this price mode require the externalPrice
field to be given.
The Line Item price with the total is set externally.
- Cart Discounts are deactivated for Line Items with this price mode.
- Although a Line Item with this price mode has both price
and totalPrice
set externally, only totalPrice
is used to calculate the total price of a Cart.
- All update actions that change the quantity of a Line Item with this price mode can set the new price with the externalTotal
field.
- If the externalTotal
field is not given in the update actions, the external price is unset and the price mode is set to Platform
.
The Line Item price with the total is set externally. Cart Discounts are deactivated for Line Items with this price mode. Although a Line Item with this price mode has both price
and totalPrice
set externally, only totalPrice
is used to calculate the total price of a Cart. All update actions that change the quantity of a Line Item with this price mode can set the new price with the externalTotal
field. If the externalTotal
field is not given in the update actions, the external price is unset and the price mode is set to Platform
.
Publishes a Product that causes the staged projection of the Product to override the current projection. If the Product is published for the first time, the current projection is created. This is the default scope.
- - */ +Publishes a Product that causes the staged projection of the Product to override the current projection. If the Product is published for the first time, the current projection is created. This is the default scope.
*/ ProductPublishScope ALL = ProductPublishScopeEnum.ALL; /** -Publishes the Prices of the Product (only if the Product is already published). All Product Variants' Prices in the staged projection are published into the current projection with the same id
. Prices in a staged Product Variant that has no current projection are not published. Prices in a current Product Variant that has no staged projection are unchanged. The hasStagedChanges
flag is updated according to whether the staged and current projections still differ after the prices are published.
Publishes the Prices of the Product (only if the Product is already published). All Product Variants' Prices in the staged projection are published into the current projection with the same id
. Prices in a staged Product Variant that has no current projection are not published. Prices in a current Product Variant that has no staged projection are unchanged. The hasStagedChanges
flag is updated according to whether the staged and current projections still differ after the prices are published.
Default mode for a new Cart.
- - */ +Round half to even
+Default mode for a new Cart.
*/ RoundingMode HALF_EVEN = RoundingModeEnum.HALF_EVEN; /** - - - */ +Round half up
*/ RoundingMode HALF_UP = RoundingModeEnum.HALF_UP; /** - - - */ +Round half down
*/ RoundingMode HALF_DOWN = RoundingModeEnum.HALF_DOWN; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/ShippingMethodState.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/ShippingMethodState.java index b5793b19c91..3ad0feed4e1 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/ShippingMethodState.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/ShippingMethodState.java @@ -17,15 +17,11 @@ public interface ShippingMethodState extends JsonEnum { /** -The ShippingMethod predicate
does not match the Cart.
Ordering this Cart returns an ShippingMethodDoesNotMatchCart error.
- - */ +The ShippingMethod predicate
does not match the Cart.
Ordering this Cart returns an ShippingMethodDoesNotMatchCart error.
*/ ShippingMethodState DOES_NOT_MATCH_CART = ShippingMethodStateEnum.DOES_NOT_MATCH_CART; /** -Either the ShippingMethod predicate
matches the Cart or there is no predicate
defined.
Either the ShippingMethod predicate
matches the Cart or there is no predicate
defined.
Cart can contain only a single Shipping Method. - This is the default mode for backwards compatibilty.
- - */ +Cart can contain only a single Shipping Method. This is the default mode for backwards compatibilty.
*/ ShippingMode SINGLE = ShippingModeEnum.SINGLE; /** -Cart can contain multiple Shipping Methods.
- - */ +Cart can contain multiple Shipping Methods.
*/ ShippingMode MULTIPLE = ShippingModeEnum.MULTIPLE; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/TaxCalculationMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/TaxCalculationMode.java index 40a8d7d03a0..9e113be1579 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/TaxCalculationMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/TaxCalculationMode.java @@ -17,16 +17,12 @@ public interface TaxCalculationMode extends JsonEnum { /** -Taxes are calculated after the unit price is multiplied by the quantity. This is the default mode.
-For example, ($1.08 * 3 = $3.24) * 1.19 = $3.8556 -> $3.86 rounded
Taxes are calculated after the unit price is multiplied by the quantity. This is the default mode.
+For example, ($1.08 * 3 = $3.24) * 1.19 = $3.8556 -> $3.86 rounded
Taxes are calculated on the unit price before multiplying by the quantity.
-For example, ($1.08 * 1.19 = $1.2852 -> $1.29 rounded) * 3 = $3.87
Taxes are calculated on the unit price before multiplying by the quantity.
+For example, ($1.08 * 1.19 = $1.2852 -> $1.29 rounded) * 3 = $3.87
Tax Rates are selected automatically from the TaxCategories based on the Cart shippingAddress
.
- This is the default tax mode for a new Cart.
totalNet
, totalGross
, and taxPortions
fields are calculated based on the taxRoundingMode
.
Tax Rates are selected automatically from the TaxCategories based on the Cart shippingAddress
. This is the default tax mode for a new Cart.
totalNet
, totalGross
, and taxPortions
fields are calculated based on the taxRoundingMode
.
Tax Rates are set externally per ExternalTaxRateDraft. - A Cart can be ordered only if all Line Items, Custom Line Items, and the Shipping Method have an external Tax Rate set.
-totalNet
, totalGross
, and taxPortions
fields are calculated based on the taxRoundingMode
.
Tax Rates are set externally per ExternalTaxRateDraft. A Cart can be ordered only if all Line Items, Custom Line Items, and the Shipping Method have an external Tax Rate set.
+totalNet
, totalGross
, and taxPortions
fields are calculated based on the taxRoundingMode
.
Tax amounts, Tax Rates, and tax portions are set externally per ExternalTaxAmountDraft. - A Cart can be ordered only if the Cart and all Line Items, Custom Line Items, and the Shipping Method have an external tax amount and rate set.
-Price-specific update actions on Carts require external recalculation of the total gross price.
- Hence, the externalTaxAmount
is removed in these cases and must be reset with Set LineItem TaxAmount, Set CustomLineItem TaxAmount, or Set ShippingMethod TaxAmount update actions.
Tax amounts, Tax Rates, and tax portions are set externally per ExternalTaxAmountDraft. A Cart can be ordered only if the Cart and all Line Items, Custom Line Items, and the Shipping Method have an external tax amount and rate set.
+Price-specific update actions on Carts require external recalculation of the total gross price. Hence, the externalTaxAmount
is removed in these cases and must be reset with Set LineItem TaxAmount, Set CustomLineItem TaxAmount, or Set ShippingMethod TaxAmount update actions.
No taxes are added to the Cart.
-Note that this tax mode cannot be set on the My Carts API.
- - */ +No taxes are added to the Cart.
+Note that this tax mode cannot be set on the My Carts API.
*/ TaxMode DISABLED = TaxModeEnum.DISABLED; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/SelectionMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/SelectionMode.java index b5fca4d5436..d7b55ba2473 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/SelectionMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/SelectionMode.java @@ -17,14 +17,10 @@ public interface SelectionMode extends JsonEnum { /** -Select the cheapest items.
- - */ +Select the cheapest items.
*/ SelectionMode CHEAPEST = SelectionModeEnum.CHEAPEST; /** -Select the most expensive items.
- - */ +Select the most expensive items.
*/ SelectionMode MOST_EXPENSIVE = SelectionModeEnum.MOST_EXPENSIVE; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/StackingMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/StackingMode.java index f5ad350ebcf..4b4dcc19416 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/StackingMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart_discount/StackingMode.java @@ -17,14 +17,10 @@ public interface StackingMode extends JsonEnum { /** -Applies other matching Discounts after applying this one.
- - */ +Applies other matching Discounts after applying this one.
*/ StackingMode STACKING = StackingModeEnum.STACKING; /** -Doesn't apply any more matching Discounts after this one if it's successfully applied.
- - */ +Doesn't apply any more matching Discounts after this one if it's successfully applied.
*/ StackingMode STOP_AFTER_THIS_DISCOUNT = StackingModeEnum.STOP_AFTER_THIS_DISCOUNT; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelRoleEnum.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelRoleEnum.java index 10e593dbc14..d349f7e1413 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelRoleEnum.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/channel/ChannelRoleEnum.java @@ -17,30 +17,19 @@ public interface ChannelRoleEnum extends JsonEnum { /** -Channel can be used to track inventory entries (for example, Channels with this role can be treated as warehouses).
- - */ +Channel can be used to track inventory entries (for example, Channels with this role can be treated as warehouses).
*/ ChannelRoleEnum INVENTORY_SUPPLY = ChannelRoleEnumEnum.INVENTORY_SUPPLY; /** -Channel can be used to expose Products to a specific distribution Channel. - The Channel can be used by a Cart to select a Product Price.
- - */ +Channel can be used to expose Products to a specific distribution Channel. The Channel can be used by a Cart to select a Product Price.
*/ ChannelRoleEnum PRODUCT_DISTRIBUTION = ChannelRoleEnumEnum.PRODUCT_DISTRIBUTION; /** -Channel can be used to track order export activities.
- - */ +Channel can be used to track order export activities.
*/ ChannelRoleEnum ORDER_EXPORT = ChannelRoleEnumEnum.ORDER_EXPORT; /** -Channel can be used to track order import activities.
- - */ +Channel can be used to track order import activities.
*/ ChannelRoleEnum ORDER_IMPORT = ChannelRoleEnumEnum.ORDER_IMPORT; /** -This role can be combined with the other roles (for example, with InventorySupply
). If used, the Channel is considered as the primary or main channel among Channels of the same type.
This role can be combined with the other roles (for example, with InventorySupply
). If used, the Channel is considered as the primary or main channel among Channels of the same type.
Use to set currency in cent precision.
- - */ +Use to set currency in cent precision.
*/ MoneyType CENT_PRECISION = MoneyTypeEnum.CENT_PRECISION; /** -Use to set currency in high precision.
- - */ +Use to set currency in high precision.
*/ MoneyType HIGH_PRECISION = MoneyTypeEnum.HIGH_PRECISION; /** 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 fe2bf3e9e98..b8153e99e45 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,199 +17,121 @@ public interface ReferenceTypeId extends JsonEnum { /** -References an ApprovalFlow.
- - */ +References an ApprovalFlow.
*/ ReferenceTypeId APPROVAL_FLOW = ReferenceTypeIdEnum.APPROVAL_FLOW; /** -References an ApprovalRule.
- - */ +References an ApprovalRule.
*/ ReferenceTypeId APPROVAL_RULE = ReferenceTypeIdEnum.APPROVAL_RULE; /** -References an AssociateRole.
- - */ +References an AssociateRole.
*/ ReferenceTypeId ASSOCIATE_ROLE = ReferenceTypeIdEnum.ASSOCIATE_ROLE; /** -References an AttributeGroup.
- - */ +References an AttributeGroup.
*/ ReferenceTypeId ATTRIBUTE_GROUP = ReferenceTypeIdEnum.ATTRIBUTE_GROUP; /** -References a BusinessUnit.
- - */ +References a BusinessUnit.
*/ ReferenceTypeId BUSINESS_UNIT = ReferenceTypeIdEnum.BUSINESS_UNIT; /** -References a Cart.
- - */ +References a Cart.
*/ ReferenceTypeId CART = ReferenceTypeIdEnum.CART; /** -References a CartDiscount.
- - */ +References a CartDiscount.
*/ ReferenceTypeId CART_DISCOUNT = ReferenceTypeIdEnum.CART_DISCOUNT; /** -References a Category.
- - */ +References a Category.
*/ ReferenceTypeId CATEGORY = ReferenceTypeIdEnum.CATEGORY; /** -References a Channel.
- - */ +References a Channel.
*/ ReferenceTypeId CHANNEL = ReferenceTypeIdEnum.CHANNEL; /** -References a Customer.
- - */ +References a Customer.
*/ ReferenceTypeId CUSTOMER = ReferenceTypeIdEnum.CUSTOMER; /** -References a CustomerToken for email verification.
- - */ +References a CustomerToken for email verification.
*/ ReferenceTypeId CUSTOMER_EMAIL_TOKEN = ReferenceTypeIdEnum.CUSTOMER_EMAIL_TOKEN; /** -References a CustomerGroup.
- - */ +References a CustomerGroup.
*/ ReferenceTypeId CUSTOMER_GROUP = ReferenceTypeIdEnum.CUSTOMER_GROUP; /** -References a CustomerToken for password reset.
- - */ +References a CustomerToken for password reset.
*/ ReferenceTypeId CUSTOMER_PASSWORD_TOKEN = ReferenceTypeIdEnum.CUSTOMER_PASSWORD_TOKEN; /** -References a DirectDiscount.
- - */ +References a DirectDiscount.
*/ ReferenceTypeId DIRECT_DISCOUNT = ReferenceTypeIdEnum.DIRECT_DISCOUNT; /** -References a DiscountCode.
- - */ +References a DiscountCode.
*/ ReferenceTypeId DISCOUNT_CODE = ReferenceTypeIdEnum.DISCOUNT_CODE; /** -References an Extension.
- - */ +References an Extension.
*/ ReferenceTypeId EXTENSION = ReferenceTypeIdEnum.EXTENSION; /** -References an InventoryEntry.
- - */ +References an InventoryEntry.
*/ ReferenceTypeId INVENTORY_ENTRY = ReferenceTypeIdEnum.INVENTORY_ENTRY; /** -References a CustomObject.
- - */ +References a CustomObject.
*/ ReferenceTypeId KEY_VALUE_DOCUMENT = ReferenceTypeIdEnum.KEY_VALUE_DOCUMENT; /** -References an Order.
- - */ +References an Order.
*/ ReferenceTypeId ORDER = ReferenceTypeIdEnum.ORDER; /** -References an Order Edit.
- - */ +References an Order Edit.
*/ ReferenceTypeId ORDER_EDIT = ReferenceTypeIdEnum.ORDER_EDIT; /** -References a Payment.
- - */ +References a Payment.
*/ ReferenceTypeId PAYMENT = ReferenceTypeIdEnum.PAYMENT; /** -References a Product.
- - */ +References a Product.
*/ ReferenceTypeId PRODUCT = ReferenceTypeIdEnum.PRODUCT; /** -References a ProductDiscount.
- - */ +References a ProductDiscount.
*/ ReferenceTypeId PRODUCT_DISCOUNT = ReferenceTypeIdEnum.PRODUCT_DISCOUNT; /** -References an Embedded Price.
- - */ +References an Embedded Price.
*/ ReferenceTypeId PRODUCT_PRICE = ReferenceTypeIdEnum.PRODUCT_PRICE; /** -References a ProductSelection.
- - */ +References a ProductSelection.
*/ ReferenceTypeId PRODUCT_SELECTION = ReferenceTypeIdEnum.PRODUCT_SELECTION; /** -References a ProductType.
- - */ +References a ProductType.
*/ ReferenceTypeId PRODUCT_TYPE = ReferenceTypeIdEnum.PRODUCT_TYPE; /** -References a Quote.
- - */ +References a Quote.
*/ ReferenceTypeId QUOTE = ReferenceTypeIdEnum.QUOTE; /** -References a QuoteRequest.
- - */ +References a QuoteRequest.
*/ ReferenceTypeId QUOTE_REQUEST = ReferenceTypeIdEnum.QUOTE_REQUEST; /** -References a Review.
- - */ +References a Review.
*/ ReferenceTypeId REVIEW = ReferenceTypeIdEnum.REVIEW; /** -References a ShippingMethod.
- - */ +References a ShippingMethod.
*/ ReferenceTypeId SHIPPING_METHOD = ReferenceTypeIdEnum.SHIPPING_METHOD; /** -References a ShoppingList.
- - */ +References a ShoppingList.
*/ ReferenceTypeId SHOPPING_LIST = ReferenceTypeIdEnum.SHOPPING_LIST; /** -References a StagedQuote.
- - */ +References a StagedQuote.
*/ ReferenceTypeId STAGED_QUOTE = ReferenceTypeIdEnum.STAGED_QUOTE; /** -References a StandalonePrice.
- - */ +References a StandalonePrice.
*/ ReferenceTypeId STANDALONE_PRICE = ReferenceTypeIdEnum.STANDALONE_PRICE; /** -References a State.
- - */ +References a State.
*/ ReferenceTypeId STATE = ReferenceTypeIdEnum.STATE; /** -References a Store.
- - */ +References a Store.
*/ ReferenceTypeId STORE = ReferenceTypeIdEnum.STORE; /** -References a Subscription.
- - */ +References a Subscription.
*/ ReferenceTypeId SUBSCRIPTION = ReferenceTypeIdEnum.SUBSCRIPTION; /** -References a TaxCategory.
- - */ +References a TaxCategory.
*/ ReferenceTypeId TAX_CATEGORY = ReferenceTypeIdEnum.TAX_CATEGORY; /** -References a Type.
- - */ +References a Type.
*/ ReferenceTypeId TYPE = ReferenceTypeIdEnum.TYPE; /** -References a Zone.
- - */ +References a Zone.
*/ ReferenceTypeId ZONE = ReferenceTypeIdEnum.ZONE; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/AnonymousCartSignInMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/AnonymousCartSignInMode.java index c3b933878ab..e2948fb306e 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/AnonymousCartSignInMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/AnonymousCartSignInMode.java @@ -17,14 +17,10 @@ public interface AnonymousCartSignInMode extends JsonEnum { /** -If set, LineItems of an anonymous Cart are merged with the active Customer Cart that has been modified most recently. The CartState of the anonymous Cart changes to Merged
while the CartState of the Customer's Cart remains Active
. If a LineItem or CustomLineItem in the anonymous Cart matches an existing Line Item or Custom Line Item in the Customer's Cart, the maximum quantity of both line items is used as the new quantity.
If set, LineItems of an anonymous Cart are merged with the active Customer Cart that has been modified most recently. The CartState of the anonymous Cart changes to Merged
while the CartState of the Customer's Cart remains Active
. If a LineItem or CustomLineItem in the anonymous Cart matches an existing Line Item or Custom Line Item in the Customer's Cart, the maximum quantity of both line items is used as the new quantity.
If set, an anonymous Cart is used as the new active Customer Cart, and no LineItems are merged.
- - */ +If set, an anonymous Cart is used as the new active Customer Cart, and no LineItems are merged.
*/ AnonymousCartSignInMode USE_AS_NEW_ACTIVE_CUSTOMER_CART = AnonymousCartSignInModeEnum.USE_AS_NEW_ACTIVE_CUSTOMER_CART; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/AuthenticationMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/AuthenticationMode.java index 77d9132e16f..1d521edb2c3 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/AuthenticationMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/AuthenticationMode.java @@ -17,14 +17,10 @@ public interface AuthenticationMode extends JsonEnum { /** -This is the default value. If set, the password
field is required on CustomerDraft and is present on Customer.
This is the default value. If set, the password
field is required on CustomerDraft and is present on Customer.
If set, the password
field is optional on CustomerDraft and is not present on Customer.
If set, the password
field is optional on CustomerDraft and is not present on Customer.
An Extension gets called during a Create request.
- - */ +An Extension gets called during a Create request.
*/ ExtensionAction CREATE = ExtensionActionEnum.CREATE; /** -An Extension gets called during an Update request.
- - */ +An Extension gets called during an Update request.
*/ ExtensionAction UPDATE = ExtensionActionEnum.UPDATE; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionResourceTypeId.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionResourceTypeId.java index d664a35019c..9cbdf3a7b6c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionResourceTypeId.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/extension/ExtensionResourceTypeId.java @@ -17,44 +17,28 @@ public interface ExtensionResourceTypeId extends JsonEnum { /** -Extension triggered for operations on Carts.
- - */ +Extension triggered for operations on Carts.
*/ ExtensionResourceTypeId CART = ExtensionResourceTypeIdEnum.CART; /** -Extension triggered for operations on Orders.
- - */ +Extension triggered for operations on Orders.
*/ ExtensionResourceTypeId ORDER = ExtensionResourceTypeIdEnum.ORDER; /** -Extension triggered for operations on Payments.
- - */ +Extension triggered for operations on Payments.
*/ ExtensionResourceTypeId PAYMENT = ExtensionResourceTypeIdEnum.PAYMENT; /** -Extension triggered for operations on Customers.
- - */ +Extension triggered for operations on Customers.
*/ ExtensionResourceTypeId CUSTOMER = ExtensionResourceTypeIdEnum.CUSTOMER; /** -Extension triggered for operations on QuoteRequests.
- - */ +Extension triggered for operations on QuoteRequests.
*/ ExtensionResourceTypeId QUOTE_REQUEST = ExtensionResourceTypeIdEnum.QUOTE_REQUEST; /** -Extension triggered for operations on StagedQuotes.
- - */ +Extension triggered for operations on StagedQuotes.
*/ ExtensionResourceTypeId STAGED_QUOTE = ExtensionResourceTypeIdEnum.STAGED_QUOTE; /** -Extension triggered for operations on Quotes.
- - */ +Extension triggered for operations on Quotes.
*/ ExtensionResourceTypeId QUOTE = ExtensionResourceTypeIdEnum.QUOTE; /** -Extension triggered for operations on BusinessUnits.
- - */ +Extension triggered for operations on BusinessUnits.
*/ ExtensionResourceTypeId BUSINESS_UNIT = ExtensionResourceTypeIdEnum.BUSINESS_UNIT; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteState.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteState.java index 3d407d21c0c..fab4b931e05 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteState.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/me/MyQuoteState.java @@ -17,14 +17,10 @@ public interface MyQuoteState extends JsonEnum { /** -A state indicating that the Buyer has declined the Quote.
- - */ +A state indicating that the Buyer has declined the Quote.
*/ MyQuoteState DECLINED = MyQuoteStateEnum.DECLINED; /** -A state indicating that the Buyer has accepted the Quote.
- - */ +A state indicating that the Buyer has accepted the Quote.
*/ MyQuoteState ACCEPTED = MyQuoteStateEnum.ACCEPTED; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderState.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderState.java index 67f1d79e863..261fbd0c8fa 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderState.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/OrderState.java @@ -17,24 +17,16 @@ public interface OrderState extends JsonEnum { /** -The default state of a new Order.
- - */ +The default state of a new Order.
*/ OrderState OPEN = OrderStateEnum.OPEN; /** -Indicates that the Order is accepted and being processed.
- - */ +Indicates that the Order is accepted and being processed.
*/ OrderState CONFIRMED = OrderStateEnum.CONFIRMED; /** -Indicates that the Order is fulfilled.
- - */ +Indicates that the Order is fulfilled.
*/ OrderState COMPLETE = OrderStateEnum.COMPLETE; /** -Indicates that the Order is canceled.
- - */ +Indicates that the Order is canceled.
*/ OrderState CANCELLED = OrderStateEnum.CANCELLED; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/PaymentState.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/PaymentState.java index 603072f91ad..3648c9c7fb8 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/PaymentState.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/PaymentState.java @@ -17,29 +17,19 @@ public interface PaymentState extends JsonEnum { /** -Indicates that payment balance is due for the Order.
- - */ +Indicates that payment balance is due for the Order.
*/ PaymentState BALANCE_DUE = PaymentStateEnum.BALANCE_DUE; /** -Indicates that payment for the Order has failed.
- - */ +Indicates that payment for the Order has failed.
*/ PaymentState FAILED = PaymentStateEnum.FAILED; /** -Indicates that payment for the Order is pending.
- - */ +Indicates that payment for the Order is pending.
*/ PaymentState PENDING = PaymentStateEnum.PENDING; /** -Indicates that payment for the Order is made on a credit basis.
- - */ +Indicates that payment for the Order is made on a credit basis.
*/ PaymentState CREDIT_OWED = PaymentStateEnum.CREDIT_OWED; /** -Indicates that the Order is paid for.
- - */ +Indicates that the Order is paid for.
*/ PaymentState PAID = PaymentStateEnum.PAID; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/ReturnPaymentState.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/ReturnPaymentState.java index f6717ddffdf..4b88a08246a 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/ReturnPaymentState.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/ReturnPaymentState.java @@ -17,26 +17,18 @@ public interface ReturnPaymentState extends JsonEnum { /** -Initial state for Return Items for which payment cannot be refunded.
-Return Items have the Advised
ReturnShipmentState.
Initial state for Return Items for which payment cannot be refunded.
+Return Items have the Advised
ReturnShipmentState.
Initial state for Return Items for which payment can be refunded.
-Return Items have the Returned
ReturnShipmentState.
Initial state for Return Items for which payment can be refunded.
+Return Items have the Returned
ReturnShipmentState.
The payment for the Return Items is refunded.
- - */ +The payment for the Return Items is refunded.
*/ ReturnPaymentState REFUNDED = ReturnPaymentStateEnum.REFUNDED; /** -The payment for the Return Items is not refunded.
- - */ +The payment for the Return Items is not refunded.
*/ ReturnPaymentState NOT_REFUNDED = ReturnPaymentStateEnum.NOT_REFUNDED; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/ReturnShipmentState.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/ReturnShipmentState.java index 6eb3e559c3d..1a4f5590d47 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/ReturnShipmentState.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/ReturnShipmentState.java @@ -17,26 +17,18 @@ public interface ReturnShipmentState extends JsonEnum { /** -Initial state for Return Items that are non-refundable.
-Return Items of this state will have the NonRefundable
ReturnPaymentState.
Initial state for Return Items that are non-refundable.
+Return Items of this state will have the NonRefundable
ReturnPaymentState.
Initial state for Return Items that are refundable.
-Return Items of this state will have the Initial
ReturnPaymentState.
Initial state for Return Items that are refundable.
+Return Items of this state will have the Initial
ReturnPaymentState.
A state indicating that the Return Items are restocked in inventory.
- - */ +A state indicating that the Return Items are restocked in inventory.
*/ ReturnShipmentState BACK_IN_STOCK = ReturnShipmentStateEnum.BACK_IN_STOCK; /** -A state indicating that the Return Items are not in good condition and cannot be restocked.
- - */ +A state indicating that the Return Items are not in good condition and cannot be restocked.
*/ ReturnShipmentState UNUSABLE = ReturnShipmentStateEnum.UNUSABLE; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/ShipmentState.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/ShipmentState.java index a6d982c476c..32219024547 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/ShipmentState.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/order/ShipmentState.java @@ -17,39 +17,25 @@ public interface ShipmentState extends JsonEnum { /** -Indicates that the Order is shipped.
- - */ +Indicates that the Order is shipped.
*/ ShipmentState SHIPPED = ShipmentStateEnum.SHIPPED; /** -Indicates that the Order is delivered.
- - */ +Indicates that the Order is delivered.
*/ ShipmentState DELIVERED = ShipmentStateEnum.DELIVERED; /** -Indicates that the Order is ready to be shipped.
- - */ +Indicates that the Order is ready to be shipped.
*/ ShipmentState READY = ShipmentStateEnum.READY; /** -Indicates that the shipment of the Order is pending.
- - */ +Indicates that the shipment of the Order is pending.
*/ ShipmentState PENDING = ShipmentStateEnum.PENDING; /** -Indicates that the shipment of the Order is delayed.
- - */ +Indicates that the shipment of the Order is delayed.
*/ ShipmentState DELAYED = ShipmentStateEnum.DELAYED; /** -Indicates that items in the Order are shipped in more than one shipment.
- - */ +Indicates that items in the Order are shipped in more than one shipment.
*/ ShipmentState PARTIAL = ShipmentStateEnum.PARTIAL; /** -Indicates that items in the Order are not in stock and will be delivered once the items are restocked.
- - */ +Indicates that items in the Order are not in stock and will be delivered once the items are restocked.
*/ ShipmentState BACKORDER = ShipmentStateEnum.BACKORDER; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/TransactionState.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/TransactionState.java index 9c83fdc9950..acc3c162631 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/TransactionState.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/TransactionState.java @@ -17,24 +17,16 @@ public interface TransactionState extends JsonEnum { /** -Initial State. The payment service has not accepted the Transaction yet.
- - */ +Initial State. The payment service has not accepted the Transaction yet.
*/ TransactionState INITIAL = TransactionStateEnum.INITIAL; /** -The payment service has accepted the Transaction, but it is not completed yet.
- - */ +The payment service has accepted the Transaction, but it is not completed yet.
*/ TransactionState PENDING = TransactionStateEnum.PENDING; /** -The payment service has confirmed the successful completion of the Transation.
- - */ +The payment service has confirmed the successful completion of the Transation.
*/ TransactionState SUCCESS = TransactionStateEnum.SUCCESS; /** -Transaction has unrecoverably failed.
- - */ +Transaction has unrecoverably failed.
*/ TransactionState FAILURE = TransactionStateEnum.FAILURE; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/TransactionType.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/TransactionType.java index 617cbdd97e3..1376d2e9f97 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/TransactionType.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/payment/TransactionType.java @@ -17,29 +17,19 @@ public interface TransactionType extends JsonEnum { /** -Financially reliable reservation of an amount. Typically does not indicate an actual transfer of money.
- - */ +Financially reliable reservation of an amount. Typically does not indicate an actual transfer of money.
*/ TransactionType AUTHORIZATION = TransactionTypeEnum.AUTHORIZATION; /** -Explicit cancellation of an authorized amount before its expiry.
- - */ +Explicit cancellation of an authorized amount before its expiry.
*/ TransactionType CANCEL_AUTHORIZATION = TransactionTypeEnum.CANCEL_AUTHORIZATION; /** -Collection of money from the customer. Can use an authorized amount or be directly executed.
- - */ +Collection of money from the customer. Can use an authorized amount or be directly executed.
*/ TransactionType CHARGE = TransactionTypeEnum.CHARGE; /** -Explicit transfer of money back to the customer.
- - */ +Explicit transfer of money back to the customer.
*/ TransactionType REFUND = TransactionTypeEnum.REFUND; /** -Customer-initiated transfer of money back to the customer.
- - */ +Customer-initiated transfer of money back to the customer.
*/ TransactionType CHARGEBACK = TransactionTypeEnum.CHARGEBACK; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductPriceModeEnum.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductPriceModeEnum.java index edc3b28c217..c88a0efb8a3 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductPriceModeEnum.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product/ProductPriceModeEnum.java @@ -17,14 +17,10 @@ public interface ProductPriceModeEnum extends JsonEnum { /** -Composable Commerce uses the Embedded Prices located inside the prices
field in ProductVariant.
Composable Commerce uses the Embedded Prices located inside the prices
field in ProductVariant.
Composable Commerce uses StandalonePrices, which are associated with the ProductVariant through the sku
field.
Composable Commerce uses StandalonePrices, which are associated with the ProductVariant through the sku
field.
For this mode of Product Selection, the Products are to be assigned individually by using the Add Product update action.
- - */ +For this mode of Product Selection, the Products are to be assigned individually by using the Add Product update action.
*/ ProductSelectionMode INDIVIDUAL = ProductSelectionModeEnum.INDIVIDUAL; /** -Defines the Product Selection to contain Products that are excluded from the catalog. - For this mode of Product Selection, the Products are to be excluded individually by using the Exclude Product update action.
- - */ +Defines the Product Selection to contain Products that are excluded from the catalog. For this mode of Product Selection, the Products are to be excluded individually by using the Exclude Product update action.
*/ ProductSelectionMode INDIVIDUAL_EXCLUSION = ProductSelectionModeEnum.INDIVIDUAL_EXCLUSION; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/AttributeConstraintEnum.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/AttributeConstraintEnum.java index 3ece13ea5d5..54b5928d8cc 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/AttributeConstraintEnum.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/AttributeConstraintEnum.java @@ -17,24 +17,16 @@ public interface AttributeConstraintEnum extends JsonEnum { /** -No constraints are applied to the Attribute.
- - */ +No constraints are applied to the Attribute.
*/ AttributeConstraintEnum NONE = AttributeConstraintEnumEnum.NONE; /** -Attribute values must be different for each variant.
- - */ +Attribute values must be different for each variant.
*/ AttributeConstraintEnum UNIQUE = AttributeConstraintEnumEnum.UNIQUE; /** -Set of Attributes that have this constraint, should have different combinations in each variant.
- - */ +Set of Attributes that have this constraint, should have different combinations in each variant.
*/ AttributeConstraintEnum COMBINATION_UNIQUE = AttributeConstraintEnumEnum.COMBINATION_UNIQUE; /** -Attribute value should be the same in all variants.
- - */ +Attribute value should be the same in all variants.
*/ AttributeConstraintEnum SAME_FOR_ALL = AttributeConstraintEnumEnum.SAME_FOR_ALL; /** 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 38f564fc9db..1fabbbb0e7c 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,79 +17,49 @@ public interface AttributeReferenceTypeId extends JsonEnum { /** -References a AssociateRole.
- - */ +References a AssociateRole.
*/ AttributeReferenceTypeId ASSOCIATE_ROLE = AttributeReferenceTypeIdEnum.ASSOCIATE_ROLE; /** -References a BusinessUnit.
- - */ +References a BusinessUnit.
*/ AttributeReferenceTypeId BUSINESS_UNIT = AttributeReferenceTypeIdEnum.BUSINESS_UNIT; /** -References a Cart.
- - */ +References a Cart.
*/ AttributeReferenceTypeId CART = AttributeReferenceTypeIdEnum.CART; /** -References a CartDiscount.
- - */ +References a CartDiscount.
*/ AttributeReferenceTypeId CART_DISCOUNT = AttributeReferenceTypeIdEnum.CART_DISCOUNT; /** -References a Category.
- - */ +References a Category.
*/ AttributeReferenceTypeId CATEGORY = AttributeReferenceTypeIdEnum.CATEGORY; /** -References a Channel.
- - */ +References a Channel.
*/ AttributeReferenceTypeId CHANNEL = AttributeReferenceTypeIdEnum.CHANNEL; /** -References a Customer.
- - */ +References a Customer.
*/ AttributeReferenceTypeId CUSTOMER = AttributeReferenceTypeIdEnum.CUSTOMER; /** -References a CustomObject.
- - */ +References a CustomObject.
*/ AttributeReferenceTypeId KEY_VALUE_DOCUMENT = AttributeReferenceTypeIdEnum.KEY_VALUE_DOCUMENT; /** -References an Order.
- - */ +References an Order.
*/ AttributeReferenceTypeId ORDER = AttributeReferenceTypeIdEnum.ORDER; /** -References a Product.
- - */ +References a Product.
*/ AttributeReferenceTypeId PRODUCT = AttributeReferenceTypeIdEnum.PRODUCT; /** -References a ProductType.
- - */ +References a ProductType.
*/ AttributeReferenceTypeId PRODUCT_TYPE = AttributeReferenceTypeIdEnum.PRODUCT_TYPE; /** -References a Review.
- - */ +References a Review.
*/ AttributeReferenceTypeId REVIEW = AttributeReferenceTypeIdEnum.REVIEW; /** -References a ShippingMethod.
- - */ +References a ShippingMethod.
*/ AttributeReferenceTypeId SHIPPING_METHOD = AttributeReferenceTypeIdEnum.SHIPPING_METHOD; /** -References a State.
- - */ +References a State.
*/ AttributeReferenceTypeId STATE = AttributeReferenceTypeIdEnum.STATE; /** -References a Zone.
- - */ +References a Zone.
*/ AttributeReferenceTypeId ZONE = AttributeReferenceTypeIdEnum.ZONE; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/TextInputHint.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/TextInputHint.java index da73875924e..8e696f1da3c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/TextInputHint.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_type/TextInputHint.java @@ -17,14 +17,10 @@ public interface TextInputHint extends JsonEnum { /** -Hint for GUIs to display the field's content in a single line of text.
- - */ +Hint for GUIs to display the field's content in a single line of text.
*/ TextInputHint SINGLE_LINE = TextInputHintEnum.SINGLE_LINE; /** -Hint for GUIs to display the field's content over multiple lines of text.
- - */ +Hint for GUIs to display the field's content over multiple lines of text.
*/ TextInputHint MULTI_LINE = TextInputHintEnum.MULTI_LINE; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/BusinessUnitConfigurationStatus.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/BusinessUnitConfigurationStatus.java index 590c12f2a6e..a64cde3aea1 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/BusinessUnitConfigurationStatus.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/BusinessUnitConfigurationStatus.java @@ -17,14 +17,10 @@ public interface BusinessUnitConfigurationStatus extends JsonEnum { /** -The Business Unit can be used in Orders, Carts, and Quotes and can be updated using the My Business Unit endpoint.
- - */ +The Business Unit can be used in Orders, Carts, and Quotes and can be updated using the My Business Unit endpoint.
*/ BusinessUnitConfigurationStatus ACTIVE = BusinessUnitConfigurationStatusEnum.ACTIVE; /** -The Business Unit cannot be used in Orders, Carts, and Quotes and cannot be updated using the My Business Unit endpoint.
- - */ +The Business Unit cannot be used in Orders, Carts, and Quotes and cannot be updated using the My Business Unit endpoint.
*/ BusinessUnitConfigurationStatus INACTIVE = BusinessUnitConfigurationStatusEnum.INACTIVE; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/OrderSearchStatus.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/OrderSearchStatus.java index fae0249cbb4..284b390baf7 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/OrderSearchStatus.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/OrderSearchStatus.java @@ -17,14 +17,10 @@ public interface OrderSearchStatus extends JsonEnum { /** -indicates that the Search Orders endpoint is fully operational.
- - */ +indicates that the Search Orders endpoint is fully operational.
*/ OrderSearchStatus ACTIVATED = OrderSearchStatusEnum.ACTIVATED; /** -indicates that the Order Search feature is currently not active, but can be activated by update action.
- - */ +indicates that the Order Search feature is currently not active, but can be activated by update action.
*/ OrderSearchStatus DEACTIVATED = OrderSearchStatusEnum.DEACTIVATED; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/SearchIndexingConfigurationStatus.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/SearchIndexingConfigurationStatus.java index 717f7b22d32..63239dd4e64 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/SearchIndexingConfigurationStatus.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/SearchIndexingConfigurationStatus.java @@ -17,19 +17,13 @@ public interface SearchIndexingConfigurationStatus extends JsonEnum { /** -Indicates that search and suggest endpoints for the specified resource type are active.
- - */ +Indicates that search and suggest endpoints for the specified resource type are active.
*/ SearchIndexingConfigurationStatus ACTIVATED = SearchIndexingConfigurationStatusEnum.ACTIVATED; /** -Indicates that search and suggest endpoints for the specified resource type cannot be used.
- - */ +Indicates that search and suggest endpoints for the specified resource type cannot be used.
*/ SearchIndexingConfigurationStatus DEACTIVATED = SearchIndexingConfigurationStatusEnum.DEACTIVATED; /** -Indicates that search and suggest endpoints can temporarily not be used because the search index is being re-built.
- - */ +Indicates that search and suggest endpoints can temporarily not be used because the search index is being re-built.
*/ SearchIndexingConfigurationStatus INDEXING = SearchIndexingConfigurationStatusEnum.INDEXING; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteState.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteState.java index 41ba965a93c..c0ed445fed2 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteState.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote/QuoteState.java @@ -17,35 +17,23 @@ public interface QuoteState extends JsonEnum { /** -A state indicating that the Seller submitted the Quote to the Buyer, but the Buyer has not replied yet.
-This is the default state.
- - */ +A state indicating that the Seller submitted the Quote to the Buyer, but the Buyer has not replied yet.
+This is the default state.
*/ QuoteState PENDING = QuoteStateEnum.PENDING; /** -A state indicating that the Buyer has declined the Quote.
- - */ +A state indicating that the Buyer has declined the Quote.
*/ QuoteState DECLINED = QuoteStateEnum.DECLINED; /** -A state indicating that the Buyer has declined and requested to renegotiate the Quote.
- - */ +A state indicating that the Buyer has declined and requested to renegotiate the Quote.
*/ QuoteState DECLINED_FOR_RENEGOTIATION = QuoteStateEnum.DECLINED_FOR_RENEGOTIATION; /** -A state indicating that the Seller has created a new Quote after a renegotiation has been requested.
- - */ +A state indicating that the Seller has created a new Quote after a renegotiation has been requested.
*/ QuoteState RENEGOTIATION_ADDRESSED = QuoteStateEnum.RENEGOTIATION_ADDRESSED; /** -A state indicating that the Buyer has accepted the Quote.
- - */ +A state indicating that the Buyer has accepted the Quote.
*/ QuoteState ACCEPTED = QuoteStateEnum.ACCEPTED; /** -A state indicating that the Seller has withdrawn the Quote before the Buyer has accepted it.
- - */ +A state indicating that the Seller has withdrawn the Quote before the Buyer has accepted it.
*/ QuoteState WITHDRAWN = QuoteStateEnum.WITHDRAWN; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestState.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestState.java index c7c5d3293c3..46a1d2b48cb 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestState.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/quote_request/QuoteRequestState.java @@ -17,29 +17,19 @@ public interface QuoteRequestState extends JsonEnum { /** -Initial state of the negotiation process. Indicates that the Quote Request has been submitted by the Buyer, but the Seller has not yet decided whether to accept or to reject the request.
- - */ +Initial state of the negotiation process. Indicates that the Quote Request has been submitted by the Buyer, but the Seller has not yet decided whether to accept or to reject the request.
*/ QuoteRequestState SUBMITTED = QuoteRequestStateEnum.SUBMITTED; /** -Indicates that the Quote Request has been accepted by the Seller and the negotiation process continues with preparing a Staged Quote for the Buyer.
- - */ +Indicates that the Quote Request has been accepted by the Seller and the negotiation process continues with preparing a Staged Quote for the Buyer.
*/ QuoteRequestState ACCEPTED = QuoteRequestStateEnum.ACCEPTED; /** -Final state of the negotiation process. Indicates that the Quote Request had been accepted by the Seller and there is no further action that can be performed by any party.
- - */ +Final state of the negotiation process. Indicates that the Quote Request had been accepted by the Seller and there is no further action that can be performed by any party.
*/ QuoteRequestState CLOSED = QuoteRequestStateEnum.CLOSED; /** -Indicates that the Quote Request has been rejected by the Seller and the negotiation process terminated.
- - */ +Indicates that the Quote Request has been rejected by the Seller and the negotiation process terminated.
*/ QuoteRequestState REJECTED = QuoteRequestStateEnum.REJECTED; /** -Indicates that the Buyer has withdrawn the Quote Request.
- - */ +Indicates that the Buyer has withdrawn the Quote Request.
*/ QuoteRequestState CANCELLED = QuoteRequestStateEnum.CANCELLED; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteState.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteState.java index 237dc2f384a..17d39822ffd 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteState.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/staged_quote/StagedQuoteState.java @@ -17,19 +17,13 @@ public interface StagedQuoteState extends JsonEnum { /** -Initial state after creating the StagedQuote indicating that the Seller is preparing the Quote.
- - */ +Initial state after creating the StagedQuote indicating that the Seller is preparing the Quote.
*/ StagedQuoteState IN_PROGRESS = StagedQuoteStateEnum.IN_PROGRESS; /** -A state indicating that the StagedQuote has been sent to the Buyer.
- - */ +A state indicating that the StagedQuote has been sent to the Buyer.
*/ StagedQuoteState SENT = StagedQuoteStateEnum.SENT; /** -A state indicating that the StagedQuote flow was finished.
- - */ +A state indicating that the StagedQuote flow was finished.
*/ StagedQuoteState CLOSED = StagedQuoteStateEnum.CLOSED; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateRoleEnum.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateRoleEnum.java index 318b8b1919f..5256d7b01f9 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateRoleEnum.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/state/StateRoleEnum.java @@ -17,14 +17,10 @@ public interface StateRoleEnum extends JsonEnum { /** -If a Review's state
has this role its rating
is taken into account for ReviewRatingStatistics. This role only applies for the ReviewState
StateTypeEnum.
If a Review's state
has this role its rating
is taken into account for ReviewRatingStatistics. This role only applies for the ReviewState
StateTypeEnum.
Used by Orders in the update action transitionLineItemState. This role only applies for the LineItemState
StateTypeEnum.
Used by Orders in the update action transitionLineItemState. This role only applies for the LineItemState
StateTypeEnum.
Used by Orders.
- - */ +Used by Orders.
*/ StateTypeEnum ORDER_STATE = StateTypeEnumEnum.ORDER_STATE; /** -Used by LineItems and CustomLineItems in Carts and Orders.
- - */ +Used by LineItems and CustomLineItems in Carts and Orders.
*/ StateTypeEnum LINE_ITEM_STATE = StateTypeEnumEnum.LINE_ITEM_STATE; /** -Used by Products.
- - */ +Used by Products.
*/ StateTypeEnum PRODUCT_STATE = StateTypeEnumEnum.PRODUCT_STATE; /** -Used by Reviews.
- - */ +Used by Reviews.
*/ StateTypeEnum REVIEW_STATE = StateTypeEnumEnum.REVIEW_STATE; /** -Used by PaymentStatus in Payments.
- - */ +Used by PaymentStatus in Payments.
*/ StateTypeEnum PAYMENT_STATE = StateTypeEnumEnum.PAYMENT_STATE; /** -Used by QuoteRequest.
- - */ +Used by QuoteRequest.
*/ StateTypeEnum QUOTE_REQUEST_STATE = StateTypeEnumEnum.QUOTE_REQUEST_STATE; /** -Used by StagedQuote.
- - */ +Used by StagedQuote.
*/ StateTypeEnum STAGED_QUOTE_STATE = StateTypeEnumEnum.STAGED_QUOTE_STATE; /** -Used by Quote.
- - */ +Used by Quote.
*/ StateTypeEnum QUOTE_STATE = StateTypeEnumEnum.QUOTE_STATE; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/AwsAuthenticationMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/AwsAuthenticationMode.java index 6a33b82e233..28ab9437e43 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/AwsAuthenticationMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/AwsAuthenticationMode.java @@ -17,14 +17,10 @@ public interface AwsAuthenticationMode extends JsonEnum { /** -Subscriptions with Credentials
authentication mode are authenticated using an accessKey
and accessSecret
pair. This is the default authentication mode for backwards compatibility.
Subscriptions with Credentials
authentication mode are authenticated using an accessKey
and accessSecret
pair. This is the default authentication mode for backwards compatibility.
Subscriptions with IAM
authentication mode are authenticated using Identity and Access Management (IAM). For this authentication mode, the following user requires permissions to send messages to the queue or publish to the topic: arn:aws-cn:iam::417094354346:user/subscriptions
if the Project is hosted in the China (AWS, Ningxia) Region; arn:aws:iam::362576667341:user/subscriptions
for all other Regions. This is the recommended authentication mode, as it doesn't require additional key management.
Subscriptions with IAM
authentication mode are authenticated using Identity and Access Management (IAM). For this authentication mode, the following user requires permissions to send messages to the queue or publish to the topic: arn:aws-cn:iam::417094354346:user/subscriptions
if the Project is hosted in the China (AWS, Ningxia) Region; arn:aws:iam::362576667341:user/subscriptions
for all other Regions. This is the recommended authentication mode, as it doesn't require additional key management.
Changes related to ApprovalFlows.
- - */ +Changes related to ApprovalFlows.
*/ ChangeSubscriptionResourceTypeId APPROVAL_FLOW = ChangeSubscriptionResourceTypeIdEnum.APPROVAL_FLOW; /** -Changes related to ApprovalRules.
- - */ +Changes related to ApprovalRules.
*/ ChangeSubscriptionResourceTypeId APPROVAL_RULE = ChangeSubscriptionResourceTypeIdEnum.APPROVAL_RULE; /** -Changes related to AssociateRoles.
- - */ +Changes related to AssociateRoles.
*/ ChangeSubscriptionResourceTypeId ASSOCIATE_ROLE = ChangeSubscriptionResourceTypeIdEnum.ASSOCIATE_ROLE; /** -Changes to BusinessUnits.
- - */ +Changes to BusinessUnits.
*/ ChangeSubscriptionResourceTypeId BUSINESS_UNIT = ChangeSubscriptionResourceTypeIdEnum.BUSINESS_UNIT; /** -Changes to Carts.
- - */ +Changes to Carts.
*/ ChangeSubscriptionResourceTypeId CART = ChangeSubscriptionResourceTypeIdEnum.CART; /** -Changes to CartDiscounts.
- - */ +Changes to CartDiscounts.
*/ ChangeSubscriptionResourceTypeId CART_DISCOUNT = ChangeSubscriptionResourceTypeIdEnum.CART_DISCOUNT; /** -Changes to Categories.
- - */ +Changes to Categories.
*/ ChangeSubscriptionResourceTypeId CATEGORY = ChangeSubscriptionResourceTypeIdEnum.CATEGORY; /** -Changes to Channels.
- - */ +Changes to Channels.
*/ ChangeSubscriptionResourceTypeId CHANNEL = ChangeSubscriptionResourceTypeIdEnum.CHANNEL; /** -Changes to Customers.
- - */ +Changes to Customers.
*/ ChangeSubscriptionResourceTypeId CUSTOMER = ChangeSubscriptionResourceTypeIdEnum.CUSTOMER; /** -Changes to CustomerTokens.
- - */ +Changes to CustomerTokens.
*/ ChangeSubscriptionResourceTypeId CUSTOMER_EMAIL_TOKEN = ChangeSubscriptionResourceTypeIdEnum.CUSTOMER_EMAIL_TOKEN; /** -Changes to CustomerGroups.
- - */ +Changes to CustomerGroups.
*/ ChangeSubscriptionResourceTypeId CUSTOMER_GROUP = ChangeSubscriptionResourceTypeIdEnum.CUSTOMER_GROUP; /** -Changes to CustomerTokens.
- - */ +Changes to CustomerTokens.
*/ ChangeSubscriptionResourceTypeId CUSTOMER_PASSWORD_TOKEN = ChangeSubscriptionResourceTypeIdEnum.CUSTOMER_PASSWORD_TOKEN; /** -Changes to DiscountCodes.
- - */ +Changes to DiscountCodes.
*/ ChangeSubscriptionResourceTypeId DISCOUNT_CODE = ChangeSubscriptionResourceTypeIdEnum.DISCOUNT_CODE; /** -Changes to Extensions.
- - */ +Changes to Extensions.
*/ ChangeSubscriptionResourceTypeId EXTENSION = ChangeSubscriptionResourceTypeIdEnum.EXTENSION; /** -Changes to InventoryEntries.
- - */ +Changes to InventoryEntries.
*/ ChangeSubscriptionResourceTypeId INVENTORY_ENTRY = ChangeSubscriptionResourceTypeIdEnum.INVENTORY_ENTRY; /** -Changes to CustomObjects.
- - */ +Changes to CustomObjects.
*/ ChangeSubscriptionResourceTypeId KEY_VALUE_DOCUMENT = ChangeSubscriptionResourceTypeIdEnum.KEY_VALUE_DOCUMENT; /** -Changes to Orders. Changes to Orders via Order Edits do not trigger a Message. To achieve this, a MessageSubscription to OrderEditApplied Message is necessary.
- - */ +Changes to Orders. Changes to Orders via Order Edits do not trigger a Message. To achieve this, a MessageSubscription to OrderEditApplied Message is necessary.
*/ ChangeSubscriptionResourceTypeId ORDER = ChangeSubscriptionResourceTypeIdEnum.ORDER; /** -Changes to OrderEdits.
- - */ +Changes to OrderEdits.
*/ ChangeSubscriptionResourceTypeId ORDER_EDIT = ChangeSubscriptionResourceTypeIdEnum.ORDER_EDIT; /** -Changes to Payments.
- - */ +Changes to Payments.
*/ ChangeSubscriptionResourceTypeId PAYMENT = ChangeSubscriptionResourceTypeIdEnum.PAYMENT; /** -Changes to Products.
- - */ +Changes to Products.
*/ ChangeSubscriptionResourceTypeId PRODUCT = ChangeSubscriptionResourceTypeIdEnum.PRODUCT; /** -Changes to ProductDiscount.
- - */ +Changes to ProductDiscount.
*/ ChangeSubscriptionResourceTypeId PRODUCT_DISCOUNT = ChangeSubscriptionResourceTypeIdEnum.PRODUCT_DISCOUNT; /** -Changes to EmbeddedPrices.
- - */ +Changes to EmbeddedPrices.
*/ ChangeSubscriptionResourceTypeId PRODUCT_PRICE = ChangeSubscriptionResourceTypeIdEnum.PRODUCT_PRICE; /** -Changes to ProductSelections.
- - */ +Changes to ProductSelections.
*/ ChangeSubscriptionResourceTypeId PRODUCT_SELECTION = ChangeSubscriptionResourceTypeIdEnum.PRODUCT_SELECTION; /** -Changes to ProductTypes.
- - */ +Changes to ProductTypes.
*/ ChangeSubscriptionResourceTypeId PRODUCT_TYPE = ChangeSubscriptionResourceTypeIdEnum.PRODUCT_TYPE; /** -Changes to Quotes.
- - */ +Changes to Quotes.
*/ ChangeSubscriptionResourceTypeId QUOTE = ChangeSubscriptionResourceTypeIdEnum.QUOTE; /** -Changes to QuoteRequests.
- - */ +Changes to QuoteRequests.
*/ ChangeSubscriptionResourceTypeId QUOTE_REQUEST = ChangeSubscriptionResourceTypeIdEnum.QUOTE_REQUEST; /** -Changes to Reviews.
- - */ +Changes to Reviews.
*/ ChangeSubscriptionResourceTypeId REVIEW = ChangeSubscriptionResourceTypeIdEnum.REVIEW; /** -Changes to ShippingMethods.
- - */ +Changes to ShippingMethods.
*/ ChangeSubscriptionResourceTypeId SHIPPING_METHOD = ChangeSubscriptionResourceTypeIdEnum.SHIPPING_METHOD; /** -Changes to ShoppingLists.
- - */ +Changes to ShoppingLists.
*/ ChangeSubscriptionResourceTypeId SHOPPING_LIST = ChangeSubscriptionResourceTypeIdEnum.SHOPPING_LIST; /** -Changes to StagedQuotes.
- - */ +Changes to StagedQuotes.
*/ ChangeSubscriptionResourceTypeId STAGED_QUOTE = ChangeSubscriptionResourceTypeIdEnum.STAGED_QUOTE; /** -Changes to StandalonePrices.
- - */ +Changes to StandalonePrices.
*/ ChangeSubscriptionResourceTypeId STANDALONE_PRICE = ChangeSubscriptionResourceTypeIdEnum.STANDALONE_PRICE; /** -Changes to States.
- - */ +Changes to States.
*/ ChangeSubscriptionResourceTypeId STATE = ChangeSubscriptionResourceTypeIdEnum.STATE; /** -Changes to Stores.
- - */ +Changes to Stores.
*/ ChangeSubscriptionResourceTypeId STORE = ChangeSubscriptionResourceTypeIdEnum.STORE; /** -Changes to Subscriptions.
- - */ +Changes to Subscriptions.
*/ ChangeSubscriptionResourceTypeId SUBSCRIPTION = ChangeSubscriptionResourceTypeIdEnum.SUBSCRIPTION; /** -Changes to TaxCategories.
- - */ +Changes to TaxCategories.
*/ ChangeSubscriptionResourceTypeId TAX_CATEGORY = ChangeSubscriptionResourceTypeIdEnum.TAX_CATEGORY; /** -Changes to Types.
- - */ +Changes to Types.
*/ ChangeSubscriptionResourceTypeId TYPE = ChangeSubscriptionResourceTypeIdEnum.TYPE; /** -Changes to Zones.
- - */ +Changes to Zones.
*/ ChangeSubscriptionResourceTypeId ZONE = ChangeSubscriptionResourceTypeIdEnum.ZONE; /** 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 09331050bc4..400b1aec589 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,104 +17,64 @@ public interface MessageSubscriptionResourceTypeId extends JsonEnum { /** -Messages related to ApprovalFlows.
- - */ +Messages related to ApprovalFlows.
*/ MessageSubscriptionResourceTypeId APPROVAL_FLOW = MessageSubscriptionResourceTypeIdEnum.APPROVAL_FLOW; /** -Messages related to ApprovalRules.
- - */ +Messages related to ApprovalRules.
*/ MessageSubscriptionResourceTypeId APPROVAL_RULE = MessageSubscriptionResourceTypeIdEnum.APPROVAL_RULE; /** -Messages related to AssociateRoles.
- - */ +Messages related to AssociateRoles.
*/ MessageSubscriptionResourceTypeId ASSOCIATE_ROLE = MessageSubscriptionResourceTypeIdEnum.ASSOCIATE_ROLE; /** -Messages related to BusinessUnits.
- - */ +Messages related to BusinessUnits.
*/ MessageSubscriptionResourceTypeId BUSINESS_UNIT = MessageSubscriptionResourceTypeIdEnum.BUSINESS_UNIT; /** -Messages related to Categories.
- - */ +Messages related to Categories.
*/ MessageSubscriptionResourceTypeId CATEGORY = MessageSubscriptionResourceTypeIdEnum.CATEGORY; /** -Messages related to Customers.
- - */ +Messages related to Customers.
*/ MessageSubscriptionResourceTypeId CUSTOMER = MessageSubscriptionResourceTypeIdEnum.CUSTOMER; /** -Messages related to CustomerTokens for email verification.
- - */ +Messages related to CustomerTokens for email verification.
*/ MessageSubscriptionResourceTypeId CUSTOMER_EMAIL_TOKEN = MessageSubscriptionResourceTypeIdEnum.CUSTOMER_EMAIL_TOKEN; /** -Messages related to CustomerGroups.
- - */ +Messages related to CustomerGroups.
*/ MessageSubscriptionResourceTypeId CUSTOMER_GROUP = MessageSubscriptionResourceTypeIdEnum.CUSTOMER_GROUP; /** -Messages related to CustomerTokens for password reset.
- - */ +Messages related to CustomerTokens for password reset.
*/ MessageSubscriptionResourceTypeId CUSTOMER_PASSWORD_TOKEN = MessageSubscriptionResourceTypeIdEnum.CUSTOMER_PASSWORD_TOKEN; /** -Messages related to InventoryEntries.
- - */ +Messages related to InventoryEntries.
*/ MessageSubscriptionResourceTypeId INVENTORY_ENTRY = MessageSubscriptionResourceTypeIdEnum.INVENTORY_ENTRY; /** -Messages related to Orders.
- - */ +Messages related to Orders.
*/ MessageSubscriptionResourceTypeId ORDER = MessageSubscriptionResourceTypeIdEnum.ORDER; /** -Messages related to Payments.
- - */ +Messages related to Payments.
*/ MessageSubscriptionResourceTypeId PAYMENT = MessageSubscriptionResourceTypeIdEnum.PAYMENT; /** -Messages related to Products.
- - */ +Messages related to Products.
*/ MessageSubscriptionResourceTypeId PRODUCT = MessageSubscriptionResourceTypeIdEnum.PRODUCT; /** -Messages related to ProductSelections.
- - */ +Messages related to ProductSelections.
*/ MessageSubscriptionResourceTypeId PRODUCT_SELECTION = MessageSubscriptionResourceTypeIdEnum.PRODUCT_SELECTION; /** -Messages related to Quotes.
- - */ +Messages related to Quotes.
*/ MessageSubscriptionResourceTypeId QUOTE = MessageSubscriptionResourceTypeIdEnum.QUOTE; /** -Messages related to Quote Requests.
- - */ +Messages related to Quote Requests.
*/ MessageSubscriptionResourceTypeId QUOTE_REQUEST = MessageSubscriptionResourceTypeIdEnum.QUOTE_REQUEST; /** -Messages related to Reviews.
- - */ +Messages related to Reviews.
*/ MessageSubscriptionResourceTypeId REVIEW = MessageSubscriptionResourceTypeIdEnum.REVIEW; /** -Messages related to Staged Quotes.
- - */ +Messages related to Staged Quotes.
*/ MessageSubscriptionResourceTypeId STAGED_QUOTE = MessageSubscriptionResourceTypeIdEnum.STAGED_QUOTE; /** -Messages related to StandalonePrices.
- - */ +Messages related to StandalonePrices.
*/ MessageSubscriptionResourceTypeId STANDALONE_PRICE = MessageSubscriptionResourceTypeIdEnum.STANDALONE_PRICE; /** -Messages related to Stores.
- - */ +Messages related to Stores.
*/ MessageSubscriptionResourceTypeId STORE = MessageSubscriptionResourceTypeIdEnum.STORE; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionHealthStatus.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionHealthStatus.java index 2887a51b7d2..96ec7565ffa 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionHealthStatus.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/SubscriptionHealthStatus.java @@ -17,24 +17,16 @@ public interface SubscriptionHealthStatus extends JsonEnum { /** -Delivers messages as expected.
- - */ +Delivers messages as expected.
*/ SubscriptionHealthStatus HEALTHY = SubscriptionHealthStatusEnum.HEALTHY; /** -Messages cannot be delivered with the current configuration. Common causes are deleting the Destination queue, deleting access credentials, or removing the necessary permissions. The configuration can be fixed by re-creating the configuration on the Destination side, or by setting a new configuration with the Change Destination update action. If the configuration is fixed, undelivered messages will be delivered and the status
will change to Healthy. ConfigurationError
is automatically turned into ConfigurationErrorDeliveryStopped
after some time. For more information, see Delivery Guarantees.
Messages cannot be delivered with the current configuration. Common causes are deleting the Destination queue, deleting access credentials, or removing the necessary permissions. The configuration can be fixed by re-creating the configuration on the Destination side, or by setting a new configuration with the Change Destination update action. If the configuration is fixed, undelivered messages will be delivered and the status
will change to Healthy. ConfigurationError
is automatically turned into ConfigurationErrorDeliveryStopped
after some time. For more information, see Delivery Guarantees.
Does not deliver messages with the current configuration and the delivery of the messages is no longer attempted. If the configuration is fixed, undelivered messages are not retained and will not be delivered. The status
will change to Healthy as soon as new messages can be delivered.
Does not deliver messages with the current configuration and the delivery of the messages is no longer attempted. If the configuration is fixed, undelivered messages are not retained and will not be delivered. The status
will change to Healthy as soon as new messages can be delivered.
Does not deliver messages temporarily due to reasons other than a configuration error. For example, the Destination has a temporary outage.
- - */ +Does not deliver messages temporarily due to reasons other than a configuration error. For example, the Destination has a temporary outage.
*/ SubscriptionHealthStatus TEMPORARY_ERROR = SubscriptionHealthStatusEnum.TEMPORARY_ERROR; /** 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 0d3e1fe8b8e..e5ecf3adfdc 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,79 +17,49 @@ public interface CustomFieldReferenceValue extends JsonEnum { /** - - - */ +ApprovalFlow
*/ CustomFieldReferenceValue APPROVAL_FLOW = CustomFieldReferenceValueEnum.APPROVAL_FLOW; /** - - - */ +AssociateRole
*/ CustomFieldReferenceValue ASSOCIATE_ROLE = CustomFieldReferenceValueEnum.ASSOCIATE_ROLE; /** - - - */ +BusinessUnit
*/ CustomFieldReferenceValue BUSINESS_UNIT = CustomFieldReferenceValueEnum.BUSINESS_UNIT; /** - - - */ +Cart
*/ CustomFieldReferenceValue CART = CustomFieldReferenceValueEnum.CART; /** - - - */ +Category
*/ CustomFieldReferenceValue CATEGORY = CustomFieldReferenceValueEnum.CATEGORY; /** - - - */ +Channel
*/ CustomFieldReferenceValue CHANNEL = CustomFieldReferenceValueEnum.CHANNEL; /** - - - */ +Customer
*/ CustomFieldReferenceValue CUSTOMER = CustomFieldReferenceValueEnum.CUSTOMER; /** - - - */ +CustomObject
*/ CustomFieldReferenceValue KEY_VALUE_DOCUMENT = CustomFieldReferenceValueEnum.KEY_VALUE_DOCUMENT; /** - - - */ +Order
*/ CustomFieldReferenceValue ORDER = CustomFieldReferenceValueEnum.ORDER; /** - - - */ +Product
*/ CustomFieldReferenceValue PRODUCT = CustomFieldReferenceValueEnum.PRODUCT; /** - - - */ +ProductType
*/ CustomFieldReferenceValue PRODUCT_TYPE = CustomFieldReferenceValueEnum.PRODUCT_TYPE; /** - - - */ +Review
*/ CustomFieldReferenceValue REVIEW = CustomFieldReferenceValueEnum.REVIEW; /** - - - */ +State
*/ CustomFieldReferenceValue STATE = CustomFieldReferenceValueEnum.STATE; /** - - - */ +ShippingMethod
*/ CustomFieldReferenceValue SHIPPING_METHOD = CustomFieldReferenceValueEnum.SHIPPING_METHOD; /** - - - */ +Zone
*/ CustomFieldReferenceValue ZONE = CustomFieldReferenceValueEnum.ZONE; /** 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 32993e783cc..c213d09737f 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 @@ -17,168 +17,100 @@ public interface ResourceTypeId extends JsonEnum { /** -Address on BusinessUnit, Cart, Order, OrderEdit, Customer, and Channel
- - */ +Address on BusinessUnit, Cart, Order, OrderEdit, Customer, and Channel
*/ ResourceTypeId ADDRESS = ResourceTypeIdEnum.ADDRESS; /** -Asset on Category and ProductVariant
- - */ +Asset on Category and ProductVariant
*/ ResourceTypeId ASSET = ResourceTypeIdEnum.ASSET; /** - - - */ +ApprovalFlow
*/ ResourceTypeId APPROVAL_FLOW = ResourceTypeIdEnum.APPROVAL_FLOW; /** - - - */ +AssociateRole
*/ ResourceTypeId ASSOCIATE_ROLE = ResourceTypeIdEnum.ASSOCIATE_ROLE; /** - - - */ +BusinessUnit
*/ ResourceTypeId BUSINESS_UNIT = ResourceTypeIdEnum.BUSINESS_UNIT; /** - - - */ +CartDiscount
*/ ResourceTypeId CART_DISCOUNT = ResourceTypeIdEnum.CART_DISCOUNT; /** - - - */ +Category
*/ ResourceTypeId CATEGORY = ResourceTypeIdEnum.CATEGORY; /** - - - */ +Channel
*/ ResourceTypeId CHANNEL = ResourceTypeIdEnum.CHANNEL; /** - - - */ +Customer
*/ ResourceTypeId CUSTOMER = ResourceTypeIdEnum.CUSTOMER; /** - - - */ +CustomerGroup
*/ ResourceTypeId CUSTOMER_GROUP = ResourceTypeIdEnum.CUSTOMER_GROUP; /** -CustomLineItem on Cart and Order
- - */ +CustomLineItem on Cart and Order
*/ ResourceTypeId CUSTOM_LINE_ITEM = ResourceTypeIdEnum.CUSTOM_LINE_ITEM; /** - - - */ +DiscountCode
*/ ResourceTypeId DISCOUNT_CODE = ResourceTypeIdEnum.DISCOUNT_CODE; /** - - - */ +InventoryEntry
*/ ResourceTypeId INVENTORY_ENTRY = ResourceTypeIdEnum.INVENTORY_ENTRY; /** -LineItem on Cart and Order, and LineItem on ShoppingList
- - */ +LineItem on Cart and Order, and LineItem on ShoppingList
*/ ResourceTypeId LINE_ITEM = ResourceTypeIdEnum.LINE_ITEM; /** -Cart and Order.
- When a Cart is ordered, the CustomFields need to be copied to the Order.
- For this reason, the Types for Carts are also valid for Orders, and hence both have the same identifier: order
.
Cart and Order. When a Cart is ordered, the CustomFields need to be copied to the Order. For this reason, the Types for Carts are also valid for Orders, and hence both have the same identifier: order
.
OrderEdit
*/ ResourceTypeId ORDER_EDIT = ResourceTypeIdEnum.ORDER_EDIT; /** - - - */ +Delivery
*/ ResourceTypeId ORDER_DELIVERY = ResourceTypeIdEnum.ORDER_DELIVERY; /** - - - */ +Parcel
*/ ResourceTypeId ORDER_PARCEL = ResourceTypeIdEnum.ORDER_PARCEL; /** - - - */ +ReturnItem
*/ ResourceTypeId ORDER_RETURN_ITEM = ResourceTypeIdEnum.ORDER_RETURN_ITEM; /** - - - */ +Payment
*/ ResourceTypeId PAYMENT = ResourceTypeIdEnum.PAYMENT; /** -InterfaceInteraction on Payment
- - */ +InterfaceInteraction on Payment
*/ ResourceTypeId PAYMENT_INTERFACE_INTERACTION = ResourceTypeIdEnum.PAYMENT_INTERFACE_INTERACTION; /** -Embedded Price on ProductVariant
- - */ +Embedded Price on ProductVariant
*/ ResourceTypeId PRODUCT_PRICE = ResourceTypeIdEnum.PRODUCT_PRICE; /** - - - */ +ProductSelection
*/ ResourceTypeId PRODUCT_SELECTION = ResourceTypeIdEnum.PRODUCT_SELECTION; /** -Quote, QuoteRequest and StagedQuote.
- When a StagedQuote is created, the CustomFields will be copied from the QuoteRequest and when a Quote is created, the CustomFields will be copied from the StagedQuote.
- For this reason, the Types for Quotes are also valid for QuoteRequests and StagedQuotes, and hence all have the same identifier: quote
.
Quote, QuoteRequest and StagedQuote. When a StagedQuote is created, the CustomFields will be copied from the QuoteRequest and when a Quote is created, the CustomFields will be copied from the StagedQuote. For this reason, the Types for Quotes are also valid for QuoteRequests and StagedQuotes, and hence all have the same identifier: quote
.
Review
*/ ResourceTypeId REVIEW = ResourceTypeIdEnum.REVIEW; /** - - - */ +Shipping
*/ ResourceTypeId SHIPPING = ResourceTypeIdEnum.SHIPPING; /** - - - */ +ShippingMethod
*/ ResourceTypeId SHIPPING_METHOD = ResourceTypeIdEnum.SHIPPING_METHOD; /** - - - */ +ShoppingList
*/ ResourceTypeId SHOPPING_LIST = ResourceTypeIdEnum.SHOPPING_LIST; /** - - - */ +TextLineItem on ShoppingList
*/ ResourceTypeId SHOPPING_LIST_TEXT_LINE_ITEM = ResourceTypeIdEnum.SHOPPING_LIST_TEXT_LINE_ITEM; /** - - - */ +StandalonePrice
*/ ResourceTypeId STANDALONE_PRICE = ResourceTypeIdEnum.STANDALONE_PRICE; /** - - - */ +Store
*/ ResourceTypeId STORE = ResourceTypeIdEnum.STORE; /** - - - */ +Transaction on Payment
*/ ResourceTypeId TRANSACTION = ResourceTypeIdEnum.TRANSACTION; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeTextInputHint.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeTextInputHint.java index 13c3c46bcbd..053ffae13aa 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeTextInputHint.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/type/TypeTextInputHint.java @@ -17,14 +17,10 @@ public interface TypeTextInputHint extends JsonEnum { /** -Hint for GUIs to display the field's content in a single line of text.
- - */ +Hint for GUIs to display the field's content in a single line of text.
*/ TypeTextInputHint SINGLE_LINE = TypeTextInputHintEnum.SINGLE_LINE; /** -Hint for GUIs to display the field's content over multiple lines of text.
- - */ +Hint for GUIs to display the field's content over multiple lines of text.
*/ TypeTextInputHint MULTI_LINE = TypeTextInputHintEnum.MULTI_LINE; /** diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/ImportResourceType.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/ImportResourceType.java index 85081772555..9b3fbfa95be 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/ImportResourceType.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/ImportResourceType.java @@ -17,69 +17,43 @@ public interface ImportResourceType extends JsonEnum { /** -The Category import resource type.
- - */ +The Category import resource type.
*/ ImportResourceType CATEGORY = ImportResourceTypeEnum.CATEGORY; /** -The Customer import resource type.
- - */ +The Customer import resource type.
*/ ImportResourceType CUSTOMER = ImportResourceTypeEnum.CUSTOMER; /** -The Inventory import resource type.
- - */ +The Inventory import resource type.
*/ ImportResourceType INVENTORY = ImportResourceTypeEnum.INVENTORY; /** -The Order import resource type.
- - */ +The Order import resource type.
*/ ImportResourceType ORDER = ImportResourceTypeEnum.ORDER; /** -The Order patch import resource type.
- - */ +The Order patch import resource type.
*/ ImportResourceType ORDER_PATCH = ImportResourceTypeEnum.ORDER_PATCH; /** -The Embedded Price import resource type.
- - */ +The Embedded Price import resource type.
*/ ImportResourceType PRICE = ImportResourceTypeEnum.PRICE; /** -The Product import resource type.
- - */ +The Product import resource type.
*/ ImportResourceType PRODUCT = ImportResourceTypeEnum.PRODUCT; /** -The Product draft import resource type.
- - */ +The Product draft import resource type.
*/ ImportResourceType PRODUCT_DRAFT = ImportResourceTypeEnum.PRODUCT_DRAFT; /** -The Product Type import resource type.
- - */ +The Product Type import resource type.
*/ ImportResourceType PRODUCT_TYPE = ImportResourceTypeEnum.PRODUCT_TYPE; /** -The Product Variant import resource type.
- - */ +The Product Variant import resource type.
*/ ImportResourceType PRODUCT_VARIANT = ImportResourceTypeEnum.PRODUCT_VARIANT; /** -The Product Variant patch resource type.
- - */ +The Product Variant patch resource type.
*/ ImportResourceType PRODUCT_VARIANT_PATCH = ImportResourceTypeEnum.PRODUCT_VARIANT_PATCH; /** -The Standalone Price import resource type.
- - */ +The Standalone Price import resource type.
*/ ImportResourceType STANDALONE_PRICE = ImportResourceTypeEnum.STANDALONE_PRICE; /** -The Type import resource type.
- - */ +The Type import resource type.
*/ ImportResourceType TYPE = ImportResourceTypeEnum.TYPE; /** diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/ProcessingState.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/ProcessingState.java index 25856a5cd21..cb18b3dd27c 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/ProcessingState.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/ProcessingState.java @@ -17,39 +17,25 @@ public interface ProcessingState extends JsonEnum { /** -The initial state assigned if the request payload (JSON structure and fields) meets Import API specifications. The resource import is in progress.
- - */ +The initial state assigned if the request payload (JSON structure and fields) meets Import API specifications. The resource import is in progress.
*/ ProcessingState PROCESSING = ProcessingStateEnum.PROCESSING; /** -Either the request payload is missing the data as per Import API specifications, or even though the references were resolved, the data does not meet validation constraints.
- - */ +Either the request payload is missing the data as per Import API specifications, or even though the references were resolved, the data does not meet validation constraints.
*/ ProcessingState VALIDATION_FAILED = ProcessingStateEnum.VALIDATION_FAILED; /** -The import request contains KeyReferences to resources that do not exist in your Composable Commerce Project.
- - */ +The import request contains KeyReferences to resources that do not exist in your Composable Commerce Project.
*/ ProcessingState UNRESOLVED = ProcessingStateEnum.UNRESOLVED; /** -Products must have at least one Product Variant, also known as the Master Variant. If you import a Product without a Master Variant, the import request will have this status until another import request includes Master Variant data for the Product.
- - */ +Products must have at least one Product Variant, also known as the Master Variant. If you import a Product without a Master Variant, the import request will have this status until another import request includes Master Variant data for the Product.
*/ ProcessingState WAIT_FOR_MASTER_VARIANT = ProcessingStateEnum.WAIT_FOR_MASTER_VARIANT; /** -The resource was successfully imported.
- - */ +The resource was successfully imported.
*/ ProcessingState IMPORTED = ProcessingStateEnum.IMPORTED; /** -The resource could not be imported. References were resolved, but the system could not import the data due to an internal server error and the retry limit was reached.
- - */ +The resource could not be imported. References were resolved, but the system could not import the data due to an internal server error and the retry limit was reached.
*/ ProcessingState REJECTED = ProcessingStateEnum.REJECTED; /** -The import request was canceled and the resource was not imported.
- - */ +The import request was canceled and the resource was not imported.
*/ ProcessingState CANCELED = ProcessingStateEnum.CANCELED; /** diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/ReferenceType.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/ReferenceType.java index da1d042fd7b..1fa2797593f 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/ReferenceType.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/common/ReferenceType.java @@ -17,104 +17,64 @@ public interface ReferenceType extends JsonEnum { /** -References a cart.
- - */ +References a cart.
*/ ReferenceType CART = ReferenceTypeEnum.CART; /** -References a cart discount.
- - */ +References a cart discount.
*/ ReferenceType CART_DISCOUNT = ReferenceTypeEnum.CART_DISCOUNT; /** -References a category.
- - */ +References a category.
*/ ReferenceType CATEGORY = ReferenceTypeEnum.CATEGORY; /** -References a channel.
- - */ +References a channel.
*/ ReferenceType CHANNEL = ReferenceTypeEnum.CHANNEL; /** -References a customer.
- - */ +References a customer.
*/ ReferenceType CUSTOMER = ReferenceTypeEnum.CUSTOMER; /** -References a customer group.
- - */ +References a customer group.
*/ ReferenceType CUSTOMER_GROUP = ReferenceTypeEnum.CUSTOMER_GROUP; /** -References a discount code.
- - */ +References a discount code.
*/ ReferenceType DISCOUNT_CODE = ReferenceTypeEnum.DISCOUNT_CODE; /** -References an order.
- - */ +References an order.
*/ ReferenceType ORDER = ReferenceTypeEnum.ORDER; /** -References a payment
- - */ +References a payment
*/ ReferenceType PAYMENT = ReferenceTypeEnum.PAYMENT; /** -References a price.
- - */ +References a price.
*/ ReferenceType PRICE = ReferenceTypeEnum.PRICE; /** -References a product.
- - */ +References a product.
*/ ReferenceType PRODUCT = ReferenceTypeEnum.PRODUCT; /** -References a product discount.
- - */ +References a product discount.
*/ ReferenceType PRODUCT_DISCOUNT = ReferenceTypeEnum.PRODUCT_DISCOUNT; /** -References a product type.
- - */ +References a product type.
*/ ReferenceType PRODUCT_TYPE = ReferenceTypeEnum.PRODUCT_TYPE; /** -References a product variant.
- - */ +References a product variant.
*/ ReferenceType PRODUCT_VARIANT = ReferenceTypeEnum.PRODUCT_VARIANT; /** -References a shipping method.
- - */ +References a shipping method.
*/ ReferenceType SHIPPING_METHOD = ReferenceTypeEnum.SHIPPING_METHOD; /** -References a state.
- - */ +References a state.
*/ ReferenceType STATE = ReferenceTypeEnum.STATE; /** -References a store.
- - */ +References a store.
*/ ReferenceType STORE = ReferenceTypeEnum.STORE; /** -References a tax-category.
- - */ +References a tax-category.
*/ ReferenceType TAX_CATEGORY = ReferenceTypeEnum.TAX_CATEGORY; /** -References a type.
- - */ +References a type.
*/ ReferenceType TYPE = ReferenceTypeEnum.TYPE; /** -References a custom object
- - */ +References a custom object
*/ ReferenceType KEY_VALUE_DOCUMENT = ReferenceTypeEnum.KEY_VALUE_DOCUMENT; /** diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/AuthenticationMode.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/AuthenticationMode.java index f7d050cebfd..0a3e3a93cd6 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/AuthenticationMode.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/customers/AuthenticationMode.java @@ -17,14 +17,10 @@ public interface AuthenticationMode extends JsonEnum { /** -If set, the password
field is required for the Customer.
If set, the password
field is required for the Customer.
If set, the password
field is optional for the Customer.
If set, the password
field is optional for the Customer.
This is an initial state of import resource and is currently processing.
- - */ +This is an initial state of import resource and is currently processing.
*/ ImportOperationState PROCESSING = ImportOperationStateEnum.PROCESSING; /** -The validation of the import resource failed.
- - */ +The validation of the import resource failed.
*/ ImportOperationState VALIDATION_FAILED = ImportOperationStateEnum.VALIDATION_FAILED; /** diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/types/ResourceTypeId.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/types/ResourceTypeId.java index 972c612072f..e9b7a13bf34 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/types/ResourceTypeId.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/types/ResourceTypeId.java @@ -17,158 +17,94 @@ public interface ResourceTypeId extends JsonEnum { /** -Address on BusinessUnit, Cart, Order, OrderEdit, Customer, and Channel
- - */ +Address on BusinessUnit, Cart, Order, OrderEdit, Customer, and Channel
*/ ResourceTypeId ADDRESS = ResourceTypeIdEnum.ADDRESS; /** -Asset on Category and ProductVariant
- - */ +Asset on Category and ProductVariant
*/ ResourceTypeId ASSET = ResourceTypeIdEnum.ASSET; /** - - - */ +BusinessUnit
*/ ResourceTypeId BUSINESS_UNIT = ResourceTypeIdEnum.BUSINESS_UNIT; /** - - - */ +CartDiscount
*/ ResourceTypeId CART_DISCOUNT = ResourceTypeIdEnum.CART_DISCOUNT; /** - - - */ +Category
*/ ResourceTypeId CATEGORY = ResourceTypeIdEnum.CATEGORY; /** - - - */ +Channel
*/ ResourceTypeId CHANNEL = ResourceTypeIdEnum.CHANNEL; /** - - - */ +Customer
*/ ResourceTypeId CUSTOMER = ResourceTypeIdEnum.CUSTOMER; /** - - - */ +CustomerGroup
*/ ResourceTypeId CUSTOMER_GROUP = ResourceTypeIdEnum.CUSTOMER_GROUP; /** -CustomLineItem on Cart and Order
- - */ +CustomLineItem on Cart and Order
*/ ResourceTypeId CUSTOM_LINE_ITEM = ResourceTypeIdEnum.CUSTOM_LINE_ITEM; /** - - - */ +DiscountCode
*/ ResourceTypeId DISCOUNT_CODE = ResourceTypeIdEnum.DISCOUNT_CODE; /** - - - */ +InventoryEntry
*/ ResourceTypeId INVENTORY_ENTRY = ResourceTypeIdEnum.INVENTORY_ENTRY; /** -LineItem on Cart and Order, and LineItem on ShoppingList
- - */ +LineItem on Cart and Order, and LineItem on ShoppingList
*/ ResourceTypeId LINE_ITEM = ResourceTypeIdEnum.LINE_ITEM; /** -Cart and Order.
- When a Cart is ordered, the CustomFields need to be copied to the Order.
- For this reason, the Types for Carts are also valid for Orders, and hence both have the same identifier: order
.
Cart and Order. When a Cart is ordered, the CustomFields need to be copied to the Order. For this reason, the Types for Carts are also valid for Orders, and hence both have the same identifier: order
.
OrderEdit
*/ ResourceTypeId ORDER_EDIT = ResourceTypeIdEnum.ORDER_EDIT; /** - - - */ +Delivery
*/ ResourceTypeId ORDER_DELIVERY = ResourceTypeIdEnum.ORDER_DELIVERY; /** - - - */ +Parcel
*/ ResourceTypeId ORDER_PARCEL = ResourceTypeIdEnum.ORDER_PARCEL; /** - - - */ +ReturnItem
*/ ResourceTypeId ORDER_RETURN_ITEM = ResourceTypeIdEnum.ORDER_RETURN_ITEM; /** - - - */ +Payment
*/ ResourceTypeId PAYMENT = ResourceTypeIdEnum.PAYMENT; /** -InterfaceInteraction on Payment
- - */ +InterfaceInteraction on Payment
*/ ResourceTypeId PAYMENT_INTERFACE_INTERACTION = ResourceTypeIdEnum.PAYMENT_INTERFACE_INTERACTION; /** -Embedded Price on ProductVariant
- - */ +Embedded Price on ProductVariant
*/ ResourceTypeId PRODUCT_PRICE = ResourceTypeIdEnum.PRODUCT_PRICE; /** - - - */ +ProductSelection
*/ ResourceTypeId PRODUCT_SELECTION = ResourceTypeIdEnum.PRODUCT_SELECTION; /** -Quote, QuoteRequest and StagedQuote.
- When a StagedQuote is created, the CustomFields will be copied from the QuoteRequest and when a Quote is created, the CustomFields will be copied from the StagedQuote.
- For this reason, the Types for Quotes are also valid for QuoteRequests and StagedQuotes, and hence all have the same identifier: quote
.
Quote, QuoteRequest and StagedQuote. When a StagedQuote is created, the CustomFields will be copied from the QuoteRequest and when a Quote is created, the CustomFields will be copied from the StagedQuote. For this reason, the Types for Quotes are also valid for QuoteRequests and StagedQuotes, and hence all have the same identifier: quote
.
Review
*/ ResourceTypeId REVIEW = ResourceTypeIdEnum.REVIEW; /** - - - */ +Shipping
*/ ResourceTypeId SHIPPING = ResourceTypeIdEnum.SHIPPING; /** - - - */ +ShippingMethod
*/ ResourceTypeId SHIPPING_METHOD = ResourceTypeIdEnum.SHIPPING_METHOD; /** - - - */ +ShoppingList
*/ ResourceTypeId SHOPPING_LIST = ResourceTypeIdEnum.SHOPPING_LIST; /** - - - */ +TextLineItem on ShoppingList
*/ ResourceTypeId SHOPPING_LIST_TEXT_LINE_ITEM = ResourceTypeIdEnum.SHOPPING_LIST_TEXT_LINE_ITEM; /** - - - */ +StandalonePrice
*/ ResourceTypeId STANDALONE_PRICE = ResourceTypeIdEnum.STANDALONE_PRICE; /** - - - */ +Store
*/ ResourceTypeId STORE = ResourceTypeIdEnum.STORE; /** - - - */ +Transaction on Payment
*/ ResourceTypeId TRANSACTION = ResourceTypeIdEnum.TRANSACTION; /** diff --git a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/types/TypeTextInputHint.java b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/types/TypeTextInputHint.java index b57037a2bdf..4319f3a1b92 100644 --- a/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/types/TypeTextInputHint.java +++ b/commercetools/commercetools-sdk-java-importapi/src/main/java-generated/com/commercetools/importapi/models/types/TypeTextInputHint.java @@ -17,14 +17,10 @@ public interface TypeTextInputHint extends JsonEnum { /** -Hint for GUIs to display the field's content in a single line of text.
- - */ +Hint for GUIs to display the field's content in a single line of text.
*/ TypeTextInputHint SINGLE_LINE = TypeTextInputHintEnum.SINGLE_LINE; /** -Hint for GUIs to display the field's content over multiple lines of text.
- - */ +Hint for GUIs to display the field's content over multiple lines of text.
*/ TypeTextInputHint MULTI_LINE = TypeTextInputHintEnum.MULTI_LINE; /** diff --git a/references.txt b/references.txt index c17b1c58cfa..36403ecc697 100644 --- a/references.txt +++ b/references.txt @@ -194,3 +194,4 @@ d10443de67d8c8e684b4e63415b5720fc3bcf169 5b5166eedb28e48364c82c3fcf2d795983fe9fa8 82856ccfbe173150763c81a98f37eb012ce30e86 941e8656001becbc52907ad541f2c61e461d865d +d281cfbc160ad09ae2b259b5d65336e7d8107455