public class DeviceSearchApi extends Object
| Constructor and Description |
|---|
DeviceSearchApi() |
DeviceSearchApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
InlineResponse2005 |
postSearchQuery(PostDeviceSearchRequest postDeviceSearchRequest)
Retrieve List of Devices for a given search query V2
Retrieves list of terminals in paginated format.
|
okhttp3.Call |
postSearchQueryAsync(PostDeviceSearchRequest postDeviceSearchRequest,
ApiCallback<InlineResponse2005> callback)
Retrieve List of Devices for a given search query V2 (asynchronously)
Retrieves list of terminals in paginated format.
|
okhttp3.Call |
postSearchQueryCall(PostDeviceSearchRequest postDeviceSearchRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postSearchQuery
|
InlineResponse2007 |
postSearchQueryV3(PostDeviceSearchRequestV3 postDeviceSearchRequestV3)
Retrieve List of Devices for a given search query
Search for devices matching a given search query.
|
okhttp3.Call |
postSearchQueryV3Async(PostDeviceSearchRequestV3 postDeviceSearchRequestV3,
ApiCallback<InlineResponse2007> callback)
Retrieve List of Devices for a given search query (asynchronously)
Search for devices matching a given search query.
|
okhttp3.Call |
postSearchQueryV3Call(PostDeviceSearchRequestV3 postDeviceSearchRequestV3,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postSearchQueryV3
|
ApiResponse<InlineResponse2007> |
postSearchQueryV3WithHttpInfo(PostDeviceSearchRequestV3 postDeviceSearchRequestV3)
Retrieve List of Devices for a given search query
Search for devices matching a given search query.
|
ApiResponse<InlineResponse2005> |
postSearchQueryWithHttpInfo(PostDeviceSearchRequest postDeviceSearchRequest)
Retrieve List of Devices for a given search query V2
Retrieves list of terminals in paginated format.
|
void |
setApiClient(ApiClient apiClient) |
public DeviceSearchApi()
public DeviceSearchApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call postSearchQueryCall(PostDeviceSearchRequest postDeviceSearchRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
postDeviceSearchRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InlineResponse2005 postSearchQuery(PostDeviceSearchRequest postDeviceSearchRequest) throws ApiException
postDeviceSearchRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InlineResponse2005> postSearchQueryWithHttpInfo(PostDeviceSearchRequest postDeviceSearchRequest) throws ApiException
postDeviceSearchRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call postSearchQueryAsync(PostDeviceSearchRequest postDeviceSearchRequest, ApiCallback<InlineResponse2005> callback) throws ApiException
postDeviceSearchRequest - (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 postSearchQueryV3Call(PostDeviceSearchRequestV3 postDeviceSearchRequestV3, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
postDeviceSearchRequestV3 - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InlineResponse2007 postSearchQueryV3(PostDeviceSearchRequestV3 postDeviceSearchRequestV3) throws ApiException
postDeviceSearchRequestV3 - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InlineResponse2007> postSearchQueryV3WithHttpInfo(PostDeviceSearchRequestV3 postDeviceSearchRequestV3) throws ApiException
postDeviceSearchRequestV3 - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call postSearchQueryV3Async(PostDeviceSearchRequestV3 postDeviceSearchRequestV3, ApiCallback<InlineResponse2007> callback) throws ApiException
postDeviceSearchRequestV3 - (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 © 2025. All rights reserved.