public class InsuranceApi extends Object
| Constructor and Description |
|---|
InsuranceApi() |
InsuranceApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<InsurancePricesResponse> |
getInsurancePrices(String datasource,
String language,
String userAgent,
String xUserAgent)
List insurance levels Return available insurance levels for all ship
types --- This route is cached for up to 3600 seconds
|
void |
setApiClient(ApiClient apiClient) |
public InsuranceApi()
public InsuranceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<InsurancePricesResponse> getInsurancePrices(String datasource, String language, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)language - Language to use in the response (optional, default to en-us)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callCopyright © 2018. All Rights Reserved.