Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

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

Applied Markers

Examples

Below are examples in JSON and 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">
        <obh:body>your_instantMessageBody_0</obh:body>
        <obh:chatEventType>your_chatState_0</obh:chatEventType>
        <obh:collabId>your_beeId_0</obh:collabId>
        <obh:header>your_instantMessageHeader_0</obh:header>
        <obh:size>your_long_0</obh:size>
        <obh:subject>your_string_0</obh:subject>
</obh:instantMessage>

JSON Example

(show inherited members)

{
    "beeType":"instantMessage",
        "body":{ your_{http://www.oracle.com/beehive}body_as_instantMessageBody0 },
        "chatEventType":{ your_{http://www.oracle.com/beehive}chatEventType_as_chatState0 },
        "collabId":{ your_{http://www.oracle.com/beehive}collabId_as_beeId0 },
        "header":{ your_{http://www.oracle.com/beehive}header_as_instantMessageHeader0 },
        "size":your_{http://www.oracle.com/beehive}size_as_long0,
        "subject":"your_{http://www.oracle.com/beehive}subject_as_string0"
}

XML Schema


<xs:complexType name="instantMessage">
    <xs:complexContent>
        <xs:extension base="tns:identifiableSnapshot">
            <xs:sequence>
                <xs:element minOccurs="0" name="body" type="tns:instantMessageBody"/>
                <xs:element minOccurs="0" name="chatEventType" type="tns:chatState"/>
                <xs:element minOccurs="0" name="header" type="tns:instantMessageHeader"/>
                <xs:element minOccurs="0" name="size" type="xs:long"/>
                <xs:element minOccurs="0" name="subject" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to instantMessage

Referenced By Resources

Usage Resource Method
Request Instant Messaging Send IM

Referenced By Representaions