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

Contents

Overview

A Reminder can be delivered through one of the NotificationDeliveryChannels specified by the order of preference. If the order of preference of channels are not specified here, the system will use the order of preference of channels in the users notification preference.

Members

Name Type Description

notificationDeliveryChannels

notificationDeliveryChannel[]

Get the NotificationDeliveryChannels.

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:notificationReminderAction xsi:type="obh:notificationReminderAction" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:notificationDeliveryChannels>your_notificationDeliveryChannel_0</obh:notificationDeliveryChannels>
        <obh:notificationDeliveryChannels>your_notificationDeliveryChannel_1</obh:notificationDeliveryChannels>
        <obh:notificationDeliveryChannels>your_notificationDeliveryChannel_2</obh:notificationDeliveryChannels>
</obh:notificationReminderAction>

JSON Example

(show inherited members)

{
    "beeType":"notificationReminderAction",
        "notificationDeliveryChannels":[
            { your_{http://www.oracle.com/beehive}notificationDeliveryChannels_as_notificationDeliveryChannel0 },
            { your_{http://www.oracle.com/beehive}notificationDeliveryChannels_as_notificationDeliveryChannel1 },
            { your_{http://www.oracle.com/beehive}notificationDeliveryChannels_as_notificationDeliveryChannel2 }
        ]
}

XML Schema


<xs:complexType name="notificationReminderAction">
    <xs:complexContent>
        <xs:extension base="tns:reminderAction">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="notificationDeliveryChannels" type="tns:notificationDeliveryChannel"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to notificationReminderAction

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations