Finding_GetHistogramsResponse Class Reference
| Inherits from | Finding_BaseServiceResponse : NSObject |
| Declared in | Finding_GetHistogramsResponse.h Finding_GetHistogramsResponse.m |
Tasks
-
categoryHistogramContainerResponse container for category histograms. This container is
property
returned only when the specified category has children categories.
Note:
Category histograms may not be available for some parent categories
on the eBay Motors site.
-
aspectHistogramContainerResponse container for aspect histograms. Aspect histograms are
property
returned for categories that have been mapped to domains only. In
most cases, just leaf categories are mapped to domains, but there are
exceptions. -
conditionHistogramContainerResponse container for condition histograms.
property
Returned for leaf and parent categories.
Only returned when you search the eBay US site (as of
February 2011). International items in US search results
are included in the histogram counts. -
extensionReserved for future use.
property
Properties
aspectHistogramContainer
Response container for aspect histograms. Aspect histograms are
returned for categories that have been mapped to domains only. In
most cases, just leaf categories are mapped to domains, but there are
exceptions.
@property (nonatomic, retain) Finding_AspectHistogramContainer *aspectHistogramContainerDiscussion
Response container for aspect histograms. Aspect histograms are
returned for categories that have been mapped to domains only. In
most cases, just leaf categories are mapped to domains, but there are
exceptions.
type : class Finding_AspectHistogramContainer
Declared In
Finding_GetHistogramsResponse.hcategoryHistogramContainer
Response container for category histograms. This container is
returned only when the specified category has children categories.
Note:
Category histograms may not be available for some parent categories
on the eBay Motors site.
@property (nonatomic, retain) Finding_CategoryHistogramContainer *categoryHistogramContainerDiscussion
Response container for category histograms. This container is
returned only when the specified category has children categories.
Note:
Category histograms may not be available for some parent categories
on the eBay Motors site.
type : class Finding_CategoryHistogramContainer
Declared In
Finding_GetHistogramsResponse.hconditionHistogramContainer
Response container for condition histograms.
Returned for leaf and parent categories.
Only returned when you search the eBay US site (as of
February 2011). International items in US search results
are included in the histogram counts.
@property (nonatomic, retain) Finding_ConditionHistogramContainer *conditionHistogramContainerDiscussion
Response container for condition histograms.
Returned for leaf and parent categories.
Only returned when you search the eBay US site (as of
February 2011). International items in US search results
are included in the histogram counts.
type : class Finding_ConditionHistogramContainer
Declared In
Finding_GetHistogramsResponse.h