public class LinkedIn2Profile extends OAuth20Profile
This class is the user profile for LinkedIn with appropriate getters.
It is returned by the LinkedIn2Client.
| Method : | From the JSON profile response : |
|---|---|
The attributes of the CommonProfile |
|
| String getEmail() | the email-address attribute |
| String getFirstName() | the first_name attribute |
| String getFamilyName() | the family_name attribute |
| String getDisplayName() | the formatted_name attribute |
| String getUsername() | null |
| Gender getGender() | Gender.UNSPECIFIED |
| Locale getLocale() | null |
| String getPictureUrl() | the picture-url attribute |
| String getProfileUrl() | the public-profile-url attribute |
| String getLocation() | the name of the location attribute |
| More specific attributes | |
| String getHeadline() | the headline attribute |
| LinkedIn2Location getCompleteLocation() | the location attribute |
| String getMaidenName() | the maiden-name attribute |
| String getIndustry() | the industry attribute |
| Integer getNumConnections() | the num-connections attribute |
| String getSummary() | the summary attribute |
| String getSpecialties() | the specialties attribute |
| String getSpecialties() | the specialties attribute |
| List<LinkedIn2Position> getPositions() | the positions attribute |
| String getSpecialties() | the specialties attribute |
| String getSiteStandardProfileRequest() | the url of the site-standard-profile-request attribute |
LinkedIn2Client,
Serialized FormUSERNAMElogger, SEPARATOR| Constructor and Description |
|---|
LinkedIn2Profile() |
| Modifier and Type | Method and Description |
|---|---|
protected AttributesDefinition |
getAttributesDefinition() |
LinkedIn2Location |
getCompleteLocation() |
String |
getDisplayName() |
String |
getEmail() |
String |
getFamilyName() |
String |
getFirstName() |
String |
getHeadline() |
String |
getIndustry() |
String |
getLocation() |
String |
getMaidenName() |
Integer |
getNumConnections() |
String |
getOAuth10Id() |
String |
getPictureUrl() |
List<LinkedIn2Position> |
getPositions() |
String |
getProfileUrl() |
String |
getSiteStandardProfileRequest() |
String |
getSpecialties() |
String |
getSummary() |
clear, getAccessToken, setAccessTokengetGender, getLocale, getUsernameaddAttribute, addAttributes, addPermission, addPermissions, addRole, addRoles, build, getAttribute, getAttribute, getAttributes, getId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, setId, setRemembered, toString, writeExternalpublic String getOAuth10Id()
protected AttributesDefinition getAttributesDefinition()
getAttributesDefinition in class UserProfilepublic String getFirstName()
getFirstName in class CommonProfilepublic String getFamilyName()
getFamilyName in class CommonProfilepublic String getDisplayName()
getDisplayName in class CommonProfilepublic String getLocation()
getLocation in class CommonProfilepublic String getEmail()
getEmail in class CommonProfilepublic String getPictureUrl()
getPictureUrl in class CommonProfilepublic String getProfileUrl()
getProfileUrl in class CommonProfilepublic LinkedIn2Location getCompleteLocation()
public String getMaidenName()
public String getHeadline()
public String getIndustry()
public Integer getNumConnections()
public String getSummary()
public String getSpecialties()
public List<LinkedIn2Position> getPositions()
public String getSiteStandardProfileRequest()
Copyright © 2016. All Rights Reserved.