Interface MyShoppingListChangeTextLineItemsOrderAction

All Superinterfaces:
MyShoppingListUpdateAction, ResourceUpdateAction<MyShoppingListUpdateAction>

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

     MyShoppingListChangeTextLineItemsOrderAction myShoppingListChangeTextLineItemsOrderAction = MyShoppingListChangeTextLineItemsOrderAction.builder()
             .plusTextLineItemOrder(textLineItemOrderBuilder -> textLineItemOrderBuilder)
             .build()