Finding_PaginationInput Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Finding_PaginationInput.h Finding_PaginationInput.m |
Overview
Controls the pagination of the result set. Child elements specify the maximum
number of item listings to return per call and which page of data to return.
Controls which listings are returned in the response, but does not control
the details associated with the returned items.
@ingroup FindingServicePortType
Tasks
-
pageNumberSpecifies which subset of data (or “page”) to return in the call
property
response. The number of data pages is determined by the total number of
items matching the request search criteria (returned in
paginationOutput.totalEntries) divided by the number of entries to
display in each response (entriesPerPage). You can return up to the first
100 pages of the result set by issuing multiple requests and specifying,
in sequence, the pages to return. -
entriesPerPageSpecifies the maximum number of entries to return in a single call. If
property
the number of entries found on the specified pageNumber is less than the
value specified here, the number of items returned will be less than the
value of entriesPerPage. This indicates the end of the result set.
If entriesPerPage is set to a number greater than 100, the default value,
100, will be used. -
delimiter(public property)
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Finding_PaginationInput.hdelimiter
(public property)
@property (nonatomic, retain) NSString *delimiterDiscussion
(public property)
type : NSString, wrapper for primitive string
Declared In
Finding_PaginationInput.hentriesPerPage
Specifies the maximum number of entries to return in a single call. If
the number of entries found on the specified pageNumber is less than the
value specified here, the number of items returned will be less than the
value of entriesPerPage. This indicates the end of the result set.
If entriesPerPage is set to a number greater than 100, the default value,
100, will be used.
@property (nonatomic, retain) NSNumber *entriesPerPageDiscussion
Specifies the maximum number of entries to return in a single call. If
the number of entries found on the specified pageNumber is less than the
value specified here, the number of items returned will be less than the
value of entriesPerPage. This indicates the end of the result set.
If entriesPerPage is set to a number greater than 100, the default value,
100, will be used.
type : NSNumber, wrapper for primitive int
Declared In
Finding_PaginationInput.hpageNumber
Specifies which subset of data (or “page”) to return in the call
response. The number of data pages is determined by the total number of
items matching the request search criteria (returned in
paginationOutput.totalEntries) divided by the number of entries to
display in each response (entriesPerPage). You can return up to the first
100 pages of the result set by issuing multiple requests and specifying,
in sequence, the pages to return.
@property (nonatomic, retain) NSNumber *pageNumberDiscussion
Specifies which subset of data (or “page”) to return in the call
response. The number of data pages is determined by the total number of
items matching the request search criteria (returned in
paginationOutput.totalEntries) divided by the number of entries to
display in each response (entriesPerPage). You can return up to the first
100 pages of the result set by issuing multiple requests and specifying,
in sequence, the pages to return.
type : NSNumber, wrapper for primitive int
Declared In
Finding_PaginationInput.h