public interface SearchResource
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
search(Query query)
Returns tweets that match a specified query.
|
QueryResult search(Query query) throws TwitterException
query - - the search conditionTwitterException - when Twitter service or network is unavailableCopyright © 2018. All rights reserved.