public class LinkedIn2Profile extends OAuth20Profile
This class is the user profile for LinkedIn with appropriate getters.
It is returned by the LinkedIn2Client.
logger, SEPARATOR| Constructor and Description |
|---|
LinkedIn2Profile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiStandardProfileRequest() |
LinkedIn2Location |
getCompleteLocation() |
String |
getCurrentShare() |
String |
getDisplayName()
Return the displayed name of the user.
|
String |
getEmail()
Return the email of the user.
|
String |
getFamilyName()
Return the family name of the user.
|
String |
getFirstName()
Return the first name of the user.
|
String |
getFormattedPhoneticName() |
String |
getHeadline() |
String |
getIndustry() |
String |
getLocation()
Return the location of the user.
|
String |
getMaidenName() |
Integer |
getNumConnections() |
Boolean |
getNumConnectionsCapped() |
String |
getOAuth10Id() |
String |
getPhoneticFirstName() |
String |
getPhoneticLastName() |
URI |
getPictureUrl()
Return the url of the picture of the user.
|
List<LinkedIn2Position> |
getPositions() |
URI |
getProfileUrl()
Return the url of the profile of the user.
|
String |
getSiteStandardProfileRequest() |
String |
getSpecialties() |
String |
getSummary() |
clearSensitiveData, getAccessToken, setAccessTokenasPrincipal, getGender, getLocale, getUsername, isExpiredaddAttribute, addAttributes, addAuthenticationAttribute, addAuthenticationAttributes, addPermission, addPermissions, addRole, addRoles, addRoles, build, build, containsAttribute, containsAuthenicationAttribute, getAttribute, getAttribute, getAttributes, getAuthenticationAttribute, getAuthenticationAttribute, getAuthenticationAttributes, getClientName, getId, getLinkedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, removeAuthenticationAttribute, setClientName, setId, setLinkedId, setPermissions, setRemembered, setRoles, toString, writeExternalpublic String getOAuth10Id()
public String getFirstName()
CommonProfilegetFirstName in class CommonProfilepublic String getFamilyName()
CommonProfilegetFamilyName in class CommonProfilepublic String getDisplayName()
CommonProfilegetDisplayName in class CommonProfilepublic String getLocation()
CommonProfilegetLocation in class CommonProfilepublic String getEmail()
CommonProfilegetEmail in class CommonProfilepublic URI getPictureUrl()
CommonProfilegetPictureUrl in class CommonProfilepublic URI getProfileUrl()
CommonProfilegetProfileUrl in class CommonProfilepublic LinkedIn2Location getCompleteLocation()
public String getMaidenName()
public String getPhoneticFirstName()
public String getPhoneticLastName()
public String getFormattedPhoneticName()
public String getHeadline()
public String getIndustry()
public String getCurrentShare()
public Integer getNumConnections()
public Boolean getNumConnectionsCapped()
public String getSummary()
public String getSpecialties()
public List<LinkedIn2Position> getPositions()
public String getSiteStandardProfileRequest()
public String getApiStandardProfileRequest()
Copyright © 2018. All rights reserved.