Interface MyShoppingListChangeLineItemQuantityAction

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

MyShoppingListChangeLineItemQuantityAction
Example to create an instance using the builder pattern

     MyShoppingListChangeLineItemQuantityAction myShoppingListChangeLineItemQuantityAction = MyShoppingListChangeLineItemQuantityAction.builder()
             .quantity(0.3)
             .build()