|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkUpdateType | |
---|---|
com.google.code.linkedinapi.client | |
com.google.code.linkedinapi.client.enumeration | |
com.google.code.linkedinapi.client.impl |
Uses of NetworkUpdateType in com.google.code.linkedinapi.client |
---|
Method parameters in com.google.code.linkedinapi.client with type arguments of type NetworkUpdateType | |
---|---|
Network |
LinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes)
Gets the network updates. |
java.util.concurrent.Future<Network> |
AsyncLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes)
Gets the network updates. |
void |
AsyncHandlerLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
AsyncResponseHandler<Network> handler)
Gets the network updates. |
Network |
LinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
java.util.concurrent.Future<Network> |
AsyncLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
void |
AsyncHandlerLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
java.util.Date startDate,
java.util.Date endDate,
AsyncResponseHandler<Network> handler)
Gets the network updates. |
Network |
LinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count)
Gets the network updates. |
java.util.concurrent.Future<Network> |
AsyncLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count)
Gets the network updates. |
void |
AsyncHandlerLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count,
AsyncResponseHandler<Network> handler)
Gets the network updates. |
Network |
LinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
java.util.concurrent.Future<Network> |
AsyncLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
void |
AsyncHandlerLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count,
java.util.Date startDate,
java.util.Date endDate,
AsyncResponseHandler<Network> handler)
Gets the network updates. |
Network |
LinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count,
java.util.Date startDate,
java.util.Date endDate,
boolean showHiddenMembers)
Gets the network updates. |
Network |
LinkedInApiClient.getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes)
Gets the network updates. |
Network |
LinkedInApiClient.getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
Network |
LinkedInApiClient.getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count)
Gets the network updates. |
Network |
LinkedInApiClient.getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
Uses of NetworkUpdateType in com.google.code.linkedinapi.client.enumeration |
---|
Fields in com.google.code.linkedinapi.client.enumeration with type parameters of type NetworkUpdateType | |
---|---|
private static java.util.Map<java.lang.String,NetworkUpdateType> |
NetworkUpdateType.stringToEnum
Field Description. |
Methods in com.google.code.linkedinapi.client.enumeration that return NetworkUpdateType | |
---|---|
static NetworkUpdateType |
NetworkUpdateType.fromString(java.lang.String symbol)
|
static NetworkUpdateType |
NetworkUpdateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NetworkUpdateType[] |
NetworkUpdateType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of NetworkUpdateType in com.google.code.linkedinapi.client.impl |
---|
Method parameters in com.google.code.linkedinapi.client.impl with type arguments of type NetworkUpdateType | |
---|---|
Network |
BaseLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes)
Gets the network updates. |
java.util.concurrent.Future<Network> |
AsyncLinkedInApiClientAdapter.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes)
Gets the network updates. |
void |
AsyncHandlerLinkedInApiClientAdapter.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
AsyncResponseHandler<Network> handler)
Gets the network updates. |
Network |
BaseLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
java.util.concurrent.Future<Network> |
AsyncLinkedInApiClientAdapter.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
void |
AsyncHandlerLinkedInApiClientAdapter.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
java.util.Date startDate,
java.util.Date endDate,
AsyncResponseHandler<Network> handler)
Gets the network updates. |
Network |
BaseLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count)
Gets the network updates. |
java.util.concurrent.Future<Network> |
AsyncLinkedInApiClientAdapter.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count)
Gets the network updates. |
void |
AsyncHandlerLinkedInApiClientAdapter.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count,
AsyncResponseHandler<Network> handler)
Gets the network updates. |
Network |
BaseLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
java.util.concurrent.Future<Network> |
AsyncLinkedInApiClientAdapter.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
void |
AsyncHandlerLinkedInApiClientAdapter.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count,
java.util.Date startDate,
java.util.Date endDate,
AsyncResponseHandler<Network> handler)
Gets the network updates. |
Network |
BaseLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count,
java.util.Date startDate,
java.util.Date endDate,
boolean showHiddenMembers)
Gets the network updates. |
Network |
BaseLinkedInApiClient.getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes)
Gets the network updates. |
Network |
BaseLinkedInApiClient.getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
Network |
BaseLinkedInApiClient.getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count)
Gets the network updates. |
Network |
BaseLinkedInApiClient.getUserUpdates(java.util.Set<NetworkUpdateType> updateTypes,
int start,
int count,
java.util.Date startDate,
java.util.Date endDate)
Gets the network updates. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |