Class: XmlPageControlResponse

tibco.objectapi.de.base.XmlPageControlResponse

new XmlPageControlResponse()

Conveys the paged request for a list of entities. Constructs a new XmlPageControlResponse.

The following features are supported:

Extends

Members

page :number

Indicates the page requested. The first page is numbered 1. If the requested page, for a given page-size, exceeds the available entries, the resulting list will be empty. This property holds the value of the 'Page' attribute.
Type:
  • number
Inherited From:

pageSize :number

Indicates the maximum number of entries per page. This property holds the value of the 'Page Size' attribute.
Type:
  • number
Inherited From:

totalEntries :number

Indicates the total number of entries available. Allowing the number of pages to be determined. This property holds the value of the 'Total Entries' attribute.
Type:
  • number