| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and 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 seconds
|
ApiResponse<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 seconds
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
InsuranceApi.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
|
| Modifier and Type | Method and Description |
|---|---|
InsurancePricesResponse |
InsurancePricesResponse.addLevelsItem(InsurancePriceLevel levelsItem) |
InsurancePricesResponse |
InsurancePricesResponse.levels(List<InsurancePriceLevel> levels) |
InsurancePricesResponse |
InsurancePricesResponse.typeId(Integer typeId) |
Copyright © 2019. All Rights Reserved.