Example usage for Java twitter4j QueryResult fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getCount() |
long | getMaxId() |
String | getQuery() |
List | getTweets() |
boolean | hasNext() test if there is next page |
Query | nextQuery() Returns a Query instance to fetch next page or null if there is no next page. |