Package | Description |
---|---|
com.licensespring.management.model |
This package contains all models used in license-management SDK.
|
Modifier and Type | Method and Description |
---|---|
BackOfficeCustomer |
Order.getCustomer()
Customer who placed the order.
|
BackOfficeCustomer |
BackOfficeLicense.getCustomer()
Customer model whom ordered the license.
|
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) |
Order(Long id,
List<BackOfficeOrderItem> backOfficeOrderItems,
BackOfficeCustomer customer,
Boolean hasActiveLicenses,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
String clientOrderId,
com.licensespring.model.order.OrderType type,
Boolean isTest,
Boolean isTrial,
String downloadId,
String language,
String campaignParams,
Integer company) |
Copyright © 2023 Cense Data Inc.. All rights reserved.