Interface ShoppingListSetKeyAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

public interface ShoppingListSetKeyAction extends ShoppingListUpdateAction
ShoppingListSetKeyAction
Example to create an instance using the builder pattern

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