Interface ShoppingListChangeLineItemQuantityAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

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

     ShoppingListChangeLineItemQuantityAction shoppingListChangeLineItemQuantityAction = ShoppingListChangeLineItemQuantityAction.builder()
             .quantity(0.3)
             .build()