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

Contents

Overview

A recipient is a email participant with delivering instructions or delivery statuses.

Members

Name Type Description

address

inetMailAddress

The internet address of the participant

directives

emailDeliveryDirective[]

The delivery directives of the recipient

participant

anyType

(constrained to Addressable)

The addressable for this participant.

participantHandle

beeId

The handle for this participant.

status

emailRecipientStatus

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:emailRecipient xsi:type="obh:emailRecipient" 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_emailDeliveryDirective_0</obh:directives>
        <obh:directives>your_emailDeliveryDirective_1</obh:directives>
        <obh:directives>your_emailDeliveryDirective_2</obh:directives>
        <obh:participant>your_anyType_0</obh:participant>
        <obh:participantHandle>your_beeId_0</obh:participantHandle>
        <obh:status>your_emailRecipientStatus_0</obh:status>
</obh:emailRecipient>

JSON Example

(show inherited members)

{
    "beeType":"emailRecipient",
        "address":{ your_{http://www.oracle.com/beehive}address_as_inetMailAddress0 },
        "directives":[
            { your_{http://www.oracle.com/beehive}directives_as_emailDeliveryDirective0 },
            { your_{http://www.oracle.com/beehive}directives_as_emailDeliveryDirective1 },
            { your_{http://www.oracle.com/beehive}directives_as_emailDeliveryDirective2 }
        ],
        "participant":"your_{http://www.oracle.com/beehive}participant_as_anyType0",
        "participantHandle":{ your_{http://www.oracle.com/beehive}participantHandle_as_beeId0 },
        "status":{ your_{http://www.oracle.com/beehive}status_as_emailRecipientStatus0 }
}

XML Schema


<xs:complexType final="extension restriction" name="emailRecipient">
    <xs:complexContent>
        <xs:extension base="tns:emailParticipant">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="directives" nillable="true" type="tns:emailDeliveryDirective"/>
                <xs:element minOccurs="0" name="status" type="tns:emailRecipientStatus"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to emailRecipient

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions