![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
activatesOn |
The activation date of the new Announcement. This may be null. Before the activation date, by default, only Forum managers will be able to view this Announcement. | |
body |
The content of the first DiscussionsMessage in the new Announcement. | |
expiresOn |
The expiration date of the new Announcement. This may be null. After the expiration date, this Announcement may be hidden or archived. | |
parentForumHandle |
A handle to the Forum that contains the new Announcement. | |
subject |
The name and subject of the new Announcement. |
Inherits From
<xs:complexType name="announcementCreator">
<xs:complexContent>
<xs:extension base="tns:entityCreator">
<xs:sequence>
<xs:element minOccurs="0" name="activatesOn" type="xs:dateTime"/>
<xs:element minOccurs="0" name="body" type="xs:string"/>
<xs:element minOccurs="0" name="expiresOn" type="xs:dateTime"/>
<xs:element minOccurs="0" name="parentForumHandle" type="tns:beeId"/>
<xs:element minOccurs="0" name="subject" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Usage | Resource | Method |
|---|---|---|
| Request | Announcement | Create |

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