public final class SearchDevicesRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SearchDevicesRequest.SearchDevicesRequestBuilder
The SearchDevicesRequest builder.
|
Modifier and Type | Method and Description |
---|---|
static SearchDevicesRequest.SearchDevicesRequestBuilder |
builder()
Use this builder to construct the search request.
|
boolean |
equals(Object o) |
Boolean |
getBlacklisted()
If set to true, the resulting set will contain only blacklisted devices, otherwise,
the resulting set will contain devices that are not blacklisted.
|
String |
getHardwareId()
The resulting set can be filtered by the hardware id;
|
String |
getHostname()
The resulting set can be filtered by the hostname detected by the SDK.
|
Long |
getLicense()
The resulting set can be filtered by the license the device belongs to.
|
Integer |
getLimit()
Number of results you want to be shown.
|
Integer |
getOffset()
The initial index from which to return the results.
|
String |
getOrderBy()
The result of the queries is a list
that can than be ordered in ascending order by some attribute.
|
int |
hashCode() |
boolean |
isSortDescending()
Indicates if the results of the queries should be ordered in descending order.
|
SearchDevicesRequest.SearchDevicesRequestBuilder |
toBuilder() |
String |
toString() |
public static SearchDevicesRequest.SearchDevicesRequestBuilder builder()
public SearchDevicesRequest.SearchDevicesRequestBuilder toBuilder()
public Integer getLimit()
public Integer getOffset()
public String getOrderBy()
public Long getLicense()
public Boolean getBlacklisted()
public String getHostname()
public String getHardwareId()
public boolean isSortDescending()
Copyright © 2023 Cense Data Inc.. All rights reserved.