public static class SearchDevicesRequest.SearchDevicesRequestBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SearchDevicesRequest.SearchDevicesRequestBuilder |
blacklisted(Boolean blacklisted)
If set to true, the resulting set will contain only blacklisted devices, otherwise,
the resulting set will contain devices that are not blacklisted.
|
SearchDevicesRequest |
build() |
SearchDevicesRequest.SearchDevicesRequestBuilder |
hardwareId(String hardwareId)
The resulting set can be filtered by the hardware id;
|
SearchDevicesRequest.SearchDevicesRequestBuilder |
hostname(String hostname)
The resulting set can be filtered by the hostname detected by the SDK.
|
SearchDevicesRequest.SearchDevicesRequestBuilder |
license(Long license)
The resulting set can be filtered by the license the device belongs to.
|
SearchDevicesRequest.SearchDevicesRequestBuilder |
limit(Integer limit)
Number of results you want to be shown.
|
SearchDevicesRequest.SearchDevicesRequestBuilder |
offset(Integer offset)
The initial index from which to return the results.
|
SearchDevicesRequest.SearchDevicesRequestBuilder |
orderBy(String orderBy)
The result of the queries is a list
that can than be ordered in ascending order by some attribute.
|
SearchDevicesRequest.SearchDevicesRequestBuilder |
sortDescending(boolean sortDescending)
Indicates if the results of the queries should be ordered in descending order.
|
String |
toString() |
public SearchDevicesRequest.SearchDevicesRequestBuilder limit(Integer limit)
this
.public SearchDevicesRequest.SearchDevicesRequestBuilder offset(Integer offset)
this
.public SearchDevicesRequest.SearchDevicesRequestBuilder orderBy(String orderBy)
this
.public SearchDevicesRequest.SearchDevicesRequestBuilder license(Long license)
this
.public SearchDevicesRequest.SearchDevicesRequestBuilder blacklisted(Boolean blacklisted)
this
.public SearchDevicesRequest.SearchDevicesRequestBuilder hostname(String hostname)
this
.public SearchDevicesRequest.SearchDevicesRequestBuilder hardwareId(String hardwareId)
this
.public SearchDevicesRequest.SearchDevicesRequestBuilder sortDescending(boolean sortDescending)
this
.public SearchDevicesRequest build()
Copyright © 2023 Cense Data Inc.. All rights reserved.