Class ShoppingListChangeLineItemsOrderActionBuilder

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

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

     ShoppingListChangeLineItemsOrderAction shoppingListChangeLineItemsOrderAction = ShoppingListChangeLineItemsOrderAction.builder()
             .plusLineItemOrder(lineItemOrderBuilder -> lineItemOrderBuilder)
             .build()