public class ProcessApi extends Object
| Constructor and Description |
|---|
ProcessApi() |
ProcessApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
GetProcess |
getProcess(Long processId)
Return the informations for a process
|
com.squareup.okhttp.Call |
getProcessAsync(Long processId,
ApiCallback<GetProcess> callback)
Return the informations for a process (asynchronously)
|
com.squareup.okhttp.Call |
getProcessCall(Long processId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getProcess
|
GetProcesses |
getProcesses(Long limit,
Long offset,
String sort)
Return all the processes for your account
|
com.squareup.okhttp.Call |
getProcessesAsync(Long limit,
Long offset,
String sort,
ApiCallback<GetProcesses> callback)
Return all the processes for your account (asynchronously)
|
com.squareup.okhttp.Call |
getProcessesCall(Long limit,
Long offset,
String sort,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getProcesses
|
ApiResponse<GetProcesses> |
getProcessesWithHttpInfo(Long limit,
Long offset,
String sort)
Return all the processes for your account
|
ApiResponse<GetProcess> |
getProcessWithHttpInfo(Long processId)
Return the informations for a process
|
void |
setApiClient(ApiClient apiClient) |
public ProcessApi()
public ProcessApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getProcessCall(Long processId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
processId - Id of the process (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GetProcess getProcess(Long processId) throws ApiException
processId - Id of the process (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GetProcess> getProcessWithHttpInfo(Long processId) throws ApiException
processId - Id of the process (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getProcessAsync(Long processId, ApiCallback<GetProcess> callback) throws ApiException
processId - Id of the process (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getProcessesCall(Long limit, Long offset, String sort, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
limit - Number limitation for the result returned (optional, default to 10)offset - Beginning point in the list to retrieve from. (optional, default to 0)sort - Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional, default to desc)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GetProcesses getProcesses(Long limit, Long offset, String sort) throws ApiException
limit - Number limitation for the result returned (optional, default to 10)offset - Beginning point in the list to retrieve from. (optional, default to 0)sort - Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional, default to desc)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GetProcesses> getProcessesWithHttpInfo(Long limit, Long offset, String sort) throws ApiException
limit - Number limitation for the result returned (optional, default to 10)offset - Beginning point in the list to retrieve from. (optional, default to 0)sort - Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional, default to desc)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getProcessesAsync(Long limit, Long offset, String sort, ApiCallback<GetProcesses> callback) throws ApiException
limit - Number limitation for the result returned (optional, default to 10)offset - Beginning point in the list to retrieve from. (optional, default to 0)sort - Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional, default to desc)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.