Uses of Class
net.troja.eve.esi.model.InsurancePricesResponse
-
Packages that use InsurancePricesResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of InsurancePricesResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type InsurancePricesResponse Modifier and Type Method Description List<InsurancePricesResponse>InsuranceApi. getInsurancePrices(String acceptLanguage, String datasource, String ifNoneMatch, String language)List insurance levels Return available insurance levels for all ship types --- This route is cached for up to 3600 secondsApiResponse<List<InsurancePricesResponse>>InsuranceApi. getInsurancePricesWithHttpInfo(String acceptLanguage, String datasource, String ifNoneMatch, String language)List insurance levels Return available insurance levels for all ship types --- This route is cached for up to 3600 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type InsurancePricesResponse Modifier and Type Method Description okhttp3.CallInsuranceApi. getInsurancePricesAsync(String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback<List<InsurancePricesResponse>> _callback)List insurance levels (asynchronously) Return available insurance levels for all ship types --- This route is cached for up to 3600 seconds -
Uses of InsurancePricesResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return InsurancePricesResponse Modifier and Type Method Description InsurancePricesResponseInsurancePricesResponse. addLevelsItem(InsurancePriceLevel levelsItem)InsurancePricesResponseInsurancePricesResponse. levels(List<InsurancePriceLevel> levels)InsurancePricesResponseInsurancePricesResponse. typeId(Integer typeId)
-