public class User extends FBObject
Constructor and Description |
---|
User()
Empty Contructor
|
User(Hashtable props) |
Modifier and Type | Method and Description |
---|---|
void |
copy(Hashtable props)
copies the relevant values from the given hashtable
|
String |
getAbout() |
String |
getBio() |
String |
getBirthday() |
String |
getEmail() |
String |
getFirst_name() |
String |
getGender() |
FBObject |
getHometown()
Gets the user Hometown if available
|
String |
getLast_name() |
String |
getLast_updated() |
String |
getLink() |
String |
getLocale() |
FBObject |
getLocation()
Gets the user City if available
|
String |
getQuotes() |
String |
getRelationship_status() |
long |
getTimezone() |
String |
getUsername()
Returns the username
|
String |
getWebsite() |
public User()
public User(Hashtable props)
public String getFirst_name()
public String getLast_name()
public String getLink()
public String getAbout()
public String getBirthday()
public String getEmail()
public String getWebsite()
public String getBio()
public String getQuotes()
public String getGender()
public String getRelationship_status()
public long getTimezone()
public String getLast_updated()
public String getLocale()
public String getUsername()
public FBObject getLocation()
public FBObject getHometown()