|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Query | |
---|---|
twitter4j | |
twitter4j.api |
Uses of Query in twitter4j |
---|
Methods in twitter4j that return Query | |
---|---|
Query |
Query.geoCode(GeoLocation location,
double radius,
java.lang.String unit)
returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile |
Query |
Query.lang(java.lang.String lang)
restricts tweets to the given language, given by an ISO 639-1 code |
Query |
Query.locale(java.lang.String locale)
Specify the language of the query you are sending (only ja is currently effective). |
Query |
Query.maxId(long maxId)
If specified, returns tweets with status ids less than the given id. |
Query |
Query.page(int page)
sets the page number (starting at 1) to return, up to a max of roughly 1500 results |
Query |
Query.query(java.lang.String query)
Sets the query string |
Query |
Query.resultType(java.lang.String resultType)
If specified, returns tweets included popular or real time or both in the responce |
Query |
Query.rpp(int rpp)
sets the number of tweets to return per page, up to a max of 100 |
Query |
Query.since(java.lang.String since)
If specified, returns tweets with since the given date. |
Query |
Query.sinceId(long sinceId)
returns tweets with status ids greater than the given id. |
Query |
Query.until(java.lang.String until)
If specified, returns tweets with generated before the given date. |
Uses of Query in twitter4j.api |
---|
Methods in twitter4j.api with parameters of type Query | |
---|---|
QueryResult |
SearchMethods.search(Query query)
Returns tweets that match a specified query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |