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 *IdDiscussion
The Id is generated by the recommendation engine
Declared In
GravityItemRecommendation.h
items
The list of items
@property NSArray *itemsDiscussion
The list of items
Declared In
GravityItemRecommendation.h
– initWithDictionary:
Initializes a GravityItemRecommendation object with a dictionary
- (id)initWithDictionary:(NSDictionary *)dictParameters
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 *)jsonDataParameters
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