Class ShoppingListChangeTextLineItemsOrderActionBuilder

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

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

     ShoppingListChangeTextLineItemsOrderAction shoppingListChangeTextLineItemsOrderAction = ShoppingListChangeTextLineItemsOrderAction.builder()
             .plusTextLineItemOrder(textLineItemOrderBuilder -> textLineItemOrderBuilder)
             .build()