Overview

Updates the content of a fax message.

Members

Show inherited members

Name Type Description

callerPhoneNumber

entityAddress

The phone numder of caller (sender of 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

A URI to locate content data.

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:faxMessageContentUpdater xsi:type="obh:faxMessageContentUpdater" 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:faxMessageContentUpdater>

Referenced By Representaions