Interface InventoryEntrySetKeyAction
- All Superinterfaces:
InventoryEntryUpdateAction
,ResourceUpdateAction<InventoryEntryUpdateAction>
InventoryEntrySetKeyAction
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
InventoryEntrySetKeyAction inventoryEntrySetKeyAction = InventoryEntrySetKeyAction.builder()
.build()
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for InventoryEntrySetKeyActionbuilder
(InventoryEntrySetKeyAction template) create builder for InventoryEntrySetKeyAction instancestatic InventoryEntrySetKeyAction
deepCopy
(InventoryEntrySetKeyAction template) factory method to create a deep copy of InventoryEntrySetKeyActiongetKey()
Value to set.static InventoryEntrySetKeyAction
of()
factory methodstatic InventoryEntrySetKeyAction
of
(InventoryEntrySetKeyAction template) factory method to create a shallow copy InventoryEntrySetKeyActionstatic InventoryEntrySetKeyAction
ofUnset()
void
Value to set.static com.fasterxml.jackson.core.type.TypeReference<InventoryEntrySetKeyAction>
gives a TypeReference for usage with Jackson DataBinddefault <T> T
accessor map functionMethods inherited from interface com.commercetools.api.models.inventory.InventoryEntryUpdateAction
getAction, withInventoryEntryUpdateAction
Methods inherited from interface com.commercetools.api.models.ResourceUpdateAction
get
-
Field Details
-
SET_KEY
discriminator value for InventoryEntrySetKeyAction- 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 InventoryEntrySetKeyAction
-
of
factory method to create a shallow copy InventoryEntrySetKeyAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
factory method to create a deep copy of InventoryEntrySetKeyAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for InventoryEntrySetKeyAction- Returns:
- builder
-
builder
create builder for InventoryEntrySetKeyAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withInventoryEntrySetKeyAction
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
-