public class IncursionsApi extends Object
| Constructor and Description |
|---|
IncursionsApi() |
IncursionsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<IncursionsResponse> |
getIncursions(String datasource,
String ifNoneMatch)
List incursions Return a list of current incursions --- This route is
cached for up to 300 seconds
|
okhttp3.Call |
getIncursionsAsync(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 seconds
|
okhttp3.Call |
getIncursionsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getIncursions
|
ApiResponse<List<IncursionsResponse>> |
getIncursionsWithHttpInfo(String datasource,
String ifNoneMatch)
List incursions Return a list of current incursions --- This route is
cached for up to 300 seconds
|
void |
setApiClient(ApiClient apiClient) |
public IncursionsApi()
public IncursionsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getIncursionsCall(String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
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 progressApiException - If fail to serialize the request body objectpublic List<IncursionsResponse> getIncursions(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<IncursionsResponse>> getIncursionsWithHttpInfo(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getIncursionsAsync(String datasource, String ifNoneMatch, ApiCallback<List<IncursionsResponse>> _callback) throws ApiException
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 finishesApiException - If fail to process the API call, e.g. serializing the request
body objectCopyright © 2021. All Rights Reserved.