Class ApiPaths.PositionRecordApiPaths
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.PositionRecordApiPaths
- Enclosing class:
ApiPaths
Position record API paths.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBase path for position record endpoints.static final StringRelative path to fetch position records within a time interval.static final StringRelative path to fetch available position record control options.static final StringRelative path to fetch the most recent position records.static final StringRelative path to fetch a user's position log view. -
Method Summary
-
Field Details
-
BASE
-
GET_FOR_INTERVAL
Relative path to fetch position records within a time interval.- See Also:
-
GET_RECENT
Relative path to fetch the most recent position records.- See Also:
-
GET_POSITION_RECORD_CONTROLS
Relative path to fetch available position record control options.- See Also:
-
POSITION_LOG
Relative path to fetch a user's position log view.- See Also:
-