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 |
---|---|
BackOfficeLicenseCustomField |
LicenseCustomFieldsService.create(CreateLicenseCustomFieldRequest request)
Creates a new license custom field.
|
BackOfficeLicenseCustomField |
LicenseCustomFieldsService.get(Integer id)
Retrieves license custom field data.
|
BackOfficeLicenseCustomField |
LicenseCustomFieldsService.update(Integer id,
UpdateCustomLicenseFieldRequest request)
Updates the license custom field.
|
Modifier and Type | Method and Description |
---|---|
List<BackOfficeLicenseCustomField> |
LicenseCustomFieldsService.paginate(SearchLicenseCustomFieldsRequest request)
Goes through all pages of the search license custom fields response and returns a list with all possible
license custom fields that satisfy the request.
|
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.
|
Modifier and Type | Method and Description |
---|---|
BackOfficeLicenseCustomField |
LicensesApi.createLicenseCustomField(CreateLicenseCustomFieldRequest request)
Create a license custom field.
|
BackOfficeLicenseCustomField |
LicensesApi.getLicenseCustomField(Integer id)
Get license custom field data.
|
BackOfficeLicenseCustomField |
LicensesApi.updateLicenseCustomField(Integer id,
UpdateCustomLicenseFieldRequest request)
Update the license custom field.
|
Modifier and Type | Method and Description |
---|---|
SearchResult<BackOfficeLicenseCustomField> |
LicensesApi.searchLicenseCustomFields(SearchLicenseCustomFieldsRequest request)
Search license custom fields.
|
Copyright © 2023 Cense Data Inc.. All rights reserved.