Package org.alfresco.rest.api.model
Class RepositoryInfo.LicenseInfo
- java.lang.Object
-
- org.alfresco.rest.api.model.RepositoryInfo.LicenseInfo
-
- Enclosing class:
- RepositoryInfo
public static class RepositoryInfo.LicenseInfo extends Object
Representation of the license information.- Author:
- Jamal Kaabi-Mofrad
-
-
Constructor Summary
Constructors Constructor Description LicenseInfo()LicenseInfo(LicenseDescriptor licenseDescriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RepositoryInfo.LicenseEntitlementgetEntitlements()DategetExpiresAt()StringgetHolder()DategetIssuedAt()StringgetMode()IntegergetRemainingDays()StringtoString()
-
-
-
Constructor Detail
-
LicenseInfo
public LicenseInfo()
-
LicenseInfo
public LicenseInfo(LicenseDescriptor licenseDescriptor)
-
-