Package com.ringcentral.definitions
Class PermissionsCapabilities
java.lang.Object
com.ringcentral.definitions.PermissionsCapabilities
Advanced permissions capabilities. Returned if `advancedPermissions` query parameter is set to `true`.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies whether the user is enabled with the listed permission or notSpecifies if the users who were enabled with the listed permission can grant it further to other usersSpecifies if the user can manage the listed permission and is allowed to enable it on other users -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongrantEnabled(Boolean grantEnabled) manageEnabled(Boolean manageEnabled)
-
Field Details
-
enabled
Specifies whether the user is enabled with the listed permission or not -
manageEnabled
Specifies if the user can manage the listed permission and is allowed to enable it on other users -
grantEnabled
Specifies if the users who were enabled with the listed permission can grant it further to other users
-
-
Constructor Details
-
PermissionsCapabilities
public PermissionsCapabilities()
-
-
Method Details
-
enabled
-
manageEnabled
-
grantEnabled
-