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