public class CompactUser extends Object implements FoursquareEntity
| Constructor and Description |
|---|
CompactUser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstName()
Returns user's first name
|
String |
getGender()
Returns male or female
|
String |
getHomeCity()
Returns user's home city
|
String |
getId()
Returns user's id
|
String |
getLastName()
Returns user's last name
|
String |
getPhoto()
Returns URL of a profile picture for this user.
|
String |
getRelationship()
The relationship of the acting user to this user.
|
public String getId()
public String getFirstName()
public String getLastName()
public String getHomeCity()
public String getPhoto()
public String getGender()
public String getRelationship()
Copyright © 2014 Foyt. All Rights Reserved.