Class ShoppingListSetStoreActionBuilder

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

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

     ShoppingListSetStoreAction shoppingListSetStoreAction = ShoppingListSetStoreAction.builder()
             .build()