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

Contents

Overview

The type of a social network, including explicitly-managed networks like CONNECTION and FOLLOWING as well as implicit/derived networks like REPORTING_STRUCTURE and GROUP.

Members

Name Type Description

groupHandle

beeId<group>

Returns the group handle for a GROUP type, or null otherwise.

type

type

Returns the Type of this object and is guaranteed to be non-null.

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:networkType xsi:type="obh:networkType" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:groupHandle>your_beeId_0</obh:groupHandle>
        <obh:type>your_type_0</obh:type>
</obh:networkType>

JSON Example

(show inherited members)

{
    "beeType":"networkType",
        "groupHandle":{ your_{http://www.oracle.com/beehive}groupHandle_as_beeId0 },
        "type":{ your_{http://www.oracle.com/beehive}type_as_type0 }
}

XML Schema


<xs:complexType name="networkType">
    <xs:sequence>
        <xs:element minOccurs="0" name="groupHandle" type="tns:beeId"/>
        <xs:element minOccurs="0" name="type" type="tns:type"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to networkType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions