Overview

Represents a descriptor of part update intentions on a multiContent.

Members

Show inherited members

Name Type Description

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.

multiContentType

multiContentType

The multi-content relationship as one of the values in

parts

multiContentListUpdater

The updated part update descriptors for this content

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:multiContentUpdater xsi:type="obh:multiContentUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <contentDisposition>your_contentDispositionType_0</contentDisposition>
        <contentId>your_string_0</contentId>
        <mediaType>your_string_0</mediaType>
        <mimeHeaders>your_mimeHeadersWrapper_0</mimeHeaders>
        <multiContentType>your_multiContentType_0</multiContentType>
        <parts>your_multiContentListUpdater_0</parts>
</obh:multiContentUpdater>

Referenced By Representaions