Overview

Resource TimePagingOptions allows time-based Paging Option which allows to page through a PagedListResult using time.

Members

Show inherited members

Name Type Required Description

count

int

Counts per page, namely how many results are included in a single page.

fetchMode

fetchMode

Fetch direction.

startDate

dateTime

Start Date used in the Paging Options.

Hierarchy

Inherits From

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:timePagingOptions xsi:type="obh:timePagingOptions" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <count>your_int_0</count>
        <fetchMode>your_fetchMode_0</fetchMode>
        <startDate>your_dateTime_0</startDate>
</obh:timePagingOptions>

Referenced By Representaions

Not Referenced Directly by Representations