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 |
---|---|
ManagementConfiguration |
ManagementConfiguration.ManagementConfigurationBuilder.build() |
Constructor and Description |
---|
LicenseService(ManagementConfiguration configuration)
LicenseService has to be built using the ManagementConfiguration object.
|
OrderService(ManagementConfiguration configuration)
OrderService has to be built using the ManagementConfiguration object.
|
Modifier and Type | Method and Description |
---|---|
static LicensesApi |
ApiFactory.buildFeignForLicenses(ManagementConfiguration configuration,
com.google.gson.Gson gson,
ManagementAuthorizationService service)
Builds
LicensesApi from provided parameters. |
static OrdersApi |
ApiFactory.buildFeignForOrders(ManagementConfiguration configuration,
com.google.gson.Gson gson,
ManagementAuthorizationService service)
Builds
OrdersApi from provided parameters. |
Constructor and Description |
---|
ManagementAuthorizationService(ManagementConfiguration configuration) |
Copyright © 2023 Cense Data Inc.. All rights reserved.