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

Contents

Overview

Stores update values for a ContactMethod.

Members

Name Type Description

note

string

Sets the note to the specified string. The note will not be translatable.

priority

int

Sets the priority of the ContactMethod with respect to other ContactMethods in the same presence.

status

contactReachabilityStatus

Sets the status of this contact method

Hierarchy

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:contactMethodUpdater xsi:type="obh:contactMethodUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:note>your_string_0</obh:note>
        <obh:priority>your_int_0</obh:priority>
        <obh:status>your_contactReachabilityStatus_0</obh:status>
</obh:contactMethodUpdater>

JSON Example

(show inherited members)

{
    "beeType":"contactMethodUpdater",
        "note":"your_{http://www.oracle.com/beehive}note_as_string0",
        "priority":your_{http://www.oracle.com/beehive}priority_as_int0,
        "status":{ your_{http://www.oracle.com/beehive}status_as_contactReachabilityStatus0 }
}

XML Schema


<xs:complexType name="contactMethodUpdater">
    <xs:sequence>
        <xs:element minOccurs="0" name="note" type="xs:string"/>
        <xs:element minOccurs="0" name="priority" type="xs:int"/>
        <xs:element minOccurs="0" name="status" type="tns:contactReachabilityStatus"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to contactMethodUpdater

Referenced By Resources

Usage Resource Method
Request Current User Utilities Update Presence Connection

Referenced By Representaions

Not Referenced Directly by Representations