Modifier and Type | Method and Description |
---|---|
LicenseKeyProductFeature[] |
LicenseKeyProduct.getProductFeatures()
Getter for the product features
|
Constructor and Description |
---|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
LicenseKeyProductFeature[] productFeatures)
Creates a LicenseKeyProduct Pojo without an expiration date to be used in products that require a license.
|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
String type,
LicenseKeyProductFeature[] productFeatures)
Creates a LicenseKeyProduct Pojo without an expiration date to be used in products that require a license.
|
LicenseKeyProduct(String productName,
int majorVersion,
int minorVersion,
String type,
String deploymentType,
Date expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
Creates a LicenseKeyProduct Pojo
|
LicenseKeyProduct(String productName,
int majorVersion,
LicenseKeyProductFeature[] productFeatures)
Creates a LicenseKeyProduct Pojo without an expiration date to be used in products that require a license.
|
LicenseKeyProduct(String productName,
int majorVersion,
String type,
String deploymentType,
Date expire,
String platform,
LicenseKeyProductFeature[] productFeatures)
Creates a LicenseKeyProduct Pojo
|
Copyright © 2017. All rights reserved.