Package com.coveo.pushapiclient
Class DocumentPermissions
java.lang.Object
com.coveo.pushapiclient.DocumentPermissions
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether to allow anonymous users in this permission set.The list of allowed permissions for this permission set.The list of denied permissions for this permission set. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
allowAnonymous
public boolean allowAnonymousWhether to allow anonymous users in this permission set. Default value is false. -
allowedPermissions
The list of allowed permissions for this permission set. -
deniedPermissions
The list of denied permissions for this permission set.
-
-
Constructor Details
-
DocumentPermissions
public DocumentPermissions()
-