org.jboss.seam.social.linkedin.model
Interface Profile

All Superinterfaces:
UserProfile

public interface Profile
extends UserProfile

Implementation of this interface will contain a LinkedIn Profile

Author:
Antoine Sabot-Durand

Method Summary
 String getFirstName()
           
 String getHeadline()
           
 String getLastName()
           
 String getStandardProfileUrl()
           
 
Methods inherited from interface org.jboss.seam.social.oauth.UserProfile
getFullName, getPictureUrl
 

Method Detail

getHeadline

String getHeadline()
Returns:
the Headline (position) of the profile

getLastName

String getLastName()
Returns:
the Lastname of the profile

getFirstName

String getFirstName()
Returns:
the Firstname of the profile

getStandardProfileUrl

String getStandardProfileUrl()
Returns:
the public URL to access this profile on LinkedIn


Copyright © 2011 Seam Framework. All Rights Reserved.