| 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<BackOfficeInstallationFile> |
OrderService.paginateThroughAllInstallationFiles(SearchInstallationFilesRequest request)
Goes through all pages of the response and returns a list with all possible installation files that satisfy the request.
|
SearchResult<BackOfficeInstallationFile> |
OrderService.searchInstallationFiles(SearchInstallationFilesRequest request)
Searches the orders by applying the filtering and ordering conditions in the
SearchInstallationFilesRequest
class. |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<BackOfficeInstallationFile> |
OrdersApi.searchInstallationFiles(SearchInstallationFilesRequest request)
Search installation files.
|
| Modifier and Type | Method and Description |
|---|---|
SearchInstallationFilesRequest |
SearchInstallationFilesRequest.SearchInstallationFilesRequestBuilder.build() |
Copyright © 2022 Cense Data Inc.. All rights reserved.