| Modifier and Type | Method and Description |
|---|---|
License.LicenseBuilder |
active(Boolean active) |
License |
build() |
License.LicenseBuilder |
data(com.licensespring.LicenseData data)
Server license data - both online and offline activation data is stored in this field
|
License.LicenseBuilder |
enabled(Boolean enabled) |
License.LicenseBuilder |
hardwareId(String hardwareId)
hardware id for which this license data has been activated for
|
License.LicenseBuilder |
identity(com.licensespring.model.LicenseIdentity identity)
The license identity - licenseKey or username is kept in this field
|
License.LicenseBuilder |
installationFile(com.licensespring.model.InstallationFile installationFile)
Information on the location of potential installation files.
|
License.LicenseBuilder |
lastCheck(ZonedDateTime lastCheck)
Last time the check was performed on this
|
License.LicenseBuilder |
lastUsage(ZonedDateTime lastUsage)
Gets updated each time the application runs
|
License.LicenseBuilder |
localConsumptions(int localConsumptions)
Consumptions which are tracked locally.
|
License.LicenseBuilder |
localFeatureConsumptions(Map<String,Integer> localFeatureConsumptions)
Map which used to increase local feature consumptions.
|
License.LicenseBuilder |
product(com.licensespring.model.Product product)
Detailed product information is kept and updated everytime the license is activated.
|
License.LicenseBuilder |
remoteExpired(Boolean remoteExpired) |
License.LicenseBuilder |
repository(com.licensespring.internal.services.LicenseRepository repository) |
License.LicenseBuilder |
service(com.licensespring.internal.services.LicenseService service) |
String |
toString() |
public License.LicenseBuilder data(com.licensespring.LicenseData data)
this.public License.LicenseBuilder identity(com.licensespring.model.LicenseIdentity identity)
this.public License.LicenseBuilder installationFile(com.licensespring.model.InstallationFile installationFile)
this.public License.LicenseBuilder product(com.licensespring.model.Product product)
this.public License.LicenseBuilder lastCheck(ZonedDateTime lastCheck)
this.public License.LicenseBuilder lastUsage(ZonedDateTime lastUsage)
this.public License.LicenseBuilder hardwareId(String hardwareId)
this.public License.LicenseBuilder localConsumptions(int localConsumptions)
this.public License.LicenseBuilder localFeatureConsumptions(Map<String,Integer> localFeatureConsumptions)
this.public License.LicenseBuilder repository(com.licensespring.internal.services.LicenseRepository repository)
public License.LicenseBuilder service(com.licensespring.internal.services.LicenseService service)
public License.LicenseBuilder remoteExpired(Boolean remoteExpired)
public License.LicenseBuilder active(Boolean active)
public License.LicenseBuilder enabled(Boolean enabled)
public License build()
Copyright © 2021 Cense Data Inc.. All rights reserved.