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

Contents

Overview

The delivery instructions a sender can specify.

Enumeration Members

Name Description

READ_STATUS_NOTIFICATION

The sender wants acknowledgment upon reading of the message by this recipient.

DELIVERY_STATUS_NOTIFICATION

The sender wants acknowledgement upon delivery of this message.

XML Schema


<xs:simpleType name="voiceDeliveryDirective">
    <xs:restriction base="xs:string">
        <xs:enumeration value="READ_STATUS_NOTIFICATION"/>
        <xs:enumeration value="DELIVERY_STATUS_NOTIFICATION"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to voiceDeliveryDirective

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions