public class EngineApi extends Object
Constructor and Description |
---|
EngineApi() |
EngineApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
List<ProcessEngineDto> |
getProcessEngineNames()
Get List
Retrieves the names of all process engines available on your platform.
|
okhttp3.Call |
getProcessEngineNamesAsync(ApiCallback<List<ProcessEngineDto>> _callback)
Get List (asynchronously)
Retrieves the names of all process engines available on your platform.
|
okhttp3.Call |
getProcessEngineNamesCall(ApiCallback _callback)
Build call for getProcessEngineNames
|
ApiResponse<List<ProcessEngineDto>> |
getProcessEngineNamesWithHttpInfo()
Get List
Retrieves the names of all process engines available on your platform.
|
void |
setApiClient(ApiClient apiClient) |
public EngineApi()
public EngineApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getProcessEngineNamesCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<ProcessEngineDto> getProcessEngineNames() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProcessEngineDto>> getProcessEngineNamesWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessEngineNamesAsync(ApiCallback<List<ProcessEngineDto>> _callback) throws ApiException
_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 © 2022. All rights reserved.