Trading_PaginationResultType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_PaginationResultType.h Trading_PaginationResultType.m |
Overview
Shows the pagination of data returned by call requests.
Pagination of returned data is not needed nor
supported for every Trading API call. See the documentation for
individual calls to determine whether pagination is
supported, required, or desirable.
@ingroup EBayAPIInterface
Tasks
-
totalNumberOfPagesIndicates the total number of pages of data that could be returned by repeated
property
requests. Returned with a value of 0 if no pages are available. -
totalNumberOfEntriesIndicates the total number of entries that could be returned by repeated
property
call requests. Returned with a value of 0 if no entries are available. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_PaginationResultType.htotalNumberOfEntries
Indicates the total number of entries that could be returned by repeated
call requests. Returned with a value of 0 if no entries are available.
@property (nonatomic, retain) NSNumber *totalNumberOfEntriesDiscussion
Indicates the total number of entries that could be returned by repeated
call requests. Returned with a value of 0 if no entries are available.
type : NSNumber, wrapper for primitive int
Declared In
Trading_PaginationResultType.htotalNumberOfPages
Indicates the total number of pages of data that could be returned by repeated
requests. Returned with a value of 0 if no pages are available.
@property (nonatomic, retain) NSNumber *totalNumberOfPagesDiscussion
Indicates the total number of pages of data that could be returned by repeated
requests. Returned with a value of 0 if no pages are available.
type : NSNumber, wrapper for primitive int
Declared In
Trading_PaginationResultType.h