Trading_GetCategoryMappingsRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_GetCategoryMappingsRequestType.h Trading_GetCategoryMappingsRequestType.m |
Overview
Retrieves a map of old category IDs and corresponding active
category IDs defined for the site to which the request is sent.
@ingroup EBayAPIInterface
Tasks
-
categoryVersion
A version of the category mapping for the site. Filters
property
out data from the call to return only the category
mappings for which the data has changed since the
specified version. If not specified, all category
mappings are returned. Typically, an application passes
the version value of the last set of category mappings
that the application stored locally. The latest version
value is not necessarily greater than the previous value
that was returned. Therefore, when comparing versions,
only compare whether the value has changed.
Properties
categoryVersion
A version of the category mapping for the site. Filters
out data from the call to return only the category
mappings for which the data has changed since the
specified version. If not specified, all category
mappings are returned. Typically, an application passes
the version value of the last set of category mappings
that the application stored locally. The latest version
value is not necessarily greater than the previous value
that was returned. Therefore, when comparing versions,
only compare whether the value has changed.
@property (nonatomic, retain) NSString *categoryVersion
Discussion
A version of the category mapping for the site. Filters
out data from the call to return only the category
mappings for which the data has changed since the
specified version. If not specified, all category
mappings are returned. Typically, an application passes
the version value of the last set of category mappings
that the application stored locally. The latest version
value is not necessarily greater than the previous value
that was returned. Therefore, when comparing versions,
only compare whether the value has changed.
type : NSString, wrapper for primitive string
Declared In
Trading_GetCategoryMappingsRequestType.h