org.springframework.social.linkedin.api
Class LinkedInNetworkUpdates
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkedInNetworkUpdates
public LinkedInNetworkUpdates(List<LinkedInNetworkUpdate> updates)
getUpdates
public List<LinkedInNetworkUpdate> getUpdates()
- Retrieves the list of network updates
- Returns:
- a list of network updates