Package | Description |
---|---|
com.licensespring.management |
This package contains the main classes to be used when interfacing with Management APIS.
|
com.licensespring.management.api |
This package contains management APIs (
LicensesApi and
OrdersApi ). |
com.licensespring.management.dto.request |
This package contains all request data transfer objects.
|
Modifier and Type | Method and Description |
---|---|
List<BackOfficeDeviceVariable> |
DeviceVariablesService.paginate(SearchDeviceVariablesRequest request)
Goes through all pages of the search device variables response and returns a list with all possible device variables
that satisfy the request.
|
SearchResult<BackOfficeDeviceVariable> |
DeviceVariablesService.search(SearchDeviceVariablesRequest request)
Searches through all device variables and returns the search result which contains all
device variables that satisfy the request queries.
|
Modifier and Type | Method and Description |
---|---|
SearchResult<BackOfficeDeviceVariable> |
LicensesApi.searchDeviceVariables(SearchDeviceVariablesRequest request)
Search device variables
|
Modifier and Type | Method and Description |
---|---|
SearchDeviceVariablesRequest |
SearchDeviceVariablesRequest.SearchDeviceVariablesRequestBuilder.build() |
Copyright © 2023 Cense Data Inc.. All rights reserved.