Overview

Specifies new values for updating a preference profile.

Members

Show inherited 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 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">
        <name>your_string_0</name>
        <preferenceSetsToAdd>your_beeId_0</preferenceSetsToAdd>
        <preferenceSetsToAdd>your_beeId_1</preferenceSetsToAdd>
        <preferenceSetsToAdd>your_beeId_2</preferenceSetsToAdd>
        <preferenceSetsToRemove>your_beeId_0</preferenceSetsToRemove>
        <preferenceSetsToRemove>your_beeId_1</preferenceSetsToRemove>
        <preferenceSetsToRemove>your_beeId_2</preferenceSetsToRemove>
</obh:preferenceProfileUpdater>

Referenced By Representaions