Overview

Represents a descriptor of updates to a simple content of a draft message.

Members

Show inherited members

Name Type Description

characterEncoding

string

Sets the character encoding

contentBytes

base64Binary

Returns the content bytes array

contentDisposition

contentDispositionType

Content disposition as in one of the values of

contentEncoding

contentEncodingType

Sets the content encoding

contentId

string

Content ID value for this content.

contentLanguage

string

Sets the content language

eid

string

Returns the eid of 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.

name

rawString

Returns the name of this content

piecewiseUpdate

boolean

size

long

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:simpleContentUpdater xsi:type="obh:simpleContentUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <characterEncoding>your_string_0</characterEncoding>
        <contentBytes>your_base64Binary_0</contentBytes>
        <contentDisposition>your_contentDispositionType_0</contentDisposition>
        <contentEncoding>your_contentEncodingType_0</contentEncoding>
        <contentId>your_string_0</contentId>
        <contentLanguage>your_string_0</contentLanguage>
        <eid>your_string_0</eid>
        <mediaType>your_string_0</mediaType>
        <mimeHeaders>your_mimeHeadersWrapper_0</mimeHeaders>
        <name>your_rawString_0</name>
        <piecewiseUpdate>your_boolean_0</piecewiseUpdate>
        <size>your_long_0</size>
</obh:simpleContentUpdater>

Referenced By Representaions