Interface MyShoppingListChangeTextLineItemQuantityAction

All Superinterfaces:
MyShoppingListUpdateAction, ResourceUpdateAction<MyShoppingListUpdateAction>

public interface MyShoppingListChangeTextLineItemQuantityAction extends MyShoppingListUpdateAction
MyShoppingListChangeTextLineItemQuantityAction
Example to create an instance using the builder pattern

     MyShoppingListChangeTextLineItemQuantityAction myShoppingListChangeTextLineItemQuantityAction = MyShoppingListChangeTextLineItemQuantityAction.builder()
             .quantity(0.3)
             .build()