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
-
totalNumberOfPages
Indicates 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. -
totalNumberOfEntries
Indicates 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_PaginationResultType.h
totalNumberOfEntries
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 *totalNumberOfEntries
Discussion
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.h
totalNumberOfPages
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 *totalNumberOfPages
Discussion
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