@Deprecated public class LinkedInProfile extends OAuth10Profile
This class is the user profile for LinkedIn with appropriate getters.
It is returned by the LinkedInClient.
| Method : | From the JSON profile response : |
|---|---|
The attributes of the CommonProfile |
|
| String getEmail() | null |
| String getFirstName() | the first_name attribute |
| String getFamilyName() | the family_name attribute |
| String getDisplayName() | the first_name attribute followed by a space and the family_name attribute |
| String getUsername() | null |
| Gender getGender() | Gender.UNSPECIFIED |
| Locale getLocale() | null |
| String getPictureUrl() | null |
| String getProfileUrl() | the url attribute |
| String getLocation() | null |
| More specific attributes | |
| String getHeadline() | the headline attribute |
LinkedInClient,
Serialized FormUSERNAMElogger, SEPARATOR| Constructor and Description |
|---|
LinkedInProfile()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected AttributesDefinition |
getAttributesDefinition()
Deprecated.
|
String |
getDisplayName()
Deprecated.
|
String |
getFamilyName()
Deprecated.
|
String |
getFirstName()
Deprecated.
|
String |
getHeadline()
Deprecated.
|
String |
getProfileUrl()
Deprecated.
|
getAccessSecret, setAccessSecretgetAccessToken, setAccessTokengetEmail, getGender, getLocale, getLocation, getPictureUrl, getUsernameaddAttribute, addAttributes, addPermission, addRole, build, getAttribute, getAttributes, getId, getPermissions, getRoles, getTypedId, hasAccess, hasAllRoles, hasAnyRole, isRemembered, setId, setRemembered, toStringprotected 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 getProfileUrl()
getProfileUrl in class CommonProfilepublic String getHeadline()
Copyright © 2015. All Rights Reserved.