| 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). |
| Modifier and Type | Method and Description |
|---|---|
Device |
LicenseService.getDevice(Long id)
Gets the device data.
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
LicenseService.paginateThroughAllDevices(SearchDevicesRequest request)
Goes through all pages of the search devices response and returns a list with all possible devices that satisfy the request.
|
SearchResult<Device> |
LicenseService.searchDevices(SearchDevicesRequest request)
Returns a list of devices that satisfy the request.
|
| Modifier and Type | Method and Description |
|---|---|
Device |
LicensesApi.getDevice(Long id)
Get device data.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<Device> |
LicensesApi.searchDevices(SearchDevicesRequest request)
Search devices.
|
Copyright © 2022 Cense Data Inc.. All rights reserved.