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() |
clearSensitiveData, getAccessToken, setAccessTokengetGender, getLocale, getUsernameaddAttribute, addAttributes, addPermission, addPermissions, addPermissions, addRole, addRoles, addRoles, build, containsAttribute, getAttribute, getAttribute, getAttributes, getClientName, getId, getOldTypedId, getPermissions, getRoles, getTypedId, isRemembered, readExternal, removeAttribute, setClientName, setId, setRemembered, toString, writeExternalpublic String getOAuth10Id()
public AttributesDefinition getAttributesDefinition()
UserProfilenull for a (generic) user profile.getAttributesDefinition in class UserProfilepublic 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 String getPictureUrl()
CommonProfilegetPictureUrl in class CommonProfilepublic String 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 © 2017. All rights reserved.