Class ApiPaths.MarketEventApiPaths

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

public static final class ApiPaths.MarketEventApiPaths extends Object
Economic/market event API paths.
Version:
3.0.6
Author:
Stephen Prizio
  • Field Details

    • BASE

      public static final String BASE
      Base path for market event endpoints.
      See Also:
    • GET

      public static final String GET
      Relative path to fetch events by id or criteria.
      See Also:
    • GET_FOR_INTERVAL

      public static final String GET_FOR_INTERVAL
      Relative path to fetch events occurring within a time interval.
      See Also:
    • FETCH_MARKET_EVENTS

      public static final String FETCH_MARKET_EVENTS
      Relative path to trigger a fetch/refresh of external market events.
      See Also: