|
Spring Social Twitter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.social.twitter.api.SearchMetadata
public class SearchMetadata
Represents the cursor metadata associated with a search query via the Twitter Search API.
| Constructor Summary | |
|---|---|
SearchMetadata(long max_id,
long since_id)
|
|
| Method Summary | |
|---|---|
long |
getMaxId()
|
long |
getSinceId()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchMetadata(long max_id,
long since_id)
| Method Detail |
|---|
public long getMaxId()
public long getSinceId()
|
Spring Social Twitter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||