Uses of Class
net.troja.eve.esi.model.MarketPricesResponse
-
Packages that use MarketPricesResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of MarketPricesResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type MarketPricesResponse Modifier and Type Method Description List<MarketPricesResponse>MarketApi. getMarketsPrices(String datasource, String ifNoneMatch)List market prices Return a list of prices --- This route is cached for up to 3600 secondsApiResponse<List<MarketPricesResponse>>MarketApi. getMarketsPricesWithHttpInfo(String datasource, String ifNoneMatch)List market prices Return a list of prices --- This route is cached for up to 3600 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type MarketPricesResponse Modifier and Type Method Description okhttp3.CallMarketApi. getMarketsPricesAsync(String datasource, String ifNoneMatch, ApiCallback<List<MarketPricesResponse>> _callback)List market prices (asynchronously) Return a list of prices --- This route is cached for up to 3600 seconds -
Uses of MarketPricesResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return MarketPricesResponse Modifier and Type Method Description MarketPricesResponseMarketPricesResponse. adjustedPrice(Double adjustedPrice)MarketPricesResponseMarketPricesResponse. averagePrice(Double averagePrice)MarketPricesResponseMarketPricesResponse. typeId(Integer typeId)
-