org.springframework.social.linkedin.api
Class LinkedInConnections

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by 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

Constructor Summary
LinkedInConnections(List<LinkedInProfile> connections)
           
 
Method Summary
 List<LinkedInProfile> getConnections()
          Retrieves the list of connected profiles.
 
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

LinkedInConnections

public LinkedInConnections(List<LinkedInProfile> connections)
Method Detail

getConnections

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

Returns:
a list of connected profiles