Interface ShoppingListChangeTextLineItemQuantityAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction
All Known Implementing Classes:
ShoppingListChangeTextLineItemQuantityActionImpl

ShoppingListChangeTextLineItemQuantityAction
Example to create an instance using the builder pattern

     ShoppingListChangeTextLineItemQuantityAction shoppingListChangeTextLineItemQuantityAction = ShoppingListChangeTextLineItemQuantityAction.builder()
             .textLineItemId("{textLineItemId}")
             .quantity(0.3)
             .build()