org.springframework.social.linkedin.api
Class LinkedInConnections

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

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

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

See Also:
Serialized Form

Constructor Summary
LinkedInConnections(java.util.List<LinkedInProfile> connections)
           
 
Method Summary
 java.util.List<LinkedInProfile> getConnections()
          Retrieves the list of connected profiles.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedInConnections

public LinkedInConnections(java.util.List<LinkedInProfile> connections)
Method Detail

getConnections

public java.util.List<LinkedInProfile> getConnections()
Retrieves the list of connected profiles.

Returns:
a list of connected profiles