Class AccountLimits

java.lang.Object
com.ringcentral.definitions.AccountLimits

public class AccountLimits extends Object
Limits which are effective for the account
  • Field Details

    • freeSoftPhoneLinesPerExtension

      public Long freeSoftPhoneLinesPerExtension
      Max number of free softphone phone lines per user extension Format: int32
    • meetingSize

      public Long meetingSize
      Max number of participants in RingCentral meeting hosted by this account's user Format: int32
    • cloudRecordingStorage

      public Long cloudRecordingStorage
      Meetings recording cloud storage limitation in Gb Format: int32
    • maxMonitoredExtensionsPerUser

      public Long maxMonitoredExtensionsPerUser
      Max number of extensions which can be included in the list of users monitored for Presence Format: int32
    • maxExtensionNumberLength

      public Long maxExtensionNumberLength
      Max length of extension numbers of an account; the supported value is up to 8 symbols, depends on account type Format: int32
    • siteCodeLength

      public Long siteCodeLength
      Length of a site code Format: int32
    • shortExtensionNumberLength

      public Long shortExtensionNumberLength
      Length of a short extension number Format: int32
  • Constructor Details

    • AccountLimits

      public AccountLimits()
  • Method Details

    • freeSoftPhoneLinesPerExtension

      public AccountLimits freeSoftPhoneLinesPerExtension(Long freeSoftPhoneLinesPerExtension)
    • meetingSize

      public AccountLimits meetingSize(Long meetingSize)
    • cloudRecordingStorage

      public AccountLimits cloudRecordingStorage(Long cloudRecordingStorage)
    • maxMonitoredExtensionsPerUser

      public AccountLimits maxMonitoredExtensionsPerUser(Long maxMonitoredExtensionsPerUser)
    • maxExtensionNumberLength

      public AccountLimits maxExtensionNumberLength(Long maxExtensionNumberLength)
    • siteCodeLength

      public AccountLimits siteCodeLength(Long siteCodeLength)
    • shortExtensionNumberLength

      public AccountLimits shortExtensionNumberLength(Long shortExtensionNumberLength)