public static class CheckResponse.CheckResponseBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CheckResponse |
build() |
CheckResponse.CheckResponseBuilder |
data(LicenseData data)
License data, class containing various information about license.
|
CheckResponse.CheckResponseBuilder |
file(InstallationFile file)
Installation file (binary).
|
CheckResponse.CheckResponseBuilder |
isExpired(boolean isExpired)
Boolean indicating is license expired or not.
|
CheckResponse.CheckResponseBuilder |
licenseActive(boolean licenseActive)
Boolean indicating is license active or not.
|
CheckResponse.CheckResponseBuilder |
licenseEnabled(boolean licenseEnabled)
Boolean indicating is license enabled or not.
|
String |
toString() |
public CheckResponse.CheckResponseBuilder data(LicenseData data)
this
.public CheckResponse.CheckResponseBuilder file(InstallationFile file)
this
.public CheckResponse.CheckResponseBuilder licenseActive(boolean licenseActive)
this
.public CheckResponse.CheckResponseBuilder licenseEnabled(boolean licenseEnabled)
this
.public CheckResponse.CheckResponseBuilder isExpired(boolean isExpired)
this
.public CheckResponse build()
Copyright © 2025 Cense Data Inc.. All rights reserved.