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

Contents

Overview

Enum containing the supported delivery channels.

Enumeration Members

Name Description

SMS

EXTERNAL_EMAIL

VOICE

IM

INBOX

DEFAULT

XML Schema


<xs:simpleType name="notificationDeliveryChannel">
    <xs:restriction base="xs:string">
        <xs:enumeration value="SMS"/>
        <xs:enumeration value="EXTERNAL_EMAIL"/>
        <xs:enumeration value="VOICE"/>
        <xs:enumeration value="IM"/>
        <xs:enumeration value="INBOX"/>
        <xs:enumeration value="DEFAULT"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to notificationDeliveryChannel

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions