Class MyShoppingListChangeTextLineItemQuantityActionBuilder

java.lang.Object
com.commercetools.api.models.me.MyShoppingListChangeTextLineItemQuantityActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<MyShoppingListChangeTextLineItemQuantityAction>

public class MyShoppingListChangeTextLineItemQuantityActionBuilder extends Object implements io.vrap.rmf.base.client.Builder<MyShoppingListChangeTextLineItemQuantityAction>
MyShoppingListChangeTextLineItemQuantityActionBuilder
Example to create an instance using the builder pattern

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