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 |
---|---|
Order |
OrderService.getOrder(Long id)
Finds an order with provided order id.
|
Modifier and Type | Method and Description |
---|---|
List<Order> |
OrderService.paginateThroughAllOrders(SearchOrdersRequest request)
Goes through all pages of the response and returns a list with all possible orders that satisfy the request.
|
SearchResult<Order> |
OrderService.searchOrders(SearchOrdersRequest request)
Searches the orders by applying the filtering and ordering conditions in the
SearchOrdersRequest
class. |
Modifier and Type | Method and Description |
---|---|
Order |
OrdersApi.getOrder(Long id)
Gets order by LS internal ID.
|
Modifier and Type | Method and Description |
---|---|
SearchResult<Order> |
OrdersApi.searchOrders(SearchOrdersRequest request)
Gets a paginated set of orders based on input search request.
|
Copyright © 2023 Cense Data Inc.. All rights reserved.