Uses of Class
com.google.code.linkedinapi.client.oauth.LinkedInApiConsumer

Packages that use LinkedInApiConsumer
com.google.code.linkedinapi.client   
com.google.code.linkedinapi.client.impl   
com.google.code.linkedinapi.client.oauth   
 

Uses of LinkedInApiConsumer in com.google.code.linkedinapi.client
 

Fields in com.google.code.linkedinapi.client declared as LinkedInApiConsumer
private  LinkedInApiConsumer LinkedInApiClientFactory.apiConsumer
          The api consumer.
 

Fields in com.google.code.linkedinapi.client with type parameters of type LinkedInApiConsumer
private static java.util.Map<LinkedInApiConsumer,LinkedInApiClientFactory> LinkedInApiClientFactory.factoriesMap
          The Constant factoriesMap.
 

Methods in com.google.code.linkedinapi.client that return LinkedInApiConsumer
 LinkedInApiConsumer LinkedInAuthenticationClient.getApiConsumer()
          Method description
 

Methods in com.google.code.linkedinapi.client with parameters of type LinkedInApiConsumer
static LinkedInApiClientFactory LinkedInApiClientFactory.newInstance(LinkedInApiConsumer apiConsumer)
          New instance.
 void LinkedInAuthenticationClient.setApiConsumer(LinkedInApiConsumer apiConsumer)
          Method description
private static void LinkedInApiClientFactory.validateConsumerKey(LinkedInApiConsumer apiConsumer)
           
 

Constructors in com.google.code.linkedinapi.client with parameters of type LinkedInApiConsumer
LinkedInApiClientFactory(LinkedInApiConsumer apiConsumer)
          Instantiates a new linked in api client factory.
 

Uses of LinkedInApiConsumer in com.google.code.linkedinapi.client.impl
 

Fields in com.google.code.linkedinapi.client.impl declared as LinkedInApiConsumer
private  LinkedInApiConsumer BaseLinkedInApiClient.apiConsumer
          Field description
 

Methods in com.google.code.linkedinapi.client.impl that return LinkedInApiConsumer
 LinkedInApiConsumer BaseLinkedInApiClient.getApiConsumer()
          Method description
 LinkedInApiConsumer AsyncLinkedInApiClientAdapter.getApiConsumer()
          Method description
 LinkedInApiConsumer AsyncHandlerLinkedInApiClientAdapter.getApiConsumer()
          Method description
 

Methods in com.google.code.linkedinapi.client.impl with parameters of type LinkedInApiConsumer
 void BaseLinkedInApiClient.setApiConsumer(LinkedInApiConsumer apiConsumer)
          Method description
 void AsyncLinkedInApiClientAdapter.setApiConsumer(LinkedInApiConsumer apiConsumer)
          Method description
 void AsyncHandlerLinkedInApiClientAdapter.setApiConsumer(LinkedInApiConsumer apiConsumer)
          Method description
 

Uses of LinkedInApiConsumer in com.google.code.linkedinapi.client.oauth
 

Fields in com.google.code.linkedinapi.client.oauth declared as LinkedInApiConsumer
private  LinkedInApiConsumer LinkedInOAuthServiceImpl.apiConsumer
          Field description
 

Methods in com.google.code.linkedinapi.client.oauth with parameters of type LinkedInApiConsumer
 LinkedInOAuthService LinkedInOAuthServiceFactory.createLinkedInOAuthService(LinkedInApiConsumer apiConsumer)
          Creates a new LinkedInOAuthService object.
private  void LinkedInOAuthServiceFactory.validateConsumerKey(LinkedInApiConsumer apiConsumer)
           
 

Constructors in com.google.code.linkedinapi.client.oauth with parameters of type LinkedInApiConsumer
LinkedInOAuthServiceImpl(LinkedInApiConsumer apiConsumer)
          Constructs ...