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

Contents

Overview

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

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

Applied Markers

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

JSON Example

(show inherited members)

{
    "beeType":"simpleContentUpdater",
        "characterEncoding":"your_{http://www.oracle.com/beehive}characterEncoding_as_string0",
        "contentBytes":"your_{http://www.oracle.com/beehive}contentBytes_as_base64Binary0",
        "contentDisposition":{ your_{http://www.oracle.com/beehive}contentDisposition_as_contentDispositionType0 },
        "contentEncoding":{ your_{http://www.oracle.com/beehive}contentEncoding_as_contentEncodingType0 },
        "contentId":"your_{http://www.oracle.com/beehive}contentId_as_string0",
        "contentLanguage":"your_{http://www.oracle.com/beehive}contentLanguage_as_string0",
        "eid":"your_{http://www.oracle.com/beehive}eid_as_string0",
        "mediaType":"your_{http://www.oracle.com/beehive}mediaType_as_string0",
        "mimeHeaders":{ your_{http://www.oracle.com/beehive}mimeHeaders_as_mimeHeadersWrapper0 },
        "name":{ your_{http://www.oracle.com/beehive}name_as_rawString0 },
        "piecewiseUpdate":your_{http://www.oracle.com/beehive}piecewiseUpdate_as_boolean0,
        "size":your_{http://www.oracle.com/beehive}size_as_long0
}

XML Schema


<xs:complexType final="extension restriction" name="simpleContentUpdater">
    <xs:complexContent>
        <xs:extension base="tns:simpleContentBaseUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="contentBytes" type="xs:base64Binary"/>
                <xs:element minOccurs="0" name="eid" type="xs:string"/>
                <xs:element minOccurs="0" name="name" type="tns:rawString"/>
                <xs:element minOccurs="0" name="piecewiseUpdate" type="xs:boolean"/>
                <xs:element minOccurs="0" name="size" type="xs:long"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to simpleContentUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions