Package org.alfresco.rest.api.model
Class RepositoryInfo.LicenseEntitlement
- java.lang.Object
-
- org.alfresco.rest.api.model.RepositoryInfo.LicenseEntitlement
-
- Enclosing class:
- RepositoryInfo
public static class RepositoryInfo.LicenseEntitlement extends Object
Representation of the license's entitlement.- Author:
- Jamal Kaabi-Mofrad
-
-
Constructor Summary
Constructors Constructor Description LicenseEntitlement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetIsClusterEnabled()booleangetIsCryptodocEnabled()LonggetMaxDocs()LonggetMaxUsers()RepositoryInfo.LicenseEntitlementsetClusterEnabled(boolean clusterEnabled)RepositoryInfo.LicenseEntitlementsetCryptodocEnabled(boolean cryptodocEnabled)RepositoryInfo.LicenseEntitlementsetMaxDocs(Long maxDocs)RepositoryInfo.LicenseEntitlementsetMaxUsers(Long maxUsers)StringtoString()
-
-
-
Method Detail
-
getMaxUsers
public Long getMaxUsers()
-
setMaxUsers
public RepositoryInfo.LicenseEntitlement setMaxUsers(Long maxUsers)
-
getMaxDocs
public Long getMaxDocs()
-
setMaxDocs
public RepositoryInfo.LicenseEntitlement setMaxDocs(Long maxDocs)
-
getIsClusterEnabled
public boolean getIsClusterEnabled()
-
setClusterEnabled
public RepositoryInfo.LicenseEntitlement setClusterEnabled(boolean clusterEnabled)
-
getIsCryptodocEnabled
public boolean getIsCryptodocEnabled()
-
setCryptodocEnabled
public RepositoryInfo.LicenseEntitlement setCryptodocEnabled(boolean cryptodocEnabled)
-
-