Interface MyShoppingListChangeLineItemsOrderAction

All Superinterfaces:
MyShoppingListUpdateAction, ResourceUpdateAction<MyShoppingListUpdateAction>

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

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