public class VKPerson extends SocialPerson
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
birthday
Birthday of social person like dd.MM.yyyy or dd.mm if year not permitted
|
boolean |
canPost
Is it permitted to post on social person wall
|
boolean |
canSeeAllPosts
Is it permitted to see all posts from social person wall
|
boolean |
canWritePrivateMessage
Is it permitted to write private messages to social person
|
java.lang.String |
city
City of social person from user contacts
|
java.lang.String |
country
Country of social person from user contacts
|
static <any> |
CREATOR |
java.lang.String |
facultyName
Faculty name of social person
|
java.lang.String |
graduationYear
Year when social person was\will graduate
|
boolean |
hasMobile
If social person has mobile. 1 - true, 0 - false
|
java.lang.String |
homePhone
Home phone of social person from contacts
|
java.lang.String |
mobilePhone
Mobile phone of social person from contacts
|
boolean |
online
Is social person online now. 1 - true, 0 - false
|
java.lang.String |
photoMaxOrig
Max sized image url of social person avatar
|
int |
sex
Sex of social person. 1 - female, 2 - male, 0 - not presented.
|
java.lang.String |
status
Current social person status
|
java.lang.String |
universityName
University name of social person
|
java.lang.String |
username
Username of social person
|
avatarURL, email, id, name, profileURL| Constructor and Description |
|---|
VKPerson() |
| 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 int sex
public java.lang.String birthday
public java.lang.String city
public java.lang.String country
public java.lang.String photoMaxOrig
public boolean online
public java.lang.String username
public boolean hasMobile
public java.lang.String mobilePhone
public java.lang.String homePhone
public java.lang.String universityName
public java.lang.String facultyName
public java.lang.String graduationYear
public java.lang.String status
public boolean canPost
public boolean canSeeAllPosts
public boolean canWritePrivateMessage
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