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<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 |
---|---|
SearchResult<BackOfficeLicenseCustomField> |
LicensesApi.searchLicenseCustomFields(SearchLicenseCustomFieldsRequest request)
Search license custom fields.
|
Modifier and Type | Method and Description |
---|---|
SearchLicenseCustomFieldsRequest |
SearchLicenseCustomFieldsRequest.SearchLicenseCustomFieldsRequestBuilder.build() |
Copyright © 2023 Cense Data Inc.. All rights reserved.