| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionsApi.connectionGet(Integer connectionID)
Gets the connected blockchain network matching a specific chain instance ID.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Connection> |
ConnectionsApi.connectionGetWithHttpInfo(Integer connectionID)
Gets the connected blockchain network matching a specific chain instance ID.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ConnectionsApi.connectionGetAsync(Integer connectionID,
ApiCallback<Connection> callback)
(asynchronously)
Gets the connected blockchain network matching a specific chain instance ID.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
Connection.connectionID(Integer connectionID) |
Connection |
Connection.endpointURL(String endpointURL) |
Connection |
Connection.fundingAccount(String fundingAccount) |
Connection |
Connection.ledgerID(Integer ledgerID) |
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
ConnectionList.getConnection()
Get connection
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionList |
ConnectionList.addConnectionItem(Connection connectionItem) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionList |
ConnectionList.connection(List<Connection> connection) |
void |
ConnectionList.setConnection(List<Connection> connection) |
Copyright © 2018. All rights reserved.