public class GooglePlusPerson extends SocialPerson
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
aboutMe
About me string in google plus user profile
|
java.lang.String |
birthday
The person's date of birth, represented as YYYY-MM-DD.
|
java.lang.String |
braggingRights
The "bragging rights" line of this person.
|
java.lang.String |
company
Current organization with which this person is associated.
|
java.lang.String |
coverURL
The cover photo content.
|
static <any> |
CREATOR |
java.lang.String |
currentLocation
The current location for this person.
|
int |
friendsCount
If a Google+ Page and for followers who are visible, the number of people who have added this page to a circle.
|
int |
gender
The person's gender.
|
java.lang.String |
lang
The user's preferred language for rendering.
|
java.lang.String |
nickname
The nickname of this person.
|
int |
objectType
Type of person within Google+.
|
java.lang.String |
placeLivedValue
Last place where this person has lived.
|
java.lang.String |
position
The person's job title or role within the organization.
|
int |
relationshipStatus
The person's relationship status.
|
java.lang.String |
tagline
The brief description (tagline) of this person.
|
avatarURL, email, id, name, profileURL| Constructor and Description |
|---|
GooglePlusPerson() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final <any> CREATOR
public java.lang.String aboutMe
public java.lang.String birthday
public java.lang.String braggingRights
public java.lang.String coverURL
public int friendsCount
public java.lang.String currentLocation
public int gender
public java.lang.String lang
public java.lang.String nickname
public int objectType
public java.lang.String company
public java.lang.String position
public java.lang.String placeLivedValue
public int relationshipStatus
public java.lang.String tagline
public int describeContents()
describeContents in class SocialPersonpublic void writeToParcel(Parcel dest,
int flags)
writeToParcel in class SocialPersonpublic boolean equals(java.lang.Object o)
equals in class SocialPersonpublic int hashCode()
hashCode in class SocialPersonpublic java.lang.String toString()
toString in class SocialPerson