Class MyShoppingListSetTextLineItemCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.me.MyShoppingListSetTextLineItemCustomTypeActionBuilder
All Implemented Interfaces:
Builder<MyShoppingListSetTextLineItemCustomTypeAction>

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

     MyShoppingListSetTextLineItemCustomTypeAction myShoppingListSetTextLineItemCustomTypeAction = MyShoppingListSetTextLineItemCustomTypeAction.builder()
             .build()