org.springframework.social.linkedin.api
Class LinkedInProfiles

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

public class LinkedInProfiles
extends SearchResult

Search result for querying profiles

See Also:
Serialized Form

Constructor Summary
LinkedInProfiles(int count, int start, int total)
           
 
Method Summary
 java.util.List<LinkedInProfile> getPeople()
           
 
Methods inherited from class org.springframework.social.linkedin.api.SearchResult
getCount, getStart, getTotal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedInProfiles

public LinkedInProfiles(int count,
                        int start,
                        int total)
Method Detail

getPeople

public java.util.List<LinkedInProfile> getPeople()