GravityItemRecommendation Class Reference
Inherits from | NSObject |
---|---|
Declared in | GravityItemRecommendation.h GravityItemRecommendation.m |
Other Methods
Id
The Id is generated by the recommendation engine
@property NSString *Id
Discussion
The Id is generated by the recommendation engine
Declared In
GravityItemRecommendation.h
items
The list of items
@property NSArray *items
Discussion
The list of items
Declared In
GravityItemRecommendation.h
– initWithDictionary:
Initializes a GravityItemRecommendation object with a dictionary
- (id)initWithDictionary:(NSDictionary *)dict
Parameters
dict |
the dictionary representing the object |
---|
Return Value
an initialized GravityItemRecommendation object
Discussion
Initializes a GravityItemRecommendation object with a dictionary
Declared In
GravityItemRecommendation.h
– initWithJSON:
Initializes a GravityItemRecommendation object with JSON data
- (id)initWithJSON:(NSData *)jsonData
Parameters
jsonData |
the JSON data representing the object |
---|
Return Value
an initialized GravityItemRecommendation object
Discussion
Initializes a GravityItemRecommendation object with JSON data
Declared In
GravityItemRecommendation.h