| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<MarketHistoryResponse> |
MarketApi.getMarketsRegionIdHistory(Integer regionId,
Integer typeId,
String datasource,
String ifNoneMatch)
List historical market statistics in a region Return a list of historical
market statistics for the specified type in a region --- This route
expires daily at 11:05
|
ApiResponse<List<MarketHistoryResponse>> |
MarketApi.getMarketsRegionIdHistoryWithHttpInfo(Integer regionId,
Integer typeId,
String datasource,
String ifNoneMatch)
List historical market statistics in a region Return a list of historical
market statistics for the specified type in a region --- This route
expires daily at 11:05
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
MarketApi.getMarketsRegionIdHistoryAsync(Integer regionId,
Integer typeId,
String datasource,
String ifNoneMatch,
ApiCallback<List<MarketHistoryResponse>> _callback)
List historical market statistics in a region (asynchronously) Return a
list of historical market statistics for the specified type in a region
--- This route expires daily at 11:05
|
| Modifier and Type | Method and Description |
|---|---|
MarketHistoryResponse |
MarketHistoryResponse.average(Double average) |
MarketHistoryResponse |
MarketHistoryResponse.date(java.time.LocalDate date) |
MarketHistoryResponse |
MarketHistoryResponse.highest(Double highest) |
MarketHistoryResponse |
MarketHistoryResponse.lowest(Double lowest) |
MarketHistoryResponse |
MarketHistoryResponse.orderCount(Long orderCount) |
MarketHistoryResponse |
MarketHistoryResponse.volume(Long volume) |
Copyright © 2020. All Rights Reserved.