Package net.troja.eve.esi.api
Class IncursionsApi
- java.lang.Object
-
- net.troja.eve.esi.api.IncursionsApi
-
public class IncursionsApi extends Object
-
-
Constructor Summary
Constructors Constructor Description IncursionsApi()IncursionsApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()List<IncursionsResponse>getIncursions(String datasource, String ifNoneMatch)List incursions Return a list of current incursions --- This route is cached for up to 300 secondsokhttp3.CallgetIncursionsAsync(String datasource, String ifNoneMatch, ApiCallback<List<IncursionsResponse>> _callback)List incursions (asynchronously) Return a list of current incursions --- This route is cached for up to 300 secondsokhttp3.CallgetIncursionsCall(String datasource, String ifNoneMatch, ApiCallback _callback)Build call for getIncursionsApiResponse<List<IncursionsResponse>>getIncursionsWithHttpInfo(String datasource, String ifNoneMatch)List incursions Return a list of current incursions --- This route is cached for up to 300 secondsvoidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
IncursionsApi
public IncursionsApi()
-
IncursionsApi
public IncursionsApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getIncursionsCall
public okhttp3.Call getIncursionsCall(String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
Build call for getIncursions- Parameters:
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)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getIncursions
public List<IncursionsResponse> getIncursions(String datasource, String ifNoneMatch) throws ApiException
List incursions Return a list of current incursions --- This route is cached for up to 300 seconds- Parameters:
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)- Returns:
- List<IncursionsResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getIncursionsWithHttpInfo
public ApiResponse<List<IncursionsResponse>> getIncursionsWithHttpInfo(String datasource, String ifNoneMatch) throws ApiException
List incursions Return a list of current incursions --- This route is cached for up to 300 seconds- Parameters:
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)- Returns:
- ApiResponse<List<IncursionsResponse>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getIncursionsAsync
public okhttp3.Call getIncursionsAsync(String datasource, String ifNoneMatch, ApiCallback<List<IncursionsResponse>> _callback) throws ApiException
List incursions (asynchronously) Return a list of current incursions --- This route is cached for up to 300 seconds- Parameters:
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)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-