String
|
getAccessToken()
|
String
|
getAccessTokenSecret()
|
String
|
getApiKey()
|
String
|
getApiSecret()
|
Connections
|
getConnectionsById(String id, List<ProfileField> profileFields, Integer start, Integer count, Date modificationDate, ConnectionModificationType modificationType)
Gets the connections by id.
|
Connections
|
getConnectionsByUrl(String url, List<ProfileField> profileFields, Integer start, Integer count, Date modificationDate, ConnectionModificationType modificationType)
Gets the connections by url.
|
Connections
|
getConnectionsForCurrentUser(List<ProfileField> profileFields, Integer start, Integer count, Date modificationDate, ConnectionModificationType modificationType)
Gets the connections for current user.
|
UpdateComments
|
getNetworkUpdateComments(String networkUpdateId)
Gets the network update comments.
|
Likes
|
getNetworkUpdateLikes(String networkUpdateId)
Gets the network update likes.
|
Network
|
getNetworkUpdates(List<NetworkUpdateType> updateTypes, Integer start, Integer count, Date startDate, Date endDate, Boolean showHiddenMembers)
Gets the network updates.
|
Person
|
getProfileById(String id, List<ProfileField> profileFields)
Gets the profile by id.
|
Person
|
getProfileByUrl(String url, ProfileType profileType, List<ProfileField> profileFields)
Gets the profile by url.
|
Person
|
getProfileForCurrentUser(List<ProfileField> profileFields)
Gets the profile for current user.
|
String
|
getScope()
|
Network
|
getUserUpdates(List<NetworkUpdateType> updateTypes, Integer start, Integer count, Date startDate, Date endDate)
Gets the network updates.
|
Network
|
getUserUpdatesById(String id, List<NetworkUpdateType> updateTypes, Integer start, Integer count, Date startDate, Date endDate)
Gets the network updates.
|
void
|
likePost(String networkUpdateId)
Like post.
|
void
|
postComment(String networkUpdateId, String commentText)
Post comment.
|
void
|
postNetworkUpdate(String updateText)
Post network update.
|
void
|
postShare(String commentText, String title, String url, String imageUrl, LinkedInVisibilityType visibility, Boolean postToTwitter)
Post share.
|
void
|
reShare(String shareId, String commentText, LinkedInVisibilityType visibility)
Re-share.
|
People
|
searchPeople(Map<SearchParameter, String> searchParameters, List<ProfileField> profileFields, Integer start, Integer count, SearchSortOrder sortOrder)
Search people.
|
PeopleSearch
|
searchPeopleWithFacetFields(Map<SearchParameter, String> searchParameters, List<ProfileField> profileFields, List<FacetField> facetFields, Integer start, Integer count, SearchSortOrder sortOrder, Map<FacetType, String> facets)
Search people.
|
People
|
searchPeopleWithFacets(Map<SearchParameter, String> searchParameters, List<ProfileField> profileFields, Integer start, Integer count, SearchSortOrder sortOrder, Map<FacetType, String> facets)
Search people.
|
void
|
sendInviteByEmail(String email, String firstName, String lastName, String subject, String message)
Send invite.
|
void
|
sendMessage(List<String> recepientIds, String subject, String message)
Send message.
|
void
|
setAccessToken(String accessToken)
|
void
|
setAccessTokenSecret(String accessTockenSecret)
|
void
|
setApiKey(String apiKey)
|
void
|
setApiSecret(String apiSecret)
|
void
|
setScope(String scope)
|
void
|
unlikePost(String networkUpdateId)
Unlike post.
|
void
|
updateCurrentStatus(String status, Boolean postToTwitter)
Update current status.
|