Class ShoppingListSetKeyActionBuilder

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

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

     ShoppingListSetKeyAction shoppingListSetKeyAction = ShoppingListSetKeyAction.builder()
             .build()
 
  • Constructor Details

    • ShoppingListSetKeyActionBuilder

      public ShoppingListSetKeyActionBuilder()
  • Method Details