org.springframework.social.linkedin
Class LinkedInConnections

java.lang.Object
  extended by org.springframework.social.linkedin.LinkedInConnections

public class LinkedInConnections
extends java.lang.Object

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


Constructor Summary
LinkedInConnections()
           
 
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()
Method Detail

getConnections

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

Returns:
a list of connected profiles