Interface ShoppingListChangeLineItemQuantityAction

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

ShoppingListChangeLineItemQuantityAction
Example to create an instance using the builder pattern

     ShoppingListChangeLineItemQuantityAction shoppingListChangeLineItemQuantityAction = ShoppingListChangeLineItemQuantityAction.builder()
             .lineItemId("{lineItemId}")
             .quantity(0.3)
             .build()