Generated by
JDiff

Class twitter4j.Query

Added interface java.io.Serializable.

Change from non-final to final.

Removed Methods
HttpParameter[] asPostParameters()  
 

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 getResultType() Returns resultType
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.
Query resultType(String) If specified, returns tweets included popular or real time or both in the responce
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 setResultType(String) Default value is Query.MIXED if parameter not specified
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.
 

Added Fields
String MIXED mixed: Include both popular and real time results in the response.
String POPULAR  
String RECENT