public class DeviceSearchApi extends Object
| Constructor | Description |
|---|---|
DeviceSearchApi() |
|
DeviceSearchApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
ApiClient |
getApiClient() |
|
InlineResponse2009 |
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<InlineResponse2009> 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
|
InlineResponse20011 |
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<InlineResponse20011> 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<InlineResponse20011> |
postSearchQueryV3WithHttpInfo(PostDeviceSearchRequestV3 postDeviceSearchRequestV3) |
Retrieve List of Devices for a given search query
Search for devices matching a given search query.
|
ApiResponse<InlineResponse2009> |
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, com.cybersource.authsdk.core.ConfigException
postDeviceSearchRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic InlineResponse2009 postSearchQuery(PostDeviceSearchRequest postDeviceSearchRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
postDeviceSearchRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<InlineResponse2009> postSearchQueryWithHttpInfo(PostDeviceSearchRequest postDeviceSearchRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
postDeviceSearchRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call postSearchQueryAsync(PostDeviceSearchRequest postDeviceSearchRequest, ApiCallback<InlineResponse2009> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
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 objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call postSearchQueryV3Call(PostDeviceSearchRequestV3 postDeviceSearchRequestV3, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
postDeviceSearchRequestV3 - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic InlineResponse20011 postSearchQueryV3(PostDeviceSearchRequestV3 postDeviceSearchRequestV3) throws ApiException, com.cybersource.authsdk.core.ConfigException
postDeviceSearchRequestV3 - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<InlineResponse20011> postSearchQueryV3WithHttpInfo(PostDeviceSearchRequestV3 postDeviceSearchRequestV3) throws ApiException, com.cybersource.authsdk.core.ConfigException
postDeviceSearchRequestV3 - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call postSearchQueryV3Async(PostDeviceSearchRequestV3 postDeviceSearchRequestV3, ApiCallback<InlineResponse20011> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
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 objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientCopyright © 2026. All rights reserved.