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 boolean
getIsClusterEnabled()
boolean
getIsCryptodocEnabled()
Long
getMaxDocs()
Long
getMaxUsers()
RepositoryInfo.LicenseEntitlement
setClusterEnabled(boolean clusterEnabled)
RepositoryInfo.LicenseEntitlement
setCryptodocEnabled(boolean cryptodocEnabled)
RepositoryInfo.LicenseEntitlement
setMaxDocs(Long maxDocs)
RepositoryInfo.LicenseEntitlement
setMaxUsers(Long maxUsers)
String
toString()
-
-
-
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)
-
-