Interface AttributeGroupSetDescriptionAction
- All Superinterfaces:
AttributeGroupUpdateAction
,ResourceUpdateAction<AttributeGroupUpdateAction>
AttributeGroupSetDescriptionAction
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
AttributeGroupSetDescriptionAction attributeGroupSetDescriptionAction = AttributeGroupSetDescriptionAction.builder()
.build()
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
discriminator value for AttributeGroupSetDescriptionAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for AttributeGroupSetDescriptionActionbuilder
(AttributeGroupSetDescriptionAction template) create builder for AttributeGroupSetDescriptionAction instancedeepCopy
(AttributeGroupSetDescriptionAction template) factory method to create a deep copy of AttributeGroupSetDescriptionAction@Valid LocalizedString
Value to set.of()
factory methodof
(AttributeGroupSetDescriptionAction template) factory method to create a shallow copy AttributeGroupSetDescriptionActionvoid
setDescription
(LocalizedString description) Value to set.static com.fasterxml.jackson.core.type.TypeReference<AttributeGroupSetDescriptionAction>
gives a TypeReference for usage with Jackson DataBinddefault <T> T
accessor map functionMethods inherited from interface com.commercetools.api.models.attribute_group.AttributeGroupUpdateAction
getAction, withAttributeGroupUpdateAction
Methods inherited from interface com.commercetools.api.models.ResourceUpdateAction
get
-
Field Details
-
SET_DESCRIPTION
discriminator value for AttributeGroupSetDescriptionAction- See Also:
-
-
Method Details
-
getDescription
Value to set. If empty, any existing value will be removed.
- Returns:
- description
-
setDescription
Value to set. If empty, any existing value will be removed.
- Parameters:
description
- value to be set
-
of
factory method- Returns:
- instance of AttributeGroupSetDescriptionAction
-
of
factory method to create a shallow copy AttributeGroupSetDescriptionAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
@Nullable static AttributeGroupSetDescriptionAction deepCopy(@Nullable AttributeGroupSetDescriptionAction template) factory method to create a deep copy of AttributeGroupSetDescriptionAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for AttributeGroupSetDescriptionAction- Returns:
- builder
-
builder
static AttributeGroupSetDescriptionActionBuilder builder(AttributeGroupSetDescriptionAction template) create builder for AttributeGroupSetDescriptionAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withAttributeGroupSetDescriptionAction
default <T> T withAttributeGroupSetDescriptionAction(Function<AttributeGroupSetDescriptionAction, 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<AttributeGroupSetDescriptionAction> typeReference()gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-