| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
GetProcess |
ProcessApi.getProcess(Long processId)
Return the informations for a process
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<GetProcess> |
ProcessApi.getProcessWithHttpInfo(Long processId)
Return the informations for a process
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ProcessApi.getProcessAsync(Long processId,
ApiCallback<GetProcess> callback)
Return the informations for a process (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
GetProcess |
GetProcess.exportUrl(String exportUrl) |
GetProcess |
GetProcess.id(Long id) |
GetProcess |
GetProcess.name(String name) |
GetProcess |
GetProcess.status(GetProcess.StatusEnum status) |
| Modifier and Type | Method and Description |
|---|---|
List<GetProcess> |
GetProcesses.getProcesses()
List of processes available on your account
|
| Modifier and Type | Method and Description |
|---|---|
GetProcesses |
GetProcesses.addProcessesItem(GetProcess processesItem) |
| Modifier and Type | Method and Description |
|---|---|
GetProcesses |
GetProcesses.processes(List<GetProcess> processes) |
void |
GetProcesses.setProcesses(List<GetProcess> processes) |
Copyright © 2021. All rights reserved.