Interface ExtensionSetKeyAction
- All Superinterfaces:
ExtensionUpdateAction
,ResourceUpdateAction<ExtensionUpdateAction>
ExtensionSetKeyAction
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
ExtensionSetKeyAction extensionSetKeyAction = ExtensionSetKeyAction.builder()
.build()
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionSetKeyActionBuilder
builder()
builder factory method for ExtensionSetKeyActionstatic ExtensionSetKeyActionBuilder
builder
(ExtensionSetKeyAction template) create builder for ExtensionSetKeyAction instancestatic ExtensionSetKeyAction
deepCopy
(ExtensionSetKeyAction template) factory method to create a deep copy of ExtensionSetKeyActiongetKey()
Value to set.static ExtensionSetKeyAction
of()
factory methodstatic ExtensionSetKeyAction
of
(ExtensionSetKeyAction template) factory method to create a shallow copy ExtensionSetKeyActionstatic ExtensionSetKeyAction
ofUnset()
void
Value to set.static com.fasterxml.jackson.core.type.TypeReference<ExtensionSetKeyAction>
gives a TypeReference for usage with Jackson DataBinddefault <T> T
accessor map functionMethods inherited from interface com.commercetools.api.models.extension.ExtensionUpdateAction
getAction, withExtensionUpdateAction
Methods inherited from interface com.commercetools.api.models.ResourceUpdateAction
get
-
Field Details
-
SET_KEY
discriminator value for ExtensionSetKeyAction- See Also:
-
-
Method Details
-
getKey
String getKey()Value to set. If empty, any existing value will be removed.
- Returns:
- key
-
setKey
Value to set. If empty, any existing value will be removed.
- Parameters:
key
- value to be set
-
of
factory method- Returns:
- instance of ExtensionSetKeyAction
-
of
factory method to create a shallow copy ExtensionSetKeyAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
factory method to create a deep copy of ExtensionSetKeyAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for ExtensionSetKeyAction- Returns:
- builder
-
builder
create builder for ExtensionSetKeyAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withExtensionSetKeyAction
accessor map function- Type Parameters:
T
- mapped type- Parameters:
helper
- function to map the object- Returns:
- mapped value
-
ofUnset
-
typeReference
gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-