Class ShoppingListSetTextLineItemCustomTypeActionBuilder

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

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

     ShoppingListSetTextLineItemCustomTypeAction shoppingListSetTextLineItemCustomTypeAction = ShoppingListSetTextLineItemCustomTypeAction.builder()
             .build()