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