Overview

Resource DiscussionsMessageCreator is used to specify the contents of the fields of a new DiscussionsMessage upon creation.

Members

Show inherited members

Name Type Description

parentDiscussionsMessageHandle

beeId<discussionsMessage>

The parent DiscussionsMessage of the new DiscussionsMessage. The DiscussionsMessage's parent is actually a Topic; this field is used for threading.

subject

string

The subject and name of the DiscussionsMessage.

updater

discussionsMessageUpdater

The updater used to update the new DiscussionsMessage's fields.

Hierarchy

Inherits From

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:discussionsMessageCreator xsi:type="obh:discussionsMessageCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <parentDiscussionsMessageHandle>your_beeId_0</parentDiscussionsMessageHandle>
        <subject>your_string_0</subject>
        <updater>your_discussionsMessageUpdater_0</updater>
</obh:discussionsMessageCreator>

Referenced By Representaions

Not Referenced Directly by Representations