Finding_BaseFindingServiceResponse Class Reference
| Inherits from | Finding_BaseServiceResponse : NSObject |
| Declared in | Finding_BaseFindingServiceResponse.h Finding_BaseFindingServiceResponse.m |
Overview
Base response container for all Finding Service operations.
@ingroup FindingServicePortType
Tasks
-
searchResultContainer for the item listings that matched the search criteria.
property
The data for each item is returned in individual containers, if
any matches were found. -
paginationOutputIndicates the pagination of the result set. Child elements indicate
property
the page number that is returned, the maximum number of item listings
to return per page, total number of pages that can be returned, and
the total number of listings that match the search criteria. -
itemSearchURLA URL to view the search results on the eBay web site. The search
property
results on the web site will use the same pagination as the API
search results.
Note:
eBay URLs returned in fields, such as <b
class=“con”>viewItemURL, are subject to syntax and other
changes without notice. To avoid problems in your application when
eBay alters the URL format, we advise you to avoid parsing eBay URLs
programmatically. We strive to ensure that other fields in the
response contain all the information that is encoded in the URL, and
more.
-
extensionReserved for future use.
property
Properties
extension
Reserved for future use.
@property (nonatomic, retain) NSMutableArray *extensionDeclared In
Finding_BaseFindingServiceResponse.hitemSearchURL
A URL to view the search results on the eBay web site. The search
results on the web site will use the same pagination as the API
search results.
Note:
eBay URLs returned in fields, such as <b
class=“con”>viewItemURL, are subject to syntax and other
changes without notice. To avoid problems in your application when
eBay alters the URL format, we advise you to avoid parsing eBay URLs
programmatically. We strive to ensure that other fields in the
response contain all the information that is encoded in the URL, and
more.
@property (nonatomic, retain) NSString *itemSearchURLDiscussion
A URL to view the search results on the eBay web site. The search
results on the web site will use the same pagination as the API
search results.
Note:
eBay URLs returned in fields, such as <b
class=“con”>viewItemURL, are subject to syntax and other
changes without notice. To avoid problems in your application when
eBay alters the URL format, we advise you to avoid parsing eBay URLs
programmatically. We strive to ensure that other fields in the
response contain all the information that is encoded in the URL, and
more.
type : NSString, wrapper for primitive string
Declared In
Finding_BaseFindingServiceResponse.hpaginationOutput
Indicates the pagination of the result set. Child elements indicate
the page number that is returned, the maximum number of item listings
to return per page, total number of pages that can be returned, and
the total number of listings that match the search criteria.
@property (nonatomic, retain) Finding_PaginationOutput *paginationOutputDiscussion
Indicates the pagination of the result set. Child elements indicate
the page number that is returned, the maximum number of item listings
to return per page, total number of pages that can be returned, and
the total number of listings that match the search criteria.
type : class Finding_PaginationOutput
Declared In
Finding_BaseFindingServiceResponse.hsearchResult
Container for the item listings that matched the search criteria.
The data for each item is returned in individual containers, if
any matches were found.
@property (nonatomic, retain) Finding_SearchResult *searchResultDiscussion
Container for the item listings that matched the search criteria.
The data for each item is returned in individual containers, if
any matches were found.
type : class Finding_SearchResult
Declared In
Finding_BaseFindingServiceResponse.h