org.springframework.social.linkedin.api
Class LinkedInNetworkUpdates

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

public class LinkedInNetworkUpdates
extends java.lang.Object
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
LinkedInNetworkUpdates(java.util.List<LinkedInNetworkUpdate> updates)
           
 
Method Summary
 java.util.List<LinkedInNetworkUpdate> getUpdates()
          Retrieves the list of network updates
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedInNetworkUpdates

public LinkedInNetworkUpdates(java.util.List<LinkedInNetworkUpdate> updates)
Method Detail

getUpdates

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

Returns:
a list of network updates