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.LicenseEntitlement
getEntitlements()
Date
getExpiresAt()
String
getHolder()
Date
getIssuedAt()
String
getMode()
Integer
getRemainingDays()
String
toString()
-
-
-
Constructor Detail
-
LicenseInfo
public LicenseInfo()
-
LicenseInfo
public LicenseInfo(LicenseDescriptor licenseDescriptor)
-
-