Class ShoppingListChangeLineItemsOrderActionBuilder

java.lang.Object
com.commercetools.api.models.shopping_list.ShoppingListChangeLineItemsOrderActionBuilder
All Implemented Interfaces:
Builder<ShoppingListChangeLineItemsOrderAction>

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

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