Interface MyShoppingListChangeLineItemsOrderAction

All Superinterfaces:
MyShoppingListUpdateAction, ResourceUpdateAction<MyShoppingListUpdateAction>
All Known Implementing Classes:
MyShoppingListChangeLineItemsOrderActionImpl

public interface MyShoppingListChangeLineItemsOrderAction extends MyShoppingListUpdateAction
MyShoppingListChangeLineItemsOrderAction
Example to create an instance using the builder pattern

     MyShoppingListChangeLineItemsOrderAction myShoppingListChangeLineItemsOrderAction = MyShoppingListChangeLineItemsOrderAction.builder()
             .plusLineItemOrder(lineItemOrderBuilder -> lineItemOrderBuilder)
             .build()