public interface LinkedIn
extends org.springframework.social.ApiBinding
LinkedInTemplate.
Many of the methods contained in this interface require OAuth authentication with LinkedIn.
When a method's description speaks of the "current user", it is referring to the user for whom the access token has been issued.| Modifier and Type | Method and Description |
|---|---|
CommunicationOperations |
communicationOperations()
API for sending messages and connection requests
|
CompanyOperations |
companyOperations()
API for retrieving and performing operations on companies
|
ConnectionOperations |
connectionOperations()
API for retrieving connections
|
GroupOperations |
groupOperations()
API for retrieving details of groups
|
JobOperations |
jobOperations()
API for searching, retrieving and bookmarking jobs
|
NetworkUpdateOperations |
networkUpdateOperations()
API for retrieving and performing operations on network updates
|
ProfileOperations |
profileOperations()
API for retrieving and performing operations on profiles
|
org.springframework.web.client.RestOperations |
restOperations()
Returns the underlying
RestOperations object allowing for consumption of LinkedIn endpoints that may not be otherwise covered by the API binding. |
ConnectionOperations connectionOperations()
ConnectionOperations for working with connectionsNetworkUpdateOperations networkUpdateOperations()
NetworkUpdateOperations for working with network updatesProfileOperations profileOperations()
ProfileOperations for working with profilesCompanyOperations companyOperations()
CompanyOperations for working with companiesCommunicationOperations communicationOperations()
CommunicationOperations for working with communication infoJobOperations jobOperations()
JobOperations for working with jobsGroupOperations groupOperations()
GroupOperations for working with groupsorg.springframework.web.client.RestOperations restOperations()
RestOperations object allowing for consumption of LinkedIn endpoints that may not be otherwise covered by the API binding.
The RestOperations object returned is configured to include an OAuth "Authorization" header on all requests.RestOperations for work against the LinkedIn API at a low-level.