org.springframework.social.linkedin.api
Class LinkedInProfile

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInProfile
All Implemented Interfaces:
java.io.Serializable

public class LinkedInProfile
extends java.lang.Object
implements java.io.Serializable

Model class containing a user's LinkedIn profile information.

See Also:
Serialized Form

Constructor Summary
LinkedInProfile()
           
 
Method Summary
 java.lang.String getFirstName()
          The user's first name
 java.lang.String getHeadline()
          The user's headline
 java.lang.String getId()
          The user's LinkedIn profile ID
 java.lang.String getIndustry()
          The user's industry
 java.lang.String getLastName()
          The user's last name
 java.lang.String getProfilePictureUrl()
          A URL to the user's profile picture.
 java.lang.String getPublicProfileUrl()
          A URL to the user's public profile.
 java.lang.String getStandardProfileUrl()
          A URL to the user's standard profile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedInProfile

public LinkedInProfile()
Method Detail

getId

public java.lang.String getId()
The user's LinkedIn profile ID

Returns:
The user's LinkedIn profile ID

getFirstName

public java.lang.String getFirstName()
The user's first name

Returns:
The user's first name

getLastName

public java.lang.String getLastName()
The user's last name

Returns:
The user's last name

getHeadline

public java.lang.String getHeadline()
The user's headline

Returns:
The user's headline

getIndustry

public java.lang.String getIndustry()
The user's industry

Returns:
The user's industry

getStandardProfileUrl

public java.lang.String getStandardProfileUrl()
A URL to the user's standard profile. The content shown at this profile will depend upon what the requesting user is allowed to see.

Returns:
the URL to the user's standard profile

getPublicProfileUrl

public java.lang.String getPublicProfileUrl()
A URL to the user's public profile. The content shown at this profile is intended for public display and is determined by the user's privacy settings.

Returns:
the URL of the user's public profile

getProfilePictureUrl

public java.lang.String getProfilePictureUrl()
A URL to the user's profile picture.