Added Methods |
String getLocale()
|
Returns the language of the query you are sending (only ja is currently effective). |
long getMaxId()
|
Returns tweets with status ids less than the given id. |
String getSince()
|
Returns tweets with since the given date. |
String getUntil()
|
Returns until
|
Query locale(String )
|
Specify the language of the query you are sending (only ja is currently effective). |
Query maxId(long )
|
If specified, returns tweets with status ids less than the given id. |
void setLocale(String )
|
Specify the language of the query you are sending (only ja is currently effective). |
void setMaxId(long )
|
If specified, returns tweets with status ids less than the given id. |
void setSince(String )
|
If specified, returns tweets with since the given date. |
void setUntil(String )
|
If specified, returns tweets with generated before the given date. |
Query since(String )
|
If specified, returns tweets with since the given date. |
Query until(String )
|
If specified, returns tweets with generated before the given date. |