Class MyShoppingListChangeLineItemQuantityActionBuilder

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

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

     MyShoppingListChangeLineItemQuantityAction myShoppingListChangeLineItemQuantityAction = MyShoppingListChangeLineItemQuantityAction.builder()
             .quantity(0.3)
             .build()