Class PresenceInfoRequest

java.lang.Object
com.ringcentral.definitions.PresenceInfoRequest

public class PresenceInfoRequest extends Object
  • Field Details

    • userStatus

      public String userStatus
      Enum: Offline, Busy, Available
    • dndStatus

      public String dndStatus
      Enum: TakeAllCalls, DoNotAcceptDepartmentCalls, TakeDepartmentCallsOnly, DoNotAcceptAnyCalls, Unknown
    • message

      public String message
    • allowSeeMyPresence

      public Boolean allowSeeMyPresence
    • ringOnMonitoredCall

      public Boolean ringOnMonitoredCall
    • pickUpCallsOnHold

      public Boolean pickUpCallsOnHold
    • callerIdVisibility

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