|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LinkedInApiClient
The Interface LinkedInApiClient. It acts as a facade for the whole LinkedIn API.
Method Summary | |
---|---|
void |
deleteCurrentStatus()
Delete current status. |
Connections |
getConnectionsById(java.lang.String id)
Gets the connections by id. |
Connections |
getConnectionsById(java.lang.String id,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by id. |
Connections |
getConnectionsById(java.lang.String id,
int start,
int count)
Gets the connections by id. |
Connections |
getConnectionsById(java.lang.String id,
int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by id. |
Connections |
getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields)
Gets the connections by id. |
Connections |
getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by id. |
Connections |
getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields,
int start,
int count)
Gets the connections by id. |
Connections |
getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields,
int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by id. |
Connections |
getConnectionsByUrl(java.lang.String url)
Gets the connections by url. |
Connections |
getConnectionsByUrl(java.lang.String url,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by url. |
Connections |
getConnectionsByUrl(java.lang.String url,
int start,
int count)
Gets the connections by url. |
Connections |
getConnectionsByUrl(java.lang.String url,
int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by url. |
Connections |
getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields)
Gets the connections by url. |
Connections |
getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by url. |
Connections |
getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields,
int start,
int count)
Gets the connections by url. |
Connections |
getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields,
int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by url. |
Connections |
getConnectionsForCurrentUser()
Gets the connections for current user. |
Connections |
getConnectionsForCurrentUser(java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections for current user. |
Connections |
getConnectionsForCurrentUser(int start,
int count)
Gets the connections for current user. |
Connections |
getConnectionsForCurrentUser(int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections for current user. |
Connections |
getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields)
Gets the connections for current user. |
Connections |
getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections for current user. |
Connections |
getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields,
int start,
int count)
Gets the connections for current user. |
Connections |
getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields,
int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections for current user. |
UpdateComments |
getNetworkUpdateComments(java.lang.String networkUpdateId)
Gets the network update comments. |
Likes |
getNetworkUpdateLikes(java.lang.String networkUpdateId)
Gets the network update likes. |
Network |
getNetworkUpdates()
Gets the network updates. |
Network |
getNetworkUpdates(java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
Network |
getNetworkUpdates(int start,
int count)
Gets the network updates. |
Network |
getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes)
Gets the network updates. |
Network |
getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
Network |
getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count)
Gets the network updates. |
Network |
getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
Network |
getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count,
java.util.Date startDate,
java.util.Date endDate,
boolean showHiddenMembers)
Gets the network updates. |
Person |
getProfileByApiRequest(ApiStandardProfileRequest apiRequest)
Gets the profile by API request. |
Person |
getProfileById(java.lang.String id)
Gets the profile by id. |
Person |
getProfileById(java.lang.String id,
java.util.Set<ProfileField> profileFields)
Gets the profile by id. |
Person |
getProfileByUrl(java.lang.String url,
ProfileType profileType)
Gets the profile by url. |
Person |
getProfileByUrl(java.lang.String url,
ProfileType profileType,
java.util.Set<ProfileField> profileFields)
Gets the profile by url. |
Person |
getProfileForCurrentUser()
Gets the profile for current user. |
Person |
getProfileForCurrentUser(java.util.Set<ProfileField> profileFields)
Gets the profile for current user. |
Network |
getUserUpdates()
Gets the network updates. |
Network |
getUserUpdates(java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
Network |
getUserUpdates(int start,
int count)
Gets the network updates. |
Network |
getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes)
Gets the network updates. |
Network |
getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
Network |
getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count)
Gets the network updates. |
Network |
getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
void |
likePost(java.lang.String networkUpdateId)
Like post. |
void |
postComment(java.lang.String networkUpdateId,
java.lang.String commentText)
Post comment. |
void |
postNetworkUpdate(java.lang.String updateText)
Post network update. |
void |
postShare(java.lang.String commentText,
java.lang.String title,
java.lang.String url,
java.lang.String imageUrl,
VisibilityType visibility)
Post share. |
void |
postShare(java.lang.String commentText,
java.lang.String title,
java.lang.String url,
java.lang.String imageUrl,
VisibilityType visibility,
boolean postToTwitter)
Post share. |
void |
reShare(java.lang.String shareId,
java.lang.String commentText,
VisibilityType visibility)
Re-share. |
People |
searchPeople()
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters)
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
int start,
int count)
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
int start,
int count,
java.util.List<Parameter<FacetType,java.lang.String>> facets)
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
int start,
int count,
SearchSortOrder sortOrder)
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
int start,
int count,
SearchSortOrder sortOrder,
java.util.List<Parameter<FacetType,java.lang.String>> facets)
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.List<Parameter<FacetType,java.lang.String>> facets)
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
SearchSortOrder sortOrder)
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
SearchSortOrder sortOrder,
java.util.List<Parameter<FacetType,java.lang.String>> facets)
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields)
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields,
int start,
int count)
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields,
int start,
int count,
java.util.List<Parameter<FacetType,java.lang.String>> facets)
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields,
int start,
int count,
SearchSortOrder sortOrder)
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields,
int start,
int count,
SearchSortOrder sortOrder,
java.util.List<Parameter<FacetType,java.lang.String>> facets)
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields,
java.util.List<Parameter<FacetType,java.lang.String>> facets)
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields,
SearchSortOrder sortOrder)
Search people. |
People |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields,
SearchSortOrder sortOrder,
java.util.List<Parameter<FacetType,java.lang.String>> facets)
Search people. |
PeopleSearch |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields,
java.util.Set<FacetField> facetFields)
Search people. |
PeopleSearch |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields,
java.util.Set<FacetField> facetFields,
int start,
int count)
Search people. |
PeopleSearch |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields,
java.util.Set<FacetField> facetFields,
int start,
int count,
java.util.List<Parameter<FacetType,java.lang.String>> facets)
Search people. |
PeopleSearch |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields,
java.util.Set<FacetField> facetFields,
int start,
int count,
SearchSortOrder sortOrder)
Search people. |
PeopleSearch |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields,
java.util.Set<FacetField> facetFields,
int start,
int count,
SearchSortOrder sortOrder,
java.util.List<Parameter<FacetType,java.lang.String>> facets)
Search people. |
PeopleSearch |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields,
java.util.Set<FacetField> facetFields,
java.util.List<Parameter<FacetType,java.lang.String>> facets)
Search people. |
PeopleSearch |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields,
java.util.Set<FacetField> facetFields,
SearchSortOrder sortOrder)
Search people. |
PeopleSearch |
searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters,
java.util.Set<ProfileField> profileFields,
java.util.Set<FacetField> facetFields,
SearchSortOrder sortOrder,
java.util.List<Parameter<FacetType,java.lang.String>> facets)
Search people. |
void |
sendInviteByEmail(java.lang.String email,
java.lang.String firstName,
java.lang.String lastName,
java.lang.String subject,
java.lang.String message)
Send invite. |
void |
sendInviteById(java.lang.String recepientId,
java.lang.String subject,
java.lang.String message,
java.lang.String authHeader)
Send invite. |
void |
sendInviteToPerson(Person recepient,
java.lang.String subject,
java.lang.String message)
Send invite. |
void |
sendMessage(java.util.List<java.lang.String> recepientIds,
java.lang.String subject,
java.lang.String message)
Send message. |
void |
unlikePost(java.lang.String networkUpdateId)
Unlike post. |
void |
updateCurrentStatus(java.lang.String status)
Update current status. |
void |
updateCurrentStatus(java.lang.String status,
boolean postToTwitter)
Update current status. |
Methods inherited from interface com.google.code.linkedinapi.client.LinkedInAuthenticationClient |
---|
getAccessToken, getApiConsumer, setAccessToken, setApiConsumer |
Methods inherited from interface com.google.code.linkedinapi.client.LinkedInCommunicationClient |
---|
addRequestHeader, getRequestHeaders, removeRequestHeader, setRequestHeaders |
Method Detail |
---|
Person getProfileForCurrentUser()
Person getProfileById(java.lang.String id)
id
- the id
Person getProfileByUrl(java.lang.String url, ProfileType profileType)
url
- the urlprofileType
- the profile type
Person getProfileForCurrentUser(java.util.Set<ProfileField> profileFields)
profileFields
- the profile fields
Person getProfileById(java.lang.String id, java.util.Set<ProfileField> profileFields)
id
- the idprofileFields
- the profile fields
Person getProfileByUrl(java.lang.String url, ProfileType profileType, java.util.Set<ProfileField> profileFields)
url
- the urlprofileType
- the profile typeprofileFields
- the profile fields
Person getProfileByApiRequest(ApiStandardProfileRequest apiRequest)
apiRequest
- the api request
Network getNetworkUpdates()
Network getNetworkUpdates(int start, int count)
start
- the startcount
- the count
Network getNetworkUpdates(java.util.Date startDate, java.util.Date endDate)
startDate
- the start dateendDate
- the end date
Network getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes)
updateTypes
- the update types
Network getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes, int start, int count)
updateTypes
- the update typesstart
- the startcount
- the count
Network getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes, java.util.Date startDate, java.util.Date endDate)
updateTypes
- the update typesstartDate
- the start dateendDate
- the end date
Network getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes, int start, int count, java.util.Date startDate, java.util.Date endDate)
updateTypes
- the update typesstart
- the startcount
- the countstartDate
- the start dateendDate
- the end date
Network getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes, int start, int count, java.util.Date startDate, java.util.Date endDate, boolean showHiddenMembers)
updateTypes
- the update typesstart
- the startcount
- the countstartDate
- the start dateendDate
- the end date
Network getUserUpdates()
Network getUserUpdates(int start, int count)
start
- the startcount
- the count
Network getUserUpdates(java.util.Date startDate, java.util.Date endDate)
startDate
- the start dateendDate
- the end date
Network getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes)
updateTypes
- the update types
Network getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes, int start, int count)
updateTypes
- the update typesstart
- the startcount
- the count
Network getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes, java.util.Date startDate, java.util.Date endDate)
updateTypes
- the update typesstartDate
- the start dateendDate
- the end date
Network getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes, int start, int count, java.util.Date startDate, java.util.Date endDate)
updateTypes
- the update typesstart
- the startcount
- the countstartDate
- the start dateendDate
- the end date
UpdateComments getNetworkUpdateComments(java.lang.String networkUpdateId)
networkUpdateId
- the network update id
Likes getNetworkUpdateLikes(java.lang.String networkUpdateId)
networkUpdateId
- the network update id
Connections getConnectionsForCurrentUser()
Connections getConnectionsById(java.lang.String id)
id
- the id
Connections getConnectionsByUrl(java.lang.String url)
url
- the url
Connections getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields)
profileFields
- the profile fields
Connections getConnectionsById(java.lang.String id, java.util.Set<ProfileField> profileFields)
id
- the idprofileFields
- the profile fields
Connections getConnectionsByUrl(java.lang.String url, java.util.Set<ProfileField> profileFields)
url
- the urlprofileFields
- the profile fields
Connections getConnectionsForCurrentUser(int start, int count)
start
- the startcount
- the count
Connections getConnectionsById(java.lang.String id, int start, int count)
id
- the idstart
- the startcount
- the count
Connections getConnectionsByUrl(java.lang.String url, int start, int count)
url
- the urlstart
- the startcount
- the count
Connections getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields, int start, int count)
profileFields
- the profile fieldsstart
- the startcount
- the count
Connections getConnectionsById(java.lang.String id, java.util.Set<ProfileField> profileFields, int start, int count)
id
- the idprofileFields
- the profile fieldsstart
- the startcount
- the count
Connections getConnectionsByUrl(java.lang.String url, java.util.Set<ProfileField> profileFields, int start, int count)
url
- the urlprofileFields
- the profile fieldsstart
- the startcount
- the count
Connections getConnectionsForCurrentUser(java.util.Date modificationDate, ConnectionModificationType modificationType)
Connections getConnectionsById(java.lang.String id, java.util.Date modificationDate, ConnectionModificationType modificationType)
id
- the id
Connections getConnectionsByUrl(java.lang.String url, java.util.Date modificationDate, ConnectionModificationType modificationType)
url
- the url
Connections getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields, java.util.Date modificationDate, ConnectionModificationType modificationType)
profileFields
- the profile fields
Connections getConnectionsById(java.lang.String id, java.util.Set<ProfileField> profileFields, java.util.Date modificationDate, ConnectionModificationType modificationType)
id
- the idprofileFields
- the profile fields
Connections getConnectionsByUrl(java.lang.String url, java.util.Set<ProfileField> profileFields, java.util.Date modificationDate, ConnectionModificationType modificationType)
url
- the urlprofileFields
- the profile fields
Connections getConnectionsForCurrentUser(int start, int count, java.util.Date modificationDate, ConnectionModificationType modificationType)
start
- the startcount
- the count
Connections getConnectionsById(java.lang.String id, int start, int count, java.util.Date modificationDate, ConnectionModificationType modificationType)
id
- the idstart
- the startcount
- the count
Connections getConnectionsByUrl(java.lang.String url, int start, int count, java.util.Date modificationDate, ConnectionModificationType modificationType)
url
- the urlstart
- the startcount
- the count
Connections getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields, int start, int count, java.util.Date modificationDate, ConnectionModificationType modificationType)
profileFields
- the profile fieldsstart
- the startcount
- the count
Connections getConnectionsById(java.lang.String id, java.util.Set<ProfileField> profileFields, int start, int count, java.util.Date modificationDate, ConnectionModificationType modificationType)
id
- the idprofileFields
- the profile fieldsstart
- the startcount
- the count
Connections getConnectionsByUrl(java.lang.String url, java.util.Set<ProfileField> profileFields, int start, int count, java.util.Date modificationDate, ConnectionModificationType modificationType)
url
- the urlprofileFields
- the profile fieldsstart
- the startcount
- the count
People searchPeople()
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters)
searchParameters
- the search parameters
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, int start, int count)
searchParameters
- the search parametersstart
- the startcount
- the count
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, SearchSortOrder sortOrder)
searchParameters
- the search parameterssortOrder
- the sort order
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, int start, int count, SearchSortOrder sortOrder)
searchParameters
- the search parametersstart
- the startcount
- the countsortOrder
- the sort order
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields)
searchParameters
- the search parameters
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields, int start, int count)
searchParameters
- the search parametersstart
- the startcount
- the count
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields, SearchSortOrder sortOrder)
searchParameters
- the search parameterssortOrder
- the sort order
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields, int start, int count, SearchSortOrder sortOrder)
searchParameters
- the search parametersstart
- the startcount
- the countsortOrder
- the sort order
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.List<Parameter<FacetType,java.lang.String>> facets)
searchParameters
- the search parameters
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, int start, int count, java.util.List<Parameter<FacetType,java.lang.String>> facets)
searchParameters
- the search parametersstart
- the startcount
- the count
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, SearchSortOrder sortOrder, java.util.List<Parameter<FacetType,java.lang.String>> facets)
searchParameters
- the search parameterssortOrder
- the sort order
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, int start, int count, SearchSortOrder sortOrder, java.util.List<Parameter<FacetType,java.lang.String>> facets)
searchParameters
- the search parametersstart
- the startcount
- the countsortOrder
- the sort order
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields, java.util.List<Parameter<FacetType,java.lang.String>> facets)
searchParameters
- the search parameters
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields, int start, int count, java.util.List<Parameter<FacetType,java.lang.String>> facets)
searchParameters
- the search parametersstart
- the startcount
- the count
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields, SearchSortOrder sortOrder, java.util.List<Parameter<FacetType,java.lang.String>> facets)
searchParameters
- the search parameterssortOrder
- the sort order
People searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields, int start, int count, SearchSortOrder sortOrder, java.util.List<Parameter<FacetType,java.lang.String>> facets)
searchParameters
- the search parametersstart
- the startcount
- the countsortOrder
- the sort order
PeopleSearch searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields, java.util.Set<FacetField> facetFields)
searchParameters
- the search parameters
PeopleSearch searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields, java.util.Set<FacetField> facetFields, int start, int count)
searchParameters
- the search parametersstart
- the startcount
- the count
PeopleSearch searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields, java.util.Set<FacetField> facetFields, SearchSortOrder sortOrder)
searchParameters
- the search parameterssortOrder
- the sort order
PeopleSearch searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields, java.util.Set<FacetField> facetFields, int start, int count, SearchSortOrder sortOrder)
searchParameters
- the search parametersstart
- the startcount
- the countsortOrder
- the sort order
PeopleSearch searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields, java.util.Set<FacetField> facetFields, java.util.List<Parameter<FacetType,java.lang.String>> facets)
searchParameters
- the search parameters
PeopleSearch searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields, java.util.Set<FacetField> facetFields, int start, int count, java.util.List<Parameter<FacetType,java.lang.String>> facets)
searchParameters
- the search parametersstart
- the startcount
- the count
PeopleSearch searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields, java.util.Set<FacetField> facetFields, SearchSortOrder sortOrder, java.util.List<Parameter<FacetType,java.lang.String>> facets)
searchParameters
- the search parameterssortOrder
- the sort order
PeopleSearch searchPeople(java.util.Map<SearchParameter,java.lang.String> searchParameters, java.util.Set<ProfileField> profileFields, java.util.Set<FacetField> facetFields, int start, int count, SearchSortOrder sortOrder, java.util.List<Parameter<FacetType,java.lang.String>> facets)
searchParameters
- the search parametersstart
- the startcount
- the countsortOrder
- the sort order
void postNetworkUpdate(java.lang.String updateText)
updateText
- the update textvoid postComment(java.lang.String networkUpdateId, java.lang.String commentText)
networkUpdateId
- the network update idcommentText
- the comment textvoid likePost(java.lang.String networkUpdateId)
networkUpdateId
- the network update idvoid unlikePost(java.lang.String networkUpdateId)
networkUpdateId
- the network update idvoid updateCurrentStatus(java.lang.String status)
status
- the statusvoid updateCurrentStatus(java.lang.String status, boolean postToTwitter)
status
- the statusvoid deleteCurrentStatus()
void sendMessage(java.util.List<java.lang.String> recepientIds, java.lang.String subject, java.lang.String message)
recepientIds
- the recepient idssubject
- the subjectmessage
- the messagevoid sendInviteByEmail(java.lang.String email, java.lang.String firstName, java.lang.String lastName, java.lang.String subject, java.lang.String message)
email
- the emailfirstName
- the first namelastName
- the last namesubject
- the subjectmessage
- the messagevoid sendInviteById(java.lang.String recepientId, java.lang.String subject, java.lang.String message, java.lang.String authHeader)
To call this method one needs an auth header parameter. This can be obtained by getting ApiStandardProfileRequest.getHeaders()
from Person.getApiStandardProfileRequest()
and then getting the value of header with name ApplicationConstants.AUTH_HEADER_NAME
.
recepientId
- the recepient idsubject
- the subjectmessage
- the messageauthHeader
- the auth headervoid sendInviteToPerson(Person recepient, java.lang.String subject, java.lang.String message)
To call this method one needs an auth header parameter. This can be obtained by getting ApiStandardProfileRequest.getHeaders()
from Person.getApiStandardProfileRequest()
and then getting the value of header with name ApplicationConstants.AUTH_HEADER_NAME
.
recepient
- the recepientsubject
- the subjectmessage
- the messagevoid postShare(java.lang.String commentText, java.lang.String title, java.lang.String url, java.lang.String imageUrl, VisibilityType visibility)
commentText
- the comment texttitle
- the titleurl
- the urlimageUrl
- the image urlvisibility
- the visibilityvoid postShare(java.lang.String commentText, java.lang.String title, java.lang.String url, java.lang.String imageUrl, VisibilityType visibility, boolean postToTwitter)
commentText
- the comment texttitle
- the titleurl
- the urlimageUrl
- the image urlvisibility
- the visibilityvoid reShare(java.lang.String shareId, java.lang.String commentText, VisibilityType visibility)
shareId
- the share idvisibility
- the visibility
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |