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

Contents

Overview

Container object for BDK to wrap the network type in the social network recent activity list API.

Members

Name Type Description

countLimit

int

networkType

networkType

Gets the contained network type.

predicate

predicate

sortCriteria

sortCriteria

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:networkRecentActivityListParameters xsi:type="obh:networkRecentActivityListParameters" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:countLimit>your_int_0</obh:countLimit>
        <obh:networkType>your_networkType_0</obh:networkType>
        <obh:predicate>your_predicate_0</obh:predicate>
        <obh:sortCriteria>your_sortCriteria_0</obh:sortCriteria>
</obh:networkRecentActivityListParameters>

JSON Example

(show inherited members)

{
    "beeType":"networkRecentActivityListParameters",
        "countLimit":your_{http://www.oracle.com/beehive}countLimit_as_int0,
        "networkType":{ your_{http://www.oracle.com/beehive}networkType_as_networkType0 },
        "predicate":{ your_{http://www.oracle.com/beehive}predicate_as_predicate0 },
        "sortCriteria":{ your_{http://www.oracle.com/beehive}sortCriteria_as_sortCriteria0 }
}

XML Schema


<xs:complexType name="networkRecentActivityListParameters">
    <xs:complexContent>
        <xs:extension base="tns:predicateAndSortListParameters">
            <xs:sequence>
                <xs:element minOccurs="0" name="networkType" type="tns:networkType"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to networkRecentActivityListParameters

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations