Source compatibility report for the Twitter4J library from version 2.1.11 to 2.1.12
Summary
2 |
185 |
2343 / 127 |
Incompatible |
Problem Summary
Added Methods (25)
twitter4j-core-2.1.12.jar, AsyncTwitter.class
package twitter4j
AsyncTwitter.addListener ( TwitterListener listener ):void
[ run-time name: twitter4j/AsyncTwitter.addListener:(Ltwitter4j/TwitterListener;)V ]
AsyncTwitter.addRateLimitStatusListener ( RateLimitStatusListener x0 ):void
[ run-time name: twitter4j/AsyncTwitter.addRateLimitStatusListener:(Ltwitter4j/RateLimitStatusListener;)V ]
AsyncTwitter.getUserListMembers ( int listOwnerId, int listId, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getUserListMembers:(IIJ)V ]
AsyncTwitter.getUserListStatuses ( int listOwnerId, int id, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getUserListStatuses:(IILtwitter4j/Paging;)V ]
twitter4j-core-2.1.12.jar, AsyncTwitterFactory.class
package twitter4j
AsyncTwitterFactory.AsyncTwitterFactory ( String configTreePath )
[ run-time name: twitter4j/AsyncTwitterFactory."<init>":(Ljava/lang/String;)V ]
twitter4j-core-2.1.12.jar, Configuration.class
package twitter4j.conf
Configuration.getMediaProviderParameters ( ) [abstract]:java.util.Properties
[ run-time name: twitter4j/conf/Configuration.getMediaProviderParameters:()Ljava/util/Properties; ]
twitter4j-core-2.1.12.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setGZIPEnabled ( boolean gzipEnabled ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setGZIPEnabled:(Z)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setMediaProviderParameters ( java.util.Properties props ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setMediaProviderParameters:(Ljava/util/Properties;)Ltwitter4j/conf/ConfigurationBuilder; ]
twitter4j-core-2.1.12.jar, ListMembersMethods.class
package twitter4j.api
ListMembersMethods.getUserListMembers ( int p1, int p2, long p3 ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/ListMembersMethods.getUserListMembers:(IIJ)Ltwitter4j/PagableResponseList; ]
twitter4j-core-2.1.12.jar, ListMembersMethodsAsync.class
package twitter4j.api
ListMembersMethodsAsync.getUserListMembers ( int p1, int p2, long p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.getUserListMembers:(IIJ)V ]
twitter4j-core-2.1.12.jar, ListMethods.class
package twitter4j.api
ListMethods.getUserListStatuses ( int p1, int p2, twitter4j.Paging p3 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/ListMethods.getUserListStatuses:(IILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.12.jar, ListMethodsAsync.class
package twitter4j.api
ListMethodsAsync.getUserListStatuses ( int p1, int p2, twitter4j.Paging p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.getUserListStatuses:(IILtwitter4j/Paging;)V ]
twitter4j-core-2.1.12.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.equals ( Object x0 ):boolean
[ run-time name: twitter4j/conf/PropertyConfiguration.equals:(Ljava/lang/Object;)Z ]
PropertyConfiguration.getMediaProviderParameters ( ):java.util.Properties
[ run-time name: twitter4j/conf/PropertyConfiguration.getMediaProviderParameters:()Ljava/util/Properties; ]
PropertyConfiguration.isGZIPEnabled ( ):boolean
[ run-time name: twitter4j/conf/PropertyConfiguration.isGZIPEnabled:()Z ]
twitter4j-core-2.1.12.jar, Twitter.class
package twitter4j
Twitter.addRateLimitStatusListener ( RateLimitStatusListener x0 ):void
[ run-time name: twitter4j/Twitter.addRateLimitStatusListener:(Ltwitter4j/RateLimitStatusListener;)V ]
Twitter.getUserListMembers ( int listOwnerId, int listId, long cursor ):PagableResponseList
[ run-time name: twitter4j/Twitter.getUserListMembers:(IIJ)Ltwitter4j/PagableResponseList; ]
Twitter.getUserListStatuses ( int listOwnerId, int id, Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getUserListStatuses:(IILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.12.jar, TwitterStream.class
package twitter4j
TwitterStream.addRateLimitStatusListener ( RateLimitStatusListener x0 ):void
[ run-time name: twitter4j/TwitterStream.addRateLimitStatusListener:(Ltwitter4j/RateLimitStatusListener;)V ]
twitter4j-media-support-2.1.12.jar, ImageUploadFactory.class
package twitter4j.media
ImageUploadFactory.getInstance ( ):ImageUpload
[ run-time name: twitter4j/media/ImageUploadFactory.getInstance:()Ltwitter4j/media/ImageUpload; ]
ImageUploadFactory.getInstance ( twitter4j.http.Authorization authorization ):ImageUpload
[ run-time name: twitter4j/media/ImageUploadFactory.getInstance:(Ltwitter4j/http/Authorization;)Ltwitter4j/media/ImageUpload; ]
ImageUploadFactory.getInstance ( MediaProvider mediaProvider ):ImageUpload
[ run-time name: twitter4j/media/ImageUploadFactory.getInstance:(Ltwitter4j/media/MediaProvider;)Ltwitter4j/media/ImageUpload; ]
ImageUploadFactory.getInstance ( MediaProvider mediaProvider, twitter4j.http.Authorization authorization ):ImageUpload
[ run-time name: twitter4j/media/ImageUploadFactory.getInstance:(Ltwitter4j/media/MediaProvider;Ltwitter4j/http/Authorization;)Ltwitter4j/media/ImageUpload; ]
ImageUploadFactory.ImageUploadFactory ( )
[ run-time name: twitter4j/media/ImageUploadFactory."<init>":()V ]
ImageUploadFactory.ImageUploadFactory ( twitter4j.conf.Configuration conf )
[ run-time name: twitter4j/media/ImageUploadFactory."<init>":(Ltwitter4j/conf/Configuration;)V ]
to the top
Problems with Data Types, High risk (5)
twitter4j-core-2.1.11.jar
package twitter4j.api
[+] ListMembersMethods (1)
|
Abstract method ListMembersMethods.getUserListMembers ( int p1, int p2, long p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserListMembers(int, int, long) in ListMembersMethods. |
[+] affected methods (6)
ListMembersMethods.addUserListMember ( int p1, int p2 ):
This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.addUserListMembers ( int p1, int[] p2 ):
This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.addUserListMembers ( int p1, String[] p2 ):
This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.checkUserListMembership ( String p1, int p2, int p3 ):
This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.deleteUserListMember ( int p1, int p2 ):
This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.getUserListMembers ( String p1, int p2, long p3 ):
This abstract method is from 'ListMembersMethods' interface.
[+] ListMembersMethodsAsync (1)
|
Abstract method ListMembersMethodsAsync.getUserListMembers ( int p1, int p2, long p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserListMembers(int, int, long) in ListMembersMethodsAsync. |
[+] affected methods (6)
ListMembersMethodsAsync.addUserListMember ( int p1, int p2 ):
This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.addUserListMembers ( int p1, int[] p2 ):
This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.addUserListMembers ( int p1, String[] p2 ):
This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.checkUserListMembership ( String p1, int p2, int p3 ):
This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.deleteUserListMember ( int p1, int p2 ):
This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.getUserListMembers ( String p1, int p2, long p3 ):
This abstract method is from 'ListMembersMethodsAsync' interface.
[+] ListMethods (1)
|
Abstract method ListMethods.getUserListStatuses ( int p1, int p2, twitter4j.Paging p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserListStatuses(int, int, twitter4j.Paging) in ListMethods. |
[+] affected methods (10)
ListMethods.createUserList ( String p1, boolean p2, String p3 ):
This abstract method is from 'ListMethods' interface.
ListMethods.destroyUserList ( int p1 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getAllUserLists ( int p1 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getAllUserLists ( String p1 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getUserListMemberships ( String p1, long p2 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getUserLists ( String p1, long p2 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getUserListStatuses ( String p1, int p2, twitter4j.Paging p3 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getUserListSubscriptions ( String p1, long p2 ):
This abstract method is from 'ListMethods' interface.
ListMethods.showUserList ( String p1, int p2 ):
This abstract method is from 'ListMethods' interface.
ListMethods.updateUserList ( int p1, String p2, boolean p3, String p4 ):
This abstract method is from 'ListMethods' interface.
[+] ListMethodsAsync (1)
|
Abstract method ListMethodsAsync.getUserListStatuses ( int p1, int p2, twitter4j.Paging p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserListStatuses(int, int, twitter4j.Paging) in ListMethodsAsync. |
[+] affected methods (10)
ListMethodsAsync.createUserList ( String p1, boolean p2, String p3 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.destroyUserList ( int p1 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getAllSubscribingUserLists ( int p1 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getAllSubscribingUserLists ( String p1 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListMemberships ( String p1, long p2 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserLists ( String p1, long p2 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListStatuses ( String p1, int p2, twitter4j.Paging p3 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListSubscriptions ( String p1, long p2 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.showUserList ( String p1, int p2 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.updateUserList ( int p1, String p2, boolean p3, String p4 ):
This abstract method is from 'ListMethodsAsync' interface.
package twitter4j.conf
[+] Configuration (1)
|
Abstract method Configuration.getMediaProviderParameters ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMediaProviderParameters() in Configuration. |
[+] affected methods (58)
twitter4j.AsyncTwitter.getConfiguration ( ):
Return value of this method has type 'Configuration'.
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf, twitter4j.TwitterListener listener ):
1st parameter 'conf' of this method has type 'Configuration'.
Configuration.getClientURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getClientVersion ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpConnectionTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpDefaultMaxPerRoute ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpMaxTotalConnections ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyHost ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPassword ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPort ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyUser ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpReadTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryCount ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryIntervalSeconds ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpStreamingReadTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getMediaProvider ( ):
This abstract method is from 'Configuration' interface.
Configuration.getMediaProviderAPIKey ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessToken ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenSecret ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthenticationURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthorizationURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerKey ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerSecret ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthRequestTokenURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getPassword ( ):
This abstract method is from 'Configuration' interface.
Configuration.getRequestHeaders ( ):
This abstract method is from 'Configuration' interface.
Configuration.getRestBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getSearchBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getSiteStreamBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getSource ( ):
This abstract method is from 'Configuration' interface.
Configuration.getStreamBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUser ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUserAgent ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUserStreamBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.isDalvik ( ):
This abstract method is from 'Configuration' interface.
Configuration.isDebugEnabled ( ):
This abstract method is from 'Configuration' interface.
Configuration.isIncludeEntitiesEnabled ( ):
This abstract method is from 'Configuration' interface.
Configuration.isIncludeRTsEnabled ( ):
This abstract method is from 'Configuration' interface.
Configuration.isUserStreamRepliesAllEnabled ( ):
This abstract method is from 'Configuration' interface.
ConfigurationBuilder.build ( ):
Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( ):
Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( String configTreePath ):
Return value of this method has type 'Configuration'.
ConfigurationFactory.getInstance ( ):
Return value of this abstract method has type 'Configuration'.
ConfigurationFactory.getInstance ( String p1 ):
Return value of this abstract method has type 'Configuration'.
twitter4j.http.AuthorizationFactory.getInstance ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.AuthorizationFactory.getInstance ( Configuration conf, boolean supportsOAuth ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.OAuthAuthorization.OAuthAuthorization ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.OAuthAuthorization.OAuthAuthorization ( Configuration conf, String consumerKey, String consumerSecret ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.http.OAuthAuthorization.OAuthAuthorization ( Configuration conf, String consumerKey, String consumerSecret, twitter4j.http.AccessToken accessToken ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.media.ImageUploaderFactory.ImageUploaderFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.Twitter.getConfiguration ( ):
Return value of this method has type 'Configuration'.
twitter4j.TwitterFactory.TwitterFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterStream.getConfiguration ( ):
Return value of this method has type 'Configuration'.
twitter4j.TwitterStreamFactory.TwitterStreamFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterStreamFactory.TwitterStreamFactory ( Configuration conf, twitter4j.StatusListener listener ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterStreamFactory.TwitterStreamFactory ( Configuration conf, twitter4j.UserStreamListener listener ):
1st parameter 'conf' of this method has type 'Configuration'.
to the top
Problems with Data Types, Low risk (2)
twitter4j-core-2.1.11.jar
package twitter4j.conf
[+] PropertyConfiguration (2)
|
Field HTTP_GZIP has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to HTTP_GZIP is ambiguous. |
Field MEDIA_PROVIDER_PARAMETERS has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to MEDIA_PROVIDER_PARAMETERS is ambiguous. |
[+] affected methods (28)
PropertyConfiguration.getBoolean ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getDispatcherImpl ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getHttpStreamingReadTimeout ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getIntProperty ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProvider ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProviderAPIKey ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessToken ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenSecret ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthenticationURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthorizationURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthRequestTokenURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRequestHeaders ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRestBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getSearchBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getSiteStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getString ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getUserStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.hashCode ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeEntitiesEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeRTsEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isPrettyDebugEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isUserStreamRepliesAllEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.io.InputStream is ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props, String treePath ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.toString ( ):
This method is from 'PropertyConfiguration' class.
to the top
Java ARchives (2)
twitter4j-core-2.1.11.jar
twitter4j-media-support-2.1.11.jar
to the top
Classes (185)
package twitter4j
AbstractStreamImplementation
AbstractStreamImplementation.StreamEvent
AccountSettings
AccountSettingsJSONImpl
AccountTotals
AccountTotalsJSONImpl
Annotation
Annotations
AsyncTwitter
AsyncTwitter.AsyncTask
AsyncTwitterFactory
Category
CategoryJSONImpl
ConnectionLifeCycleListener
CursorSupport
DirectMessage
DirectMessageJSONImpl
ExceptionDiagnosis
FilterQuery
Friendship
FriendshipJSONImpl
GeoLocation
GeoQuery
HashtagEntity
HashtagEntityJSONImpl
IDs
IDsJSONImpl
Location
LocationJSONImpl
PagableResponseList
PagableResponseListImpl
Paging
Place
PlaceJSONImpl
ProfileImage
ProfileImage.ImageSize
ProfileImageImpl
Query
QueryResult
QueryResultJSONImpl
RateLimitStatus
RateLimitStatusEvent
RateLimitStatusJSONImpl
RateLimitStatusListener
RelatedResults
RelatedResultsJSONImpl
Relationship
RelationshipJSONImpl
ResponseList
ResponseListImpl
SavedSearch
SavedSearchJSONImpl
SimilarPlaces
SimilarPlacesImpl
SiteStreamsAdapter
SiteStreamsImpl
SiteStreamsListener
Status
StatusAdapter
StatusDeletionNotice
StatusDeletionNoticeImpl
StatusJSONImpl
StatusListener
StatusStream
StatusStreamImpl
StatusUpdate
StreamImplementation
StreamingReadTimeoutConfiguration
StreamListener
Trend
TrendJSONImpl
Trends
TrendsJSONImpl
Tweet
TweetJSONImpl
Twitter
TwitterAdapter
TwitterBase
TwitterException
TwitterFactory
TwitterListener
TwitterMethod
TwitterOAuthSupportBase
TwitterOAuthSupportBaseImpl
TwitterResponse
TwitterResponseImpl
TwitterStream
TwitterStream.TwitterStreamConsumer
TwitterStreamFactory
URLEntity
URLEntityJSONImpl
User
UserJSONImpl
UserList
UserListJSONImpl
UserMentionEntity
UserMentionEntityJSONImpl
UserStream
UserStreamAdapter
UserStreamImpl
UserStreamListener
package twitter4j.api
AccountMethods
AccountMethodsAsync
BlockMethods
BlockMethodsAsync
DirectMessageMethods
DirectMessageMethodsAsync
FavoriteMethods
FavoriteMethodsAsync
FriendsFollowersMethods
FriendsFollowersMethodsAsync
FriendshipMethods
FriendshipMethodsAsync
GeoMethods
GeoMethodsAsync
HelpMethods
HelpMethodsAsync
LegalResources
LegalResourcesAsync
ListMembersMethods
ListMembersMethodsAsync
ListMethods
ListMethodsAsync
ListSubscribersMethods
ListSubscribersMethodsAsync
LocalTrendsMethods
LocalTrendsMethodsAsync
NewTwitterMethods
NewTwitterMethodsAsync
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.json
DataObjectFactory
JSONObjectType
package twitter4j.media
AbstractImageUploadImpl
ImageUpload
ImageUploaderFactory
ImgLyUpload
MediaProvider
PlixiUpload
TwippleUpload
TwitgooUpload
TwitpicUpload
Version
YFrogUpload
package twitter4j.util
CharacterUtil
ImageUpload.ImgLyOAuthUploader
ImageUpload.TweetPhotoOAuthUploader
ImageUpload.TwippleUploader
ImageUpload.TwitgooOAuthUploader
ImageUpload.TwitpicBasicAuthUploader
ImageUpload.TwitpicOAuthUploader
ImageUpload.YFrogBasicAuthUploader
ImageUpload.YFrogOAuthUploader
TimeSpanConverter
to the top
Generated on Fri Mar 4 22:18:39 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API