Package | Description |
---|---|
com.licensespring.management.model |
This package contains all models used in license-management SDK.
|
Modifier and Type | Method and Description |
---|---|
LicenseUser |
BackOfficeLicense.getLicenseUser()
Legacy field.
|
LicenseUser[] |
BackOfficeLicense.getLicenseUsers()
List of LicenseUser models whom uses the license.
|
Modifier and Type | Method and Description |
---|---|
List<LicenseUser> |
DeviceLicense.getLicenseUsers()
Users of the license (if user based)
|
Constructor and Description |
---|
BackOfficeLicense(Long id,
String status,
Integer floatingInUseDevices,
BackOfficeCustomer customer,
List<BackOfficeLicenseFeature> productFeatures,
LicenseUser[] licenseUsers,
LicenseUser licenseUser,
String orderStoreId,
int activeUpToDateDevices,
int totalActiveDevices,
BackOfficeLicenseProduct product,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
String licenseKey,
Boolean active,
Boolean enabled,
ZonedDateTime timeActivated,
ZonedDateTime timeDisabled,
Integer maxActivations,
Integer timesActivated,
String validDuration,
String validityPeriod,
com.licensespring.model.LicenseType licenseType,
Boolean enableMaintenancePeriod,
String maintenanceDuration,
String maintenancePeriod,
Boolean isTrial,
Integer maxConsumptions,
Integer totalConsumptions,
String subscriptionId,
ZonedDateTime lastCheck,
Boolean preventVm,
Boolean allowOverages,
Integer maxOverages,
Boolean resetConsumption,
String consumptionPeriod,
Integer trialDays,
Boolean isFloating,
Boolean isFloatingCloud,
Integer floatingUsers,
String note,
Integer maxLicenseUsers,
Long order,
Long orderItem,
Integer disabledUser) |
BackOfficeLicense(Long id,
String status,
Integer floatingInUseDevices,
BackOfficeCustomer customer,
List<BackOfficeLicenseFeature> productFeatures,
LicenseUser[] licenseUsers,
LicenseUser licenseUser,
String orderStoreId,
int activeUpToDateDevices,
int totalActiveDevices,
BackOfficeLicenseProduct product,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
String licenseKey,
Boolean active,
Boolean enabled,
ZonedDateTime timeActivated,
ZonedDateTime timeDisabled,
Integer maxActivations,
Integer timesActivated,
String validDuration,
String validityPeriod,
com.licensespring.model.LicenseType licenseType,
Boolean enableMaintenancePeriod,
String maintenanceDuration,
String maintenancePeriod,
Boolean isTrial,
Integer maxConsumptions,
Integer totalConsumptions,
String subscriptionId,
ZonedDateTime lastCheck,
Boolean preventVm,
Boolean allowOverages,
Integer maxOverages,
Boolean resetConsumption,
String consumptionPeriod,
Integer trialDays,
Boolean isFloating,
Boolean isFloatingCloud,
Integer floatingUsers,
String note,
Integer maxLicenseUsers,
Long order,
Long orderItem,
Integer disabledUser) |
Constructor and Description |
---|
DeviceLicense(Long id,
String licenseKey,
List<LicenseUser> licenseUsers) |
Copyright © 2023 Cense Data Inc.. All rights reserved.