public class LinkedInPerson extends SocialPerson
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
birthday
Birthday of social person in the format DD/MM/YYYY or DD/MM
|
java.lang.String |
company
Current organization with which this person is associated.
|
java.lang.String |
countryCode
Country code of social person
|
static <any> |
CREATOR |
java.lang.String |
currentStatus
Current status of social person
|
java.lang.String |
firstName
First name of social person
|
java.lang.String |
headLine
Headline of social person
|
java.lang.String |
industry
The person's job industry within the organization.
|
java.lang.String |
interests
Interests of social person
|
java.lang.String |
lastName
Last name of social person
|
java.lang.String |
locationDescription
Location description of social person
|
java.lang.String |
mainAddress
Main address of social person from contacts
|
java.lang.String |
phone
Phone of social person from contacts
|
java.lang.String |
position
The person's job title or role within the organization.
|
java.lang.String |
specialties
Specialties of social person
|
java.lang.String |
summary
Summary of social person
|
avatarURL, email, id, name, profileURL| Modifier | Constructor and Description |
|---|---|
|
LinkedInPerson() |
protected |
LinkedInPerson(Parcel in) |
| 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 company
public java.lang.String position
public java.lang.String firstName
public java.lang.String lastName
public java.lang.String headLine
public java.lang.String countryCode
public java.lang.String locationDescription
public java.lang.String industry
public java.lang.String summary
public java.lang.String birthday
public java.lang.String mainAddress
public java.lang.String currentStatus
public java.lang.String interests
public java.lang.String specialties
public java.lang.String phone
public LinkedInPerson()
protected LinkedInPerson(Parcel in)
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