public class PostDeviceSearchRequest extends Object
| Constructor | Description |
|---|---|
PostDeviceSearchRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Long |
getLimit() |
Number of devices to retrieve in one request.
|
Long |
getOffset() |
The offset or page number.
|
String |
getQuery() |
The Search Query to retrieve the Terminals(Example :- terminalSerialNumber:12345678 AND readerId:66c395ca-4f20-4b40-acac-5ff4c772d5f9 AND terminalId:T9KN88RTPE).
|
String |
getSort() |
The Sort Query to order the Terminals by.
|
int |
hashCode() |
|
PostDeviceSearchRequest |
limit(Long limit) |
|
PostDeviceSearchRequest |
offset(Long offset) |
|
PostDeviceSearchRequest |
query(String query) |
|
void |
setLimit(Long limit) |
|
void |
setOffset(Long offset) |
|
void |
setQuery(String query) |
|
void |
setSort(String sort) |
|
PostDeviceSearchRequest |
sort(String sort) |
|
String |
toString() |
public PostDeviceSearchRequest query(String query)
public String getQuery()
public void setQuery(String query)
public PostDeviceSearchRequest sort(String sort)
public String getSort()
public void setSort(String sort)
public PostDeviceSearchRequest offset(Long offset)
public Long getOffset()
public void setOffset(Long offset)
public PostDeviceSearchRequest limit(Long limit)
public Long getLimit()
public void setLimit(Long limit)
Copyright © 2026. All rights reserved.