Package | Description |
---|---|
com.licensespring.management.dto.request |
This package contains all request data transfer objects.
|
Modifier and Type | Method and Description |
---|---|
SearchDevicesRequest.SearchDevicesRequestBuilder |
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.
|
static SearchDevicesRequest.SearchDevicesRequestBuilder |
SearchDevicesRequest.builder()
Use this builder to construct the search request.
|
SearchDevicesRequest.SearchDevicesRequestBuilder |
SearchDevicesRequest.SearchDevicesRequestBuilder.hardwareId(String hardwareId)
The resulting set can be filtered by the hardware id;
|
SearchDevicesRequest.SearchDevicesRequestBuilder |
SearchDevicesRequest.SearchDevicesRequestBuilder.hostname(String hostname)
The resulting set can be filtered by the hostname detected by the SDK.
|
SearchDevicesRequest.SearchDevicesRequestBuilder |
SearchDevicesRequest.SearchDevicesRequestBuilder.license(Long license)
The resulting set can be filtered by the license the device belongs to.
|
SearchDevicesRequest.SearchDevicesRequestBuilder |
SearchDevicesRequest.SearchDevicesRequestBuilder.limit(Integer limit)
Number of results you want to be shown.
|
SearchDevicesRequest.SearchDevicesRequestBuilder |
SearchDevicesRequest.SearchDevicesRequestBuilder.offset(Integer offset)
The initial index from which to return the results.
|
SearchDevicesRequest.SearchDevicesRequestBuilder |
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 |
SearchDevicesRequest.SearchDevicesRequestBuilder.sortDescending(boolean sortDescending)
Indicates if the results of the queries should be ordered in descending order.
|
SearchDevicesRequest.SearchDevicesRequestBuilder |
SearchDevicesRequest.toBuilder() |
Copyright © 2023 Cense Data Inc.. All rights reserved.