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

Contents

Overview

The delivery and read status of the message for a given recipient.

Enumeration Members

Name Description

IN_PROCESS

The recipient has not received the message

TEMP_FAILURE

Failed to deliver to the recipient due to temporary failure, such as network outage, over quota, etc. Delivery will be retried for a period of time.

PERMANENT_FAILURE

Failed to delive to the recipient due to permanent failure, such as user not found, or failing to successfully deliver after a period of time.

DELIVERED

Successfully delivered

READ

The recipient has read the message

XML Schema


<xs:simpleType name="voiceDeliveryStatus">
    <xs:restriction base="xs:string">
        <xs:enumeration value="IN_PROCESS"/>
        <xs:enumeration value="TEMP_FAILURE"/>
        <xs:enumeration value="PERMANENT_FAILURE"/>
        <xs:enumeration value="DELIVERED"/>
        <xs:enumeration value="READ"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to voiceDeliveryStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions