![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
attendees |
Sets the list of conference attendees. | |
guestKey |
Sets key for the guest users. Any user who have this key can join the conference. | |
guestsAllowed |
Configures whether conference has guest access (i.e. allows non-explicitly-invited users to join) or not. | |
hosts |
Sets the list of conference host users. | |
name |
Sets the conference name. | |
targetWorkspace |
sets conference target workspace. |
Inherits From
<xs:complexType name="conferenceCreator">
<xs:complexContent>
<xs:extension base="tns:entityCreator">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="attendees" nillable="true" type="tns:beeId"/>
<xs:element minOccurs="0" name="guestKey" type="xs:string"/>
<xs:element minOccurs="0" name="guestsAllowed" type="xs:boolean"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="hosts" nillable="true" type="tns:beeId"/>
<xs:element minOccurs="0" name="name" type="xs:string"/>
<xs:element minOccurs="0" name="targetWorkspace" type="tns:beeId"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Usage | Resource | Method |
|---|---|---|
| Request | Conference | Create |

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