Package com.ringcentral.definitions
Class AccountLimits
java.lang.Object
com.ringcentral.definitions.AccountLimits
Limits which are effective for the account
-
Field Summary
FieldsModifier and TypeFieldDescriptionMeetings recording cloud storage limitation in Gb Format: int32Max number of free softphone phone lines per user extension Format: int32Max length of extension numbers of an account; the supported value is up to 8 symbols, depends on account type Format: int32Max number of extensions which can be included in the list of users monitored for Presence Format: int32Max number of participants in RingCentral meeting hosted by this account's user Format: int32Length of a short extension number Format: int32Length of a site code Format: int32 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncloudRecordingStorage
(Long cloudRecordingStorage) freeSoftPhoneLinesPerExtension
(Long freeSoftPhoneLinesPerExtension) maxExtensionNumberLength
(Long maxExtensionNumberLength) maxMonitoredExtensionsPerUser
(Long maxMonitoredExtensionsPerUser) meetingSize
(Long meetingSize) shortExtensionNumberLength
(Long shortExtensionNumberLength) siteCodeLength
(Long siteCodeLength)
-
Field Details
-
freeSoftPhoneLinesPerExtension
Max number of free softphone phone lines per user extension Format: int32 -
meetingSize
Max number of participants in RingCentral meeting hosted by this account's user Format: int32 -
cloudRecordingStorage
Meetings recording cloud storage limitation in Gb Format: int32 -
maxMonitoredExtensionsPerUser
Max number of extensions which can be included in the list of users monitored for Presence Format: int32 -
maxExtensionNumberLength
Max length of extension numbers of an account; the supported value is up to 8 symbols, depends on account type Format: int32 -
siteCodeLength
Length of a site code Format: int32 -
shortExtensionNumberLength
Length of a short extension number Format: int32
-
-
Constructor Details
-
AccountLimits
public AccountLimits()
-
-
Method Details
-
freeSoftPhoneLinesPerExtension
-
meetingSize
-
cloudRecordingStorage
-
maxMonitoredExtensionsPerUser
-
maxExtensionNumberLength
-
siteCodeLength
-
shortExtensionNumberLength
-