| Constructor and Description |
|---|
SearchResults(List<Tweet> tweets,
long maxId,
long sinceId) |
SearchResults(List<Tweet> tweets,
long maxId,
long sinceId,
boolean lastPage) |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxId()
Returns the maximum
Tweet ID in the search results |
long |
getSinceId()
|
List<Tweet> |
getTweets()
Returns the list of matching
Tweets |
boolean |
isLastPage()
Returns
true if this is the last page of matching Tweets; false if there are more pages
that follow this one. |
Copyright © 2013. All Rights Reserved.