Class ShoppingListSetCustomerActionBuilder

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

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

     ShoppingListSetCustomerAction shoppingListSetCustomerAction = ShoppingListSetCustomerAction.builder()
             .build()