![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
address |
Address of the participant. Note that this attribute is immutable and used as a key to identify a participant of a meeting. | |
name |
Name of the participant. This attribute can only be set for external participant. For internal participant, the name of the addressable as overwrite the value specified in this updater. | |
operation |
||
participant |
Addressable of the participant. |
Inherits From
<xs:complexType name="meetingParticipantUpdater">
<xs:complexContent>
<xs:extension base="tns:baseParticipantUpdater">
<xs:sequence>
<xs:element minOccurs="0" name="address" type="xs:string"/>
<xs:element minOccurs="0" name="name" type="xs:string"/>
<xs:element minOccurs="0" name="operation" type="tns:meetingParticipantUpdaterOperation"/>
<xs:element minOccurs="0" name="participant" type="tns:beeId"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices