Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

The possible values for the status of a ContactMethod.

Enumeration Members

Name Description

NOT_REACHABLE

the ContactMethod is closed for communication and the presentity is not accessible

REACHABLE

the ContactMethod is open for communication and the presentity may be reached through this ContactMethod

CHATTY

The ContactMethod is open for communication and the presentity has expressed an active interest in chatting

AWAY

the ContactMethod is open for communication, however the presentity is away from the device used for this contact method.

EXTENDED_AWAY

The ContactMethod is open for communication, however, the presentity has been away from the device for an extended period of time

DO_NOT_DISTURB

the ContactMethod is open for communication, however the presentity has indicated that he does not wished to be disturbed

XML Schema


<xs:simpleType name="contactReachabilityStatus">
    <xs:restriction base="xs:string">
        <xs:enumeration value="NOT_REACHABLE"/>
        <xs:enumeration value="REACHABLE"/>
        <xs:enumeration value="CHATTY"/>
        <xs:enumeration value="AWAY"/>
        <xs:enumeration value="EXTENDED_AWAY"/>
        <xs:enumeration value="DO_NOT_DISTURB"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to contactReachabilityStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions