|
(id) | - initWithResponse: |
|
(NSString *) | - name |
|
(NSString *) | - firstName |
|
(NSString *) | - lastName |
|
(NSString *) | - userName |
|
(NSString *) | - ID |
|
(NSString *) | - location |
|
(NSString *) | - gender |
|
(NSURL *) | - pageURL |
|
(NSURL *) | - photoURL |
|
|
NSString * | name |
|
NSString * | firstName |
|
NSString * | lastName |
|
NSString * | userName |
|
NSString * | location |
|
NSString * | gender |
|
NSString * | ID |
|
NSURL * | photoURL |
|
NSURL * | pageURL |
|
- (id) initWithResponse: |
|
(id) |
response |
|
initializes a user based on the response
- Parameters
-
response | a response obtained when calling an API on a social service |
- Returns
- a CSSocialUser instance
+ (NSArray*) usersWithResponse: |
|
(id) |
response |
|
returns an array of users from response
- Parameters
-
- Returns
- array of CSSocialUser objects
+ (id) userWithResponse: |
|
(id) |
response |
|
initializes a user based on the response
- Parameters
-
response | a response obtained when calling an API on a social service |
- Returns
- a CSSocialUser instance
The documentation for this class was generated from the following file: