org.springframework.social.linkedin.api
Class LinkedInProfileFull
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.LinkedInProfile
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
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkedInProfileFull
public LinkedInProfileFull(String id,
String firstName,
String lastName,
String headline,
String industry,
String publicProfileUrl,
UrlResource siteStandardProfileRequest,
String profilePictureUrl)
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()