Uses of Class
com.google.code.linkedinapi.client.enumeration.ProfileType

Packages that use ProfileType
com.google.code.linkedinapi.client   
com.google.code.linkedinapi.client.enumeration   
com.google.code.linkedinapi.client.impl   
 

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

Methods in com.google.code.linkedinapi.client with parameters of type ProfileType
 Person LinkedInApiClient.getProfileByUrl(java.lang.String url, ProfileType profileType)
          Gets the profile by url.
 java.util.concurrent.Future<Person> AsyncLinkedInApiClient.getProfileByUrl(java.lang.String url, ProfileType profileType)
          Gets the profile by url.
 void AsyncHandlerLinkedInApiClient.getProfileByUrl(java.lang.String url, ProfileType profileType, AsyncResponseHandler<Person> handler)
          Gets the profile by url.
 Person LinkedInApiClient.getProfileByUrl(java.lang.String url, ProfileType profileType, java.util.Set<ProfileField> profileFields)
          Gets the profile by url.
 java.util.concurrent.Future<Person> AsyncLinkedInApiClient.getProfileByUrl(java.lang.String url, ProfileType profileType, java.util.Set<ProfileField> profileFields)
          Gets the profile by url.
 void AsyncHandlerLinkedInApiClient.getProfileByUrl(java.lang.String url, ProfileType profileType, java.util.Set<ProfileField> profileFields, AsyncResponseHandler<Person> handler)
          Gets the profile by url.
 

Uses of ProfileType in com.google.code.linkedinapi.client.enumeration
 

Fields in com.google.code.linkedinapi.client.enumeration with type parameters of type ProfileType
private static java.util.Map<java.lang.String,ProfileType> ProfileType.stringToEnum
          Field Description.
 

Methods in com.google.code.linkedinapi.client.enumeration that return ProfileType
static ProfileType ProfileType.fromString(java.lang.String symbol)
           
static ProfileType ProfileType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProfileType[] ProfileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in com.google.code.linkedinapi.client.impl with parameters of type ProfileType
 Person BaseLinkedInApiClient.getProfileById(java.lang.String id, ProfileType profileType)
          
 Person BaseLinkedInApiClient.getProfileById(java.lang.String id, ProfileType profileType, java.util.Set<ProfileField> profileFields)
          
 Person BaseLinkedInApiClient.getProfileByUrl(java.lang.String url, ProfileType profileType)
          Gets the profile by url.
 java.util.concurrent.Future<Person> AsyncLinkedInApiClientAdapter.getProfileByUrl(java.lang.String url, ProfileType profileType)
          Gets the profile by url.
 void AsyncHandlerLinkedInApiClientAdapter.getProfileByUrl(java.lang.String url, ProfileType profileType, AsyncResponseHandler<Person> handler)
          Gets the profile by url.
 Person BaseLinkedInApiClient.getProfileByUrl(java.lang.String url, ProfileType profileType, java.util.Set<ProfileField> profileFields)
          Gets the profile by url.
 java.util.concurrent.Future<Person> AsyncLinkedInApiClientAdapter.getProfileByUrl(java.lang.String url, ProfileType profileType, java.util.Set<ProfileField> profileFields)
          Gets the profile by url.
 void AsyncHandlerLinkedInApiClientAdapter.getProfileByUrl(java.lang.String url, ProfileType profileType, java.util.Set<ProfileField> profileFields, AsyncResponseHandler<Person> handler)
          Gets the profile by url.