![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
parentForumHandle |
The handle to the Forum that will contain the new Topic. | |
subject |
The subject and name of the Topic. | |
updater |
The updater used to update Topic fields not specified in the creator. |
Inherits From
<xs:complexType name="topicCreator">
<xs:complexContent>
<xs:extension base="tns:entityCreator">
<xs:sequence>
<xs:element minOccurs="0" name="parentForumHandle" type="tns:beeId"/>
<xs:element minOccurs="0" name="subject" type="xs:string"/>
<xs:element minOccurs="0" name="updater" type="tns:topicUpdater"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

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