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

Packages that use Network
com.google.code.linkedinapi.client   
com.google.code.linkedinapi.client.examples   
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 Network in com.google.code.linkedinapi.client
 

Methods in com.google.code.linkedinapi.client that return Network
 Network LinkedInApiClient.getNetworkUpdates()
          Gets the network updates.
 Network LinkedInApiClient.getNetworkUpdates(java.util.Date startDate, java.util.Date endDate)
          Gets the network updates.
 Network LinkedInApiClient.getNetworkUpdates(int start, int count)
          Gets the network updates.
 Network LinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes)
          Gets the network updates.
 Network LinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes, java.util.Date startDate, java.util.Date endDate)
          Gets the network updates.
 Network LinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes, int start, int count)
          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.
 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()
          Gets the network updates.
 Network LinkedInApiClient.getUserUpdates(java.util.Date startDate, java.util.Date endDate)
          Gets the network updates.
 Network LinkedInApiClient.getUserUpdates(int start, int count)
          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.
 

Methods in com.google.code.linkedinapi.client that return types with arguments of type Network
 java.util.concurrent.Future<Network> AsyncLinkedInApiClient.getNetworkUpdates()
          Gets the network updates.
 java.util.concurrent.Future<Network> AsyncLinkedInApiClient.getNetworkUpdates(java.util.Date startDate, java.util.Date endDate)
          Gets the network updates.
 java.util.concurrent.Future<Network> AsyncLinkedInApiClient.getNetworkUpdates(int start, int count)
          Gets the network updates.
 java.util.concurrent.Future<Network> AsyncLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes)
          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.
 java.util.concurrent.Future<Network> AsyncLinkedInApiClient.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, java.util.Date startDate, java.util.Date endDate)
          Gets the network updates.
 

Method parameters in com.google.code.linkedinapi.client with type arguments of type Network
 void AsyncHandlerLinkedInApiClient.getNetworkUpdates(AsyncResponseHandler<Network> handler)
          Gets the network updates.
 void AsyncHandlerLinkedInApiClient.getNetworkUpdates(java.util.Date startDate, java.util.Date endDate, AsyncResponseHandler<Network> handler)
          Gets the network updates.
 void AsyncHandlerLinkedInApiClient.getNetworkUpdates(int start, int count, AsyncResponseHandler<Network> handler)
          Gets the network updates.
 void AsyncHandlerLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes, AsyncResponseHandler<Network> handler)
          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.
 void AsyncHandlerLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes, int start, int count, AsyncResponseHandler<Network> handler)
          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.
 

Uses of Network in com.google.code.linkedinapi.client.examples
 

Methods in com.google.code.linkedinapi.client.examples with parameters of type Network
private static void PostNetworkUpdateExample.printResult(Network network)
           
 

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

Methods in com.google.code.linkedinapi.client.impl that return Network
 Network BaseLinkedInApiClient.getNetworkUpdates()
          Gets the network updates.
 Network BaseLinkedInApiClient.getNetworkUpdates(java.util.Date startDate, java.util.Date endDate)
          Gets the network updates.
 Network BaseLinkedInApiClient.getNetworkUpdates(int start, int count)
          Gets the network updates.
 Network BaseLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes)
          Gets the network updates.
 Network BaseLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes, java.util.Date startDate, java.util.Date endDate)
          Gets the network updates.
 Network BaseLinkedInApiClient.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes, int start, int count)
          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.
 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()
          Gets the network updates.
 Network BaseLinkedInApiClient.getUserUpdates(java.util.Date startDate, java.util.Date endDate)
          Gets the network updates.
 Network BaseLinkedInApiClient.getUserUpdates(int start, int count)
          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.
 

Methods in com.google.code.linkedinapi.client.impl that return types with arguments of type Network
 java.util.concurrent.Future<Network> AsyncLinkedInApiClientAdapter.getNetworkUpdates()
          Gets the network updates.
 java.util.concurrent.Future<Network> AsyncLinkedInApiClientAdapter.getNetworkUpdates(java.util.Date startDate, java.util.Date endDate)
          Gets the network updates.
 java.util.concurrent.Future<Network> AsyncLinkedInApiClientAdapter.getNetworkUpdates(int start, int count)
          Gets the network updates.
 java.util.concurrent.Future<Network> AsyncLinkedInApiClientAdapter.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes)
          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.
 java.util.concurrent.Future<Network> AsyncLinkedInApiClientAdapter.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, java.util.Date startDate, java.util.Date endDate)
          Gets the network updates.
 

Method parameters in com.google.code.linkedinapi.client.impl with type arguments of type Network
 void AsyncHandlerLinkedInApiClientAdapter.getNetworkUpdates(AsyncResponseHandler<Network> handler)
          Gets the network updates.
 void AsyncHandlerLinkedInApiClientAdapter.getNetworkUpdates(java.util.Date startDate, java.util.Date endDate, AsyncResponseHandler<Network> handler)
          Gets the network updates.
 void AsyncHandlerLinkedInApiClientAdapter.getNetworkUpdates(int start, int count, AsyncResponseHandler<Network> handler)
          Gets the network updates.
 void AsyncHandlerLinkedInApiClientAdapter.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes, AsyncResponseHandler<Network> handler)
          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.
 void AsyncHandlerLinkedInApiClientAdapter.getNetworkUpdates(java.util.Set<NetworkUpdateType> updateTypes, int start, int count, AsyncResponseHandler<Network> handler)
          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.
 

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

Methods in com.google.code.linkedinapi.schema that return Network
 Network ObjectFactory.createNetwork()
          Create an instance of Network
 Network SchemaElementFactory.createNetwork()
          Create an instance of Network
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Network
 class NetworkImpl
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return Network
 Network XppElementFactory.createNetwork()