org.springframework.social.linkedin.api
Class SearchResult

java.lang.Object
  extended by org.springframework.social.linkedin.api.SearchResult
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Companies, Group.GroupPosts, GroupMemberships, GroupSuggestions, JobBookmarks, Jobs, LinkedInProfiles, PostComments, Products

public abstract class SearchResult
extends java.lang.Object
implements java.io.Serializable

Abstract class for Search and certain other types of query list results

See Also:
Serialized Form

Constructor Summary
SearchResult(int count, int start, int total)
           
 
Method Summary
 int getCount()
           
 int getStart()
           
 int getTotal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResult

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

getCount

public int getCount()

getStart

public int getStart()

getTotal

public int getTotal()