Interface CustomerGroupUpdateAction
- All Superinterfaces:
ResourceUpdateAction<CustomerGroupUpdateAction>
- All Known Subinterfaces:
CustomerGroupChangeNameAction
,CustomerGroupSetCustomFieldAction
,CustomerGroupSetCustomTypeAction
,CustomerGroupSetKeyAction
CustomerGroupUpdateAction
Example to create a subtype instance using the builder pattern
Example to create a subtype instance using the builder pattern
CustomerGroupUpdateAction customerGroupUpdateAction = CustomerGroupUpdateAction.changeNameBuilder()
name("{name}")
.build()
-
Method Summary
Modifier and TypeMethodDescriptionbuilder for changeName subtypestatic CustomerGroupUpdateAction
deepCopy
(CustomerGroupUpdateAction template) factory method to create a deep copy of CustomerGroupUpdateAction@NotNull String
builder for setCustomField subtypebuilder for setCustomType subtypebuilder for setKey subtypestatic com.fasterxml.jackson.core.type.TypeReference<CustomerGroupUpdateAction>
gives a TypeReference for usage with Jackson DataBinddefault <T> T
accessor map functionMethods inherited from interface com.commercetools.api.models.ResourceUpdateAction
get
-
Method Details
-
getAction
- Specified by:
getAction
in interfaceResourceUpdateAction<CustomerGroupUpdateAction>
- Returns:
- action
-
deepCopy
factory method to create a deep copy of CustomerGroupUpdateAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
changeNameBuilder
builder for changeName subtype- Returns:
- builder
-
setCustomFieldBuilder
builder for setCustomField subtype- Returns:
- builder
-
setCustomTypeBuilder
builder for setCustomType subtype- Returns:
- builder
-
setKeyBuilder
builder for setKey subtype- Returns:
- builder
-
withCustomerGroupUpdateAction
accessor map function- Type Parameters:
T
- mapped type- Parameters:
helper
- function to map the object- Returns:
- mapped value
-
typeReference
gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-