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