Package | Description |
---|---|
com.licensespring |
Package
com.licensespring contains the main public classes of interest when implementing
the client SDKs (license-client, floating-client). |
com.licensespring.model |
Package
com.licensespring.model contains all models used in LicenseSpring. |
Modifier and Type | Method and Description |
---|---|
ConsumptionPeriod |
LicenseData.getConsumptionPeriod()
Period when the consumption uses (and overages if enabled) are reset
ConsumptionPeriod |
Modifier and Type | Method and Description |
---|---|
LicenseData.LicenseDataBuilder |
LicenseData.LicenseDataBuilder.consumptionPeriod(ConsumptionPeriod consumptionPeriod)
Period when the consumption uses (and overages if enabled) are reset
ConsumptionPeriod |
Modifier and Type | Method and Description |
---|---|
ConsumptionPeriod |
LicenseFeature.getConsumptionPeriod()
ConsumptionPeriod for LicenseType.CONSUMPTION feature type |
static ConsumptionPeriod |
ConsumptionPeriod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsumptionPeriod |
ConsumptionPeriod.valueOfType(String period)
Get value of consumption period.
|
static ConsumptionPeriod[] |
ConsumptionPeriod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LicenseFeature(Long id,
String code,
String name,
String featureType,
ZonedDateTime expiryDate,
com.google.gson.JsonElement metadata,
Boolean isFloating,
Boolean isFloatingCloud,
Long floatingTimeout,
Long floatingUsers,
int maxConsumption,
Boolean allowUnlimitedConsumptions,
Boolean allowNegativeConsumptions,
int totalConsumptions,
boolean allowOverages,
int maxOverages,
Boolean resetConsumption,
ConsumptionPeriod consumptionPeriod) |
Copyright © 2025 Cense Data Inc.. All rights reserved.