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

Contents

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

JSON Example

(show inherited members)

{
    "beeType":"connectionRequestChannelsPreference",
        "channels":[
            { your_{http://www.oracle.com/beehive}channels_as_notificationDeliveryChannel0 },
            { your_{http://www.oracle.com/beehive}channels_as_notificationDeliveryChannel1 },
            { your_{http://www.oracle.com/beehive}channels_as_notificationDeliveryChannel2 }
        ]
}

XML Schema


<xs:complexType name="connectionRequestChannelsPreference">
    <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="channels"
            nillable="true" type="tns:notificationDeliveryChannel"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to connectionRequestChannelsPreference

Referenced By Resources

Usage Resource Method
Response Current User Utilities Get Connection Request Channels Preference
Request Current User Utilities Set Connection Request Channels Preference

Referenced By Representaions

Not Referenced Directly by Representations