Class MyShoppingListChangeTextLineItemQuantityActionBuilder

java.lang.Object
com.commercetools.api.models.me.MyShoppingListChangeTextLineItemQuantityActionBuilder
All Implemented Interfaces:
Builder<MyShoppingListChangeTextLineItemQuantityAction>

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

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