| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
TssV2TransactionsPost201Response |
SearchTransactionsApi.createSearch(CreateSearchRequest createSearchRequest)
Create a Search Request
Create a search request.
|
TssV2TransactionsPost201Response |
SearchTransactionsApi.getSearch(String searchId)
Get Search Results
Include the Search ID in the GET request to retrieve the search results.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TssV2TransactionsPost201Response> |
SearchTransactionsApi.createSearchWithHttpInfo(CreateSearchRequest createSearchRequest)
Create a Search Request
Create a search request.
|
ApiResponse<TssV2TransactionsPost201Response> |
SearchTransactionsApi.getSearchWithHttpInfo(String searchId)
Get Search Results
Include the Search ID in the GET request to retrieve the search results.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SearchTransactionsApi.createSearchAsync(CreateSearchRequest createSearchRequest,
ApiCallback<TssV2TransactionsPost201Response> callback)
Create a Search Request (asynchronously)
Create a search request.
|
okhttp3.Call |
SearchTransactionsApi.getSearchAsync(String searchId,
ApiCallback<TssV2TransactionsPost201Response> callback)
Get Search Results (asynchronously)
Include the Search ID in the GET request to retrieve the search results.
|
Copyright © 2020. All rights reserved.