Class ApiPaths.StrategyApiPaths
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.StrategyApiPaths
- Enclosing class:
ApiPaths
Strategy API paths.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBase path for strategy endpoints.static final StringRelative path to create a strategy.static final StringRelative path to delete a strategy.static final StringRelative path to fetch a single strategy.static final StringRelative path to search strategies.static final StringRelative path to update a strategy.static final StringRelative path to update the accounts assigned to a strategy. -
Method Summary
-
Field Details
-
BASE
-
GET
-
SEARCH
-
CREATE
-
UPDATE
-
UPDATE_ACCOUNT_ASSIGNMENTS
Relative path to update the accounts assigned to a strategy.- See Also:
-
DELETE
-