Overview

Members

Show inherited members

Name Type Description

body

instantMessageBody

The body of this message

chatEventType

chatState

The chat event type of this message

collabId

beeId

CollabId of the snapshot

header

instantMessageHeader

The header of this message

size

long

The size (in bytes) of this message

subject

string

The subject of this message

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:instantMessage xsi:type="obh:instantMessage" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <body>your_instantMessageBody_0</body>
        <chatEventType>your_chatState_0</chatEventType>
        <collabId>your_beeId_0</collabId>
        <header>your_instantMessageHeader_0</header>
        <size>your_long_0</size>
        <subject>your_string_0</subject>
</obh:instantMessage>

Referenced By Representaions