Interface ShoppingListChangeLineItemsOrderAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

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

     ShoppingListChangeLineItemsOrderAction shoppingListChangeLineItemsOrderAction = ShoppingListChangeLineItemsOrderAction.builder()
             .plusLineItemOrder(lineItemOrderBuilder -> lineItemOrderBuilder)
             .build()