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<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 |
---|---|
SearchResult<BackOfficeProduct> |
OrdersApi.searchProducts(SearchProductsRequest request)
Search products.
|
Modifier and Type | Method and Description |
---|---|
SearchProductsRequest |
SearchProductsRequest.SearchProductsRequestBuilder.build() |
Copyright © 2023 Cense Data Inc.. All rights reserved.