Class ShoppingListSetCustomerActionBuilder

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

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

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