|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Connections in com.google.code.linkedinapi.client |
---|
Methods in com.google.code.linkedinapi.client that return Connections | |
---|---|
Connections |
LinkedInApiClient.getConnectionsById(java.lang.String id)
Gets the connections by id. |
Connections |
LinkedInApiClient.getConnectionsById(java.lang.String id,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by id. |
Connections |
LinkedInApiClient.getConnectionsById(java.lang.String id,
int start,
int count)
Gets the connections by id. |
Connections |
LinkedInApiClient.getConnectionsById(java.lang.String id,
int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by id. |
Connections |
LinkedInApiClient.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields)
Gets the connections by id. |
Connections |
LinkedInApiClient.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by id. |
Connections |
LinkedInApiClient.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields,
int start,
int count)
Gets the connections by id. |
Connections |
LinkedInApiClient.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields,
int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by id. |
Connections |
LinkedInApiClient.getConnectionsByUrl(java.lang.String url)
Gets the connections by url. |
Connections |
LinkedInApiClient.getConnectionsByUrl(java.lang.String url,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by url. |
Connections |
LinkedInApiClient.getConnectionsByUrl(java.lang.String url,
int start,
int count)
Gets the connections by url. |
Connections |
LinkedInApiClient.getConnectionsByUrl(java.lang.String url,
int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by url. |
Connections |
LinkedInApiClient.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields)
Gets the connections by url. |
Connections |
LinkedInApiClient.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by url. |
Connections |
LinkedInApiClient.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields,
int start,
int count)
Gets the connections by url. |
Connections |
LinkedInApiClient.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields,
int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by url. |
Connections |
LinkedInApiClient.getConnectionsForCurrentUser()
Gets the connections for current user. |
Connections |
LinkedInApiClient.getConnectionsForCurrentUser(java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections for current user. |
Connections |
LinkedInApiClient.getConnectionsForCurrentUser(int start,
int count)
Gets the connections for current user. |
Connections |
LinkedInApiClient.getConnectionsForCurrentUser(int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections for current user. |
Connections |
LinkedInApiClient.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields)
Gets the connections for current user. |
Connections |
LinkedInApiClient.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections for current user. |
Connections |
LinkedInApiClient.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields,
int start,
int count)
Gets the connections for current user. |
Connections |
LinkedInApiClient.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields,
int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections for current user. |
Methods in com.google.code.linkedinapi.client that return types with arguments of type Connections | |
---|---|
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClient.getConnectionsById(java.lang.String id)
Gets the connections by id. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClient.getConnectionsById(java.lang.String id,
int start,
int count)
Gets the connections by id. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClient.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields)
Gets the connections by id. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClient.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields,
int start,
int count)
Gets the connections by id. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClient.getConnectionsByUrl(java.lang.String url)
Gets the connections by url. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClient.getConnectionsByUrl(java.lang.String url,
int start,
int count)
Gets the connections by url. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClient.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields)
Gets the connections by url. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClient.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields,
int start,
int count)
Gets the connections by url. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClient.getConnectionsForCurrentUser()
Gets the connections for current user. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClient.getConnectionsForCurrentUser(int start,
int count)
Gets the connections for current user. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClient.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields)
Gets the connections for current user. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClient.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields,
int start,
int count)
Gets the connections for current user. |
Method parameters in com.google.code.linkedinapi.client with type arguments of type Connections | |
---|---|
void |
AsyncHandlerLinkedInApiClient.getConnectionsById(java.lang.String id,
AsyncResponseHandler<Connections> handler)
Gets the connections by id. |
void |
AsyncHandlerLinkedInApiClient.getConnectionsById(java.lang.String id,
int start,
int count,
AsyncResponseHandler<Connections> handler)
Gets the connections by id. |
void |
AsyncHandlerLinkedInApiClient.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields,
AsyncResponseHandler<Connections> handler)
Gets the connections by id. |
void |
AsyncHandlerLinkedInApiClient.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields,
int start,
int count,
AsyncResponseHandler<Connections> handler)
Gets the connections by id. |
void |
AsyncHandlerLinkedInApiClient.getConnectionsByUrl(java.lang.String url,
AsyncResponseHandler<Connections> handler)
Gets the connections by url. |
void |
AsyncHandlerLinkedInApiClient.getConnectionsByUrl(java.lang.String url,
int start,
int count,
AsyncResponseHandler<Connections> handler)
Gets the connections by url. |
void |
AsyncHandlerLinkedInApiClient.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields,
AsyncResponseHandler<Connections> handler)
Gets the connections by url. |
void |
AsyncHandlerLinkedInApiClient.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields,
int start,
int count,
AsyncResponseHandler<Connections> handler)
Gets the connections by url. |
void |
AsyncHandlerLinkedInApiClient.getConnectionsForCurrentUser(AsyncResponseHandler<Connections> handler)
Gets the connections for current user. |
void |
AsyncHandlerLinkedInApiClient.getConnectionsForCurrentUser(int start,
int count,
AsyncResponseHandler<Connections> handler)
Gets the connections for current user. |
void |
AsyncHandlerLinkedInApiClient.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields,
AsyncResponseHandler<Connections> handler)
Gets the connections for current user. |
void |
AsyncHandlerLinkedInApiClient.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields,
int start,
int count,
AsyncResponseHandler<Connections> handler)
Gets the connections for current user. |
Uses of Connections in com.google.code.linkedinapi.client.examples |
---|
Methods in com.google.code.linkedinapi.client.examples with parameters of type Connections | |
---|---|
private static void |
ConnectionsApiExample.printResult(Connections connections)
Print the result of API call. |
private static void |
AsyncApiExample.printResult(Connections connections)
Print the result of API call. |
Uses of Connections in com.google.code.linkedinapi.client.impl |
---|
Methods in com.google.code.linkedinapi.client.impl that return Connections | |
---|---|
Connections |
BaseLinkedInApiClient.getConnectionsById(java.lang.String id)
Gets the connections by id. |
Connections |
BaseLinkedInApiClient.getConnectionsById(java.lang.String id,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by id. |
Connections |
BaseLinkedInApiClient.getConnectionsById(java.lang.String id,
int start,
int count)
Gets the connections by id. |
Connections |
BaseLinkedInApiClient.getConnectionsById(java.lang.String id,
int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by id. |
Connections |
BaseLinkedInApiClient.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields)
Gets the connections by id. |
Connections |
BaseLinkedInApiClient.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by id. |
Connections |
BaseLinkedInApiClient.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields,
int start,
int count)
Gets the connections by id. |
Connections |
BaseLinkedInApiClient.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields,
int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by id. |
Connections |
BaseLinkedInApiClient.getConnectionsByUrl(java.lang.String url)
Gets the connections by url. |
Connections |
BaseLinkedInApiClient.getConnectionsByUrl(java.lang.String url,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by url. |
Connections |
BaseLinkedInApiClient.getConnectionsByUrl(java.lang.String url,
int start,
int count)
Gets the connections by url. |
Connections |
BaseLinkedInApiClient.getConnectionsByUrl(java.lang.String url,
int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by url. |
Connections |
BaseLinkedInApiClient.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields)
Gets the connections by url. |
Connections |
BaseLinkedInApiClient.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by url. |
Connections |
BaseLinkedInApiClient.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields,
int start,
int count)
Gets the connections by url. |
Connections |
BaseLinkedInApiClient.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields,
int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by url. |
Connections |
BaseLinkedInApiClient.getConnectionsForCurrentUser()
Gets the connections for current user. |
Connections |
BaseLinkedInApiClient.getConnectionsForCurrentUser(java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections for current user. |
Connections |
BaseLinkedInApiClient.getConnectionsForCurrentUser(int start,
int count)
Gets the connections for current user. |
Connections |
BaseLinkedInApiClient.getConnectionsForCurrentUser(int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections for current user. |
Connections |
BaseLinkedInApiClient.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields)
Gets the connections for current user. |
Connections |
BaseLinkedInApiClient.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections for current user. |
Connections |
BaseLinkedInApiClient.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields,
int start,
int count)
Gets the connections for current user. |
Connections |
BaseLinkedInApiClient.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields,
int start,
int count,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections for current user. |
Methods in com.google.code.linkedinapi.client.impl that return types with arguments of type Connections | |
---|---|
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClientAdapter.getConnectionsById(java.lang.String id)
Gets the connections by id. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClientAdapter.getConnectionsById(java.lang.String id,
int start,
int count)
Gets the connections by id. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClientAdapter.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields)
Gets the connections by id. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClientAdapter.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields,
int start,
int count)
Gets the connections by id. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClientAdapter.getConnectionsByUrl(java.lang.String url)
Gets the connections by url. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClientAdapter.getConnectionsByUrl(java.lang.String url,
int start,
int count)
Gets the connections by url. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClientAdapter.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields)
Gets the connections by url. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClientAdapter.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields,
int start,
int count)
Gets the connections by url. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClientAdapter.getConnectionsForCurrentUser()
Gets the connections for current user. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClientAdapter.getConnectionsForCurrentUser(int start,
int count)
Gets the connections for current user. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClientAdapter.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields)
Gets the connections for current user. |
java.util.concurrent.Future<Connections> |
AsyncLinkedInApiClientAdapter.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields,
int start,
int count)
Gets the connections for current user. |
Method parameters in com.google.code.linkedinapi.client.impl with type arguments of type Connections | |
---|---|
void |
AsyncHandlerLinkedInApiClientAdapter.getConnectionsById(java.lang.String id,
AsyncResponseHandler<Connections> handler)
Gets the connections by id. |
void |
AsyncHandlerLinkedInApiClientAdapter.getConnectionsById(java.lang.String id,
int start,
int count,
AsyncResponseHandler<Connections> handler)
Gets the connections by id. |
void |
AsyncHandlerLinkedInApiClientAdapter.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields,
AsyncResponseHandler<Connections> handler)
Gets the connections by id. |
void |
AsyncHandlerLinkedInApiClientAdapter.getConnectionsById(java.lang.String id,
java.util.Set<ProfileField> profileFields,
int start,
int count,
AsyncResponseHandler<Connections> handler)
Gets the connections by id. |
void |
AsyncHandlerLinkedInApiClientAdapter.getConnectionsByUrl(java.lang.String url,
AsyncResponseHandler<Connections> handler)
Gets the connections by url. |
void |
AsyncHandlerLinkedInApiClientAdapter.getConnectionsByUrl(java.lang.String url,
int start,
int count,
AsyncResponseHandler<Connections> handler)
Gets the connections by url. |
void |
AsyncHandlerLinkedInApiClientAdapter.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields,
AsyncResponseHandler<Connections> handler)
Gets the connections by url. |
void |
AsyncHandlerLinkedInApiClientAdapter.getConnectionsByUrl(java.lang.String url,
java.util.Set<ProfileField> profileFields,
int start,
int count,
AsyncResponseHandler<Connections> handler)
Gets the connections by url. |
void |
AsyncHandlerLinkedInApiClientAdapter.getConnectionsForCurrentUser(AsyncResponseHandler<Connections> handler)
Gets the connections for current user. |
void |
AsyncHandlerLinkedInApiClientAdapter.getConnectionsForCurrentUser(int start,
int count,
AsyncResponseHandler<Connections> handler)
Gets the connections for current user. |
void |
AsyncHandlerLinkedInApiClientAdapter.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields,
AsyncResponseHandler<Connections> handler)
Gets the connections for current user. |
void |
AsyncHandlerLinkedInApiClientAdapter.getConnectionsForCurrentUser(java.util.Set<ProfileField> profileFields,
int start,
int count,
AsyncResponseHandler<Connections> handler)
Gets the connections for current user. |
Uses of Connections in com.google.code.linkedinapi.schema |
---|
Methods in com.google.code.linkedinapi.schema that return Connections | |
---|---|
Connections |
ObjectFactory.createConnections()
Create an instance of Connections |
Connections |
SchemaElementFactory.createConnections()
Create an instance of Connections |
Connections |
Person.getConnections()
Gets the value of the connections property. |
Methods in com.google.code.linkedinapi.schema with parameters of type Connections | |
---|---|
void |
Person.setConnections(Connections value)
Sets the value of the connections property. |
Uses of Connections in com.google.code.linkedinapi.schema.impl |
---|
Classes in com.google.code.linkedinapi.schema.impl that implement Connections | |
---|---|
class |
ConnectionsImpl
|
Methods in com.google.code.linkedinapi.schema.impl that return Connections | |
---|---|
Connections |
PersonImpl.getConnections()
|
Methods in com.google.code.linkedinapi.schema.impl with parameters of type Connections | |
---|---|
void |
PersonImpl.setConnections(Connections value)
|
Uses of Connections in com.google.code.linkedinapi.schema.xpp |
---|
Methods in com.google.code.linkedinapi.schema.xpp that return Connections | |
---|---|
Connections |
XppElementFactory.createConnections()
|
Connections |
PersonImpl.getConnections()
|
Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Connections | |
---|---|
void |
PersonImpl.setConnections(Connections value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |