Class ApiPaths.WatchlistApiPaths
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.WatchlistApiPaths
- Enclosing class:
ApiPaths
Watchlist API paths.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBase path for watchlist endpoints.static final StringRelative path to create a new watchlist.static final StringRelative path to delete an existing watchlist.static final StringRelative path to fetch a single watchlist.static final StringRelative path to fetch all watchlists for the current user.static final StringRelative path to update an existing watchlist. -
Method Summary
-
Field Details
-
BASE
-
GET_FOR_CURRENT_USER
Relative path to fetch all watchlists for the current user.- See Also:
-
GET
-
CREATE_WATCHLIST
-
UPDATE_WATCHLIST
Relative path to update an existing watchlist.- See Also:
-
DELETE_WATCHLIST
Relative path to delete an existing watchlist.- See Also:
-