Uses of Class
net.troja.eve.esi.model.MarketHistoryResponse
-
Packages that use MarketHistoryResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of MarketHistoryResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type MarketHistoryResponse Modifier and Type Method 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:05ApiResponse<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:05Method parameters in net.troja.eve.esi.api with type arguments of type MarketHistoryResponse Modifier and Type Method Description okhttp3.CallMarketApi. 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 -
Uses of MarketHistoryResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return MarketHistoryResponse Modifier and Type Method Description MarketHistoryResponseMarketHistoryResponse. average(Double average)MarketHistoryResponseMarketHistoryResponse. date(java.time.LocalDate date)MarketHistoryResponseMarketHistoryResponse. highest(Double highest)MarketHistoryResponseMarketHistoryResponse. lowest(Double lowest)MarketHistoryResponseMarketHistoryResponse. orderCount(Long orderCount)MarketHistoryResponseMarketHistoryResponse. volume(Long volume)
-