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 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">
        <groupHandle>your_beeId_0</groupHandle>
        <type>your_type_0</type>
</obh:networkType>

Referenced By Representaions