public class SearchTransactionsApi extends Object
| Constructor and Description |
|---|
SearchTransactionsApi() |
SearchTransactionsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
TssV2TransactionsPost201Response |
createSearch(CreateSearchRequest createSearchRequest)
Create a Search Request
Create a search request.
|
okhttp3.Call |
createSearchAsync(CreateSearchRequest createSearchRequest,
ApiCallback<TssV2TransactionsPost201Response> callback)
Create a Search Request (asynchronously)
Create a search request.
|
okhttp3.Call |
createSearchCall(CreateSearchRequest createSearchRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSearch
|
ApiResponse<TssV2TransactionsPost201Response> |
createSearchWithHttpInfo(CreateSearchRequest createSearchRequest)
Create a Search Request
Create a search request.
|
ApiClient |
getApiClient() |
TssV2TransactionsPost201Response |
getSearch(String searchId)
Get Search Results
Include the Search ID in the GET request to retrieve the search results.
|
okhttp3.Call |
getSearchAsync(String searchId,
ApiCallback<TssV2TransactionsPost201Response> callback)
Get Search Results (asynchronously)
Include the Search ID in the GET request to retrieve the search results.
|
okhttp3.Call |
getSearchCall(String searchId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSearch
|
ApiResponse<TssV2TransactionsPost201Response> |
getSearchWithHttpInfo(String searchId)
Get Search Results
Include the Search ID in the GET request to retrieve the search results.
|
void |
setApiClient(ApiClient apiClient) |
public SearchTransactionsApi()
public SearchTransactionsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call createSearchCall(CreateSearchRequest createSearchRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
createSearchRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic TssV2TransactionsPost201Response createSearch(CreateSearchRequest createSearchRequest) throws ApiException
createSearchRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TssV2TransactionsPost201Response> createSearchWithHttpInfo(CreateSearchRequest createSearchRequest) throws ApiException
createSearchRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call createSearchAsync(CreateSearchRequest createSearchRequest, ApiCallback<TssV2TransactionsPost201Response> callback) throws ApiException
createSearchRequest - (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 objectpublic okhttp3.Call getSearchCall(String searchId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
searchId - Search ID. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic TssV2TransactionsPost201Response getSearch(String searchId) throws ApiException
searchId - Search ID. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TssV2TransactionsPost201Response> getSearchWithHttpInfo(String searchId) throws ApiException
searchId - Search ID. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getSearchAsync(String searchId, ApiCallback<TssV2TransactionsPost201Response> callback) throws ApiException
searchId - Search 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.