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

Contents

Overview

DeviceTypeUpdater is used to modify the value of one or more DeviceType's attributes.

Members

Name Type Description

OS

string

Sets the device operating system

devInfDTDVersion

string

Sets the development information DTD version.

deviceClass

string

Sets the device class. Examples of device class are desktop, PPC, etc.

deviceInfoDescsToAdd

string[]

deviceInfoDescsToRemove

string[]

deviceProfile

beeId<deviceProfile>

Sets the device profile handle

manufacturer

string

Sets the device manufacturer

model

string

Sets the device model

name

string

Get the Name of the Entity

processor

string

Sets the device processor

softwareVersion

string

Sets the software version

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:deviceTypeUpdater xsi:type="obh:deviceTypeUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:OS>your_string_0</obh:OS>
        <obh:devInfDTDVersion>your_string_0</obh:devInfDTDVersion>
        <obh:deviceClass>your_string_0</obh:deviceClass>
        <obh:deviceInfoDescsToAdd>your_string_0</obh:deviceInfoDescsToAdd>
        <obh:deviceInfoDescsToAdd>your_string_1</obh:deviceInfoDescsToAdd>
        <obh:deviceInfoDescsToAdd>your_string_2</obh:deviceInfoDescsToAdd>
        <obh:deviceInfoDescsToRemove>your_string_0</obh:deviceInfoDescsToRemove>
        <obh:deviceInfoDescsToRemove>your_string_1</obh:deviceInfoDescsToRemove>
        <obh:deviceInfoDescsToRemove>your_string_2</obh:deviceInfoDescsToRemove>
        <obh:deviceProfile>your_beeId_0</obh:deviceProfile>
        <obh:manufacturer>your_string_0</obh:manufacturer>
        <obh:model>your_string_0</obh:model>
        <obh:name>your_string_0</obh:name>
        <obh:processor>your_string_0</obh:processor>
        <obh:softwareVersion>your_string_0</obh:softwareVersion>
</obh:deviceTypeUpdater>

JSON Example

(show inherited members)

{
    "beeType":"deviceTypeUpdater",
        "OS":"your_{http://www.oracle.com/beehive}OS_as_string0",
        "devInfDTDVersion":"your_{http://www.oracle.com/beehive}devInfDTDVersion_as_string0",
        "deviceClass":"your_{http://www.oracle.com/beehive}deviceClass_as_string0",
        "deviceInfoDescsToAdd":[
            "your_{http://www.oracle.com/beehive}deviceInfoDescsToAdd_as_string0",
            "your_{http://www.oracle.com/beehive}deviceInfoDescsToAdd_as_string1",
            "your_{http://www.oracle.com/beehive}deviceInfoDescsToAdd_as_string2"
        ],
        "deviceInfoDescsToRemove":[
            "your_{http://www.oracle.com/beehive}deviceInfoDescsToRemove_as_string0",
            "your_{http://www.oracle.com/beehive}deviceInfoDescsToRemove_as_string1",
            "your_{http://www.oracle.com/beehive}deviceInfoDescsToRemove_as_string2"
        ],
        "deviceProfile":{ your_{http://www.oracle.com/beehive}deviceProfile_as_beeId0 },
        "manufacturer":"your_{http://www.oracle.com/beehive}manufacturer_as_string0",
        "model":"your_{http://www.oracle.com/beehive}model_as_string0",
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "processor":"your_{http://www.oracle.com/beehive}processor_as_string0",
        "softwareVersion":"your_{http://www.oracle.com/beehive}softwareVersion_as_string0"
}

XML Schema


<xs:complexType name="deviceTypeUpdater">
    <xs:complexContent>
        <xs:extension base="tns:entityUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="devInfDTDVersion" type="xs:string"/>
                <xs:element minOccurs="0" name="deviceClass" type="xs:string"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="deviceInfoDescsToAdd" type="xs:string"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="deviceInfoDescsToRemove" type="xs:string"/>
                <xs:element minOccurs="0" name="deviceProfile" type="tns:beeId"/>
                <xs:element minOccurs="0" name="manufacturer" type="xs:string"/>
                <xs:element minOccurs="0" name="model" type="xs:string"/>
                <xs:element minOccurs="0" name="OS" type="xs:string"/>
                <xs:element minOccurs="0" name="processor" type="xs:string"/>
                <xs:element minOccurs="0" name="softwareVersion" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to deviceTypeUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions