Class ApiPaths.PositionRecordApiPaths

java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.PositionRecordApiPaths
Enclosing class:
ApiPaths

public static final class ApiPaths.PositionRecordApiPaths extends Object
Position record API paths.
Version:
3.0.6
Author:
Stephen Prizio
  • Field Details

    • BASE

      public static final String BASE
      Base path for position record endpoints.
      See Also:
    • GET_FOR_INTERVAL

      public static final String GET_FOR_INTERVAL
      Relative path to fetch position records within a time interval.
      See Also:
    • GET_RECENT

      public static final String GET_RECENT
      Relative path to fetch the most recent position records.
      See Also:
    • GET_POSITION_RECORD_CONTROLS

      public static final String GET_POSITION_RECORD_CONTROLS
      Relative path to fetch available position record control options.
      See Also:
    • POSITION_LOG

      public static final String POSITION_LOG
      Relative path to fetch a user's position log view.
      See Also: