Interface ShoppingListSetCustomTypeAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

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

     ShoppingListSetCustomTypeAction shoppingListSetCustomTypeAction = ShoppingListSetCustomTypeAction.builder()
             .build()