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

Contents

Overview

Creates a VoiceMessage.

Members

Name Type Description

fh

beeId<heterogeneousFolder>

A handle to the folder in which the message should be created.

u

voiceMessageUpdater

An updater used to set the properties of the created message.

Hierarchy

Inherits From

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:voiceMessageCreator xsi:type="obh:voiceMessageCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:fh>your_beeId_0</obh:fh>
        <obh:u>your_voiceMessageUpdater_0</obh:u>
</obh:voiceMessageCreator>

JSON Example

(show inherited members)

{
    "beeType":"voiceMessageCreator",
        "fh":{ your_{http://www.oracle.com/beehive}fh_as_beeId0 },
        "u":{ your_{http://www.oracle.com/beehive}u_as_voiceMessageUpdater0 }
}

XML Schema


<xs:complexType name="voiceMessageCreator">
    <xs:complexContent>
        <xs:extension base="tns:entityCreator">
            <xs:sequence>
                <xs:element minOccurs="0" name="fh" type="tns:beeId"/>
                <xs:element minOccurs="0" name="u" type="tns:voiceMessageUpdater"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to voiceMessageCreator

Referenced By Resources

Usage Resource Method
Request Voice Message Create

Referenced By Representaions

Not Referenced Directly by Representations