Package | Description |
---|---|
com.licensespring.management.model |
This package contains all models used in license-management SDK.
|
Modifier and Type | Method and Description |
---|---|
ProductFeature |
BackOfficeLicenseFeature.getProductFeature()
Reference of ProductFeature model.
|
Modifier and Type | Method and Description |
---|---|
List<ProductFeature> |
BackOfficeProduct.getProductFeatures()
List of features available for this product.
|
Constructor and Description |
---|
BackOfficeLicenseFeature(Long id,
ProductFeature productFeature,
int maxConsumption,
int totalConsumptions,
DeviceFeature[] deviceFeatures,
Boolean allowUnlimitedConsumptions,
ZonedDateTime expiryDate,
Boolean allowOverages,
Long maxOverages,
Boolean resetConsumption,
String consumptionPeriod,
Boolean isFloating,
Boolean isFloatingCloud,
Long floatingUsers,
Long floatingTimeout,
com.google.gson.JsonElement metadata,
Long license) |
Constructor and Description |
---|
BackOfficeProduct(Long id,
Long[] upgradeFrom,
List<ProductFeature> productFeatures,
BackOfficeCustomField[] customFields,
BackOfficeInstallationFile[] backOfficeInstallationFiles,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
String productName,
String shortCode,
boolean active,
String validDuration,
boolean allowTrial,
int trialDays,
int maxActivations,
boolean hardwareIdRequired,
boolean isUpgrade,
String subscriptionDuration,
boolean enableMaintenancePeriod,
String maintenanceDuration,
boolean isFloating,
boolean isFloatingCloud,
int floatingUsers,
int floatingTimeout,
com.licensespring.model.LicenseType defaultLicenseType,
boolean isUserLocked,
boolean isNodeLocked,
int maxConsumptions,
String authorizationMethod,
boolean preventVm,
boolean allowOverages,
int maxOverages,
boolean resetConsumption,
String consumptionPeriod,
boolean isArchived,
int company,
com.google.gson.JsonElement metadata) |
Copyright © 2025 Cense Data Inc.. All rights reserved.