public class PostDeviceSearchRequestV3 extends Object
| Constructor and Description |
|---|
PostDeviceSearchRequestV3() |
| Modifier and Type | Method and 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 :- serialNumber:456345234 AND readerId:509353f0-86ca-4af4-a1c9-c2702bfd7431 AND terminalId:7854922 AND status:Inactive AND statusChangeReason:Other AND organizationId:London Store)
|
String |
getSort()
terminalCreationDate:desc (default) or serialNumber or terminalUpdationDate
|
int |
hashCode() |
PostDeviceSearchRequestV3 |
limit(Long limit) |
PostDeviceSearchRequestV3 |
offset(Long offset) |
PostDeviceSearchRequestV3 |
query(String query) |
void |
setLimit(Long limit) |
void |
setOffset(Long offset) |
void |
setQuery(String query) |
void |
setSort(String sort) |
PostDeviceSearchRequestV3 |
sort(String sort) |
String |
toString() |
public PostDeviceSearchRequestV3 query(String query)
public String getQuery()
public void setQuery(String query)
public PostDeviceSearchRequestV3 sort(String sort)
public String getSort()
public void setSort(String sort)
public PostDeviceSearchRequestV3 offset(Long offset)
public Long getOffset()
public void setOffset(Long offset)
public PostDeviceSearchRequestV3 limit(Long limit)
public Long getLimit()
public void setLimit(Long limit)
Copyright © 2026. All rights reserved.