Class ShoppingListChangeTextLineItemQuantityActionBuilder

java.lang.Object
com.commercetools.api.models.shopping_list.ShoppingListChangeTextLineItemQuantityActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<ShoppingListChangeTextLineItemQuantityAction>

ShoppingListChangeTextLineItemQuantityActionBuilder
Example to create an instance using the builder pattern

     ShoppingListChangeTextLineItemQuantityAction shoppingListChangeTextLineItemQuantityAction = ShoppingListChangeTextLineItemQuantityAction.builder()
             .textLineItemId("{textLineItemId}")
             .quantity(0.3)
             .build()