Overview

Members

Name Type Description

add

conferenceRoleUpdater[]

Roles to be added to the conference

remove

string[]

Roles (by name) to be removed from the conference

update

conferenceRoleUpdater[]

Roles to be updated within the conference

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:conferenceRoleListUpdater xsi:type="obh:conferenceRoleListUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <add>your_conferenceRoleUpdater_0</add>
        <add>your_conferenceRoleUpdater_1</add>
        <add>your_conferenceRoleUpdater_2</add>
        <remove>your_string_0</remove>
        <remove>your_string_1</remove>
        <remove>your_string_2</remove>
        <update>your_conferenceRoleUpdater_0</update>
        <update>your_conferenceRoleUpdater_1</update>
        <update>your_conferenceRoleUpdater_2</update>
</obh:conferenceRoleListUpdater>

Referenced By Representaions