| Interface | Description |
|---|---|
| Request<R extends Result> | |
| Result |
| Class | Description |
|---|---|
| CorrectionRequest |
Request for station data corrections.
|
| CorrectionResult |
Result of
CorrectionRequest. |
| PricesRequest |
Request for gas prices.
|
| PricesResult |
Result of
PricesRequest. |
| Requester |
The requester is responsible for the execution of the request
and mapping the result to the specified result class
Recoverable failures will be wrapped by an
RequesterException |
| StationDetailRequest |
Request to obtain detail information for a station, specified by the stations unique ID
which is obtainable using the
StationListRequest |
| StationDetailResult |
Result of
StationDetailRequest. |
| StationListRequest |
Request to obtain a list of stations.
|
| StationListResult |
Result of
StationListRequest. |
| Enum | Description |
|---|---|
| CorrectionRequest.Type |
The type of the correction request
|
| GasRequestType |
Defines which price data should be requested, which is either
specific (DIESEL, E5, E10) or ALL (*)
|
| Request.Method | |
| Result.ResponseStatus | |
| StationListRequest.SortingRequestType |
Copyright © 2017. All rights reserved.