|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.LinkedInProfile
public class LinkedInProfile
Model class containing a user's LinkedIn profile information.
| Constructor Summary | |
|---|---|
LinkedInProfile(String id,
String firstName,
String lastName,
String headline,
String industry,
String publicProfileUrl,
UrlResource siteStandardProfileRequest,
String profilePictureUrl)
|
|
| Method Summary | |
|---|---|
ConnectionAuthorization |
getConnectionAuthorization()
|
String |
getEmailAddress()
The user's email address (if available). |
String |
getFirstName()
The user's first name |
String |
getHeadline()
The user's headline |
String |
getId()
The user's LinkedIn profile ID |
String |
getIndustry()
The user's industry |
String |
getLastName()
The user's last name |
String |
getProfilePictureUrl()
A URL to the user's profile picture. |
String |
getPublicProfileUrl()
A URL to the user's public profile. |
UrlResource |
getSiteStandardProfileRequest()
A URL to the user's standard profile. |
String |
getSummary()
The user's summary. |
| Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject |
|---|
add, getExtraData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkedInProfile(String id,
String firstName,
String lastName,
String headline,
String industry,
String publicProfileUrl,
UrlResource siteStandardProfileRequest,
String profilePictureUrl)
| Method Detail |
|---|
public String getId()
public String getFirstName()
public String getLastName()
public String getEmailAddress()
public String getHeadline()
public String getIndustry()
public UrlResource getSiteStandardProfileRequest()
public String getPublicProfileUrl()
public String getProfilePictureUrl()
public String getSummary()
public ConnectionAuthorization getConnectionAuthorization()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||