org.springframework.social.linkedin.api
Class SearchResult
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.SearchResult
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Companies, Group.GroupPosts, GroupMemberships, GroupSuggestions, JobBookmarks, Jobs, LinkedInProfiles, PostComments, Products
public abstract class SearchResult
- extends LinkedInObject
- implements 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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchResult
public SearchResult(int count,
int start,
int total)
getCount
public int getCount()
getStart
public int getStart()
getTotal
public int getTotal()