java.lang.Object | |
↳ | com.google.code.linkedinapi.client.LinkedInApiClientFactory |
A factory for creating LinkedInApiClient objects.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
apiConsumer | The api consumer. | ||||||||||
defaultClientImpl | The default client impl. | ||||||||||
factoriesMap | The Constant factoriesMap. | ||||||||||
taskExecutor | The task executor. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new LinkedInApiClient object.
| |||||||||||
Creates a new LinkedInApiClient object.
| |||||||||||
Creates a new LinkedInApiClient object.
| |||||||||||
Creates a new LinkedInApiClient object.
| |||||||||||
Creates a new LinkedInApiClient object.
| |||||||||||
New instance.
| |||||||||||
New instance.
| |||||||||||
Sets the task executor to be used for asynchronous API calls.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The Constant factoriesMap.
The task executor.
Creates a new LinkedInApiClient object.
token | The token |
---|---|
tokenSecret | The token secret |
Creates a new LinkedInApiClient object.
accessToken | The access token |
---|
Creates a new LinkedInApiClient object.
accessToken | The access token |
---|
Creates a new LinkedInApiClient object.
token | The token |
---|---|
tokenSecret | The token secret |
Creates a new LinkedInApiClient object.
implClass | |
---|---|
accessToken | The access token |
New instance.
apiConsumer | The api consumer |
---|
New instance.
consumerKey | The consumer key |
---|---|
consumerSecret | The consumer secret |
Sets the task executor to be used for asynchronous API calls.
taskExecutor | The task executor |
---|