Package | Description |
---|---|
io.sphere.sdk.shoppinglists.commands.updateactions |
Provides the possible operations which can be performed on update commands for shopping list methods.
|
Class and Description |
---|
AddLineItem
Adds a line item to a shopping list.
|
AddTextLineItem
Adds a text line item to a shopping list.
|
ChangeLineItemQuantity
Changes the line item quantity.
|
ChangeLineItemsOrder
Changes the order of the line items.
|
ChangeName
Changes the name of the shopping list.
|
ChangeTextLineItemName
Changes the text line item name.
|
ChangeTextLineItemQuantity
Changes the text line item quantity.
|
ChangeTextLineItemsOrder
Changes the order of the text line items.
|
RemoveLineItem
Removes a line item from a shopping list.
|
RemoveTextLineItem
Removes a text line item from a shopping list.
|
SetAnonymousId
Updates the
anonymousId property of a ShoppingList . |
SetCustomer
Sets the reference to the customer.
|
SetCustomField
Updates a custom field in a shopping list.
|
SetCustomType
Sets or removes a custom type in a shopping list.
|
SetDeleteDaysAfterLastModification
Sets the TTL
ShoppingList.getDeleteDaysAfterLastModification() of the shopping list. |
SetDescription
Sets the description of the shopping list.
|
SetKey
Sets the key of the shopping list.
|
SetLineItemCustomField
Updates a custom field in a line item.
|
SetLineItemCustomType
Sets or removes a custom type in a line item.
|
SetSlug
Sets the slug of the shopping list.
|
SetStore
Sets the Store.
|
SetTextLineItemCustomField
Updates a custom field in a text line item.
|
SetTextLineItemCustomType
Sets or removes a custom type in a text line item.
|
SetTextLineItemDescription
Sets the text line item description.
|