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

Contents

Overview

Contains information necessary to create a label bundle.

Members

Name Type Description

labelBundleName

string

updater

labelBundleUpdater

Hierarchy

Inherits From

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:labelBundleCreator xsi:type="obh:labelBundleCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:labelBundleName>your_string_0</obh:labelBundleName>
        <obh:updater>your_labelBundleUpdater_0</obh:updater>
</obh:labelBundleCreator>

JSON Example

(show inherited members)

{
    "beeType":"labelBundleCreator",
        "labelBundleName":"your_{http://www.oracle.com/beehive}labelBundleName_as_string0",
        "updater":{ your_{http://www.oracle.com/beehive}updater_as_labelBundleUpdater0 }
}

XML Schema


<xs:complexType name="labelBundleCreator">
    <xs:complexContent>
        <xs:extension base="tns:entityCreator">
            <xs:sequence>
                <xs:element minOccurs="0" name="labelBundleName" type="xs:string"/>
                <xs:element minOccurs="0" name="updater" type="tns:labelBundleUpdater"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to labelBundleCreator

Referenced By Resources

Usage Resource Method
Request LabelBundle Create

Referenced By Representaions

Not Referenced Directly by Representations