Class ShoppingListChangeLineItemQuantityActionBuilder

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

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

     ShoppingListChangeLineItemQuantityAction shoppingListChangeLineItemQuantityAction = ShoppingListChangeLineItemQuantityAction.builder()
             .lineItemId("{lineItemId}")
             .quantity(0.3)
             .build()