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

Contents

Overview

An email participant represents an ID or an address of a mail sender or receiver.

Members

Name Type Description

address

inetMailAddress

The internet address of the participant

participant

anyType

(constrained to Addressable)

The addressable for this participant.

participantHandle

beeId

The handle for this 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:emailParticipant xsi:type="obh:emailParticipant" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:address>your_inetMailAddress_0</obh:address>
        <obh:participant>your_anyType_0</obh:participant>
        <obh:participantHandle>your_beeId_0</obh:participantHandle>
</obh:emailParticipant>

JSON Example

(show inherited members)

{
    "beeType":"emailParticipant",
        "address":{ your_{http://www.oracle.com/beehive}address_as_inetMailAddress0 },
        "participant":"your_{http://www.oracle.com/beehive}participant_as_anyType0",
        "participantHandle":{ your_{http://www.oracle.com/beehive}participantHandle_as_beeId0 }
}

XML Schema


<xs:complexType name="emailParticipant">
    <xs:sequence>
        <xs:element minOccurs="0" name="address" type="tns:inetMailAddress"/>
        <xs:element minOccurs="0" name="participant" type="xs:anyType"/>
        <xs:element minOccurs="0" name="participantHandle" type="tns:beeId"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to emailParticipant

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions