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<BackOfficeLicense> |
LicenseService.paginateThroughAllLicenses(SearchLicensesRequest request)
Goes through all pages of the search licenses response and returns a list with all possible
licenses that satisfy the request.
|
SearchResult<BackOfficeLicense> |
LicenseService.searchLicenses(SearchLicensesRequest request)
Returns list of licenses that satisfy the request.
|
Modifier and Type | Method and Description |
---|---|
SearchResult<BackOfficeLicense> |
LicensesApi.searchLicenses(SearchLicensesRequest request)
Search licenses.
|
Modifier and Type | Method and Description |
---|---|
SearchLicensesRequest |
SearchLicensesRequest.SearchLicensesRequestBuilder.build() |
Copyright © 2024 Cense Data Inc.. All rights reserved.