| Class | Description |
|---|---|
| RecipePageRequest |
Represents a request to fetch a page of Recipes.
|
| RecipePageRequest.Builder |
Creates a
RecipePageRequest object |
| RecipeRow |
Stores information about Recipe, including information that should not be exposed to users.
|
| RecipeRow.Builder |
Creates a RecipeRow storage object
|
| Exception | Description |
|---|---|
| RecipeAlreadyExistsException |
Thrown when a Recipe with a given recipe name already exists.
|
| RecipeNotFoundException |
Thrown when a Recipe is not found when it is expected to exist.
|
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.