|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProfileOperations
Operations on Profile API
| Method Summary | |
|---|---|
LinkedInProfile |
getProfileById(String id)
Retrieves a profile by id. |
LinkedInProfile |
getProfileByPublicUrl(String url)
Retrieves a profile by public url. |
LinkedInProfileFull |
getProfileFullById(String id)
Retrieves a full profile by id. |
LinkedInProfileFull |
getProfileFullByPublicUrl(String url)
Retrieves a full profile by public url. |
String |
getProfileId()
Retrieves the user's LinkedIn profile ID. |
String |
getProfileUrl()
Retrieves a URL to the user's public profile page. |
LinkedInProfile |
getUserProfile()
Retrieves the current user's profile details. |
LinkedInProfileFull |
getUserProfileFull()
Retrieves the current user's full profile details. |
LinkedInProfiles |
search(SearchParameters parameters)
Searches for Profiles based on provided parameters |
| Method Detail |
|---|
String getProfileId()
String getProfileUrl()
LinkedInProfile getUserProfile()
LinkedInProfile getProfileById(String id)
LinkedInProfile getProfileByPublicUrl(String url)
LinkedInProfileFull getUserProfileFull()
LinkedInProfileFull getProfileFullById(String id)
LinkedInProfileFull getProfileFullByPublicUrl(String url)
LinkedInProfiles search(SearchParameters parameters)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||