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.model |
This package contains all models used in license-management SDK.
|
Modifier and Type | Method and Description |
---|---|
BackOfficeDeviceVariable |
DeviceVariablesService.create(CreateDeviceVariableRequest request)
Creates a new device variable.
|
BackOfficeDeviceVariable |
DeviceVariablesService.get(Long id)
Retrieves device variable data.
|
BackOfficeDeviceVariable |
DeviceVariablesService.update(Long id,
UpdateDeviceVariableRequest request)
Updates the device variable.
|
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 |
---|---|
BackOfficeDeviceVariable |
LicensesApi.createDeviceVariable(CreateDeviceVariableRequest request)
Create a device variable.
|
BackOfficeDeviceVariable |
LicensesApi.getDeviceVariable(Long id)
Get the device variable.
|
BackOfficeDeviceVariable |
LicensesApi.updateDeviceVariable(Long id,
UpdateDeviceVariableRequest request)
Update the device variable.
|
Modifier and Type | Method and Description |
---|---|
SearchResult<BackOfficeDeviceVariable> |
LicensesApi.searchDeviceVariables(SearchDeviceVariablesRequest request)
Search device variables
|
Modifier and Type | Method and Description |
---|---|
List<BackOfficeDeviceVariable> |
Device.getDeviceVariables()
List of device variables that were tracked.
|
Constructor and Description |
---|
Device(Long id,
List<BackOfficeDeviceVariable> deviceVariables,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
String hardwareId,
ZonedDateTime timeActivated,
ZonedDateTime timeDeactivated,
LocalDate validityPeriod,
boolean deviceActive,
String type,
String os,
String sdkBuildVersion,
ZonedDateTime lastCheck,
String appVer,
String hostname,
String ip,
String externalIp,
String macAddress,
boolean isVm,
String vmInfo,
ZonedDateTime floatingLastSeen,
boolean floatingInUse,
boolean blacklisted,
DeviceLicense license) |
Copyright © 2023 Cense Data Inc.. All rights reserved.