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) |
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) |
Copyright © 2023 Cense Data Inc.. All rights reserved.