org.springframework.social.linkedin.api
Class LinkedInProfileFull

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

public class LinkedInProfileFull
extends LinkedInProfile

Full LinkedInProfile returned by querying profile

See Also:
Serialized Form

Constructor Summary
LinkedInProfileFull(String id, String firstName, String lastName, String headline, String industry, String publicProfileUrl, UrlResource siteStandardProfileRequest, String profilePictureUrl)
           
 
Method Summary
 String getAssociations()
           
 CurrentShare getCurrentShare()
           
 LinkedInDate getDateOfBirth()
           
 int getDistance()
           
 List<Education> getEducations()
           
 String getHonors()
           
 List<ImAccount> getImAccounts()
           
 String getInterests()
           
 Location getLocation()
           
 String getMainAddress()
           
 List<UrlResource> getMemberUrlResources()
           
 int getNumConnections()
           
 int getNumRecommenders()
           
 List<PhoneNumber> getPhoneNumbers()
           
 List<Position> getPositions()
           
 String getProposalComments()
           
 List<Recommendation> getRecommendationsReceived()
           
 Relation getRelationToViewer()
           
 List<String> getSkills()
           
 String getSpecialties()
           
 List<Position> getThreeCurrentPositions()
           
 List<Position> getThreePastPositions()
           
 List<TwitterAccount> getTwitterAccounts()
           
 boolean isNumConnectionsCapped()
           
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInProfile
getConnectionAuthorization, getEmailAddress, getFirstName, getHeadline, getId, getIndustry, getLastName, getProfilePictureUrl, getPublicProfileUrl, getSiteStandardProfileRequest, getSummary
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedInProfileFull

public LinkedInProfileFull(String id,
                           String firstName,
                           String lastName,
                           String headline,
                           String industry,
                           String publicProfileUrl,
                           UrlResource siteStandardProfileRequest,
                           String profilePictureUrl)
Method Detail

getPositions

public List<Position> getPositions()

getThreeCurrentPositions

public List<Position> getThreeCurrentPositions()

getThreePastPositions

public List<Position> getThreePastPositions()

getRecommendationsReceived

public List<Recommendation> getRecommendationsReceived()

getImAccounts

public List<ImAccount> getImAccounts()

getTwitterAccounts

public List<TwitterAccount> getTwitterAccounts()

getMemberUrlResources

public List<UrlResource> getMemberUrlResources()

getPhoneNumbers

public List<PhoneNumber> getPhoneNumbers()

getSkills

public List<String> getSkills()

getEducations

public List<Education> getEducations()

getProposalComments

public String getProposalComments()

getSpecialties

public String getSpecialties()

getNumConnections

public int getNumConnections()

isNumConnectionsCapped

public boolean isNumConnectionsCapped()

getNumRecommenders

public int getNumRecommenders()

getMainAddress

public String getMainAddress()

getAssociations

public String getAssociations()

getLocation

public Location getLocation()

getInterests

public String getInterests()

getHonors

public String getHonors()

getDistance

public int getDistance()

getDateOfBirth

public LinkedInDate getDateOfBirth()

getCurrentShare

public CurrentShare getCurrentShare()

getRelationToViewer

public Relation getRelationToViewer()