Generated by
JDiff

Package twitter4j

Removed Classes and Interfaces
BASE64Encoder A utility class encodes byte array into String using Base64 encoding scheme.
Dispatcher @author Yusuke Yamamoto - yusuke at mac.com
ExtendedMediaEntity @author Yusuke Yamamoto - yusuke at mac.com
ExtendedMediaEntity.Variant  
ExtendedMediaEntityJSONImpl @author Yusuke Yamamoto - yusuke at mac.com
HttpClient A utility class to handle HTTP request/response.
HttpClientBase  
HttpClientConfiguration @author Yusuke Yamamoto - yusuke at mac.com
HttpClientFactory @author Yusuke Yamamoto - yusuke at mac.com
HttpParameter A data class representing HTTP Post parameter
HttpRequest HTTP Request parameter object
HttpResponse A data class representing HTTP Response
HttpResponseCode @author Yusuke Yamamoto - yusuke at mac.com
HttpResponseEvent @author Andrew Hedges - andrew.hedges at gmail.com
HttpResponseImpl @author Yusuke Yamamoto - yusuke at mac.com
HttpResponseListener @author Andrew Hedges - andrew.hedges at gmail.com
JSONArray A JSONArray is an ordered sequence of values.
JSONException The JSONException is thrown by the JSON.org classes when things are amiss.
JSONObject A JSONObject is an unordered collection of name/value pairs.
JSONTokener A JSONTokener takes a source string and extracts characters and tokens from it.
LanguageJSONImpl @author Yusuke Yamamoto - yusuke at mac.com
Logger @author Yusuke Yamamoto - yusuke at mac.com
LoggerFactory @author Yusuke Yamamoto - yusuke at mac.com
MediaEntityJSONImpl @author Yusuke Yamamoto - yusuke at mac.com
OEmbedJSONImpl @author Yusuke Yamamoto - yusuke at mac.com
RequestMethod @author Dan Checkoway - dcheckoway at gmail.com
ScopesImpl A data interface representing targeting scopes applied to a status.
TimeZoneJSONImpl @author Alessandro Bahgat - ale.bahgat at gmail.com
XAuthAuthorization @author Yusuke Yamamoto - yusuke at mac.com
 

Added Classes and Interfaces
DirectMessageList List of DirectMessage like string cursor version of PagableResponseList
MediaEntity.Variant  
OEmbedRequest.WidgetType  
StreamListener @author Yusuke Yamamoto - yusuke at mac.com
 

Changed Classes and Interfaces
AccountSettings @author Yusuke Yamamoto - yusuke at mac.com
DirectMessage A data interface representing sent/received direct message.
EntitySupport @author Yusuke Yamamoto - yusuke at mac.com
FilterQuery @author Yusuke Yamamoto - yusuke at mac.com
GeoQuery @author Yusuke Yamamoto - yusuke at mac.com
JSONObjectType @author Dan Checkoway - dcheckoway at gmail.com
MediaEntity @author Yusuke Yamamoto - yusuke at mac.com
OEmbedRequest @author Yusuke Yamamoto - yusuke at mac.com
Query A data class represents search query.
An instance of this class is NOT thread safe.
Instances can be shared across threads, but should not be mutated while a search is ongoing.
SavedSearch A data interface representing a Saved Search
SiteStreamsAdapter @author Yusuke Yamamoto - yusuke at mac.com
SiteStreamsListener @author Yusuke Yamamoto - yusuke at mac.com
Status A data interface representing one single status of a user.
StatusUpdate @author Yusuke Yamamoto - yusuke at mac.com
Trend A data interface representing Trend.
TwitterAPIConfiguration @author Yusuke Yamamoto - yusuke at mac.com
TwitterAPIMonitor Singleton instance of all Twitter API monitoring.
TwitterBase @author Yusuke Yamamoto - yusuke at mac.com
TwitterException An exception class that will be thrown when TwitterAPI calls are failed.
In case the Twitter server returned HTTP error code, you can get the HTTP status code using getStatusCode() method.
TwitterFactory A factory class for Twitter.
TwitterStream @author Yusuke Yamamoto - yusuke at mac.com
UploadedMedia Represents result of "/1.1/media/upload.json"
User A data interface representing Basic user information element
UserStreamAdapter @author yusuke at mac.com
UserStreamListener @author yusuke at mac.com