Uses of Interface
com.google.code.linkedinapi.schema.ApiStandardProfileRequest

Packages that use ApiStandardProfileRequest
com.google.code.linkedinapi.client   
com.google.code.linkedinapi.client.impl   
com.google.code.linkedinapi.schema   
com.google.code.linkedinapi.schema.impl   
com.google.code.linkedinapi.schema.xpp   
 

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

Methods in com.google.code.linkedinapi.client with parameters of type ApiStandardProfileRequest
 Person LinkedInApiClient.getProfileByApiRequest(ApiStandardProfileRequest apiRequest)
          Gets the profile by API request.
 java.util.concurrent.Future<Person> AsyncLinkedInApiClient.getProfileByApiRequest(ApiStandardProfileRequest apiRequest)
          Gets the profile by API request.
 void AsyncHandlerLinkedInApiClient.getProfileByApiRequest(ApiStandardProfileRequest apiRequest, AsyncResponseHandler<Person> handler)
          Gets the profile by API request.
 

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

Methods in com.google.code.linkedinapi.client.impl with parameters of type ApiStandardProfileRequest
 Person BaseLinkedInApiClient.getProfileByApiRequest(ApiStandardProfileRequest apiRequest)
          Gets the profile by API request.
 java.util.concurrent.Future<Person> AsyncLinkedInApiClientAdapter.getProfileByApiRequest(ApiStandardProfileRequest apiRequest)
          Gets the profile by API request.
 void AsyncHandlerLinkedInApiClientAdapter.getProfileByApiRequest(ApiStandardProfileRequest apiRequest, AsyncResponseHandler<Person> handler)
          Gets the profile by API request.
 

Uses of ApiStandardProfileRequest in com.google.code.linkedinapi.schema
 

Methods in com.google.code.linkedinapi.schema that return ApiStandardProfileRequest
 ApiStandardProfileRequest ObjectFactory.createApiStandardProfileRequest()
          Create an instance of ApiStandardProfileRequest
 ApiStandardProfileRequest SchemaElementFactory.createApiStandardProfileRequest()
          Create an instance of ApiStandardProfileRequest
 ApiStandardProfileRequest Recommendee.getApiStandardProfileRequest()
          Gets the value of the apiStandardProfileRequest property.
 ApiStandardProfileRequest Person.getApiStandardProfileRequest()
          Gets the value of the apiStandardProfileRequest property.
 ApiStandardProfileRequest JobPoster.getApiStandardProfileRequest()
          Gets the value of the apiStandardProfileRequest property.
 ApiStandardProfileRequest Recommender.getApiStandardProfileRequest()
          Gets the value of the apiStandardProfileRequest property.
 ApiStandardProfileRequest Author.getApiStandardProfileRequest()
          Gets the value of the apiStandardProfileRequest property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type ApiStandardProfileRequest
 void Recommendee.setApiStandardProfileRequest(ApiStandardProfileRequest value)
          Sets the value of the apiStandardProfileRequest property.
 void Person.setApiStandardProfileRequest(ApiStandardProfileRequest value)
          Sets the value of the apiStandardProfileRequest property.
 void JobPoster.setApiStandardProfileRequest(ApiStandardProfileRequest value)
          Sets the value of the apiStandardProfileRequest property.
 void Recommender.setApiStandardProfileRequest(ApiStandardProfileRequest value)
          Sets the value of the apiStandardProfileRequest property.
 void Author.setApiStandardProfileRequest(ApiStandardProfileRequest value)
          Sets the value of the apiStandardProfileRequest property.
 

Uses of ApiStandardProfileRequest in com.google.code.linkedinapi.schema.impl
 

Classes in com.google.code.linkedinapi.schema.impl that implement ApiStandardProfileRequest
 class ApiStandardProfileRequestImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return ApiStandardProfileRequest
 ApiStandardProfileRequest RecommenderImpl.getApiStandardProfileRequest()
           
 ApiStandardProfileRequest RecommendeeImpl.getApiStandardProfileRequest()
           
 ApiStandardProfileRequest PersonImpl.getApiStandardProfileRequest()
           
 ApiStandardProfileRequest JobPosterImpl.getApiStandardProfileRequest()
           
 ApiStandardProfileRequest AuthorImpl.getApiStandardProfileRequest()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type ApiStandardProfileRequest
 void RecommenderImpl.setApiStandardProfileRequest(ApiStandardProfileRequest value)
           
 void RecommendeeImpl.setApiStandardProfileRequest(ApiStandardProfileRequest value)
           
 void PersonImpl.setApiStandardProfileRequest(ApiStandardProfileRequest value)
           
 void JobPosterImpl.setApiStandardProfileRequest(ApiStandardProfileRequest value)
           
 void AuthorImpl.setApiStandardProfileRequest(ApiStandardProfileRequest value)
           
 

Uses of ApiStandardProfileRequest in com.google.code.linkedinapi.schema.xpp
 

Methods in com.google.code.linkedinapi.schema.xpp that return ApiStandardProfileRequest
 ApiStandardProfileRequest XppElementFactory.createApiStandardProfileRequest()
           
 ApiStandardProfileRequest RecommenderImpl.getApiStandardProfileRequest()
           
 ApiStandardProfileRequest RecommendeeImpl.getApiStandardProfileRequest()
           
 ApiStandardProfileRequest PersonImpl.getApiStandardProfileRequest()
           
 ApiStandardProfileRequest JobPosterImpl.getApiStandardProfileRequest()
           
 ApiStandardProfileRequest AuthorImpl.getApiStandardProfileRequest()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type ApiStandardProfileRequest
 void RecommenderImpl.setApiStandardProfileRequest(ApiStandardProfileRequest value)
           
 void RecommendeeImpl.setApiStandardProfileRequest(ApiStandardProfileRequest value)
           
 void PersonImpl.setApiStandardProfileRequest(ApiStandardProfileRequest value)
           
 void JobPosterImpl.setApiStandardProfileRequest(ApiStandardProfileRequest value)
           
 void AuthorImpl.setApiStandardProfileRequest(ApiStandardProfileRequest value)