Package energy.trolie.client
Class TrolieApiConstants
java.lang.Object
energy.trolie.client.TrolieApiConstants
Series of static constants against the TROLIE OpenAPI specification
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringContent type for forecast proposalsstatic final StringContent type for forecast limit snapshotsstatic final StringContent type for monitoring sets.static final StringContent type for real-time proposal status.static final StringContent type for real-time limit snapshotsstatic final StringCommon query parameter name for monitoring set filter.static final StringCommon query parameter name for period offset.static final StringCommon query parameter name for the period end.static final StringCommon query parameter name for a resource filter.static final StringPath to getDefaultMonitoringSetstatic final StringPath to patchRatingForecastProposalstatic final StringPath to getLimitsForecastSnapshotstatic final StringPath to getMonitoringSetstatic final StringPath to postRealTimeProposalstatic final StringPath to getRealTimeLimitsstatic final StringPath to getRegionalForecastSnapshotstatic final StringPath to getRegionalRealTimeLimits -
Method Summary
-
Field Details
-
PATH_REALTIME_SNAPSHOT
Path to getRealTimeLimits- See Also:
-
PATH_REGIONAL_REALTIME_SNAPSHOT
Path to getRegionalRealTimeLimits- See Also:
-
PATH_REALTIME_PROPOSAL
Path to postRealTimeProposal- See Also:
-
PATH_FORECAST_SNAPSHOT
Path to getLimitsForecastSnapshot- See Also:
-
PATH_REGIONAL_FORECAST_SNAPSHOT
Path to getRegionalForecastSnapshot- See Also:
-
PATH_FORECAST_PROPOSAL
Path to patchRatingForecastProposal- See Also:
-
PATH_MONITORING_SET_ID
Path to getMonitoringSet- See Also:
-
PATH_DEFAULT_MONITORING_SET
Path to getDefaultMonitoringSet- See Also:
-
CONTENT_TYPE_REALTIME_SNAPSHOT
Content type for real-time limit snapshots- See Also:
-
CONTENT_TYPE_REALTIME_PROPOSAL
Content type for real-time proposal status.- See Also:
-
CONTENT_TYPE_FORECAST_SNAPSHOT
Content type for forecast limit snapshots- See Also:
-
CONTENT_TYPE_FORECAST_PROPOSAL
Content type for forecast proposals- See Also:
-
CONTENT_TYPE_MONITORING_SET
Content type for monitoring sets.- See Also:
-
PARAM_MONITORING_SET
Common query parameter name for monitoring set filter.- See Also:
-
PARAM_RESOURCE_ID
Common query parameter name for a resource filter.- See Also:
-
PARAM_OFFSET_PERIOD_START
Common query parameter name for period offset.- See Also:
-
PARAM_PERIOD_END
Common query parameter name for the period end.- See Also:
-