Interface CartDiscountSetCustomTypeAction
- All Superinterfaces:
CartDiscountUpdateAction
,ResourceUpdateAction<CartDiscountUpdateAction>
CartDiscountSetCustomTypeAction
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
CartDiscountSetCustomTypeAction cartDiscountSetCustomTypeAction = CartDiscountSetCustomTypeAction.builder()
.build()
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
discriminator value for CartDiscountSetCustomTypeAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for CartDiscountSetCustomTypeActionbuilder
(CartDiscountSetCustomTypeAction template) create builder for CartDiscountSetCustomTypeAction instancedeepCopy
(CartDiscountSetCustomTypeAction template) factory method to create a deep copy of CartDiscountSetCustomTypeAction@Valid FieldContainer
Sets the Custom Fields fields for the CartDiscount.@Valid TypeResourceIdentifier
getType()
Defines the Type that extends the CartDiscount with Custom Fields.of()
factory methodof
(CartDiscountSetCustomTypeAction template) factory method to create a shallow copy CartDiscountSetCustomTypeActionvoid
setFields
(FieldContainer fields) Sets the Custom Fields fields for the CartDiscount.void
Defines the Type that extends the CartDiscount with Custom Fields.static com.fasterxml.jackson.core.type.TypeReference<CartDiscountSetCustomTypeAction>
gives a TypeReference for usage with Jackson DataBinddefault <T> T
accessor map functionMethods inherited from interface com.commercetools.api.models.cart_discount.CartDiscountUpdateAction
getAction, withCartDiscountUpdateAction
Methods inherited from interface com.commercetools.api.models.ResourceUpdateAction
get
-
Field Details
-
SET_CUSTOM_TYPE
discriminator value for CartDiscountSetCustomTypeAction- See Also:
-
-
Method Details
-
getType
Defines the Type that extends the CartDiscount with Custom Fields. If absent, any existing Type and Custom Fields are removed from the CartDiscount.
- Returns:
- type
-
getFields
Sets the Custom Fields fields for the CartDiscount.
- Returns:
- fields
-
setType
Defines the Type that extends the CartDiscount with Custom Fields. If absent, any existing Type and Custom Fields are removed from the CartDiscount.
- Parameters:
type
- value to be set
-
setFields
Sets the Custom Fields fields for the CartDiscount.
- Parameters:
fields
- value to be set
-
of
factory method- Returns:
- instance of CartDiscountSetCustomTypeAction
-
of
factory method to create a shallow copy CartDiscountSetCustomTypeAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
@Nullable static CartDiscountSetCustomTypeAction deepCopy(@Nullable CartDiscountSetCustomTypeAction template) factory method to create a deep copy of CartDiscountSetCustomTypeAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for CartDiscountSetCustomTypeAction- Returns:
- builder
-
builder
create builder for CartDiscountSetCustomTypeAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withCartDiscountSetCustomTypeAction
default <T> T withCartDiscountSetCustomTypeAction(Function<CartDiscountSetCustomTypeAction, T> helper) accessor map function- Type Parameters:
T
- mapped type- Parameters:
helper
- function to map the object- Returns:
- mapped value
-
typeReference
static com.fasterxml.jackson.core.type.TypeReference<CartDiscountSetCustomTypeAction> typeReference()gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-