Inherits from Finding_BaseServiceResponse : NSObject
Declared in Finding_GetHistogramsResponse.h
Finding_GetHistogramsResponse.m

Overview

Response container for the getHistogram call.

@ingroup FindingServicePortType

Tasks

  •   categoryHistogramContainer

    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
  •   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
  •   conditionHistogramContainer

    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
  •   extension

    Reserved 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 *aspectHistogramContainer

Discussion

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.h

categoryHistogramContainer

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 *categoryHistogramContainer

Discussion

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.h

conditionHistogramContainer

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 *conditionHistogramContainer

Discussion

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

extension

Reserved for future use.

@property (nonatomic, retain) NSMutableArray *extension

Discussion

Reserved for future use.

entry type : class Finding_ExtensionType

Declared In

Finding_GetHistogramsResponse.h