| Package | Description |
|---|---|
| io.swagger.client | |
| io.swagger.client.api |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationsApi.applicationDelete(String applicationID)
Deletes the specified blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationDeleteAsync(String applicationID,
ApiCallback<Void> callback)
(asynchronously)
Deletes the specified blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationDeleteCall(String applicationID,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationDelete
|
ApiResponse<Void> |
ApplicationsApi.applicationDeleteWithHttpInfo(String applicationID)
Deletes the specified blockchain application.
|
void |
ApplicationsApi.applicationDisable(Integer applicationId)
Disables the specified blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationDisableAsync(Integer applicationId,
ApiCallback<Void> callback)
(asynchronously)
Disables the specified blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationDisableCall(Integer applicationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationDisable
|
ApiResponse<Void> |
ApplicationsApi.applicationDisableWithHttpInfo(Integer applicationId)
Disables the specified blockchain application.
|
void |
ApplicationsApi.applicationEnable(Integer applicationId)
Enables the specified blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationEnableAsync(Integer applicationId,
ApiCallback<Void> callback)
(asynchronously)
Enables the specified blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationEnableCall(Integer applicationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationEnable
|
ApiResponse<Void> |
ApplicationsApi.applicationEnableWithHttpInfo(Integer applicationId)
Enables the specified blockchain application.
|
Application |
ApplicationsApi.applicationGet(Integer applicationId)
Gets the blockchain application matching a specific application ID.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationGetAsync(Integer applicationId,
ApiCallback<Application> callback)
(asynchronously)
Gets the blockchain application matching a specific application ID.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationGetCall(Integer applicationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationGet
|
ApiResponse<Application> |
ApplicationsApi.applicationGetWithHttpInfo(Integer applicationId)
Gets the blockchain application matching a specific application ID.
|
ApplicationList |
ApplicationsApi.applicationsGet(Integer top,
Integer skip,
Boolean enabled)
Lists all blockchain applications to which a user has access in Workbench.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationsGetAsync(Integer top,
Integer skip,
Boolean enabled,
ApiCallback<ApplicationList> callback)
(asynchronously)
Lists all blockchain applications to which a user has access in Workbench.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationsGetCall(Integer top,
Integer skip,
Boolean enabled,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsGet
|
ApiResponse<ApplicationList> |
ApplicationsApi.applicationsGetWithHttpInfo(Integer top,
Integer skip,
Boolean enabled)
Lists all blockchain applications to which a user has access in Workbench.
|
Integer |
ApplicationsApi.applicationsPost(File file)
Creates a new blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationsPostAsync(File file,
ApiCallback<Integer> callback)
(asynchronously)
Creates a new blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.applicationsPostCall(File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsPost
|
ApiResponse<Integer> |
ApplicationsApi.applicationsPostWithHttpInfo(File file)
Creates a new blockchain application.
|
Block |
ConnectionsApi.blockGet(Integer connectionId,
Integer blockId)
Gets the block matching a specific block ID.
|
com.squareup.okhttp.Call |
ConnectionsApi.blockGetAsync(Integer connectionId,
Integer blockId,
ApiCallback<Block> callback)
(asynchronously)
Gets the block matching a specific block ID.
|
com.squareup.okhttp.Call |
ConnectionsApi.blockGetCall(Integer connectionId,
Integer blockId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for blockGet
|
ApiResponse<Block> |
ConnectionsApi.blockGetWithHttpInfo(Integer connectionId,
Integer blockId)
Gets the block matching a specific block ID.
|
BlockList |
ConnectionsApi.blocksGet(Integer connectionID,
Integer top,
Integer skip)
Lists the blocks for a connected blockchain network.
|
com.squareup.okhttp.Call |
ConnectionsApi.blocksGetAsync(Integer connectionID,
Integer top,
Integer skip,
ApiCallback<BlockList> callback)
(asynchronously)
Lists the blocks for a connected blockchain network.
|
com.squareup.okhttp.Call |
ConnectionsApi.blocksGetCall(Integer connectionID,
Integer top,
Integer skip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for blocksGet
|
ApiResponse<BlockList> |
ConnectionsApi.blocksGetWithHttpInfo(Integer connectionID,
Integer top,
Integer skip)
Lists the blocks for a connected blockchain network.
|
Boolean |
CapabilitiesApi.canCreateContract(Integer workflowId)
Checks if user can modify user role mappings
|
com.squareup.okhttp.Call |
CapabilitiesApi.canCreateContractAsync(Integer workflowId,
ApiCallback<Boolean> callback)
(asynchronously)
Checks if user can modify user role mappings
|
com.squareup.okhttp.Call |
CapabilitiesApi.canCreateContractCall(Integer workflowId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for canCreateContract
|
ApiResponse<Boolean> |
CapabilitiesApi.canCreateContractWithHttpInfo(Integer workflowId)
Checks if user can modify user role mappings
|
Capabilities |
CapabilitiesApi.capabilitiesGet()
Checks if user can upload application
|
com.squareup.okhttp.Call |
CapabilitiesApi.capabilitiesGetAsync(ApiCallback<Capabilities> callback)
(asynchronously)
Checks if user can upload application
|
com.squareup.okhttp.Call |
CapabilitiesApi.capabilitiesGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for capabilitiesGet
|
ApiResponse<Capabilities> |
CapabilitiesApi.capabilitiesGetWithHttpInfo()
Checks if user can upload application
|
Integer |
CheckersApi.checkApplicationPost(File file)
Check validity of application configuration for Workbench
Checks a configuration file
|
com.squareup.okhttp.Call |
CheckersApi.checkApplicationPostAsync(File file,
ApiCallback<Integer> callback)
Check validity of application configuration for Workbench (asynchronously)
Checks a configuration file
|
com.squareup.okhttp.Call |
CheckersApi.checkApplicationPostCall(File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for checkApplicationPost
|
ApiResponse<Integer> |
CheckersApi.checkApplicationPostWithHttpInfo(File file)
Check validity of application configuration for Workbench
Checks a configuration file
|
Integer |
CheckersApi.checkContractCodePost(Integer ledgerId)
Check validity of application ledger implementation for Workbench
Checks a ledger implementation file against configuration file
|
com.squareup.okhttp.Call |
CheckersApi.checkContractCodePostAsync(Integer ledgerId,
ApiCallback<Integer> callback)
Check validity of application ledger implementation for Workbench (asynchronously)
Checks a ledger implementation file against configuration file
|
com.squareup.okhttp.Call |
CheckersApi.checkContractCodePostCall(Integer ledgerId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for checkContractCodePost
|
ApiResponse<Integer> |
CheckersApi.checkContractCodePostWithHttpInfo(Integer ledgerId)
Check validity of application ledger implementation for Workbench
Checks a ledger implementation file against configuration file
|
Connection |
ConnectionsApi.connectionGet(Integer connectionID)
Gets the connected blockchain network matching a specific chain instance ID.
|
com.squareup.okhttp.Call |
ConnectionsApi.connectionGetAsync(Integer connectionID,
ApiCallback<Connection> callback)
(asynchronously)
Gets the connected blockchain network matching a specific chain instance ID.
|
com.squareup.okhttp.Call |
ConnectionsApi.connectionGetCall(Integer connectionID,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectionGet
|
ApiResponse<Connection> |
ConnectionsApi.connectionGetWithHttpInfo(Integer connectionID)
Gets the connected blockchain network matching a specific chain instance ID.
|
ConnectionList |
ConnectionsApi.connectionsGet(Integer top,
Integer skip)
Lists the connected blockchain networks.
|
com.squareup.okhttp.Call |
ConnectionsApi.connectionsGetAsync(Integer top,
Integer skip,
ApiCallback<ConnectionList> callback)
(asynchronously)
Lists the connected blockchain networks.
|
com.squareup.okhttp.Call |
ConnectionsApi.connectionsGetCall(Integer top,
Integer skip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for connectionsGet
|
ApiResponse<ConnectionList> |
ConnectionsApi.connectionsGetWithHttpInfo(Integer top,
Integer skip)
Lists the connected blockchain networks.
|
WorkflowStateTransition |
ContractsApi.contractActionGet(Integer contractId,
Integer actionId)
Gets the action matching the specified action ID.
|
com.squareup.okhttp.Call |
ContractsApi.contractActionGetAsync(Integer contractId,
Integer actionId,
ApiCallback<WorkflowStateTransition> callback)
(asynchronously)
Gets the action matching the specified action ID.
|
com.squareup.okhttp.Call |
ContractsApi.contractActionGetCall(Integer contractId,
Integer actionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractActionGet
|
ApiResponse<WorkflowStateTransition> |
ContractsApi.contractActionGetWithHttpInfo(Integer contractId,
Integer actionId)
Gets the action matching the specified action ID.
|
LedgerActionOutput |
ContractsApi.contractActionPost(Integer contractId,
WorkflowActionInput actionInformation)
Executes an action for the specified smart contract instance and action ID.
|
com.squareup.okhttp.Call |
ContractsApi.contractActionPostAsync(Integer contractId,
WorkflowActionInput actionInformation,
ApiCallback<LedgerActionOutput> callback)
(asynchronously)
Executes an action for the specified smart contract instance and action ID.
|
com.squareup.okhttp.Call |
ContractsApi.contractActionPostCall(Integer contractId,
WorkflowActionInput actionInformation,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractActionPost
|
ApiResponse<LedgerActionOutput> |
ContractsApi.contractActionPostWithHttpInfo(Integer contractId,
WorkflowActionInput actionInformation)
Executes an action for the specified smart contract instance and action ID.
|
WorkflowStateTransitionList |
ContractsApi.contractActionsGet(Integer contractId,
Integer top,
Integer skip)
Lists all actions, which can be taken by the given user and current state of the specified smart contract instance.
|
com.squareup.okhttp.Call |
ContractsApi.contractActionsGetAsync(Integer contractId,
Integer top,
Integer skip,
ApiCallback<WorkflowStateTransitionList> callback)
(asynchronously)
Lists all actions, which can be taken by the given user and current state of the specified smart contract instance.
|
com.squareup.okhttp.Call |
ContractsApi.contractActionsGetCall(Integer contractId,
Integer top,
Integer skip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractActionsGet
|
ApiResponse<WorkflowStateTransitionList> |
ContractsApi.contractActionsGetWithHttpInfo(Integer contractId,
Integer top,
Integer skip)
Lists all actions, which can be taken by the given user and current state of the specified smart contract instance.
|
void |
ApplicationsApi.contractCodeDelete(Integer contractCodeId)
Deletes the specified blockchain smart contract implementation of a specific blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.contractCodeDeleteAsync(Integer contractCodeId,
ApiCallback<Void> callback)
(asynchronously)
Deletes the specified blockchain smart contract implementation of a specific blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.contractCodeDeleteCall(Integer contractCodeId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractCodeDelete
|
ApiResponse<Void> |
ApplicationsApi.contractCodeDeleteWithHttpInfo(Integer contractCodeId)
Deletes the specified blockchain smart contract implementation of a specific blockchain application.
|
FileStreamResult |
ApplicationsApi.contractCodeGet(Integer contractCodeId)
Get the blockchain smart contract implementation matching a specific ledger implementation ID.
|
com.squareup.okhttp.Call |
ApplicationsApi.contractCodeGetAsync(Integer contractCodeId,
ApiCallback<FileStreamResult> callback)
(asynchronously)
Get the blockchain smart contract implementation matching a specific ledger implementation ID.
|
com.squareup.okhttp.Call |
ApplicationsApi.contractCodeGetCall(Integer contractCodeId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractCodeGet
|
ApiResponse<FileStreamResult> |
ApplicationsApi.contractCodeGetWithHttpInfo(Integer contractCodeId)
Get the blockchain smart contract implementation matching a specific ledger implementation ID.
|
Integer |
ApplicationsApi.contractCodePost(Integer applicationId,
File file,
Integer ledgerId)
Uploads one or more smart contracts (ex.
|
com.squareup.okhttp.Call |
ApplicationsApi.contractCodePostAsync(Integer applicationId,
File file,
Integer ledgerId,
ApiCallback<Integer> callback)
(asynchronously)
Uploads one or more smart contracts (ex.
|
com.squareup.okhttp.Call |
ApplicationsApi.contractCodePostCall(Integer applicationId,
File file,
Integer ledgerId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractCodePost
|
ApiResponse<Integer> |
ApplicationsApi.contractCodePostWithHttpInfo(Integer applicationId,
File file,
Integer ledgerId)
Uploads one or more smart contracts (ex.
|
ContractCodeList |
ApplicationsApi.contractCodesGet(Integer applicationId,
Integer ledgerId,
Integer top,
Integer skip)
List all blockchain smart contract implementations of the specified blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.contractCodesGetAsync(Integer applicationId,
Integer ledgerId,
Integer top,
Integer skip,
ApiCallback<ContractCodeList> callback)
(asynchronously)
List all blockchain smart contract implementations of the specified blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.contractCodesGetCall(Integer applicationId,
Integer ledgerId,
Integer top,
Integer skip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractCodesGet
|
ApiResponse<ContractCodeList> |
ApplicationsApi.contractCodesGetWithHttpInfo(Integer applicationId,
Integer ledgerId,
Integer top,
Integer skip)
List all blockchain smart contract implementations of the specified blockchain application.
|
Contract |
ContractsApi.contractGet(Integer contractId)
Creates and deploys a new smart contract instance by adding the instance to the Workbench database and sending a transaction to the blockchain.
|
com.squareup.okhttp.Call |
ContractsApi.contractGetAsync(Integer contractId,
ApiCallback<Contract> callback)
(asynchronously)
Creates and deploys a new smart contract instance by adding the instance to the Workbench database and sending a transaction to the blockchain.
|
com.squareup.okhttp.Call |
ContractsApi.contractGetCall(Integer contractId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractGet
|
ApiResponse<Contract> |
ContractsApi.contractGetWithHttpInfo(Integer contractId)
Creates and deploys a new smart contract instance by adding the instance to the Workbench database and sending a transaction to the blockchain.
|
WorkflowActionInput |
ContractsApi.contractPost(WorkflowActionInput workflowActionInput,
Integer workflowId,
Integer contractCodeId,
Integer connectionId)
Gets the smart contract instance matching a specific workflow instance ID.
|
com.squareup.okhttp.Call |
ContractsApi.contractPostAsync(WorkflowActionInput workflowActionInput,
Integer workflowId,
Integer contractCodeId,
Integer connectionId,
ApiCallback<WorkflowActionInput> callback)
(asynchronously)
Gets the smart contract instance matching a specific workflow instance ID.
|
com.squareup.okhttp.Call |
ContractsApi.contractPostCall(WorkflowActionInput workflowActionInput,
Integer workflowId,
Integer contractCodeId,
Integer connectionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractPost
|
ApiResponse<WorkflowActionInput> |
ContractsApi.contractPostWithHttpInfo(WorkflowActionInput workflowActionInput,
Integer workflowId,
Integer contractCodeId,
Integer connectionId)
Gets the smart contract instance matching a specific workflow instance ID.
|
ContractList |
ContractsApi.contractsGet(Integer top,
Integer skip,
Integer workflowId)
Lists the smart contract instances of the specified workflow.
|
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.
|
com.squareup.okhttp.Call |
ContractsApi.contractsGetCall(Integer top,
Integer skip,
Integer workflowId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for contractsGet
|
ApiResponse<ContractList> |
ContractsApi.contractsGetWithHttpInfo(Integer top,
Integer skip,
Integer workflowId)
Lists the smart contract instances of the specified workflow.
|
ContentResult |
GraphProxyApi.graphProxyUsersGet(String version)
Get Users from AAD Graph
Proxies query parameters to AAD graph
|
com.squareup.okhttp.Call |
GraphProxyApi.graphProxyUsersGetAsync(String version,
ApiCallback<ContentResult> callback)
Get Users from AAD Graph (asynchronously)
Proxies query parameters to AAD graph
|
com.squareup.okhttp.Call |
GraphProxyApi.graphProxyUsersGetCall(String version,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for graphProxyUsersGet
|
ApiResponse<ContentResult> |
GraphProxyApi.graphProxyUsersGetWithHttpInfo(String version)
Get Users from AAD Graph
Proxies query parameters to AAD graph
|
LedgerList |
LedgersApi.ledgersGet(Integer top,
Integer skip)
Lists the supported blockchain types, such as Ethereum or Hyperledger Fabric.
|
com.squareup.okhttp.Call |
LedgersApi.ledgersGetAsync(Integer top,
Integer skip,
ApiCallback<LedgerList> callback)
(asynchronously)
Lists the supported blockchain types, such as Ethereum or Hyperledger Fabric.
|
com.squareup.okhttp.Call |
LedgersApi.ledgersGetCall(Integer top,
Integer skip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for ledgersGet
|
ApiResponse<LedgerList> |
LedgersApi.ledgersGetWithHttpInfo(Integer top,
Integer skip)
Lists the supported blockchain types, such as Ethereum or Hyperledger Fabric.
|
Me |
UsersApi.meGet()
Returns the current user
|
com.squareup.okhttp.Call |
UsersApi.meGetAsync(ApiCallback<Me> callback)
(asynchronously)
Returns the current user
|
com.squareup.okhttp.Call |
UsersApi.meGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for meGet
|
ApiResponse<Me> |
UsersApi.meGetWithHttpInfo()
Returns the current user
|
void |
ApplicationsApi.roleAssignmentDelete(Integer applicationId,
Integer roleAssignmentId)
Deletes the specified role assignment.
|
com.squareup.okhttp.Call |
ApplicationsApi.roleAssignmentDeleteAsync(Integer applicationId,
Integer roleAssignmentId,
ApiCallback<Void> callback)
(asynchronously)
Deletes the specified role assignment.
|
com.squareup.okhttp.Call |
ApplicationsApi.roleAssignmentDeleteCall(Integer applicationId,
Integer roleAssignmentId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for roleAssignmentDelete
|
ApiResponse<Void> |
ApplicationsApi.roleAssignmentDeleteWithHttpInfo(Integer applicationId,
Integer roleAssignmentId)
Deletes the specified role assignment.
|
RoleAssignment |
ApplicationsApi.roleAssignmentGet(Integer applicationId,
Integer roleAssignmentId)
Get a role assignment of the specified blockchain application matching a specific user role assignment ID.
|
com.squareup.okhttp.Call |
ApplicationsApi.roleAssignmentGetAsync(Integer applicationId,
Integer roleAssignmentId,
ApiCallback<RoleAssignment> callback)
(asynchronously)
Get a role assignment of the specified blockchain application matching a specific user role assignment ID.
|
com.squareup.okhttp.Call |
ApplicationsApi.roleAssignmentGetCall(Integer applicationId,
Integer roleAssignmentId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for roleAssignmentGet
|
ApiResponse<RoleAssignment> |
ApplicationsApi.roleAssignmentGetWithHttpInfo(Integer applicationId,
Integer roleAssignmentId)
Get a role assignment of the specified blockchain application matching a specific user role assignment ID.
|
RoleAssignmentList |
ApplicationsApi.roleAssignmentsGet(Integer applicationId,
Integer applicationRoleId,
Integer top,
Integer skip)
List all role assignments of the specified blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.roleAssignmentsGetAsync(Integer applicationId,
Integer applicationRoleId,
Integer top,
Integer skip,
ApiCallback<RoleAssignmentList> callback)
(asynchronously)
List all role assignments of the specified blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.roleAssignmentsGetCall(Integer applicationId,
Integer applicationRoleId,
Integer top,
Integer skip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for roleAssignmentsGet
|
ApiResponse<RoleAssignmentList> |
ApplicationsApi.roleAssignmentsGetWithHttpInfo(Integer applicationId,
Integer applicationRoleId,
Integer top,
Integer skip)
List all role assignments of the specified blockchain application.
|
Integer |
ApplicationsApi.roleAssignmentsPost(Integer applicationId,
RoleAssignmentInput roleAssignment)
Creates a user-to-role mapping in the specified blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.roleAssignmentsPostAsync(Integer applicationId,
RoleAssignmentInput roleAssignment,
ApiCallback<Integer> callback)
(asynchronously)
Creates a user-to-role mapping in the specified blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.roleAssignmentsPostCall(Integer applicationId,
RoleAssignmentInput roleAssignment,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for roleAssignmentsPost
|
ApiResponse<Integer> |
ApplicationsApi.roleAssignmentsPostWithHttpInfo(Integer applicationId,
RoleAssignmentInput roleAssignment)
Creates a user-to-role mapping in the specified blockchain application.
|
Transaction |
ConnectionsApi.transactionGet(Integer connectionId,
Integer transactionId)
Gets the transaction matching a specific transaction ID.
|
com.squareup.okhttp.Call |
ConnectionsApi.transactionGetAsync(Integer connectionId,
Integer transactionId,
ApiCallback<Transaction> callback)
(asynchronously)
Gets the transaction matching a specific transaction ID.
|
com.squareup.okhttp.Call |
ConnectionsApi.transactionGetCall(Integer connectionId,
Integer transactionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for transactionGet
|
ApiResponse<Transaction> |
ConnectionsApi.transactionGetWithHttpInfo(Integer connectionId,
Integer transactionId)
Gets the transaction matching a specific transaction ID.
|
List<TransactionList> |
ConnectionsApi.transactionsGet(Integer connectionId,
Integer top,
Integer skip)
Lists the transactions for a connected blockchain network.
|
com.squareup.okhttp.Call |
ConnectionsApi.transactionsGetAsync(Integer connectionId,
Integer top,
Integer skip,
ApiCallback<List<TransactionList>> callback)
(asynchronously)
Lists the transactions for a connected blockchain network.
|
com.squareup.okhttp.Call |
ConnectionsApi.transactionsGetCall(Integer connectionId,
Integer top,
Integer skip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for transactionsGet
|
ApiResponse<List<TransactionList>> |
ConnectionsApi.transactionsGetWithHttpInfo(Integer connectionId,
Integer top,
Integer skip)
Lists the transactions for a connected blockchain network.
|
void |
UsersApi.userDelete(String userID)
Deletes the specified user.
|
com.squareup.okhttp.Call |
UsersApi.userDeleteAsync(String userID,
ApiCallback<Void> callback)
(asynchronously)
Deletes the specified user.
|
com.squareup.okhttp.Call |
UsersApi.userDeleteCall(String userID,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userDelete
|
ApiResponse<Void> |
UsersApi.userDeleteWithHttpInfo(String userID)
Deletes the specified user.
|
User |
UsersApi.userGet(Integer userID)
Gets the user matching a specific user ID.
|
com.squareup.okhttp.Call |
UsersApi.userGetAsync(Integer userID,
ApiCallback<User> callback)
(asynchronously)
Gets the user matching a specific user ID.
|
com.squareup.okhttp.Call |
UsersApi.userGetCall(Integer userID,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userGet
|
ApiResponse<User> |
UsersApi.userGetWithHttpInfo(Integer userID)
Gets the user matching a specific user ID.
|
UserList |
UsersApi.usersGet(Integer top,
Integer skip,
String externalId,
String userChainIdentifier)
Get Users
Lists all users within the connected blockchain consortium.
|
com.squareup.okhttp.Call |
UsersApi.usersGetAsync(Integer top,
Integer skip,
String externalId,
String userChainIdentifier,
ApiCallback<UserList> callback)
Get Users (asynchronously)
Lists all users within the connected blockchain consortium.
|
com.squareup.okhttp.Call |
UsersApi.usersGetCall(Integer top,
Integer skip,
String externalId,
String userChainIdentifier,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for usersGet
|
ApiResponse<UserList> |
UsersApi.usersGetWithHttpInfo(Integer top,
Integer skip,
String externalId,
String userChainIdentifier)
Get Users
Lists all users within the connected blockchain consortium.
|
Integer |
UsersApi.usersPost(UserInput userInput)
Adds a user to the blockchain consortium.
|
com.squareup.okhttp.Call |
UsersApi.usersPostAsync(UserInput userInput,
ApiCallback<Integer> callback)
(asynchronously)
Adds a user to the blockchain consortium.
|
com.squareup.okhttp.Call |
UsersApi.usersPostCall(UserInput userInput,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for usersPost
|
ApiResponse<Integer> |
UsersApi.usersPostWithHttpInfo(UserInput userInput)
Adds a user to the blockchain consortium.
|
Workflow |
ApplicationsApi.workflowGet(Integer workflowId)
Get a workflow matching a specific workflow ID.
|
com.squareup.okhttp.Call |
ApplicationsApi.workflowGetAsync(Integer workflowId,
ApiCallback<Workflow> callback)
(asynchronously)
Get a workflow matching a specific workflow ID.
|
com.squareup.okhttp.Call |
ApplicationsApi.workflowGetCall(Integer workflowId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for workflowGet
|
ApiResponse<Workflow> |
ApplicationsApi.workflowGetWithHttpInfo(Integer workflowId)
Get a workflow matching a specific workflow ID.
|
WorkflowList |
ApplicationsApi.workflowsGet(Integer applicationId,
Integer top,
Integer skip)
List all workflows of the specified blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.workflowsGetAsync(Integer applicationId,
Integer top,
Integer skip,
ApiCallback<WorkflowList> callback)
(asynchronously)
List all workflows of the specified blockchain application.
|
com.squareup.okhttp.Call |
ApplicationsApi.workflowsGetCall(Integer applicationId,
Integer top,
Integer skip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for workflowsGet
|
ApiResponse<WorkflowList> |
ApplicationsApi.workflowsGetWithHttpInfo(Integer applicationId,
Integer top,
Integer skip)
List all workflows of the specified blockchain application.
|
Copyright © 2018. All rights reserved.