public class InsuranceApi extends Object
| Constructor and Description |
|---|
InsuranceApi() |
InsuranceApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<InsurancePricesResponse> |
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
|
void |
setApiClient(ApiClient apiClient) |
public InsuranceApi()
public InsuranceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<InsurancePricesResponse> getInsurancePrices(String acceptLanguage, String datasource, String ifNoneMatch, String language) throws ApiException
acceptLanguage - Language to use in the response (optional, default to en-us)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)language - Language to use in the response, takes precedence over
Accept-Language (optional, default to en-us)ApiException - if fails to make API callCopyright © 2018. All Rights Reserved.