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

Contents

Overview

A voice mail participant with delivering instructions. Delivery instructions are optional.

Members

Name Type Required Description

address

inetMailAddress

The address of the participant

directives

voiceDeliveryDirective[]

The delivery directives.

internet

boolean

Whether the participant is an internet address or an internal address.

participant

anyType

(constrained to Addressable)

The participant as a snapshot, used to retrieve loaded user data.

participantHandle

beeId

Get the participant as a handle.

phone

string

The phone number of the participant

status

voiceDeliveryStatus

The delivery status of the recipient.

Hierarchy

Inherits From

Examples

Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:voiceMessageRecipient xsi:type="obh:voiceMessageRecipient" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:address>your_inetMailAddress_0</obh:address>
        <obh:directives>your_voiceDeliveryDirective_0</obh:directives>
        <obh:directives>your_voiceDeliveryDirective_1</obh:directives>
        <obh:directives>your_voiceDeliveryDirective_2</obh:directives>
        <obh:internet>your_boolean_0</obh:internet>
        <obh:participant>your_anyType_0</obh:participant>
        <obh:participantHandle>your_beeId_0</obh:participantHandle>
        <obh:phone>your_string_0</obh:phone>
        <obh:status>your_voiceDeliveryStatus_0</obh:status>
</obh:voiceMessageRecipient>

JSON Example

(show inherited members)

{
    "beeType":"voiceMessageRecipient",
        "address":{ your_{http://www.oracle.com/beehive}address_as_inetMailAddress0 },
        "directives":[
            { your_{http://www.oracle.com/beehive}directives_as_voiceDeliveryDirective0 },
            { your_{http://www.oracle.com/beehive}directives_as_voiceDeliveryDirective1 },
            { your_{http://www.oracle.com/beehive}directives_as_voiceDeliveryDirective2 }
        ],
        "internet":your_{http://www.oracle.com/beehive}internet_as_boolean0,
        "participant":"your_{http://www.oracle.com/beehive}participant_as_anyType0",
        "participantHandle":{ your_{http://www.oracle.com/beehive}participantHandle_as_beeId0 },
        "phone":"your_{http://www.oracle.com/beehive}phone_as_string0",
        "status":{ your_{http://www.oracle.com/beehive}status_as_voiceDeliveryStatus0 }
}

XML Schema


<xs:complexType final="extension restriction" name="voiceMessageRecipient">
    <xs:complexContent>
        <xs:extension base="tns:voiceMessageParticipant">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="directives" nillable="true" type="tns:voiceDeliveryDirective"/>
                <xs:element minOccurs="0" name="status" type="tns:voiceDeliveryStatus"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to voiceMessageRecipient

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions