Trading_GetWantItNowSearchResultsResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetWantItNowSearchResultsResponseType.h Trading_GetWantItNowSearchResultsResponseType.m |
Overview
Response contains the Want It Now posts that have the specified keyword(s) in the
title and (optionally) the description.
@ingroup EBayAPIInterface
Tasks
-
wantItNowPostArrayContains the returned Want It Now posts, if any. The data for each post is
property
returned in a WantItNowPostType object. -
hasMoreItemsIndicates whether there are additional Want It Now posts that meet the
property
search criteria. -
itemsPerPageIndicates the maximum number of Want It Now posts that can be returned in
property
a WantItNowPostArray for a request. This value can be specified in the
request by EntriesPerPage in Pagination in the request. -
pageNumberIndicates the page of data returned by the current call.
property -
paginationResultIndicates the results of the pagination, including the total number of
property
pages of data there are to be returned and the total number of posts there
are to be returned.
Properties
hasMoreItems
Indicates whether there are additional Want It Now posts that meet the
search criteria.
@property (nonatomic, retain) NSNumber *hasMoreItemsDiscussion
Indicates whether there are additional Want It Now posts that meet the
search criteria.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetWantItNowSearchResultsResponseType.hitemsPerPage
Indicates the maximum number of Want It Now posts that can be returned in
a WantItNowPostArray for a request. This value can be specified in the
request by EntriesPerPage in Pagination in the request.
@property (nonatomic, retain) NSNumber *itemsPerPageDiscussion
Indicates the maximum number of Want It Now posts that can be returned in
a WantItNowPostArray for a request. This value can be specified in the
request by EntriesPerPage in Pagination in the request.
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetWantItNowSearchResultsResponseType.hpageNumber
Indicates the page of data returned by the current call.
@property (nonatomic, retain) NSNumber *pageNumberDiscussion
Indicates the page of data returned by the current call.
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetWantItNowSearchResultsResponseType.hpaginationResult
Indicates the results of the pagination, including the total number of
pages of data there are to be returned and the total number of posts there
are to be returned.
@property (nonatomic, retain) Trading_PaginationResultType *paginationResultDiscussion
Indicates the results of the pagination, including the total number of
pages of data there are to be returned and the total number of posts there
are to be returned.
type : class Trading_PaginationResultType
Declared In
Trading_GetWantItNowSearchResultsResponseType.hwantItNowPostArray
Contains the returned Want It Now posts, if any. The data for each post is
returned in a WantItNowPostType object.
@property (nonatomic, retain) Trading_WantItNowPostArrayType *wantItNowPostArrayDiscussion
Contains the returned Want It Now posts, if any. The data for each post is
returned in a WantItNowPostType object.
type : class Trading_WantItNowPostArrayType
Declared In
Trading_GetWantItNowSearchResultsResponseType.h