Class User
java.lang.Object
com.codename1.facebook.FBObject
com.codename1.facebook.User
This class represents a Facebook User objject
http://developers.facebook.com/docs/reference/api/user/
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopies the relevant values from the given hashtablebooleangetAbout()Returns
getBio()Returns
Returns
getEmail()Returns
Deprecated.Returns
Returns
Gets the user Hometown if availableDeprecated.Deprecated.Returns
Returns
getLink()Returns
Returns
Gets the user City if availableReturns
Deprecated.Returns
longReturns
Returns the usernameReturns
inthashCode()
-
Constructor Details
-
User
public User()Empty Contructor -
User
-
-
Method Details
-
getFirst_name
Deprecated.Returns
the first_name
Deprecated
Use
#getFirstName(). -
getFirstName
Returns
the first name
-
getLast_name
Deprecated.Returns
the last_name
Deprecated
Use
#getLastName(). -
getLastName
Returns
the last name
-
getLink
Returns
the link
-
getAbout
Returns
the about
-
getBirthday
Returns
the birthday
-
getEmail
Returns
the email
-
getWebsite
Returns
the website
-
getBio
Returns
the bio
-
getQuotes
Returns
the quotes
-
getGender
Returns
the gender
-
getRelationship_status
Deprecated.Returns
the relationship_status
Deprecated
Use
#getRelationshipStatus(). -
getRelationshipStatus
Returns
the relationship status
-
getTimezone
public long getTimezone()Returns
the timezone
-
getLast_updated
Deprecated.Returns
the last_updated
Deprecated
Use
#getLastUpdated(). -
getLastUpdated
Returns
the last updated
-
getLocale
Returns
the locale
-
getUsername
Returns the username -
getLocation
Gets the user City if available -
getHometown
Gets the user Hometown if available -
copy
-
equals
-
hashCode
-