Class ShoppingListChangeTextLineItemQuantityActionBuilder

java.lang.Object
com.commercetools.api.models.shopping_list.ShoppingListChangeTextLineItemQuantityActionBuilder
All Implemented Interfaces:
Builder<ShoppingListChangeTextLineItemQuantityAction>

public class ShoppingListChangeTextLineItemQuantityActionBuilder extends Object implements Builder<ShoppingListChangeTextLineItemQuantityAction>
ShoppingListChangeTextLineItemQuantityActionBuilder
Example to create an instance using the builder pattern

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