Package com.ringcentral.definitions
Class PresenceInfoRequest
java.lang.Object
com.ringcentral.definitions.PresenceInfoRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionConfigures the user presence visibility.Enum: TakeAllCalls, DoNotAcceptDepartmentCalls, TakeDepartmentCallsOnly, DoNotAcceptAnyCalls, UnknownEnum: Offline, Busy, Available -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowSeeMyPresence
(Boolean allowSeeMyPresence) callerIdVisibility
(String callerIdVisibility) pickUpCallsOnHold
(Boolean pickUpCallsOnHold) ringOnMonitoredCall
(Boolean ringOnMonitoredCall) userStatus
(String userStatus)
-
Field Details
-
userStatus
Enum: Offline, Busy, Available -
dndStatus
Enum: TakeAllCalls, DoNotAcceptDepartmentCalls, TakeDepartmentCallsOnly, DoNotAcceptAnyCalls, Unknown -
message
-
allowSeeMyPresence
-
ringOnMonitoredCall
-
pickUpCallsOnHold
-
callerIdVisibility
Configures the user presence visibility. When the `allowSeeMyPresence` parameter is set to `true`, the following visibility options are supported via this parameter - All, None, PermittedUsers Enum: All, None, PermittedUsers
-
-
Constructor Details
-
PresenceInfoRequest
public PresenceInfoRequest()
-
-
Method Details
-
userStatus
-
dndStatus
-
message
-
allowSeeMyPresence
-
ringOnMonitoredCall
-
pickUpCallsOnHold
-
callerIdVisibility
-