Interface ShoppingListChangeTextLineItemsOrderAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

public interface ShoppingListChangeTextLineItemsOrderAction extends ShoppingListUpdateAction
ShoppingListChangeTextLineItemsOrderAction
Example to create an instance using the builder pattern

     ShoppingListChangeTextLineItemsOrderAction shoppingListChangeTextLineItemsOrderAction = ShoppingListChangeTextLineItemsOrderAction.builder()
             .plusTextLineItemOrder(textLineItemOrderBuilder -> textLineItemOrderBuilder)
             .build()