public interface ProfileOperations
| Modifier and Type | Method and Description |
|---|---|
LinkedInProfile |
getProfileById(java.lang.String id)
Retrieves a profile by id.
|
LinkedInProfile |
getProfileByPublicUrl(java.lang.String url)
Retrieves a profile by public url.
|
LinkedInProfileFull |
getProfileFullById(java.lang.String id)
Retrieves a full profile by id.
|
LinkedInProfileFull |
getProfileFullByPublicUrl(java.lang.String url)
Retrieves a full profile by public url.
|
java.lang.String |
getProfileId()
Retrieves the user's LinkedIn profile ID.
|
java.lang.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
|
java.lang.String getProfileId()
java.lang.String getProfileUrl()
LinkedInProfile getUserProfile()
LinkedInProfile getProfileById(java.lang.String id)
id - the profile IDLinkedInProfile getProfileByPublicUrl(java.lang.String url)
url - the profile's public URLLinkedInProfileFull getUserProfileFull()
LinkedInProfileFull getProfileFullById(java.lang.String id)
id - the profile IDLinkedInProfileFull getProfileFullByPublicUrl(java.lang.String url)
url - the profile's public URLLinkedInProfiles search(SearchParameters parameters)
parameters - the search parameters