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

Contents

Overview

Members

Name Type Required Description

comment

string

Returns user's comment.

description

string

Retunrs user's description of the session status (e..g in case of incidents).

endStatus

conferenceSessionEndReason

Returns the session end reason.

errorCode

int

Retunrs session error code.

rating

string

Returns user's session rating.

reason

string

Returns user's session end reason.

Hierarchy

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:conferenceSessionEndStatus xsi:type="obh:conferenceSessionEndStatus" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:comment>your_string_0</obh:comment>
        <obh:description>your_string_0</obh:description>
        <obh:endStatus>your_conferenceSessionEndReason_0</obh:endStatus>
        <obh:errorCode>your_int_0</obh:errorCode>
        <obh:rating>your_string_0</obh:rating>
        <obh:reason>your_string_0</obh:reason>
</obh:conferenceSessionEndStatus>

JSON Example

(show inherited members)

{
    "beeType":"conferenceSessionEndStatus",
        "comment":"your_{http://www.oracle.com/beehive}comment_as_string0",
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "endStatus":{ your_{http://www.oracle.com/beehive}endStatus_as_conferenceSessionEndReason0 },
        "errorCode":your_{http://www.oracle.com/beehive}errorCode_as_int0,
        "rating":"your_{http://www.oracle.com/beehive}rating_as_string0",
        "reason":"your_{http://www.oracle.com/beehive}reason_as_string0"
}

XML Schema


<xs:complexType name="conferenceSessionEndStatus">
    <xs:sequence>
        <xs:element minOccurs="0" name="comment" type="xs:string"/>
        <xs:element minOccurs="0" name="description" type="xs:string"/>
        <xs:element minOccurs="0" name="endStatus" type="tns:conferenceSessionEndReason"/>
        <xs:element name="errorCode" type="xs:int"/>
        <xs:element minOccurs="0" name="rating" type="xs:string"/>
        <xs:element minOccurs="0" name="reason" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to conferenceSessionEndStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions