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 |
---|---|
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.
|
SearchResult<BackOfficeLicenseCustomField> |
LicenseCustomFieldsService.search(SearchLicenseCustomFieldsRequest request)
Searches through all license custom fields and returns the search result which contains all
license custom fields that satisfy the request queries.
|
SearchResult<BackOfficeProductCustomField> |
ProductCustomFieldsService.search(SearchProductCustomFieldsRequest request)
Searches through all product custom fields and returns the search result which contains all
product custom fields that satisfy the request queries.
|
SearchResult<Device> |
LicenseService.searchDevices(SearchDevicesRequest request)
Returns a list of devices that satisfy the request.
|
SearchResult<BackOfficeInstallationFile> |
OrderService.searchInstallationFiles(SearchInstallationFilesRequest request)
Searches the orders by applying the filtering and ordering conditions in the
SearchInstallationFilesRequest
class. |
SearchResult<BackOfficeLicense> |
LicenseService.searchLicenses(SearchLicensesRequest request)
Returns list of licenses that satisfy the request.
|
SearchResult<Order> |
OrderService.searchOrders(SearchOrdersRequest request)
Searches the orders by applying the filtering and ordering conditions in the
SearchOrdersRequest
class. |
SearchResult<BackOfficeProduct> |
OrderService.searchProducts(SearchProductsRequest request)
Searches the orders by applying the filtering and ordering conditions in the
SearchProductsRequest
class. |
Copyright © 2023 Cense Data Inc.. All rights reserved.