public interface QueryResult extends TwitterResponse, Serializable
NONE, READ, READ_WRITE, READ_WRITE_DIRECTMESSAGES
Modifier and Type | Method and Description |
---|---|
double |
getCompletedIn() |
int |
getCount() |
long |
getMaxId() |
String |
getQuery() |
String |
getRefreshURL() |
long |
getSinceId() |
List<Status> |
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.
|
getAccessLevel, getRateLimitStatus
long getSinceId()
long getMaxId()
String getRefreshURL()
int getCount()
double getCompletedIn()
String getQuery()
Query nextQuery()
boolean hasNext()
Copyright © 2018. All rights reserved.