Package org.openapitools.client.api
Class EngineApi
- java.lang.Object
-
- org.openapitools.client.api.EngineApi
-
public class EngineApi extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()List<ProcessEngineDto>getProcessEngineNames()Get List Retrieves the names of all process engines available on your platform.okhttp3.CallgetProcessEngineNamesAsync(ApiCallback<List<ProcessEngineDto>> _callback)Get List (asynchronously) Retrieves the names of all process engines available on your platform.okhttp3.CallgetProcessEngineNamesCall(ApiCallback _callback)Build call for getProcessEngineNamesApiResponse<List<ProcessEngineDto>>getProcessEngineNamesWithHttpInfo()Get List Retrieves the names of all process engines available on your platform.voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
EngineApi
public EngineApi()
-
EngineApi
public EngineApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getProcessEngineNamesCall
public okhttp3.Call getProcessEngineNamesCall(ApiCallback _callback) throws ApiException
Build call for getProcessEngineNames- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getProcessEngineNames
public List<ProcessEngineDto> getProcessEngineNames() throws ApiException
Get List Retrieves the names of all process engines available on your platform. **Note**: You cannot prepend `/engine/{name}` to this method.- Returns:
- List<ProcessEngineDto>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getProcessEngineNamesWithHttpInfo
public ApiResponse<List<ProcessEngineDto>> getProcessEngineNamesWithHttpInfo() throws ApiException
Get List Retrieves the names of all process engines available on your platform. **Note**: You cannot prepend `/engine/{name}` to this method.- Returns:
- ApiResponse<List<ProcessEngineDto>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getProcessEngineNamesAsync
public okhttp3.Call getProcessEngineNamesAsync(ApiCallback<List<ProcessEngineDto>> _callback) throws ApiException
Get List (asynchronously) Retrieves the names of all process engines available on your platform. **Note**: You cannot prepend `/engine/{name}` to this method.- Parameters:
_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
-
-