Trading_GetCategoryFeaturesResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetCategoryFeaturesResponseType.h Trading_GetCategoryFeaturesResponseType.m |
Tasks
-
categoryVersionReturns the current version of the set of feature meta-data.
property
Compare this value to the version of the last version you
downloaded to determine whether the data may have changed. -
updateTimeGives the time in GMT that the feature flags for the
property
category hierarchy were last updated. -
categoryA category whose feature settings are different from the settings of its parent category.
property
For example, suppose there is a branch of the category tree with 5 category levels
(L1, L2, L3, L4, and L5). Suppose the feature settings for SiteDefaults, L1, L4, and L5
are all “A”, and the settings for L2 and L3 are “B”. In this case:
L1’s settings (A) match the site default, so L1 is not returned.
L2’s settings (B) are different from L1’s, so L2 is returned.
L3’s settings (B) are the same as L2’s, so L3 is not returned
L4’s settings (A) are different from L3’s, so L4 is returned
L5’s settings (A) are the same as L4’s, so L5 is not returned.
If you specified a particular FeatureID in the request, this field
only returns feature settings for that feature.
Only returned when the category is different from its parent.
If the category has children and they aren’t returned,
it means the children inherit the category’s feature settings. -
siteDefaultsReturns the feature settings defined for most categories on the site.
property
Most categories share these settings. However, some categories can
override some settings, as indicated in the Category nodes
(if any). -
featureDefinitionsReturns definitions of the various features on the site,
property
or the features you requested in FeatureID (if any).
Each feature has a node within FeatureDefinitions.
Properties
category
A category whose feature settings are different from the settings of its parent category.
For example, suppose there is a branch of the category tree with 5 category levels
(L1, L2, L3, L4, and L5). Suppose the feature settings for SiteDefaults, L1, L4, and L5
are all “A”, and the settings for L2 and L3 are “B”. In this case:
L1’s settings (A) match the site default, so L1 is not returned.
L2’s settings (B) are different from L1’s, so L2 is returned.
L3’s settings (B) are the same as L2’s, so L3 is not returned
L4’s settings (A) are different from L3’s, so L4 is returned
L5’s settings (A) are the same as L4’s, so L5 is not returned.
If you specified a particular FeatureID in the request, this field
only returns feature settings for that feature.
Only returned when the category is different from its parent.
If the category has children and they aren’t returned,
it means the children inherit the category’s feature settings.
@property (nonatomic, retain) NSMutableArray *categoryDiscussion
A category whose feature settings are different from the settings of its parent category.
For example, suppose there is a branch of the category tree with 5 category levels
(L1, L2, L3, L4, and L5). Suppose the feature settings for SiteDefaults, L1, L4, and L5
are all “A”, and the settings for L2 and L3 are “B”. In this case:
L1’s settings (A) match the site default, so L1 is not returned.
L2’s settings (B) are different from L1’s, so L2 is returned.
L3’s settings (B) are the same as L2’s, so L3 is not returned
L4’s settings (A) are different from L3’s, so L4 is returned
L5’s settings (A) are the same as L4’s, so L5 is not returned.
If you specified a particular FeatureID in the request, this field
only returns feature settings for that feature.
Only returned when the category is different from its parent.
If the category has children and they aren’t returned,
it means the children inherit the category’s feature settings.
entry type : class Trading_CategoryFeatureType
Declared In
Trading_GetCategoryFeaturesResponseType.hcategoryVersion
Returns the current version of the set of feature meta-data.
Compare this value to the version of the last version you
downloaded to determine whether the data may have changed.
@property (nonatomic, retain) NSString *categoryVersionDiscussion
Returns the current version of the set of feature meta-data.
Compare this value to the version of the last version you
downloaded to determine whether the data may have changed.
type : NSString, wrapper for primitive string
Declared In
Trading_GetCategoryFeaturesResponseType.hfeatureDefinitions
Returns definitions of the various features on the site,
or the features you requested in FeatureID (if any).
Each feature has a node within FeatureDefinitions.
@property (nonatomic, retain) Trading_FeatureDefinitionsType *featureDefinitionsDiscussion
Returns definitions of the various features on the site,
or the features you requested in FeatureID (if any).
Each feature has a node within FeatureDefinitions.
type : class Trading_FeatureDefinitionsType
Declared In
Trading_GetCategoryFeaturesResponseType.hsiteDefaults
Returns the feature settings defined for most categories on the site.
Most categories share these settings. However, some categories can
override some settings, as indicated in the Category nodes
(if any).
@property (nonatomic, retain) Trading_SiteDefaultsType *siteDefaultsDiscussion
Returns the feature settings defined for most categories on the site.
Most categories share these settings. However, some categories can
override some settings, as indicated in the Category nodes
(if any).
type : class Trading_SiteDefaultsType
Declared In
Trading_GetCategoryFeaturesResponseType.hupdateTime
Gives the time in GMT that the feature flags for the
category hierarchy were last updated.
@property (nonatomic, retain) NSDate *updateTimeDiscussion
Gives the time in GMT that the feature flags for the
category hierarchy were last updated.
type : NSDate, wrapper for primitive date
Declared In
Trading_GetCategoryFeaturesResponseType.h