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

Contents

Overview

Updates the content of a voice message body.

Members

Name Type Description

callerPhoneNumber

entityAddress

The phone number of the sneder of the message.

contentDisposition

contentDispositionType

Content disposition as in one of the values of

contentId

string

Content ID value for this content.

mediaType

string

Media type of the this content.

mimeHeaders

mimeHeadersWrapper

The MIME headers for this content. MIME headers is a single valued object containing a collection of headers.

type

contentType

The content type of the message.

uri

string

The URI to locate the messsage content data file.

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:voiceMessageContentUpdater xsi:type="obh:voiceMessageContentUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:callerPhoneNumber>your_entityAddress_0</obh:callerPhoneNumber>
        <obh:contentDisposition>your_contentDispositionType_0</obh:contentDisposition>
        <obh:contentId>your_string_0</obh:contentId>
        <obh:mediaType>your_string_0</obh:mediaType>
        <obh:mimeHeaders>your_mimeHeadersWrapper_0</obh:mimeHeaders>
        <obh:type>your_contentType_0</obh:type>
        <obh:uri>your_string_0</obh:uri>
</obh:voiceMessageContentUpdater>

JSON Example

(show inherited members)

{
    "beeType":"voiceMessageContentUpdater",
        "callerPhoneNumber":{ your_{http://www.oracle.com/beehive}callerPhoneNumber_as_entityAddress0 },
        "contentDisposition":{ your_{http://www.oracle.com/beehive}contentDisposition_as_contentDispositionType0 },
        "contentId":"your_{http://www.oracle.com/beehive}contentId_as_string0",
        "mediaType":"your_{http://www.oracle.com/beehive}mediaType_as_string0",
        "mimeHeaders":{ your_{http://www.oracle.com/beehive}mimeHeaders_as_mimeHeadersWrapper0 },
        "type":{ your_{http://www.oracle.com/beehive}type_as_contentType0 },
        "uri":"your_{http://www.oracle.com/beehive}uri_as_string0"
}

XML Schema


<xs:complexType name="voiceMessageContentUpdater">
    <xs:complexContent>
        <xs:extension base="tns:contentUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="callerPhoneNumber" type="tns:entityAddress"/>
                <xs:element minOccurs="0" name="type" type="tns:contentType"/>
                <xs:element minOccurs="0" name="uri" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to voiceMessageContentUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions