Interface ShoppingListUpdateAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>
All Known Subinterfaces:
ShoppingListAddLineItemAction, ShoppingListAddTextLineItemAction, ShoppingListChangeLineItemQuantityAction, ShoppingListChangeLineItemsOrderAction, ShoppingListChangeNameAction, ShoppingListChangeTextLineItemNameAction, ShoppingListChangeTextLineItemQuantityAction, ShoppingListChangeTextLineItemsOrderAction, ShoppingListRemoveLineItemAction, ShoppingListRemoveTextLineItemAction, ShoppingListSetAnonymousIdAction, ShoppingListSetCustomerAction, ShoppingListSetCustomFieldAction, ShoppingListSetCustomTypeAction, ShoppingListSetDeleteDaysAfterLastModificationAction, ShoppingListSetDescriptionAction, ShoppingListSetKeyAction, ShoppingListSetLineItemCustomFieldAction, ShoppingListSetLineItemCustomTypeAction, ShoppingListSetSlugAction, ShoppingListSetStoreAction, ShoppingListSetTextLineItemCustomFieldAction, ShoppingListSetTextLineItemCustomTypeAction, ShoppingListSetTextLineItemDescriptionAction

public interface ShoppingListUpdateAction extends ResourceUpdateAction<ShoppingListUpdateAction>
ShoppingListUpdateAction
Example to create a subtype instance using the builder pattern

     ShoppingListUpdateAction shoppingListUpdateAction = ShoppingListUpdateAction.addLineItemBuilder()
             .build()