Package com.commercetools.api.models.me
Interface MyShoppingListSetLineItemCustomTypeAction
- All Superinterfaces:
MyShoppingListUpdateAction,ResourceUpdateAction<MyShoppingListUpdateAction>
MyShoppingListSetLineItemCustomTypeAction
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
MyShoppingListSetLineItemCustomTypeAction myShoppingListSetLineItemCustomTypeAction = MyShoppingListSetLineItemCustomTypeAction.builder()
.lineItemId("{lineItemId}")
.build()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringdiscriminator value for MyShoppingListSetLineItemCustomTypeAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder factory method for MyShoppingListSetLineItemCustomTypeActioncreate builder for MyShoppingListSetLineItemCustomTypeAction instancecopyDeep()factory method to create a deep copy of MyShoppingListSetLineItemCustomTypeAction@Valid FieldContainerSets the Custom Fields fields for the ShoppingListLineItem.@NotNull StringUnique identifier of an existing ShoppingListLineItem in the ShoppingList.@Valid TypeResourceIdentifiergetType()Defines the Type that extends the ShoppingListLineItem with Custom Fields.of()factory methodof(MyShoppingListSetLineItemCustomTypeAction template) factory method to create a shallow copy MyShoppingListSetLineItemCustomTypeActionvoidsetFields(FieldContainer fields) Sets the Custom Fields fields for the ShoppingListLineItem.voidsetLineItemId(String lineItemId) Unique identifier of an existing ShoppingListLineItem in the ShoppingList.voidDefines the Type that extends the ShoppingListLineItem with Custom Fields.static com.fasterxml.jackson.core.type.TypeReference<MyShoppingListSetLineItemCustomTypeAction>gives a TypeReference for usage with Jackson DataBinddefault <T> TwithMyShoppingListSetLineItemCustomTypeAction(Function<MyShoppingListSetLineItemCustomTypeAction, T> helper) accessor map functionMethods inherited from interface com.commercetools.api.models.me.MyShoppingListUpdateAction
getAction, withMyShoppingListUpdateActionMethods inherited from interface com.commercetools.api.models.ResourceUpdateAction
get
-
Field Details
-
SET_LINE_ITEM_CUSTOM_TYPE
discriminator value for MyShoppingListSetLineItemCustomTypeAction- See Also:
-
-
Method Details
-
getLineItemId
Unique identifier of an existing ShoppingListLineItem in the ShoppingList.
- Returns:
- lineItemId
-
getType
Defines the Type that extends the ShoppingListLineItem with Custom Fields. If absent, any existing Type and Custom Fields are removed from the ShoppingListLineItem.
- Returns:
- type
-
getFields
Sets the Custom Fields fields for the ShoppingListLineItem.
- Returns:
- fields
-
setLineItemId
Unique identifier of an existing ShoppingListLineItem in the ShoppingList.
- Parameters:
lineItemId- value to be set
-
setType
Defines the Type that extends the ShoppingListLineItem with Custom Fields. If absent, any existing Type and Custom Fields are removed from the ShoppingListLineItem.
- Parameters:
type- value to be set
-
setFields
Sets the Custom Fields fields for the ShoppingListLineItem.
- Parameters:
fields- value to be set
-
of
factory method- Returns:
- instance of MyShoppingListSetLineItemCustomTypeAction
-
of
static MyShoppingListSetLineItemCustomTypeAction of(MyShoppingListSetLineItemCustomTypeAction template) factory method to create a shallow copy MyShoppingListSetLineItemCustomTypeAction- Parameters:
template- instance to be copied- Returns:
- copy instance
-
copyDeep
MyShoppingListSetLineItemCustomTypeAction copyDeep()- Specified by:
copyDeepin interfaceMyShoppingListUpdateAction
-
deepCopy
@Nullable static MyShoppingListSetLineItemCustomTypeAction deepCopy(@Nullable MyShoppingListSetLineItemCustomTypeAction template) factory method to create a deep copy of MyShoppingListSetLineItemCustomTypeAction- Parameters:
template- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for MyShoppingListSetLineItemCustomTypeAction- Returns:
- builder
-
builder
static MyShoppingListSetLineItemCustomTypeActionBuilder builder(MyShoppingListSetLineItemCustomTypeAction template) create builder for MyShoppingListSetLineItemCustomTypeAction instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-
withMyShoppingListSetLineItemCustomTypeAction
default <T> T withMyShoppingListSetLineItemCustomTypeAction(Function<MyShoppingListSetLineItemCustomTypeAction, 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<MyShoppingListSetLineItemCustomTypeAction> typeReference()gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-