Class ShoppingListSetCustomTypeActionBuilder

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

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

     ShoppingListSetCustomTypeAction shoppingListSetCustomTypeAction = ShoppingListSetCustomTypeAction.builder()
             .build()