org.springframework.social.linkedin.api
Class LinkedInNetworkUpdates

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by org.springframework.social.linkedin.api.LinkedInNetworkUpdates
All Implemented Interfaces:
Serializable

public class LinkedInNetworkUpdates
extends LinkedInObject
implements Serializable

A model class containing a list of a user's network updates on LinkedIn.

See Also:
Serialized Form

Constructor Summary
LinkedInNetworkUpdates(List<LinkedInNetworkUpdate> updates)
           
 
Method Summary
 List<LinkedInNetworkUpdate> getUpdates()
          Retrieves the list of network updates
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedInNetworkUpdates

public LinkedInNetworkUpdates(List<LinkedInNetworkUpdate> updates)
Method Detail

getUpdates

public List<LinkedInNetworkUpdate> getUpdates()
Retrieves the list of network updates

Returns:
a list of network updates