| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
ContractList |
ContractsApi.contractsGet(Integer top,
Integer skip,
Integer workflowId)
Lists the smart contract instances of the specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ContractList> |
ContractsApi.contractsGetWithHttpInfo(Integer top,
Integer skip,
Integer workflowId)
Lists the smart contract instances of the specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ContractsApi.contractsGetAsync(Integer top,
Integer skip,
Integer workflowId,
ApiCallback<ContractList> callback)
(asynchronously)
Lists the smart contract instances of the specified workflow.
|
| Modifier and Type | Method and Description |
|---|---|
ContractList |
ContractList.addContractsItem(Contract contractsItem) |
ContractList |
ContractList.contracts(List<Contract> contracts) |
ContractList |
ContractList.nextLink(String nextLink) |
Copyright © 2018. All rights reserved.