Overview

Updates the content of a voice message body.

Members

Show inherited 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 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">
        <callerPhoneNumber>your_entityAddress_0</callerPhoneNumber>
        <contentDisposition>your_contentDispositionType_0</contentDisposition>
        <contentId>your_string_0</contentId>
        <mediaType>your_string_0</mediaType>
        <mimeHeaders>your_mimeHeadersWrapper_0</mimeHeaders>
        <type>your_contentType_0</type>
        <uri>your_string_0</uri>
</obh:voiceMessageContentUpdater>

Referenced By Representaions