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

Contents

Overview

Encapsulates a message sender or receiver address. This address can be an internet address or an internal address.

Members

Name Type Required Description

address

inetMailAddress

The address of the participant

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

Hierarchy

Inherited By

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:voiceMessageParticipant xsi:type="obh:voiceMessageParticipant" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:address>your_inetMailAddress_0</obh:address>
        <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:voiceMessageParticipant>

JSON Example

(show inherited members)

{
    "beeType":"voiceMessageParticipant",
        "address":{ your_{http://www.oracle.com/beehive}address_as_inetMailAddress0 },
        "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"
}

XML Schema


<xs:complexType name="voiceMessageParticipant">
    <xs:sequence>
        <xs:element minOccurs="0" name="address" type="tns:inetMailAddress"/>
        <xs:element name="internet" type="xs:boolean"/>
        <xs:element minOccurs="0" name="participant" type="xs:anyType"/>
        <xs:element minOccurs="0" name="participantHandle" type="tns:beeId"/>
        <xs:element minOccurs="0" name="phone" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to voiceMessageParticipant

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions