Class ShoppingListSetKeyActionBuilder

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

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

     ShoppingListSetKeyAction shoppingListSetKeyAction = ShoppingListSetKeyAction.builder()
             .build()