|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionModificationType | |
---|---|
com.google.code.linkedinapi.client | |
com.google.code.linkedinapi.client.enumeration | |
com.google.code.linkedinapi.client.impl |
Uses of ConnectionModificationType in com.google.code.linkedinapi.client |
---|
Methods in com.google.code.linkedinapi.client with parameters of type ConnectionModificationType | |
---|---|
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,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
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,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by id. |
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,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
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,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by url. |
Connections |
LinkedInApiClient.getConnectionsForCurrentUser(java.util.Date modificationDate,
ConnectionModificationType modificationType)
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,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
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. |
Uses of ConnectionModificationType in com.google.code.linkedinapi.client.enumeration |
---|
Fields in com.google.code.linkedinapi.client.enumeration with type parameters of type ConnectionModificationType | |
---|---|
private static java.util.Map<java.lang.String,ConnectionModificationType> |
ConnectionModificationType.stringToEnum
Field Description. |
Methods in com.google.code.linkedinapi.client.enumeration that return ConnectionModificationType | |
---|---|
static ConnectionModificationType |
ConnectionModificationType.fromString(java.lang.String symbol)
|
static ConnectionModificationType |
ConnectionModificationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConnectionModificationType[] |
ConnectionModificationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ConnectionModificationType in com.google.code.linkedinapi.client.impl |
---|
Methods in com.google.code.linkedinapi.client.impl with parameters of type ConnectionModificationType | |
---|---|
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,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
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,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by id. |
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,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
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,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
Gets the connections by url. |
Connections |
BaseLinkedInApiClient.getConnectionsForCurrentUser(java.util.Date modificationDate,
ConnectionModificationType modificationType)
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,
java.util.Date modificationDate,
ConnectionModificationType modificationType)
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |