Overview

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

Members

Show inherited members

Name Type Description

countLimit

int

networkType

networkType

Gets the contained network type.

predicate

predicate

sortCriteria

sortCriteria

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

Referenced By Representaions

Not Referenced Directly by Representations