public class FacebookUserProfile extends Object implements Serializable
| Constructor and Description |
|---|
FacebookUserProfile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFirstName()
Gets the
firstName. |
Gender |
getGender()
Gets the
gender. |
String |
getLastName()
Gets the
lastName. |
String |
getLocale()
Gets the
locale. |
String |
getProfilePic()
Gets the
profilePic. |
int |
getTimezone()
Gets the
timezone. |
int |
hashCode() |
boolean |
isPaymentEnabled()
Checks if is payment enabled.
|
void |
setFirstName(String firstName)
Sets the
firstName. |
void |
setGender(Gender gender)
Sets the
gender. |
void |
setLastName(String lastName)
Sets the
lastName. |
void |
setLocale(String locale)
Sets the
locale. |
void |
setPaymentEnabled(boolean isPaymentEnabled)
Sets the
isPaymentEnabled. |
void |
setProfilePic(String profilePic)
Sets the
profilePic. |
void |
setTimezone(int timezone)
Sets the
timezone. |
String |
toString() |
public void setFirstName(String firstName)
firstName.firstName - the firstName to set.public void setLastName(String lastName)
lastName.lastName - the lastName to set.public String getProfilePic()
profilePic.profilePic.public void setProfilePic(String profilePic)
profilePic.profilePic - the profilePic to set.public void setLocale(String locale)
locale.locale - the locale to set.public void setTimezone(int timezone)
timezone.timezone - the timezone to set.public void setGender(Gender gender)
gender.gender - the gender to set.public boolean isPaymentEnabled()
public void setPaymentEnabled(boolean isPaymentEnabled)
isPaymentEnabled.isPaymentEnabled - the isPaymentEnabled to set.Copyright © 2017 BotMill. All rights reserved.