Interface MyShoppingListChangeTextLineItemQuantityAction

All Superinterfaces:
MyShoppingListUpdateAction, ResourceUpdateAction<MyShoppingListUpdateAction>
All Known Implementing Classes:
MyShoppingListChangeTextLineItemQuantityActionImpl

MyShoppingListChangeTextLineItemQuantityAction
Example to create an instance using the builder pattern

     MyShoppingListChangeTextLineItemQuantityAction myShoppingListChangeTextLineItemQuantityAction = MyShoppingListChangeTextLineItemQuantityAction.builder()
             .textLineItemId("{textLineItemId}")
             .quantity(0.3)
             .build()