Overview

Tracks the preferred channels on which a user would like to receive notifications generated by the expertise service

Members

Name Type Description

channels

notificationDeliveryChannel[]

Set of preferred channels on which notifications pertaining to the expertise service are to be delivered

Hierarchy

Examples

Below are examples in 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:connectionRequestChannelsPreference xsi:type="obh:connectionRequestChannelsPreference" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <channels>your_notificationDeliveryChannel_0</channels>
        <channels>your_notificationDeliveryChannel_1</channels>
        <channels>your_notificationDeliveryChannel_2</channels>
</obh:connectionRequestChannelsPreference>

Referenced By Representaions

Not Referenced Directly by Representations