|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.User
public class User
Represents the User Graph API type.
| Nested Class Summary | |
|---|---|
static class |
User.Education
Represents the Education Graph API type. |
static class |
User.Work
Represents the Work Graph API type. |
| Nested classes/interfaces inherited from class com.restfb.types.FacebookType |
|---|
FacebookType.Metadata |
| Constructor Summary | |
|---|---|
User()
|
|
| Method Summary | |
|---|---|
String |
getAbout()
The user's blurb that appears under their profile picture. |
String |
getBirthday()
The user's birthday. |
List<User.Education> |
getEducation()
A list of the education history from the user's profile |
String |
getEmail()
The proxied or contact email address granted by the user. |
String |
getFirstName()
The user's first name |
String |
getGender()
The user's gender. |
NamedFacebookType |
getHometown()
The user's hometown. |
List<String> |
getInterestedIn()
The user's interests. |
String |
getLastName()
The user's last name. |
String |
getLink()
A link to the user's profile. |
String |
getLocale()
The user's locale. |
NamedFacebookType |
getLocation()
The user's current location. |
List<String> |
getMeetingFor()
What genders the user is interested in meeting. |
String |
getPicture()
The user's profile picture URL. |
String |
getPolitical()
The user's political affiliation. |
String |
getRelationshipStatus()
The user's relationship status. |
String |
getReligion()
The user's religion. |
Double |
getTimezone()
The user's timezone offset. |
Date |
getUpdatedTime()
Date the user's profile was updated. |
Boolean |
getVerified()
Is the user verified? |
String |
getWebsite()
A link to the user's personal website. |
List<User.Work> |
getWork()
A list of the work history from the user's profile |
| Methods inherited from class com.restfb.types.NamedFacebookType |
|---|
getName |
| Methods inherited from class com.restfb.types.FacebookType |
|---|
equals, getId, getMetadata, getType, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public User()
| Method Detail |
|---|
public String getFirstName()
public String getLastName()
public String getLink()
public String getAbout()
public String getRelationshipStatus()
public String getBirthday()
public String getReligion()
public String getWebsite()
public String getEmail()
public String getPicture()
public Double getTimezone()
public Boolean getVerified()
public Date getUpdatedTime()
public String getGender()
public String getPolitical()
public String getLocale()
public NamedFacebookType getHometown()
public NamedFacebookType getLocation()
public List<String> getInterestedIn()
public List<String> getMeetingFor()
public List<User.Work> getWork()
public List<User.Education> getEducation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||