Binary compatibility report for the Twitter4J library from version 2.1.3 to 2.1.4
Summary
Problem Summary
Added Methods (68)
twitter4j-core-2.1.4.jar, Annotation.class
package twitter4j
Annotation.addAttribute ( String name, String value ):void
[ run-time name: twitter4j/Annotation.addAttribute:(Ljava/lang/String;Ljava/lang/String;)V ]
Annotation.Annotation ( String type )
[ run-time name: twitter4j/Annotation."<init>":(Ljava/lang/String;)V ]
Annotation.Annotation ( String type, java.util.Map attributes )
[ run-time name: twitter4j/Annotation."<init>":(Ljava/lang/String;Ljava/util/Map;)V ]
Annotation.attribute ( String name, String value ):Annotation
[ run-time name: twitter4j/Annotation.attribute:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/Annotation; ]
Annotation.attributes ( java.util.Map attributes ):Annotation
[ run-time name: twitter4j/Annotation.attributes:(Ljava/util/Map;)Ltwitter4j/Annotation; ]
Annotation.compareTo ( Object x0 ):int
[ run-time name: twitter4j/Annotation.compareTo:(Ljava/lang/Object;)I ]
Annotation.compareTo ( Annotation other ):int
[ run-time name: twitter4j/Annotation.compareTo:(Ltwitter4j/Annotation;)I ]
Annotation.equals ( Object obj ):boolean
[ run-time name: twitter4j/Annotation.equals:(Ljava/lang/Object;)Z ]
Annotation.getAttributes ( ):java.util.Map
[ run-time name: twitter4j/Annotation.getAttributes:()Ljava/util/Map; ]
Annotation.getType ( ):String
[ run-time name: twitter4j/Annotation.getType:()Ljava/lang/String; ]
Annotation.hashCode ( ):int
[ run-time name: twitter4j/Annotation.hashCode:()I ]
Annotation.isEmpty ( ):boolean
[ run-time name: twitter4j/Annotation.isEmpty:()Z ]
Annotation.setAttributes ( java.util.Map attributes ):void
[ run-time name: twitter4j/Annotation.setAttributes:(Ljava/util/Map;)V ]
Annotation.setType ( String type ):void
[ run-time name: twitter4j/Annotation.setType:(Ljava/lang/String;)V ]
Annotation.size ( ):Integer
[ run-time name: twitter4j/Annotation.size:()Ljava/lang/Integer; ]
Annotation.toString ( ):String
[ run-time name: twitter4j/Annotation.toString:()Ljava/lang/String; ]
Annotation.type ( String type ):Annotation
[ run-time name: twitter4j/Annotation.type:(Ljava/lang/String;)Ltwitter4j/Annotation; ]
twitter4j-core-2.1.4.jar, Annotations.class
package twitter4j
Annotations.addAnnotation ( Annotation annotation ):void
[ run-time name: twitter4j/Annotations.addAnnotation:(Ltwitter4j/Annotation;)V ]
Annotations.annotation ( Annotation annotation ):Annotations
[ run-time name: twitter4j/Annotations.annotation:(Ltwitter4j/Annotation;)Ltwitter4j/Annotations; ]
Annotations.Annotations ( )
[ run-time name: twitter4j/Annotations."<init>":()V ]
Annotations.Annotations ( java.util.List annotations )
[ run-time name: twitter4j/Annotations."<init>":(Ljava/util/List;)V ]
Annotations.equals ( Object obj ):boolean
[ run-time name: twitter4j/Annotations.equals:(Ljava/lang/Object;)Z ]
Annotations.getAnnotations ( ):java.util.List
[ run-time name: twitter4j/Annotations.getAnnotations:()Ljava/util/List; ]
Annotations.hashCode ( ):int
[ run-time name: twitter4j/Annotations.hashCode:()I ]
Annotations.isEmpty ( ):boolean
[ run-time name: twitter4j/Annotations.isEmpty:()Z ]
Annotations.isExceedingLengthLimit ( ):boolean
[ run-time name: twitter4j/Annotations.isExceedingLengthLimit:()Z ]
Annotations.isExceedingLengthLimit ( Annotations annotations ) [static]:boolean
[ run-time name: twitter4j/Annotations.isExceedingLengthLimit:(Ltwitter4j/Annotations;)Z ]
Annotations.setAnnotations ( java.util.List annotations ):void
[ run-time name: twitter4j/Annotations.setAnnotations:(Ljava/util/List;)V ]
Annotations.size ( ):Integer
[ run-time name: twitter4j/Annotations.size:()Ljava/lang/Integer; ]
Annotations.toString ( ):String
[ run-time name: twitter4j/Annotations.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.4.jar, FilterQuery.class
package twitter4j
FilterQuery.setIncludeEntities ( boolean include ):FilterQuery
[ run-time name: twitter4j/FilterQuery.setIncludeEntities:(Z)Ltwitter4j/FilterQuery; ]
twitter4j-core-2.1.4.jar, ImageUpload.class
package twitter4j.util
ImageUpload.getImgLyUploader ( twitter4j.http.OAuthAuthorization auth ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getImgLyUploader:(Ltwitter4j/http/OAuthAuthorization;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.getTweetPhotoUploader ( String tweetPhotoAPIKey, twitter4j.http.OAuthAuthorization auth ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getTweetPhotoUploader:(Ljava/lang/String;Ltwitter4j/http/OAuthAuthorization;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.getTwitgooUploader ( twitter4j.http.OAuthAuthorization auth ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getTwitgooUploader:(Ltwitter4j/http/OAuthAuthorization;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.upload ( java.io.File p1, String p2 ) [abstract]:String
[ run-time name: twitter4j/util/ImageUpload.upload:(Ljava/io/File;Ljava/lang/String;)Ljava/lang/String; ]
ImageUpload.upload ( String p1, java.io.InputStream p2, String p3 ) [abstract]:String
[ run-time name: twitter4j/util/ImageUpload.upload:(Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.1.4.jar, ImgLyOAuthUploader.class
package twitter4j.util
ImageUpload.ImgLyOAuthUploader.ImageUpload#ImgLyOAuthUploader ( twitter4j.http.OAuthAuthorization auth ):public
[ run-time name: twitter4j/util/ImageUpload.ImgLyOAuthUploader.twitter4j.util.ImageUpload#ImgLyOAuthUploader:(Ltwitter4j/http/OAuthAuthorization;)V ]
ImageUpload.ImgLyOAuthUploader.upload ( java.io.File image ):String
[ run-time name: twitter4j/util/ImageUpload.ImgLyOAuthUploader.upload:(Ljava/io/File;)Ljava/lang/String; ]
ImageUpload.ImgLyOAuthUploader.upload ( java.io.File image, String message ):String
[ run-time name: twitter4j/util/ImageUpload.ImgLyOAuthUploader.upload:(Ljava/io/File;Ljava/lang/String;)Ljava/lang/String; ]
ImageUpload.ImgLyOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody ):String
[ run-time name: twitter4j/util/ImageUpload.ImgLyOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;)Ljava/lang/String; ]
ImageUpload.ImgLyOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody, String message ):String
[ run-time name: twitter4j/util/ImageUpload.ImgLyOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.1.4.jar, OAuthAuthorization.class
package twitter4j.http
OAuthAuthorization.setOAuthRealm ( String realm ):void
[ run-time name: twitter4j/http/OAuthAuthorization.setOAuthRealm:(Ljava/lang/String;)V ]
twitter4j-core-2.1.4.jar, OAuthSupport.class
package twitter4j.http
OAuthSupport.getOAuthAccessToken ( String p1, String p2 ) [abstract]:AccessToken
[ run-time name: twitter4j/http/OAuthSupport.getOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
twitter4j-core-2.1.4.jar, Status.class
package twitter4j
Status.getAnnotations ( ) [abstract]:Annotations
[ run-time name: twitter4j/Status.getAnnotations:()Ltwitter4j/Annotations; ]
Status.getHashtags ( ) [abstract]:String[]
[ run-time name: twitter4j/Status.getHashtags:()[Ljava/lang/String; ]
Status.getRetweetCount ( ) [abstract]:long
[ run-time name: twitter4j/Status.getRetweetCount:()J ]
Status.getURLs ( ) [abstract]:java.net.URL[]
[ run-time name: twitter4j/Status.getURLs:()[Ljava/net/URL; ]
Status.getUserMentions ( ) [abstract]:User[]
[ run-time name: twitter4j/Status.getUserMentions:()[Ltwitter4j/User; ]
Status.isRetweetedByMe ( ) [abstract]:boolean
[ run-time name: twitter4j/Status.isRetweetedByMe:()Z ]
twitter4j-core-2.1.4.jar, StatusUpdate.class
package twitter4j
StatusUpdate.addAnnotation ( Annotation annotation ):void
[ run-time name: twitter4j/StatusUpdate.addAnnotation:(Ltwitter4j/Annotation;)V ]
StatusUpdate.annotation ( Annotation annotation ):StatusUpdate
[ run-time name: twitter4j/StatusUpdate.annotation:(Ltwitter4j/Annotation;)Ltwitter4j/StatusUpdate; ]
StatusUpdate.annotations ( Annotations annotations ):StatusUpdate
[ run-time name: twitter4j/StatusUpdate.annotations:(Ltwitter4j/Annotations;)Ltwitter4j/StatusUpdate; ]
StatusUpdate.getAnnotations ( ):Annotations
[ run-time name: twitter4j/StatusUpdate.getAnnotations:()Ltwitter4j/Annotations; ]
StatusUpdate.setAnnotations ( Annotations annotations ):void
[ run-time name: twitter4j/StatusUpdate.setAnnotations:(Ltwitter4j/Annotations;)V ]
twitter4j-core-2.1.4.jar, Tweet.class
package twitter4j
Tweet.getAnnotations ( ) [abstract]:Annotations
[ run-time name: twitter4j/Tweet.getAnnotations:()Ltwitter4j/Annotations; ]
twitter4j-core-2.1.4.jar, TweetPhotoOAuthUploader.class
package twitter4j.util
ImageUpload.TweetPhotoOAuthUploader.ImageUpload#TweetPhotoOAuthUploader ( String tweetPhotoAPIKey, twitter4j.http.OAuthAuthorization auth ):public
[ run-time name: twitter4j/util/ImageUpload.TweetPhotoOAuthUploader.twitter4j.util.ImageUpload#TweetPhotoOAuthUploader:(Ljava/lang/String;Ltwitter4j/http/OAuthAuthorization;)V ]
ImageUpload.TweetPhotoOAuthUploader.upload ( java.io.File image ):String
[ run-time name: twitter4j/util/ImageUpload.TweetPhotoOAuthUploader.upload:(Ljava/io/File;)Ljava/lang/String; ]
ImageUpload.TweetPhotoOAuthUploader.upload ( java.io.File image, String message ):String
[ run-time name: twitter4j/util/ImageUpload.TweetPhotoOAuthUploader.upload:(Ljava/io/File;Ljava/lang/String;)Ljava/lang/String; ]
ImageUpload.TweetPhotoOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody ):String
[ run-time name: twitter4j/util/ImageUpload.TweetPhotoOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;)Ljava/lang/String; ]
ImageUpload.TweetPhotoOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody, String message ):String
[ run-time name: twitter4j/util/ImageUpload.TweetPhotoOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.1.4.jar, TwitgooOAuthUploader.class
package twitter4j.util
ImageUpload.TwitgooOAuthUploader.ImageUpload#TwitgooOAuthUploader ( twitter4j.http.OAuthAuthorization auth ):public
[ run-time name: twitter4j/util/ImageUpload.TwitgooOAuthUploader.twitter4j.util.ImageUpload#TwitgooOAuthUploader:(Ltwitter4j/http/OAuthAuthorization;)V ]
ImageUpload.TwitgooOAuthUploader.upload ( java.io.File image ):String
[ run-time name: twitter4j/util/ImageUpload.TwitgooOAuthUploader.upload:(Ljava/io/File;)Ljava/lang/String; ]
ImageUpload.TwitgooOAuthUploader.upload ( java.io.File image, String message ):String
[ run-time name: twitter4j/util/ImageUpload.TwitgooOAuthUploader.upload:(Ljava/io/File;Ljava/lang/String;)Ljava/lang/String; ]
ImageUpload.TwitgooOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody ):String
[ run-time name: twitter4j/util/ImageUpload.TwitgooOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;)Ljava/lang/String; ]
ImageUpload.TwitgooOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody, String message ):String
[ run-time name: twitter4j/util/ImageUpload.TwitgooOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.1.4.jar, User.class
package twitter4j
User.getListedCount ( ) [abstract]:int
[ run-time name: twitter4j/User.getListedCount:()I ]
User.isFollowing ( ) [abstract]:boolean
[ run-time name: twitter4j/User.isFollowing:()Z ]
User.isFollowRequestSent ( ) [abstract]:boolean
[ run-time name: twitter4j/User.isFollowRequestSent:()Z ]
to the top
Java ARchives (2)
twitter4j-core-2.1.3.jar
twitter4j-httpclient-support-2.1.3.jar
to the top
Classes (138)
package twitter4j
AsyncTwitter
AsyncTwitter.AsyncTask
AsyncTwitterFactory
Category
CategoryJSONImpl
CursorSupport
Device
DirectMessage
DirectMessageJSONImpl
ExceptionDiagnosis
FilterQuery
GeoLocation
GeoQuery
IDs
IDsJSONImpl
Location
LocationJSONImpl
PagableResponseList
PagableResponseListImpl
Paging
ParseUtil
Place
PlaceJSONImpl
Query
QueryResult
QueryResultJSONImpl
RateLimitStatus
RateLimitStatusEvent
RateLimitStatusJSONImpl
RateLimitStatusListener
Relationship
RelationshipJSONImpl
ResponseList
ResponseListImpl
SavedSearch
SavedSearchJSONImpl
Status
StatusAdapter
StatusDeletionNotice
StatusDeletionNoticeImpl
StatusJSONImpl
StatusListener
StatusStream
StatusStreamImpl
StatusUpdate
StreamingReadTimeoutConfiguration
TimeSpanUtil
Trend
TrendJSONImpl
Trends
TrendsJSONImpl
Tweet
TweetJSONImpl
Twitter
TwitterAdapter
TwitterBase
TwitterException
TwitterFactory
TwitterListener
TwitterMethod
TwitterOAuthSupportBase
TwitterOAuthSupportBaseImpl
TwitterResponse
TwitterResponseImpl
TwitterStream
TwitterStream.StreamHandlingThread
TwitterStreamFactory
User
UserJSONImpl
UserList
UserListJSONImpl
UserStream
UserStreamAdapter
UserStreamListener
Version
package twitter4j.api
AccountMethods
AccountMethodsAsync
BlockMethods
BlockMethodsAsync
DirectMessageMethods
DirectMessageMethodsAsync
FavoriteMethods
FavoriteMethodsAsync
FriendsFollowersMethods
FriendsFollowersMethodsAsync
FriendshipMethods
FriendshipMethodsAsync
GeoMethods
GeoMethodsAsync
HelpMethods
HelpMethodsAsync
ListMembersMethods
ListMembersMethodsAsync
ListMethods
ListMethodsAsync
ListSubscribersMethods
ListSubscribersMethodsAsync
LocalTrendsMethods
LocalTrendsMethodsAsync
NotificationMethods
NotificationMethodsAsync
SavedSearchesMethods
SavedSearchesMethodsAsync
SearchMethods
SearchMethodsAsync
SpamReportingMethods
SpamReportingMethodsAsync
StatusMethods
StatusMethodsAsync
TimelineMethods
TimelineMethodsAsync
TrendsMethods
TrendsMethodsAsync
UserMethods
UserMethodsAsync
package twitter4j.conf
Configuration
ConfigurationBase
ConfigurationBuilder
ConfigurationContext
ConfigurationFactory
PropertyConfiguration
PropertyConfigurationFactory
package twitter4j.http
AccessToken
Authorization
AuthorizationConfiguration
AuthorizationFactory
BasicAuthorization
NullAuthorization
OAuthAuthorization
OAuthSupport
OAuthToken
RequestToken
package twitter4j.util
CharacterUtil
ImageUpload
ImageUpload.TwitpicBasicAuthUploader
ImageUpload.TwitpicOAuthUploader
ImageUpload.YFrogBasicAuthUploader
ImageUpload.YFrogOAuthUploader
to the top
Generated on Fri Mar 4 22:19:35 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API