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

Contents

Overview

Specifies new values for updating a preference profile.

Members

Name Type Description

name

string

Get the Name of the Entity

preferenceSetsToAdd

beeId<preferenceSet>[]

Preference sets to add to preference profile.

preferenceSetsToRemove

beeId<preferenceSet>[]

Preference sets to remove from preference profile.

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:preferenceProfileUpdater xsi:type="obh:preferenceProfileUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:name>your_string_0</obh:name>
        <obh:preferenceSetsToAdd>your_beeId_0</obh:preferenceSetsToAdd>
        <obh:preferenceSetsToAdd>your_beeId_1</obh:preferenceSetsToAdd>
        <obh:preferenceSetsToAdd>your_beeId_2</obh:preferenceSetsToAdd>
        <obh:preferenceSetsToRemove>your_beeId_0</obh:preferenceSetsToRemove>
        <obh:preferenceSetsToRemove>your_beeId_1</obh:preferenceSetsToRemove>
        <obh:preferenceSetsToRemove>your_beeId_2</obh:preferenceSetsToRemove>
</obh:preferenceProfileUpdater>

JSON Example

(show inherited members)

{
    "beeType":"preferenceProfileUpdater",
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "preferenceSetsToAdd":[
            { your_{http://www.oracle.com/beehive}preferenceSetsToAdd_as_beeId0 },
            { your_{http://www.oracle.com/beehive}preferenceSetsToAdd_as_beeId1 },
            { your_{http://www.oracle.com/beehive}preferenceSetsToAdd_as_beeId2 }
        ],
        "preferenceSetsToRemove":[
            { your_{http://www.oracle.com/beehive}preferenceSetsToRemove_as_beeId0 },
            { your_{http://www.oracle.com/beehive}preferenceSetsToRemove_as_beeId1 },
            { your_{http://www.oracle.com/beehive}preferenceSetsToRemove_as_beeId2 }
        ]
}

XML Schema


<xs:complexType final="extension restriction" name="preferenceProfileUpdater">
    <xs:complexContent>
        <xs:extension base="tns:entityUpdater">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="preferenceSetsToAdd" type="tns:beeId"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="preferenceSetsToRemove" type="tns:beeId"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to preferenceProfileUpdater

Referenced By Resources

Usage Resource Method
Request Preference Profile Update

Referenced By Representaions