|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.social.core.UserProfile
org.jboss.seam.social.linkedin.model.LinkedInProfile
public class LinkedInProfile
Model class containing a user's LinkedIn profile information.
| Field Summary |
|---|
| Fields inherited from class org.jboss.seam.social.core.UserProfile |
|---|
id |
| Constructor Summary | |
|---|---|
LinkedInProfile(String id,
String firstName,
String lastName,
String headline,
String industry,
String publicProfileUrl,
String standardProfileUrl,
String profilePictureUrl)
|
|
| Method Summary | |
|---|---|
String |
getFirstName()
The user's first name |
String |
getFullName()
|
String |
getHeadline()
The user's headline |
String |
getIndustry()
The user's industry |
String |
getLastName()
The user's last name |
String |
getProfileImageUrl()
A URL to the user's profile picture. |
String |
getPublicProfileUrl()
A URL to the user's public profile. |
String |
getStandardProfileUrl()
A URL to the user's standard profile. |
| Methods inherited from class org.jboss.seam.social.core.UserProfile |
|---|
equals, getId, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkedInProfile(String id,
String firstName,
String lastName,
String headline,
String industry,
String publicProfileUrl,
String standardProfileUrl,
String profilePictureUrl)
| Method Detail |
|---|
public String getFirstName()
public String getLastName()
public String getHeadline()
public String getIndustry()
public String getStandardProfileUrl()
public String getPublicProfileUrl()
public String getProfileImageUrl()
getProfileImageUrl in class UserProfilepublic String getFullName()
getFullName in class UserProfile
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||