org.springframework.social.linkedin.api
Class LinkedInConnections
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.LinkedInConnections
- All Implemented Interfaces:
- Serializable
public class LinkedInConnections
- extends LinkedInObject
- implements Serializable
A model class containing a list of a user's connections on LinkedIn.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkedInConnections
public LinkedInConnections(List<LinkedInProfile> connections)
getConnections
public List<LinkedInProfile> getConnections()
- Retrieves the list of connected profiles.
- Returns:
- a list of connected profiles