|
spring-social-linkedin | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.SearchResult
public abstract class SearchResult
Abstract class for Search and certain other types of query list results
| Constructor Summary | |
|---|---|
SearchResult(int count,
int start,
int total)
|
|
| Method Summary | |
|---|---|
int |
getCount()
|
int |
getStart()
|
int |
getTotal()
|
| Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject |
|---|
add, getExtraData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchResult(int count,
int start,
int total)
| Method Detail |
|---|
public int getCount()
public int getStart()
public int getTotal()
|
spring-social-linkedin | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||