org.jboss.seam.social.linkedin.model
Class LinkedInConnections
java.lang.Object
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
| 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
Copyright © 2011 Seam Framework. All Rights Reserved.