Class ShoppingListSetStoreActionBuilder

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

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

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