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 |
---|---|
BackOfficeProduct |
OrderService.getProduct(Long id)
Gets the product with the provided id.
|
Modifier and Type | Method and Description |
---|---|
List<BackOfficeProduct> |
OrderService.paginateThroughAllProducts(SearchProductsRequest request)
Goes through all pages of the response and returns a list with all possible products that satisfy the request.
|
SearchResult<BackOfficeProduct> |
OrderService.searchProducts(SearchProductsRequest request)
Searches the orders by applying the filtering and ordering conditions in the
SearchProductsRequest
class. |
Modifier and Type | Method and Description |
---|---|
BackOfficeProduct |
OrdersApi.getProduct(Long id)
Gets product information.
|
Modifier and Type | Method and Description |
---|---|
SearchResult<BackOfficeProduct> |
OrdersApi.searchProducts(SearchProductsRequest request)
Search products.
|
Copyright © 2023 Cense Data Inc.. All rights reserved.