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 String
Content type for forecast proposalsstatic final String
Content type for forecast limit snapshotsstatic final String
Content type for monitoring sets.static final String
Content type for real-time proposal status.static final String
Content type for real-time limit snapshotsstatic final String
Common query parameter name for monitoring set filter.static final String
Common query parameter name for period offset.static final String
Common query parameter name for the period end.static final String
Common query parameter name for a resource filter.static final String
Path to getDefaultMonitoringSetstatic final String
Path to patchRatingForecastProposalstatic final String
Path to getLimitsForecastSnapshotstatic final String
Path to getMonitoringSetstatic final String
Path to postRealTimeProposalstatic final String
Path to getRealTimeLimitsstatic final String
Path to getRegionalForecastSnapshotstatic final String
Path 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:
-