Package com.ringcentral.definitions
Class ExtensionPresenceEventBody
java.lang.Object
com.ringcentral.definitions.ExtensionPresenceEventBody
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies if a Call Queue member extension will be able to receive Call Queue calls.If set to `true` enables other extensions to see the extension presence statusDo Not Disturb status.Do Not Disturb status of a User extension.Internal identifier of an extension.Internal identifier of a subscription owner extensionIf `true` enables the extension user to pick up a monitored line on holdAggregated presence status, calculated from a number of sources Enum: Offline, Busy, AvailableIf `true` enables to ring extension phone, if any user monitored by this extension is ringingOrder number of a notification to state the chronology Format: int32Telephony presence status.User-defined presence status (as previously published by the user) Enum: Offline, Busy, Available -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacceptCallQueueCalls(Boolean acceptCallQueueCalls) allowSeeMyPresence(Boolean allowSeeMyPresence) dndStatusPersonal(String dndStatusPersonal) extensionId(String extensionId) pickUpCallsOnHold(Boolean pickUpCallsOnHold) presenceStatus(String presenceStatus) ringOnMonitoredCall(Boolean ringOnMonitoredCall) telephonyStatus(String telephonyStatus) userStatus(String userStatus)
-
Field Details
-
extensionId
Internal identifier of an extension. Optional parameter Default: ~ -
telephonyStatus
Telephony presence status. Returned if telephony status is changed. Enum: NoCall, CallConnected, Ringing, OnHold, ParkedCall -
sequence
Order number of a notification to state the chronology Format: int32 -
presenceStatus
Aggregated presence status, calculated from a number of sources Enum: Offline, Busy, Available -
userStatus
User-defined presence status (as previously published by the user) Enum: Offline, Busy, Available -
dndStatus
Do Not Disturb status. Not applicable for User extensions if the new communication handling service is activated on account Enum: TakeAllCalls, DoNotAcceptDepartmentCalls, TakeDepartmentCallsOnly, DoNotAcceptAnyCalls, Unknown -
dndStatusPersonal
Do Not Disturb status of a User extension. Connected to the DND State type. Applicable for User extensions if the new communication handling service is activated on account. Enum: TakeAllCalls, DoNotAcceptAnyCalls, Unknown -
allowSeeMyPresence
If set to `true` enables other extensions to see the extension presence status -
acceptCallQueueCalls
Specifies if a Call Queue member extension will be able to receive Call Queue calls. Used for the Agent state type. Applicable for User extensions if the new communication handling service is activated on account -
ringOnMonitoredCall
If `true` enables to ring extension phone, if any user monitored by this extension is ringing -
pickUpCallsOnHold
If `true` enables the extension user to pick up a monitored line on hold -
ownerId
Internal identifier of a subscription owner extension
-
-
Constructor Details
-
ExtensionPresenceEventBody
public ExtensionPresenceEventBody()
-
-
Method Details
-
extensionId
-
telephonyStatus
-
sequence
-
presenceStatus
-
userStatus
-
dndStatus
-
dndStatusPersonal
-
allowSeeMyPresence
-
acceptCallQueueCalls
-
ringOnMonitoredCall
-
pickUpCallsOnHold
-
ownerId
-