Interface ShoppingListChangeTextLineItemQuantityAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

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

     ShoppingListChangeTextLineItemQuantityAction shoppingListChangeTextLineItemQuantityAction = ShoppingListChangeTextLineItemQuantityAction.builder()
             .quantity(0.3)
             .build()