| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowList |
ApplicationsApi.workflowsGet(Integer applicationId,
Integer top,
Integer skip)
List all workflows of the specified blockchain application.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<WorkflowList> |
ApplicationsApi.workflowsGetWithHttpInfo(Integer applicationId,
Integer top,
Integer skip)
List all workflows of the specified blockchain application.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApplicationsApi.workflowsGetAsync(Integer applicationId,
Integer top,
Integer skip,
ApiCallback<WorkflowList> callback)
(asynchronously)
List all workflows of the specified blockchain application.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowList |
WorkflowList.addWorkflowsItem(Workflow workflowsItem) |
WorkflowList |
WorkflowList.nextLink(String nextLink) |
WorkflowList |
WorkflowList.workflows(List<Workflow> workflows) |
Copyright © 2018. All rights reserved.