Class ApiPaths.PositionApiPaths
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.PositionApiPaths
- Enclosing class:
ApiPaths
Position API paths.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBase path for position endpoints.static final StringRelative path to create a position.static final StringRelative path to delete a position.static final StringRelative path to fetch a position by position number.static final StringRelative path to fetch insights for a position by position number.static final StringRelative path to retrieve a position report.static final StringRelative path to import positions.static final StringRelative path to recalculate positions.static final StringRelative path to search positions by filter criteria.static final StringRelative path to update a position. -
Method Summary
-
Field Details
-
BASE
-
GET
-
GET_INSIGHTS
Relative path to fetch insights for a position by position number.- See Also:
-
SEARCH
-
GET_REPORT
-
IMPORT_POSITIONS
-
RECALCULATE_POSITIONS
-
CREATE
-
UPDATE
-
DELETE
-