Class GrantInfo

java.lang.Object
com.ringcentral.definitions.GrantInfo

public class GrantInfo extends Object
  • Field Details

    • uri

      public String uri
      Canonical URI of a grant Format: uri
    • extension

      public ExtensionInfoGrants extension
    • callPickup

      public Boolean 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

      public Boolean 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

      public Boolean callOnBehalfOf
      Specifies whether the current extension is able to make or receive calls on behalf of the user referenced in extension object
    • callDelegation

      public Boolean callDelegation
      Specifies whether the current extension can delegate a call to the user referenced in extension object
    • groupPaging

      public Boolean groupPaging
      Specifies whether the current extension is allowed to call Paging Only group referenced to in extension object
    • callQueueSetup

      public Boolean callQueueSetup
      Specifies whether the current extension is assigned as a Full-Access manager in the call queue referenced in extension object
    • callQueueMembersSetup

      public Boolean callQueueMembersSetup
      Specifies whether the current extension is assigned as a Members-Only manager in the call queue referenced in extension object
    • callQueueMessages

      public Boolean callQueueMessages
      Specifies whether the current extension is assigned as a Messages Manager in the queue referenced in extension object
    • sharedVoicemails

      public Boolean sharedVoicemails
      Specifies whether the user referenced in extension object is sharing voicemails with the current extension
  • Constructor Details

    • GrantInfo

      public GrantInfo()
  • Method Details