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

Contents

Overview

This type represents a group contact creator

Members

Name Type Description

addressBook

beeId<addressBook>

Address book to which the contact belongs.

bookmark

beeId<group>

Bookmark to the group represented by the group contact.

updater

groupContactUpdater

Updater of the Group contact.

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:groupContactCreator xsi:type="obh:groupContactCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:addressBook>your_beeId_0</obh:addressBook>
        <obh:bookmark>your_beeId_0</obh:bookmark>
        <obh:updater>your_groupContactUpdater_0</obh:updater>
</obh:groupContactCreator>

JSON Example

(show inherited members)

{
    "beeType":"groupContactCreator",
        "addressBook":{ your_{http://www.oracle.com/beehive}addressBook_as_beeId0 },
        "bookmark":{ your_{http://www.oracle.com/beehive}bookmark_as_beeId0 },
        "updater":{ your_{http://www.oracle.com/beehive}updater_as_groupContactUpdater0 }
}

XML Schema


<xs:complexType name="groupContactCreator">
    <xs:complexContent>
        <xs:extension base="tns:entityCreator">
            <xs:sequence>
                <xs:element minOccurs="0" name="addressBook" type="tns:beeId"/>
                <xs:element minOccurs="0" name="bookmark" type="tns:beeId"/>
                <xs:element minOccurs="0" name="updater" type="tns:groupContactUpdater"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to groupContactCreator

Referenced By Resources

Usage Resource Method
Request GroupContact Create

Referenced By Representaions

Not Referenced Directly by Representations