Package com.ringcentral.definitions
Class GrantInfo
java.lang.Object
com.ringcentral.definitions.GrantInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies whether the current extension can delegate a call to the user referenced in extension objectSpecifies if monitoring of other extensions' calls is allowed for the extension.Specifies whether the current extension is able to make or receive calls on behalf of the user referenced in extension objectSpecifies if picking up of other extensions' calls is allowed for the extension.Specifies whether the current extension is assigned as a Members-Only manager in the call queue referenced in extension objectSpecifies whether the current extension is assigned as a Messages Manager in the queue referenced in extension objectSpecifies whether the current extension is assigned as a Full-Access manager in the call queue referenced in extension objectSpecifies whether the current extension is allowed to call Paging Only group referenced to in extension objectSpecifies whether the user referenced in extension object is sharing voicemails with the current extensionCanonical URI of a grant Format: uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallDelegation
(Boolean callDelegation) callMonitoring
(Boolean callMonitoring) callOnBehalfOf
(Boolean callOnBehalfOf) callPickup
(Boolean callPickup) callQueueMembersSetup
(Boolean callQueueMembersSetup) callQueueMessages
(Boolean callQueueMessages) callQueueSetup
(Boolean callQueueSetup) extension
(ExtensionInfoGrants extension) groupPaging
(Boolean groupPaging) sharedVoicemails
(Boolean sharedVoicemails)
-
Field Details
-
uri
Canonical URI of a grant Format: uri -
extension
-
callPickup
Specifies if picking up of other extensions' calls is allowed for the extension. If 'Presence' feature is disabled for the given extension, the flag is not returned -
callMonitoring
Specifies if monitoring of other extensions' calls is allowed for the extension. If 'CallMonitoring' feature is disabled for the given extension, the flag is not returned -
callOnBehalfOf
Specifies whether the current extension is able to make or receive calls on behalf of the user referenced in extension object -
callDelegation
Specifies whether the current extension can delegate a call to the user referenced in extension object -
groupPaging
Specifies whether the current extension is allowed to call Paging Only group referenced to in extension object -
callQueueSetup
Specifies whether the current extension is assigned as a Full-Access manager in the call queue referenced in extension object -
callQueueMembersSetup
Specifies whether the current extension is assigned as a Members-Only manager in the call queue referenced in extension object -
callQueueMessages
Specifies whether the current extension is assigned as a Messages Manager in the queue referenced in extension object
-
-
Constructor Details
-
GrantInfo
public GrantInfo()
-
-
Method Details
-
uri
-
extension
-
callPickup
-
callMonitoring
-
callOnBehalfOf
-
callDelegation
-
groupPaging
-
callQueueSetup
-
callQueueMembersSetup
-
callQueueMessages
-