public class TransactionDetailsApi extends Object
| Constructor and Description |
|---|
TransactionDetailsApi() |
TransactionDetailsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
TssV2TransactionsGet200Response |
getTransaction(String id)
Retrieve a Transaction
Include the Request ID in the GET request to retrieve the transaction details.
|
okhttp3.Call |
getTransactionAsync(String id,
ApiCallback<TssV2TransactionsGet200Response> callback)
Retrieve a Transaction (asynchronously)
Include the Request ID in the GET request to retrieve the transaction details.
|
okhttp3.Call |
getTransactionCall(String id,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTransaction
|
ApiResponse<TssV2TransactionsGet200Response> |
getTransactionWithHttpInfo(String id)
Retrieve a Transaction
Include the Request ID in the GET request to retrieve the transaction details.
|
void |
setApiClient(ApiClient apiClient) |
public TransactionDetailsApi()
public TransactionDetailsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getTransactionCall(String id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
id - Request ID. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic TssV2TransactionsGet200Response getTransaction(String id) throws ApiException
id - Request ID. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TssV2TransactionsGet200Response> getTransactionWithHttpInfo(String id) throws ApiException
id - Request ID. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getTransactionAsync(String id, ApiCallback<TssV2TransactionsGet200Response> callback) throws ApiException
id - Request ID. (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2020. All rights reserved.