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 |
This package contains all DTO classes, both requests and responses, for making management requests
to the LicenseSpring server.
|
Modifier and Type | Method and Description |
---|---|
String |
OrderService.exportToCsv(Range range,
String destinationDirectory)
Generates a csv file with orders from the requested time range.
|
Modifier and Type | Method and Description |
---|---|
feign.Response |
OrdersApi.exportToCsv(Range range)
Exports orders to a csv format, using the predefined ranges.
|
Modifier and Type | Method and Description |
---|---|
static Range |
Range.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range[] |
Range.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 Cense Data Inc.. All rights reserved.