Uses of Class
org.alfresco.discovery.model.LicenseInfo
-
Packages that use LicenseInfo Package Description org.alfresco.discovery.model -
-
Uses of LicenseInfo in org.alfresco.discovery.model
Methods in org.alfresco.discovery.model that return LicenseInfo Modifier and Type Method Description LicenseInfoLicenseInfo. entitlements(EntitlementsInfo entitlements)LicenseInfoLicenseInfo. expiresAt(OffsetDateTime expiresAt)@Valid LicenseInfoRepositoryInfo. getLicense()Get licenseLicenseInfoLicenseInfo. holder(String holder)LicenseInfoLicenseInfo. issuedAt(OffsetDateTime issuedAt)LicenseInfoLicenseInfo. mode(String mode)LicenseInfoLicenseInfo. remainingDays(Integer remainingDays)Methods in org.alfresco.discovery.model with parameters of type LicenseInfo Modifier and Type Method Description RepositoryInfoRepositoryInfo. license(LicenseInfo license)voidRepositoryInfo. setLicense(LicenseInfo license)
-