org.jboss.seam.social.linkedin.model
Class LinkedInConnections

java.lang.Object
  extended by org.jboss.seam.social.linkedin.model.LinkedInConnections

public class LinkedInConnections
extends Object

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

Author:
Craig Walls, Antoine Sabot-Durand

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

getConnections

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

Returns:
a list of connected profiles


Copyright © 2011 Seam Framework. All Rights Reserved.