Binary compatibility report for the Twitter4J library from version 2.1.2 to 2.1.3
Summary
2 |
123 |
1735 / 96 |
Incompatible |
Problem Summary
Added Methods (147)
twitter4j-core-2.1.3.jar, AccountMethodsAsync.class
package twitter4j.api
AccountMethodsAsync.verifyCredentials ( ) [abstract]:void
[ run-time name: twitter4j/api/AccountMethodsAsync.verifyCredentials:()V ]
twitter4j-core-2.1.3.jar, AsyncTwitter.class
package twitter4j
AsyncTwitter.createBlock ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.createBlock:(I)V ]
AsyncTwitter.getRetweetedBy ( long statusId ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedBy:(J)V ]
AsyncTwitter.getRetweetedBy ( long statusId, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedBy:(JLtwitter4j/Paging;)V ]
AsyncTwitter.getRetweetedByIDs ( long statusId ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedByIDs:(J)V ]
AsyncTwitter.getRetweetedByIDs ( long statusId, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedByIDs:(JLtwitter4j/Paging;)V ]
AsyncTwitter.verifyCredentials ( ):void
[ run-time name: twitter4j/AsyncTwitter.verifyCredentials:()V ]
twitter4j-core-2.1.3.jar, BlockMethodsAsync.class
package twitter4j.api
BlockMethodsAsync.createBlock ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/BlockMethodsAsync.createBlock:(I)V ]
twitter4j-core-2.1.3.jar, Configuration.class
package twitter4j.conf
Configuration.getHttpDefaultMaxPerRoute ( ) [abstract]:int
[ run-time name: twitter4j/conf/Configuration.getHttpDefaultMaxPerRoute:()I ]
Configuration.getHttpMaxTotalConnections ( ) [abstract]:int
[ run-time name: twitter4j/conf/Configuration.getHttpMaxTotalConnections:()I ]
Configuration.getUserStreamBaseURL ( ) [abstract]:String
[ run-time name: twitter4j/conf/Configuration.getUserStreamBaseURL:()Ljava/lang/String; ]
twitter4j-core-2.1.3.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setHttpDefaultMaxPerRoute ( int httpDefaultMaxPerRoute ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setHttpDefaultMaxPerRoute:(I)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setHttpMaxTotalConnections ( int httpMaxConnections ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setHttpMaxTotalConnections:(I)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setUserStreamBaseURL ( String userStreamBaseURL ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setUserStreamBaseURL:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
twitter4j-core-2.1.3.jar, FriendsFollowersMethods.class
package twitter4j.api
FriendsFollowersMethods.getFollowersIDs ( ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFollowersIDs:()Ltwitter4j/IDs; ]
FriendsFollowersMethods.getFollowersIDs ( int p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFollowersIDs:(I)Ltwitter4j/IDs; ]
FriendsFollowersMethods.getFollowersIDs ( int p1, long p2 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFollowersIDs:(IJ)Ltwitter4j/IDs; ]
FriendsFollowersMethods.getFollowersIDs ( long p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFollowersIDs:(J)Ltwitter4j/IDs; ]
FriendsFollowersMethods.getFollowersIDs ( String p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFollowersIDs:(Ljava/lang/String;)Ltwitter4j/IDs; ]
FriendsFollowersMethods.getFollowersIDs ( String p1, long p2 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFollowersIDs:(Ljava/lang/String;J)Ltwitter4j/IDs; ]
FriendsFollowersMethods.getFriendsIDs ( ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFriendsIDs:()Ltwitter4j/IDs; ]
FriendsFollowersMethods.getFriendsIDs ( int p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFriendsIDs:(I)Ltwitter4j/IDs; ]
FriendsFollowersMethods.getFriendsIDs ( int p1, long p2 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFriendsIDs:(IJ)Ltwitter4j/IDs; ]
FriendsFollowersMethods.getFriendsIDs ( long p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFriendsIDs:(J)Ltwitter4j/IDs; ]
FriendsFollowersMethods.getFriendsIDs ( String p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFriendsIDs:(Ljava/lang/String;)Ltwitter4j/IDs; ]
FriendsFollowersMethods.getFriendsIDs ( String p1, long p2 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFriendsIDs:(Ljava/lang/String;J)Ltwitter4j/IDs; ]
twitter4j-core-2.1.3.jar, FriendsFollowersMethodsAsync.class
package twitter4j.api
FriendsFollowersMethodsAsync.getFollowersIDs ( ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFollowersIDs:()V ]
FriendsFollowersMethodsAsync.getFollowersIDs ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFollowersIDs:(I)V ]
FriendsFollowersMethodsAsync.getFollowersIDs ( int p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFollowersIDs:(IJ)V ]
FriendsFollowersMethodsAsync.getFollowersIDs ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFollowersIDs:(J)V ]
FriendsFollowersMethodsAsync.getFollowersIDs ( String p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFollowersIDs:(Ljava/lang/String;)V ]
FriendsFollowersMethodsAsync.getFollowersIDs ( String p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFollowersIDs:(Ljava/lang/String;J)V ]
FriendsFollowersMethodsAsync.getFriendsIDs ( ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFriendsIDs:()V ]
FriendsFollowersMethodsAsync.getFriendsIDs ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFriendsIDs:(I)V ]
FriendsFollowersMethodsAsync.getFriendsIDs ( int p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFriendsIDs:(IJ)V ]
FriendsFollowersMethodsAsync.getFriendsIDs ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFriendsIDs:(J)V ]
FriendsFollowersMethodsAsync.getFriendsIDs ( String p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFriendsIDs:(Ljava/lang/String;)V ]
FriendsFollowersMethodsAsync.getFriendsIDs ( String p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFriendsIDs:(Ljava/lang/String;J)V ]
twitter4j-core-2.1.3.jar, ImageUpload.class
package twitter4j.util
ImageUpload.getTwitpicUploader ( String twitpicAPIKey, twitter4j.http.OAuthAuthorization auth ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getTwitpicUploader:(Ljava/lang/String;Ltwitter4j/http/OAuthAuthorization;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.getTwitpicUploader ( twitter4j.http.BasicAuthorization auth ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getTwitpicUploader:(Ltwitter4j/http/BasicAuthorization;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.getTwitpicUploader ( twitter4j.Twitter twitter ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getTwitpicUploader:(Ltwitter4j/Twitter;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.getYFrogUploader ( String userId, twitter4j.http.OAuthAuthorization auth ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getYFrogUploader:(Ljava/lang/String;Ltwitter4j/http/OAuthAuthorization;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.getYFrogUploader ( twitter4j.http.BasicAuthorization auth ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getYFrogUploader:(Ltwitter4j/http/BasicAuthorization;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.getYFrogUploader ( twitter4j.Twitter twitter ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getYFrogUploader:(Ltwitter4j/Twitter;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.ImageUpload ( )
[ run-time name: twitter4j/util/ImageUpload."<init>":()V ]
ImageUpload.upload ( java.io.File p1 ) [abstract]:String
[ run-time name: twitter4j/util/ImageUpload.upload:(Ljava/io/File;)Ljava/lang/String; ]
ImageUpload.upload ( String p1, java.io.InputStream p2 ) [abstract]:String
[ run-time name: twitter4j/util/ImageUpload.upload:(Ljava/lang/String;Ljava/io/InputStream;)Ljava/lang/String; ]
twitter4j-core-2.1.3.jar, OAuthAuthorization.class
package twitter4j.http
OAuthAuthorization.generateOAuthSignatureHttpParams ( String method, String url ):java.util.List
[ run-time name: twitter4j/http/OAuthAuthorization.generateOAuthSignatureHttpParams:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List; ]
OAuthAuthorization.OAuthAuthorization ( twitter4j.conf.Configuration conf )
[ run-time name: twitter4j/http/OAuthAuthorization."<init>":(Ltwitter4j/conf/Configuration;)V ]
twitter4j-core-2.1.3.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.getUserStreamBaseURL ( ):String
[ run-time name: twitter4j/conf/PropertyConfiguration.getUserStreamBaseURL:()Ljava/lang/String; ]
twitter4j-core-2.1.3.jar, Query.class
package twitter4j
Query.getResultType ( ):String
[ run-time name: twitter4j/Query.getResultType:()Ljava/lang/String; ]
Query.resultType ( String resultType ):Query
[ run-time name: twitter4j/Query.resultType:(Ljava/lang/String;)Ltwitter4j/Query; ]
Query.setResultType ( String resultType ):void
[ run-time name: twitter4j/Query.setResultType:(Ljava/lang/String;)V ]
twitter4j-core-2.1.3.jar, StatusAdapter.class
package twitter4j
StatusAdapter.onDeletionNotice ( StatusDeletionNotice statusDeletionNotice ):void
[ run-time name: twitter4j/StatusAdapter.onDeletionNotice:(Ltwitter4j/StatusDeletionNotice;)V ]
StatusAdapter.onException ( Exception ex ):void
[ run-time name: twitter4j/StatusAdapter.onException:(Ljava/lang/Exception;)V ]
StatusAdapter.onStatus ( Status status ):void
[ run-time name: twitter4j/StatusAdapter.onStatus:(Ltwitter4j/Status;)V ]
StatusAdapter.onTrackLimitationNotice ( int numberOfLimitedStatuses ):void
[ run-time name: twitter4j/StatusAdapter.onTrackLimitationNotice:(I)V ]
StatusAdapter.StatusAdapter ( )
[ run-time name: twitter4j/StatusAdapter."<init>":()V ]
twitter4j-core-2.1.3.jar, StatusMethods.class
package twitter4j.api
StatusMethods.getRetweetedBy ( long p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/StatusMethods.getRetweetedBy:(J)Ltwitter4j/ResponseList; ]
StatusMethods.getRetweetedBy ( long p1, twitter4j.Paging p2 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/StatusMethods.getRetweetedBy:(JLtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
StatusMethods.getRetweetedByIDs ( long p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/StatusMethods.getRetweetedByIDs:(J)Ltwitter4j/IDs; ]
StatusMethods.getRetweetedByIDs ( long p1, twitter4j.Paging p2 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/StatusMethods.getRetweetedByIDs:(JLtwitter4j/Paging;)Ltwitter4j/IDs; ]
StatusMethods.getRetweetsOfMe ( ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/StatusMethods.getRetweetsOfMe:()Ltwitter4j/ResponseList; ]
StatusMethods.getRetweetsOfMe ( twitter4j.Paging p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/StatusMethods.getRetweetsOfMe:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.3.jar, StatusMethodsAsync.class
package twitter4j.api
StatusMethodsAsync.getRetweetedBy ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.getRetweetedBy:(J)V ]
StatusMethodsAsync.getRetweetedBy ( long p1, twitter4j.Paging p2 ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.getRetweetedBy:(JLtwitter4j/Paging;)V ]
StatusMethodsAsync.getRetweetedByIDs ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.getRetweetedByIDs:(J)V ]
StatusMethodsAsync.getRetweetedByIDs ( long p1, twitter4j.Paging p2 ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.getRetweetedByIDs:(JLtwitter4j/Paging;)V ]
StatusMethodsAsync.getRetweetsOfMe ( ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.getRetweetsOfMe:()V ]
StatusMethodsAsync.getRetweetsOfMe ( twitter4j.Paging p1 ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.getRetweetsOfMe:(Ltwitter4j/Paging;)V ]
twitter4j-core-2.1.3.jar, TrendsMethods.class
package twitter4j.api
TrendsMethods.getCurrentTrends ( ) [abstract]:twitter4j.Trends
[ run-time name: twitter4j/api/TrendsMethods.getCurrentTrends:()Ltwitter4j/Trends; ]
TrendsMethods.getCurrentTrends ( boolean p1 ) [abstract]:twitter4j.Trends
[ run-time name: twitter4j/api/TrendsMethods.getCurrentTrends:(Z)Ltwitter4j/Trends; ]
TrendsMethods.getDailyTrends ( ) [abstract]:java.util.List
[ run-time name: twitter4j/api/TrendsMethods.getDailyTrends:()Ljava/util/List; ]
TrendsMethods.getDailyTrends ( java.util.Date p1, boolean p2 ) [abstract]:java.util.List
[ run-time name: twitter4j/api/TrendsMethods.getDailyTrends:(Ljava/util/Date;Z)Ljava/util/List; ]
TrendsMethods.getTrends ( ) [abstract]:twitter4j.Trends
[ run-time name: twitter4j/api/TrendsMethods.getTrends:()Ltwitter4j/Trends; ]
TrendsMethods.getWeeklyTrends ( ) [abstract]:java.util.List
[ run-time name: twitter4j/api/TrendsMethods.getWeeklyTrends:()Ljava/util/List; ]
TrendsMethods.getWeeklyTrends ( java.util.Date p1, boolean p2 ) [abstract]:java.util.List
[ run-time name: twitter4j/api/TrendsMethods.getWeeklyTrends:(Ljava/util/Date;Z)Ljava/util/List; ]
twitter4j-core-2.1.3.jar, TrendsMethodsAsync.class
package twitter4j.api
TrendsMethodsAsync.getCurrentTrends ( ) [abstract]:void
[ run-time name: twitter4j/api/TrendsMethodsAsync.getCurrentTrends:()V ]
TrendsMethodsAsync.getCurrentTrends ( boolean p1 ) [abstract]:void
[ run-time name: twitter4j/api/TrendsMethodsAsync.getCurrentTrends:(Z)V ]
TrendsMethodsAsync.getDailyTrends ( ) [abstract]:void
[ run-time name: twitter4j/api/TrendsMethodsAsync.getDailyTrends:()V ]
TrendsMethodsAsync.getDailyTrends ( java.util.Date p1, boolean p2 ) [abstract]:void
[ run-time name: twitter4j/api/TrendsMethodsAsync.getDailyTrends:(Ljava/util/Date;Z)V ]
TrendsMethodsAsync.getTrends ( ) [abstract]:void
[ run-time name: twitter4j/api/TrendsMethodsAsync.getTrends:()V ]
TrendsMethodsAsync.getWeeklyTrends ( ) [abstract]:void
[ run-time name: twitter4j/api/TrendsMethodsAsync.getWeeklyTrends:()V ]
TrendsMethodsAsync.getWeeklyTrends ( java.util.Date p1, boolean p2 ) [abstract]:void
[ run-time name: twitter4j/api/TrendsMethodsAsync.getWeeklyTrends:(Ljava/util/Date;Z)V ]
twitter4j-core-2.1.3.jar, Tweet.class
package twitter4j
Tweet.getLocation ( ) [abstract]:String
[ run-time name: twitter4j/Tweet.getLocation:()Ljava/lang/String; ]
twitter4j-core-2.1.3.jar, Twitter.class
package twitter4j
Twitter.getRetweetedBy ( long statusId ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetedBy:(J)Ltwitter4j/ResponseList; ]
Twitter.getRetweetedBy ( long statusId, Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetedBy:(JLtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getRetweetedByIDs ( long statusId ):IDs
[ run-time name: twitter4j/Twitter.getRetweetedByIDs:(J)Ltwitter4j/IDs; ]
Twitter.getRetweetedByIDs ( long statusId, Paging paging ):IDs
[ run-time name: twitter4j/Twitter.getRetweetedByIDs:(JLtwitter4j/Paging;)Ltwitter4j/IDs; ]
Twitter.shutdown ( ):void
[ run-time name: twitter4j/Twitter.shutdown:()V ]
twitter4j-core-2.1.3.jar, TwitterAdapter.class
package twitter4j
TwitterAdapter.gotRetweetedBy ( ResponseList users ):void
[ run-time name: twitter4j/TwitterAdapter.gotRetweetedBy:(Ltwitter4j/ResponseList;)V ]
TwitterAdapter.gotRetweetedByIDs ( IDs ids ):void
[ run-time name: twitter4j/TwitterAdapter.gotRetweetedByIDs:(Ltwitter4j/IDs;)V ]
TwitterAdapter.verifiedCredentials ( User user ):void
[ run-time name: twitter4j/TwitterAdapter.verifiedCredentials:(Ltwitter4j/User;)V ]
twitter4j-core-2.1.3.jar, TwitterException.class
package twitter4j
TwitterException.getExceptionCode ( ):String
[ run-time name: twitter4j/TwitterException.getExceptionCode:()Ljava/lang/String; ]
twitter4j-core-2.1.3.jar, TwitterListener.class
package twitter4j
TwitterListener.gotRetweetedBy ( ResponseList p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotRetweetedBy:(Ltwitter4j/ResponseList;)V ]
TwitterListener.gotRetweetedByIDs ( IDs p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotRetweetedByIDs:(Ltwitter4j/IDs;)V ]
TwitterListener.verifiedCredentials ( User p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.verifiedCredentials:(Ltwitter4j/User;)V ]
twitter4j-core-2.1.3.jar, TwitterStream.class
package twitter4j
TwitterStream.getOAuthAccessToken ( ):http.AccessToken
[ run-time name: twitter4j/TwitterStream.getOAuthAccessToken:()Ltwitter4j/http/AccessToken; ]
TwitterStream.getOAuthAccessToken ( String x0 ):http.AccessToken
[ run-time name: twitter4j/TwitterStream.getOAuthAccessToken:(Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
TwitterStream.getOAuthAccessToken ( String x0, String x1 ):http.AccessToken
[ run-time name: twitter4j/TwitterStream.getOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
TwitterStream.getOAuthAccessToken ( String x0, String x1, String x2 ):http.AccessToken
[ run-time name: twitter4j/TwitterStream.getOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
TwitterStream.getOAuthAccessToken ( http.RequestToken x0 ):http.AccessToken
[ run-time name: twitter4j/TwitterStream.getOAuthAccessToken:(Ltwitter4j/http/RequestToken;)Ltwitter4j/http/AccessToken; ]
TwitterStream.getOAuthAccessToken ( http.RequestToken x0, String x1 ):http.AccessToken
[ run-time name: twitter4j/TwitterStream.getOAuthAccessToken:(Ltwitter4j/http/RequestToken;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
TwitterStream.getOAuthRequestToken ( ):http.RequestToken
[ run-time name: twitter4j/TwitterStream.getOAuthRequestToken:()Ltwitter4j/http/RequestToken; ]
TwitterStream.getOAuthRequestToken ( String x0 ):http.RequestToken
[ run-time name: twitter4j/TwitterStream.getOAuthRequestToken:(Ljava/lang/String;)Ltwitter4j/http/RequestToken; ]
TwitterStream.getUserStream ( ):UserStream
[ run-time name: twitter4j/TwitterStream.getUserStream:()Ltwitter4j/UserStream; ]
TwitterStream.httpResponseReceived ( internal.http.HttpResponseEvent x0 ):void
[ run-time name: twitter4j/TwitterStream.httpResponseReceived:(Ltwitter4j/internal/http/HttpResponseEvent;)V ]
TwitterStream.isOAuthEnabled ( ):boolean
[ run-time name: twitter4j/TwitterStream.isOAuthEnabled:()Z ]
TwitterStream.setOAuthAccessToken ( String x0, String x1 ):void
[ run-time name: twitter4j/TwitterStream.setOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;)V ]
TwitterStream.setOAuthAccessToken ( http.AccessToken x0 ):void
[ run-time name: twitter4j/TwitterStream.setOAuthAccessToken:(Ltwitter4j/http/AccessToken;)V ]
TwitterStream.setOAuthConsumer ( String x0, String x1 ):void
[ run-time name: twitter4j/TwitterStream.setOAuthConsumer:(Ljava/lang/String;Ljava/lang/String;)V ]
TwitterStream.setRateLimitStatusListener ( RateLimitStatusListener x0 ):void
[ run-time name: twitter4j/TwitterStream.setRateLimitStatusListener:(Ltwitter4j/RateLimitStatusListener;)V ]
TwitterStream.setUserStreamListener ( UserStreamListener statusListener ):void
[ run-time name: twitter4j/TwitterStream.setUserStreamListener:(Ltwitter4j/UserStreamListener;)V ]
TwitterStream.shutdown ( ):void
[ run-time name: twitter4j/TwitterStream.shutdown:()V ]
TwitterStream.stream ( String relativeUrl, int count, boolean handleUserStream ):void
[ run-time name: twitter4j/TwitterStream.stream:(Ljava/lang/String;IZ)V ]
TwitterStream.user ( ):void
[ run-time name: twitter4j/TwitterStream.user:()V ]
twitter4j-core-2.1.3.jar, TwitterStreamFactory.class
package twitter4j
TwitterStreamFactory.getOAuthAuthorizedInstance ( String consumerKey, String consumerSecret ):TwitterStream
[ run-time name: twitter4j/TwitterStreamFactory.getOAuthAuthorizedInstance:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/TwitterStream; ]
TwitterStreamFactory.getOAuthAuthorizedInstance ( http.AccessToken accessToken ):TwitterStream
[ run-time name: twitter4j/TwitterStreamFactory.getOAuthAuthorizedInstance:(Ltwitter4j/http/AccessToken;)Ltwitter4j/TwitterStream; ]
twitter4j-core-2.1.3.jar, UserStream.class
package twitter4j
UserStream.close ( ) [abstract]:void
[ run-time name: twitter4j/UserStream.close:()V ]
UserStream.next ( UserStreamListener p1 ) [abstract]:void
[ run-time name: twitter4j/UserStream.next:(Ltwitter4j/UserStreamListener;)V ]
twitter4j-core-2.1.3.jar, UserStreamAdapter.class
package twitter4j
UserStreamAdapter.onBlock ( User source, User target ):void
[ run-time name: twitter4j/UserStreamAdapter.onBlock:(Ltwitter4j/User;Ltwitter4j/User;)V ]
UserStreamAdapter.onDirectMessage ( DirectMessage directMessage ):void
[ run-time name: twitter4j/UserStreamAdapter.onDirectMessage:(Ltwitter4j/DirectMessage;)V ]
UserStreamAdapter.onFavorite ( User source, User target, Status targetObject ):void
[ run-time name: twitter4j/UserStreamAdapter.onFavorite:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V ]
UserStreamAdapter.onFollow ( User source, User target ):void
[ run-time name: twitter4j/UserStreamAdapter.onFollow:(Ltwitter4j/User;Ltwitter4j/User;)V ]
UserStreamAdapter.onFriendList ( int[] friendIds ):void
[ run-time name: twitter4j/UserStreamAdapter.onFriendList:([I)V ]
UserStreamAdapter.onRetweet ( User source, User target, Status targetObject ):void
[ run-time name: twitter4j/UserStreamAdapter.onRetweet:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V ]
UserStreamAdapter.onUnblock ( User source, User target ):void
[ run-time name: twitter4j/UserStreamAdapter.onUnblock:(Ltwitter4j/User;Ltwitter4j/User;)V ]
UserStreamAdapter.onUnfavorite ( User source, User target, Status targetObject ):void
[ run-time name: twitter4j/UserStreamAdapter.onUnfavorite:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V ]
UserStreamAdapter.onUnfollow ( User source, User target ):void
[ run-time name: twitter4j/UserStreamAdapter.onUnfollow:(Ltwitter4j/User;Ltwitter4j/User;)V ]
UserStreamAdapter.onUserListCreated ( User listOwner, UserList list ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserListCreated:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamAdapter.onUserListDestroyed ( User listOwner, UserList list ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserListDestroyed:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamAdapter.onUserListSubscribed ( User subscriber, User listOwner, UserList list ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserListSubscribed:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamAdapter.onUserListUpdated ( User listOwner, UserList list ):void
[ run-time name: twitter4j/UserStreamAdapter.onUserListUpdated:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamAdapter.UserStreamAdapter ( )
[ run-time name: twitter4j/UserStreamAdapter."<init>":()V ]
twitter4j-core-2.1.3.jar, UserStreamListener.class
package twitter4j
UserStreamListener.onBlock ( User p1, User p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onBlock:(Ltwitter4j/User;Ltwitter4j/User;)V ]
UserStreamListener.onDirectMessage ( DirectMessage p1 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onDirectMessage:(Ltwitter4j/DirectMessage;)V ]
UserStreamListener.onFavorite ( User p1, User p2, Status p3 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onFavorite:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V ]
UserStreamListener.onFollow ( User p1, User p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onFollow:(Ltwitter4j/User;Ltwitter4j/User;)V ]
UserStreamListener.onFriendList ( int[] p1 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onFriendList:([I)V ]
UserStreamListener.onRetweet ( User p1, User p2, Status p3 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onRetweet:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V ]
UserStreamListener.onUnblock ( User p1, User p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUnblock:(Ltwitter4j/User;Ltwitter4j/User;)V ]
UserStreamListener.onUnfavorite ( User p1, User p2, Status p3 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUnfavorite:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V ]
UserStreamListener.onUnfollow ( User p1, User p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUnfollow:(Ltwitter4j/User;Ltwitter4j/User;)V ]
UserStreamListener.onUserListCreated ( User p1, UserList p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserListCreated:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamListener.onUserListDestroyed ( User p1, UserList p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserListDestroyed:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamListener.onUserListSubscribed ( User p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserListSubscribed:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
UserStreamListener.onUserListUpdated ( User p1, UserList p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onUserListUpdated:(Ltwitter4j/User;Ltwitter4j/UserList;)V ]
to the top
Removed Methods (44)
twitter4j-core-2.1.2.jar, AsyncTwitter.class
package twitter4j
AsyncTwitter.createBlockAsync ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.createBlockAsync:(I)V ]
twitter4j-core-2.1.2.jar, BlockMethodsAsync.class
package twitter4j.api
BlockMethodsAsync.createBlockAsync ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/BlockMethodsAsync.createBlockAsync:(I)V ]
twitter4j-core-2.1.2.jar, SearchMethods.class
package twitter4j.api
SearchMethods.getCurrentTrends ( ) [abstract]:twitter4j.Trends
[ run-time name: twitter4j/api/SearchMethods.getCurrentTrends:()Ltwitter4j/Trends; ]
SearchMethods.getCurrentTrends ( boolean p1 ) [abstract]:twitter4j.Trends
[ run-time name: twitter4j/api/SearchMethods.getCurrentTrends:(Z)Ltwitter4j/Trends; ]
SearchMethods.getDailyTrends ( ) [abstract]:java.util.List
[ run-time name: twitter4j/api/SearchMethods.getDailyTrends:()Ljava/util/List; ]
SearchMethods.getDailyTrends ( java.util.Date p1, boolean p2 ) [abstract]:java.util.List
[ run-time name: twitter4j/api/SearchMethods.getDailyTrends:(Ljava/util/Date;Z)Ljava/util/List; ]
SearchMethods.getTrends ( ) [abstract]:twitter4j.Trends
[ run-time name: twitter4j/api/SearchMethods.getTrends:()Ltwitter4j/Trends; ]
SearchMethods.getWeeklyTrends ( ) [abstract]:java.util.List
[ run-time name: twitter4j/api/SearchMethods.getWeeklyTrends:()Ljava/util/List; ]
SearchMethods.getWeeklyTrends ( java.util.Date p1, boolean p2 ) [abstract]:java.util.List
[ run-time name: twitter4j/api/SearchMethods.getWeeklyTrends:(Ljava/util/Date;Z)Ljava/util/List; ]
twitter4j-core-2.1.2.jar, SearchMethodsAsync.class
package twitter4j.api
SearchMethodsAsync.getCurrentTrends ( ) [abstract]:void
[ run-time name: twitter4j/api/SearchMethodsAsync.getCurrentTrends:()V ]
SearchMethodsAsync.getCurrentTrends ( boolean p1 ) [abstract]:void
[ run-time name: twitter4j/api/SearchMethodsAsync.getCurrentTrends:(Z)V ]
SearchMethodsAsync.getDailyTrends ( ) [abstract]:void
[ run-time name: twitter4j/api/SearchMethodsAsync.getDailyTrends:()V ]
SearchMethodsAsync.getDailyTrends ( java.util.Date p1, boolean p2 ) [abstract]:void
[ run-time name: twitter4j/api/SearchMethodsAsync.getDailyTrends:(Ljava/util/Date;Z)V ]
SearchMethodsAsync.getTrends ( ) [abstract]:void
[ run-time name: twitter4j/api/SearchMethodsAsync.getTrends:()V ]
SearchMethodsAsync.getWeeklyTrends ( ) [abstract]:void
[ run-time name: twitter4j/api/SearchMethodsAsync.getWeeklyTrends:()V ]
SearchMethodsAsync.getWeeklyTrends ( java.util.Date p1, boolean p2 ) [abstract]:void
[ run-time name: twitter4j/api/SearchMethodsAsync.getWeeklyTrends:(Ljava/util/Date;Z)V ]
twitter4j-core-2.1.2.jar, SocialGraphMethods.class
package twitter4j.api
SocialGraphMethods.getFollowersIDs ( ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/SocialGraphMethods.getFollowersIDs:()Ltwitter4j/IDs; ]
SocialGraphMethods.getFollowersIDs ( int p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/SocialGraphMethods.getFollowersIDs:(I)Ltwitter4j/IDs; ]
SocialGraphMethods.getFollowersIDs ( int p1, long p2 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/SocialGraphMethods.getFollowersIDs:(IJ)Ltwitter4j/IDs; ]
SocialGraphMethods.getFollowersIDs ( long p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/SocialGraphMethods.getFollowersIDs:(J)Ltwitter4j/IDs; ]
SocialGraphMethods.getFollowersIDs ( String p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/SocialGraphMethods.getFollowersIDs:(Ljava/lang/String;)Ltwitter4j/IDs; ]
SocialGraphMethods.getFollowersIDs ( String p1, long p2 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/SocialGraphMethods.getFollowersIDs:(Ljava/lang/String;J)Ltwitter4j/IDs; ]
SocialGraphMethods.getFriendsIDs ( ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/SocialGraphMethods.getFriendsIDs:()Ltwitter4j/IDs; ]
SocialGraphMethods.getFriendsIDs ( int p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/SocialGraphMethods.getFriendsIDs:(I)Ltwitter4j/IDs; ]
SocialGraphMethods.getFriendsIDs ( int p1, long p2 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/SocialGraphMethods.getFriendsIDs:(IJ)Ltwitter4j/IDs; ]
SocialGraphMethods.getFriendsIDs ( long p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/SocialGraphMethods.getFriendsIDs:(J)Ltwitter4j/IDs; ]
SocialGraphMethods.getFriendsIDs ( String p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/SocialGraphMethods.getFriendsIDs:(Ljava/lang/String;)Ltwitter4j/IDs; ]
SocialGraphMethods.getFriendsIDs ( String p1, long p2 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/SocialGraphMethods.getFriendsIDs:(Ljava/lang/String;J)Ltwitter4j/IDs; ]
twitter4j-core-2.1.2.jar, SocialGraphMethodsAsync.class
package twitter4j.api
SocialGraphMethodsAsync.getFollowersIDs ( ) [abstract]:void
[ run-time name: twitter4j/api/SocialGraphMethodsAsync.getFollowersIDs:()V ]
SocialGraphMethodsAsync.getFollowersIDs ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/SocialGraphMethodsAsync.getFollowersIDs:(I)V ]
SocialGraphMethodsAsync.getFollowersIDs ( int p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/SocialGraphMethodsAsync.getFollowersIDs:(IJ)V ]
SocialGraphMethodsAsync.getFollowersIDs ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/SocialGraphMethodsAsync.getFollowersIDs:(J)V ]
SocialGraphMethodsAsync.getFollowersIDs ( String p1 ) [abstract]:void
[ run-time name: twitter4j/api/SocialGraphMethodsAsync.getFollowersIDs:(Ljava/lang/String;)V ]
SocialGraphMethodsAsync.getFollowersIDs ( String p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/SocialGraphMethodsAsync.getFollowersIDs:(Ljava/lang/String;J)V ]
SocialGraphMethodsAsync.getFriendsIDs ( ) [abstract]:void
[ run-time name: twitter4j/api/SocialGraphMethodsAsync.getFriendsIDs:()V ]
SocialGraphMethodsAsync.getFriendsIDs ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/SocialGraphMethodsAsync.getFriendsIDs:(I)V ]
SocialGraphMethodsAsync.getFriendsIDs ( int p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/SocialGraphMethodsAsync.getFriendsIDs:(IJ)V ]
SocialGraphMethodsAsync.getFriendsIDs ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/SocialGraphMethodsAsync.getFriendsIDs:(J)V ]
SocialGraphMethodsAsync.getFriendsIDs ( String p1 ) [abstract]:void
[ run-time name: twitter4j/api/SocialGraphMethodsAsync.getFriendsIDs:(Ljava/lang/String;)V ]
SocialGraphMethodsAsync.getFriendsIDs ( String p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/SocialGraphMethodsAsync.getFriendsIDs:(Ljava/lang/String;J)V ]
twitter4j-core-2.1.2.jar, TimelineMethods.class
package twitter4j.api
TimelineMethods.getRetweetsOfMe ( ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getRetweetsOfMe:()Ltwitter4j/ResponseList; ]
TimelineMethods.getRetweetsOfMe ( twitter4j.Paging p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getRetweetsOfMe:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.2.jar, TimelineMethodsAsync.class
package twitter4j.api
TimelineMethodsAsync.getRetweetsOfMe ( ) [abstract]:void
[ run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetsOfMe:()V ]
TimelineMethodsAsync.getRetweetsOfMe ( twitter4j.Paging p1 ) [abstract]:void
[ run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetsOfMe:(Ltwitter4j/Paging;)V ]
to the top
Problems with Data Types, High risk (25)
twitter4j-core-2.1.2.jar
package twitter4j
[+] AsyncTwitter (1)
|
Removed super-interface api.SocialGraphMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (161)
AsyncTwitter.addUserListMember ( int listId, int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.AsyncTwitter ( String screenName, String password, TwitterListener listener ):
This constructor is from 'AsyncTwitter' class.
AsyncTwitter.checkUserListMembership ( String listOwnerScreenName, int listId, int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.checkUserListSubscription ( String listOwnerScreenName, int listId, int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createBlock ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFavorite ( long id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFriendship ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFriendship ( int userId, boolean follow ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFriendship ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFriendship ( String screenName, boolean follow ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createUserList ( String listName, boolean isPublicList, String description ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.deleteUserListMember ( int listId, int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyBlock ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyBlock ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyDirectMessage ( int id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyFavorite ( long id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyFriendship ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyFriendship ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyStatus ( long statusId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyUserList ( int listId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.disableNotification ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.disableNotification ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.enableNotification ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.enableNotification ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.equals ( Object x0 ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.existsBlock ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.existsBlock ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.existsFriendship ( String userA, String userB ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getAvailableTrends ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getAvailableTrends ( GeoLocation location ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getBlockingUsers ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getBlockingUsers ( int page ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getBlockingUsersIDs ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getCurrentTrends ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getCurrentTrends ( boolean excludeHashTags ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getDailyTrends ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getDailyTrends ( java.util.Date date, boolean excludeHashTags ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getDirectMessages ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getDirectMessages ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFavorites ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFavorites ( int page ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFavorites ( String id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFavorites ( String id, int page ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDs ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDs ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDs ( int userId, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDs ( long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDs ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDs ( String screenName, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersStatuses ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersStatuses ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersStatuses ( int userId, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersStatuses ( long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersStatuses ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersStatuses ( String screenName, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDs ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDs ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDs ( int userId, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDs ( long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDs ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDs ( String screenName, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsStatuses ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsStatuses ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsStatuses ( int userId, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsStatuses ( long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsStatuses ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsStatuses ( String screenName, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimeline ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimeline ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getGeoDetails ( String id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getHomeTimeline ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getHomeTimeline ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getId ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getIncomingFriendships ( long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getLocationTrends ( int woeid ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getMentions ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getMentions ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getNearbyPlaces ( GeoQuery query ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthAccessToken ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthAccessToken ( String oauthVerifier ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthAccessToken ( String token, String tokenSecret ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthAccessToken ( String token, String tokenSecret, String pin ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthAccessToken ( http.RequestToken requestToken ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthAccessToken ( http.RequestToken requestToken, String oauthVerifier ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthRequestToken ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOAuthRequestToken ( String callbackUrl ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getOutgoingFriendships ( long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getPublicTimeline ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRateLimitStatus ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRetweetedByMe ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRetweetedByMe ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRetweetedToMe ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRetweetedToMe ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRetweets ( long statusId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRetweetsOfMe ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRetweetsOfMe ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getScreenName ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getSentDirectMessages ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getSentDirectMessages ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getSuggestedUserCategories ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getTrends ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserListMembers ( String listOwnerScreenName, int listId, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserListMemberships ( String listOwnerScreenName, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserLists ( String listOwnerScreenName, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserListStatuses ( String listOwnerScreenName, int id, Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserListSubscribers ( String listOwnerScreenName, int listId, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserListSubscriptions ( String listOwnerScreenName, long cursor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserSuggestions ( String categorySlug ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimeline ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimeline ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimeline ( int userId, Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimeline ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimeline ( String screenName, Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimeline ( Paging paging ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getWeeklyTrends ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getWeeklyTrends ( java.util.Date date, boolean excludeHashTags ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.hashCode ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.httpResponseReceived ( internal.http.HttpResponseEvent x0 ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.isOAuthEnabled ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.lookupUsers ( int[] ids ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.lookupUsers ( String[] screenNames ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.reportSpam ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.reportSpam ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.retweetStatus ( long statusId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.reverseGeoCode ( GeoQuery query ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.search ( Query query ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.searchUsers ( String query, int page ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.sendDirectMessage ( int userId, String text ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.sendDirectMessage ( String screenName, String text ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.setOAuthAccessToken ( String token, String tokenSecret ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.setOAuthAccessToken ( http.AccessToken accessToken ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.setOAuthConsumer ( String consumerKey, String consumerSecret ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.setRateLimitStatusListener ( RateLimitStatusListener x0 ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.showFriendship ( int sourceId, int targetId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.showFriendship ( String sourceScreenName, String targetScreenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.showStatus ( long id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.showUser ( int userId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.showUser ( String screenName ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.showUserList ( String listOwnerScreenName, int id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.shutdown ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.subscribeUserList ( String listOwnerScreenName, int listId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.test ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.toString ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.unsubscribeUserList ( String listOwnerScreenName, int listId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateDeliveryDevice ( Device device ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateProfile ( String name, String email, String url, String location, String description ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateProfileBackgroundImage ( java.io.File image, boolean tile ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateProfileColors ( String profileBackgroundColor, String profileTextColor, String profileLinkColor, String profileSidebarFillColor, String profileSidebarBorderColor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateProfileImage ( java.io.File image ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateStatus ( String status ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateStatus ( String status, long inReplyToStatusId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateStatus ( String status, long inReplyToStatusId, GeoLocation location ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateStatus ( String status, GeoLocation location ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateStatus ( StatusUpdate latestStatus ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateUserList ( int listId, String newListName, boolean isPublicList, String newDescription ):
This method is from 'AsyncTwitter' class.
AsyncTwitterFactory.getInstance ( ):
Return value of this method has type 'AsyncTwitter'.
AsyncTwitterFactory.getInstance ( String screenName, String password ):
Return value of this method has type 'AsyncTwitter'.
AsyncTwitterFactory.getInstance ( http.Authorization auth ):
Return value of this method has type 'AsyncTwitter'.
AsyncTwitterFactory.getOAuthAuthorizedInstance ( String consumerKey, String consumerSecret ):
Return value of this method has type 'AsyncTwitter'.
AsyncTwitterFactory.getOAuthAuthorizedInstance ( String consumerKey, String consumerSecret, http.AccessToken accessToken ):
Return value of this method has type 'AsyncTwitter'.
AsyncTwitterFactory.getOAuthAuthorizedInstance ( http.AccessToken accessToken ):
Return value of this method has type 'AsyncTwitter'.
[+] PagableResponseList (1)
|
This class become interface. | A client program may be interrupted by IncompatibleClassChangeError or InstantiationError exception dependent on the usage of this class. |
[+] affected methods (52)
api.ListMembersMethods.getUserListMembers ( String p1, int p2, long p3 ):
Return value of this abstract method has type 'PagableResponseList'.
api.ListMethods.getUserListMemberships ( String p1, long p2 ):
Return value of this abstract method has type 'PagableResponseList'.
api.ListMethods.getUserLists ( String p1, long p2 ):
Return value of this abstract method has type 'PagableResponseList'.
api.ListMethods.getUserListSubscriptions ( String p1, long p2 ):
Return value of this abstract method has type 'PagableResponseList'.
api.ListSubscribersMethods.getUserListSubscribers ( String p1, int p2, long p3 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFollowersStatuses ( ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFollowersStatuses ( int p1 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFollowersStatuses ( int p1, long p2 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFollowersStatuses ( long p1 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFollowersStatuses ( String p1 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFollowersStatuses ( String p1, long p2 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFriendsStatuses ( ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFriendsStatuses ( int p1 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFriendsStatuses ( int p1, long p2 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFriendsStatuses ( long p1 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFriendsStatuses ( String p1 ):
Return value of this abstract method has type 'PagableResponseList'.
api.UserMethods.getFriendsStatuses ( String p1, long p2 ):
Return value of this abstract method has type 'PagableResponseList'.
PagableResponseList.getNextCursor ( ):
This method is from 'PagableResponseList' class.
PagableResponseList.getPreviousCursor ( ):
This method is from 'PagableResponseList' class.
PagableResponseList.hasNext ( ):
This method is from 'PagableResponseList' class.
PagableResponseList.hasPrevious ( ):
This method is from 'PagableResponseList' class.
Twitter.getFollowersStatuses ( ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFollowersStatuses ( int userId ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFollowersStatuses ( int userId, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFollowersStatuses ( long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFollowersStatuses ( String screenName ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFollowersStatuses ( String screenName, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFriendsStatuses ( ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFriendsStatuses ( int userId ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFriendsStatuses ( int userId, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFriendsStatuses ( long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFriendsStatuses ( String screenName ):
Return value of this method has type 'PagableResponseList'.
Twitter.getFriendsStatuses ( String screenName, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getUserListMembers ( String listOwnerScreenName, int listId, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getUserListMemberships ( String listOwnerScreenName, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getUserLists ( String listOwnerScreenName, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getUserListSubscribers ( String listOwnerScreenName, int listId, long cursor ):
Return value of this method has type 'PagableResponseList'.
Twitter.getUserListSubscriptions ( String listOwnerScreenName, long cursor ):
Return value of this method has type 'PagableResponseList'.
TwitterAdapter.gotFollowersStatuses ( PagableResponseList users ):
1st parameter 'users' of this method has type 'PagableResponseList'.
TwitterAdapter.gotFriendsStatuses ( PagableResponseList users ):
1st parameter 'users' of this method has type 'PagableResponseList'.
TwitterAdapter.gotUserListMembers ( PagableResponseList users ):
1st parameter 'users' of this method has type 'PagableResponseList'.
TwitterAdapter.gotUserListMemberships ( PagableResponseList userLists ):
1st parameter 'userLists' of this method has type 'PagableResponseList'.
TwitterAdapter.gotUserLists ( PagableResponseList userLists ):
1st parameter 'userLists' of this method has type 'PagableResponseList'.
TwitterAdapter.gotUserListSubscribers ( PagableResponseList users ):
1st parameter 'users' of this method has type 'PagableResponseList'.
TwitterAdapter.gotUserListSubscriptions ( PagableResponseList userLists ):
1st parameter 'userLists' of this method has type 'PagableResponseList'.
TwitterListener.gotFollowersStatuses ( PagableResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'PagableResponseList'.
TwitterListener.gotFriendsStatuses ( PagableResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'PagableResponseList'.
TwitterListener.gotUserListMembers ( PagableResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'PagableResponseList'.
TwitterListener.gotUserListMemberships ( PagableResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'PagableResponseList'.
TwitterListener.gotUserLists ( PagableResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'PagableResponseList'.
TwitterListener.gotUserListSubscribers ( PagableResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'PagableResponseList'.
TwitterListener.gotUserListSubscriptions ( PagableResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'PagableResponseList'.
[+] ResponseList (1)
|
This class become interface. | A client program may be interrupted by IncompatibleClassChangeError or InstantiationError exception dependent on the usage of this class. |
[+] affected methods (122)
api.BlockMethods.getBlockingUsers ( ):
Return value of this abstract method has type 'ResponseList'.
api.BlockMethods.getBlockingUsers ( int p1 ):
Return value of this abstract method has type 'ResponseList'.
api.DirectMessageMethods.getDirectMessages ( ):
Return value of this abstract method has type 'ResponseList'.
api.DirectMessageMethods.getDirectMessages ( Paging p1 ):
Return value of this abstract method has type 'ResponseList'.
api.DirectMessageMethods.getSentDirectMessages ( ):
Return value of this abstract method has type 'ResponseList'.
api.DirectMessageMethods.getSentDirectMessages ( Paging p1 ):
Return value of this abstract method has type 'ResponseList'.
api.FavoriteMethods.getFavorites ( ):
Return value of this abstract method has type 'ResponseList'.
api.FavoriteMethods.getFavorites ( int p1 ):
Return value of this abstract method has type 'ResponseList'.
api.FavoriteMethods.getFavorites ( String p1 ):
Return value of this abstract method has type 'ResponseList'.
api.FavoriteMethods.getFavorites ( String p1, int p2 ):
Return value of this abstract method has type 'ResponseList'.
api.GeoMethods.getNearbyPlaces ( GeoQuery p1 ):
Return value of this abstract method has type 'ResponseList'.
api.GeoMethods.reverseGeoCode ( GeoQuery p1 ):
Return value of this abstract method has type 'ResponseList'.
api.ListMethods.getUserListStatuses ( String p1, int p2, Paging p3 ):
Return value of this abstract method has type 'ResponseList'.
api.LocalTrendsMethods.getAvailableTrends ( ):
Return value of this abstract method has type 'ResponseList'.
api.LocalTrendsMethods.getAvailableTrends ( GeoLocation p1 ):
Return value of this abstract method has type 'ResponseList'.
api.StatusMethods.getRetweets ( long p1 ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getFriendsTimeline ( ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getFriendsTimeline ( Paging p1 ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getHomeTimeline ( ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getHomeTimeline ( Paging p1 ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getMentions ( ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getMentions ( Paging p1 ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getPublicTimeline ( ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getRetweetedByMe ( ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getRetweetedByMe ( Paging p1 ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getRetweetedToMe ( ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getRetweetedToMe ( Paging p1 ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getUserTimeline ( ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getUserTimeline ( int p1 ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getUserTimeline ( int p1, Paging p2 ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getUserTimeline ( String p1 ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getUserTimeline ( String p1, Paging p2 ):
Return value of this abstract method has type 'ResponseList'.
api.TimelineMethods.getUserTimeline ( Paging p1 ):
Return value of this abstract method has type 'ResponseList'.
api.UserMethods.getSuggestedUserCategories ( ):
Return value of this abstract method has type 'ResponseList'.
api.UserMethods.getUserSuggestions ( String p1 ):
Return value of this abstract method has type 'ResponseList'.
api.UserMethods.lookupUsers ( int[] p1 ):
Return value of this abstract method has type 'ResponseList'.
api.UserMethods.lookupUsers ( String[] p1 ):
Return value of this abstract method has type 'ResponseList'.
api.UserMethods.searchUsers ( String p1, int p2 ):
Return value of this abstract method has type 'ResponseList'.
ResponseList.getFeatureSpecificRateLimitStatus ( ):
This method is from 'ResponseList' class.
ResponseList.getRateLimitStatus ( ):
This method is from 'ResponseList' class.
Twitter.getAvailableTrends ( ):
Return value of this method has type 'ResponseList'.
Twitter.getAvailableTrends ( GeoLocation location ):
Return value of this method has type 'ResponseList'.
Twitter.getBlockingUsers ( ):
Return value of this method has type 'ResponseList'.
Twitter.getBlockingUsers ( int page ):
Return value of this method has type 'ResponseList'.
Twitter.getDirectMessages ( ):
Return value of this method has type 'ResponseList'.
Twitter.getDirectMessages ( Paging paging ):
Return value of this method has type 'ResponseList'.
Twitter.getFavorites ( ):
Return value of this method has type 'ResponseList'.
Twitter.getFavorites ( int page ):
Return value of this method has type 'ResponseList'.
Twitter.getFavorites ( String id ):
Return value of this method has type 'ResponseList'.
Twitter.getFavorites ( String id, int page ):
Return value of this method has type 'ResponseList'.
Twitter.getFriendsTimeline ( ):
Return value of this method has type 'ResponseList'.
Twitter.getFriendsTimeline ( Paging paging ):
Return value of this method has type 'ResponseList'.
Twitter.getHomeTimeline ( ):
Return value of this method has type 'ResponseList'.
Twitter.getHomeTimeline ( Paging paging ):
Return value of this method has type 'ResponseList'.
Twitter.getMentions ( ):
Return value of this method has type 'ResponseList'.
Twitter.getMentions ( Paging paging ):
Return value of this method has type 'ResponseList'.
Twitter.getNearbyPlaces ( GeoQuery query ):
Return value of this method has type 'ResponseList'.
Twitter.getPublicTimeline ( ):
Return value of this method has type 'ResponseList'.
Twitter.getRetweetedByMe ( ):
Return value of this method has type 'ResponseList'.
Twitter.getRetweetedByMe ( Paging paging ):
Return value of this method has type 'ResponseList'.
Twitter.getRetweetedToMe ( ):
Return value of this method has type 'ResponseList'.
Twitter.getRetweetedToMe ( Paging paging ):
Return value of this method has type 'ResponseList'.
Twitter.getRetweets ( long statusId ):
Return value of this method has type 'ResponseList'.
Twitter.getRetweetsOfMe ( ):
Return value of this method has type 'ResponseList'.
Twitter.getRetweetsOfMe ( Paging paging ):
Return value of this method has type 'ResponseList'.
Twitter.getSentDirectMessages ( ):
Return value of this method has type 'ResponseList'.
Twitter.getSentDirectMessages ( Paging paging ):
Return value of this method has type 'ResponseList'.
Twitter.getSuggestedUserCategories ( ):
Return value of this method has type 'ResponseList'.
Twitter.getUserListStatuses ( String listOwnerScreenName, int id, Paging paging ):
Return value of this method has type 'ResponseList'.
Twitter.getUserSuggestions ( String categorySlug ):
Return value of this method has type 'ResponseList'.
Twitter.getUserTimeline ( ):
Return value of this method has type 'ResponseList'.
Twitter.getUserTimeline ( int userId ):
Return value of this method has type 'ResponseList'.
Twitter.getUserTimeline ( int userId, Paging paging ):
Return value of this method has type 'ResponseList'.
Twitter.getUserTimeline ( String screenName ):
Return value of this method has type 'ResponseList'.
Twitter.getUserTimeline ( String screenName, Paging paging ):
Return value of this method has type 'ResponseList'.
Twitter.getUserTimeline ( Paging paging ):
Return value of this method has type 'ResponseList'.
Twitter.lookupUsers ( int[] ids ):
Return value of this method has type 'ResponseList'.
Twitter.lookupUsers ( String[] screenNames ):
Return value of this method has type 'ResponseList'.
Twitter.reverseGeoCode ( GeoQuery query ):
Return value of this method has type 'ResponseList'.
Twitter.searchUsers ( String query, int page ):
Return value of this method has type 'ResponseList'.
TwitterAdapter.gotAvailableTrends ( ResponseList locations ):
1st parameter 'locations' of this method has type 'ResponseList'.
TwitterAdapter.gotBlockingUsers ( ResponseList blockingUsers ):
1st parameter 'blockingUsers' of this method has type 'ResponseList'.
TwitterAdapter.gotDirectMessages ( ResponseList messages ):
1st parameter 'messages' of this method has type 'ResponseList'.
TwitterAdapter.gotFavorites ( ResponseList statuses ):
1st parameter 'statuses' of this method has type 'ResponseList'.
TwitterAdapter.gotFriendsTimeline ( ResponseList statuses ):
1st parameter 'statuses' of this method has type 'ResponseList'.
TwitterAdapter.gotHomeTimeline ( ResponseList statuses ):
1st parameter 'statuses' of this method has type 'ResponseList'.
TwitterAdapter.gotMentions ( ResponseList statuses ):
1st parameter 'statuses' of this method has type 'ResponseList'.
TwitterAdapter.gotNearByPlaces ( ResponseList places ):
1st parameter 'places' of this method has type 'ResponseList'.
TwitterAdapter.gotPublicTimeline ( ResponseList statuses ):
1st parameter 'statuses' of this method has type 'ResponseList'.
TwitterAdapter.gotRetweetedByMe ( ResponseList statuses ):
1st parameter 'statuses' of this method has type 'ResponseList'.
TwitterAdapter.gotRetweetedToMe ( ResponseList statuses ):
1st parameter 'statuses' of this method has type 'ResponseList'.
TwitterAdapter.gotRetweets ( ResponseList retweets ):
1st parameter 'retweets' of this method has type 'ResponseList'.
TwitterAdapter.gotRetweetsOfMe ( ResponseList statuses ):
1st parameter 'statuses' of this method has type 'ResponseList'.
TwitterAdapter.gotReverseGeoCode ( ResponseList places ):
1st parameter 'places' of this method has type 'ResponseList'.
TwitterAdapter.gotSentDirectMessages ( ResponseList messages ):
1st parameter 'messages' of this method has type 'ResponseList'.
TwitterAdapter.gotSuggestedUserCategories ( ResponseList categories ):
1st parameter 'categories' of this method has type 'ResponseList'.
TwitterAdapter.gotUserListStatuses ( ResponseList statuses ):
1st parameter 'statuses' of this method has type 'ResponseList'.
TwitterAdapter.gotUserSuggestions ( ResponseList users ):
1st parameter 'users' of this method has type 'ResponseList'.
TwitterAdapter.gotUserTimeline ( ResponseList statuses ):
1st parameter 'statuses' of this method has type 'ResponseList'.
TwitterAdapter.lookedupUsers ( ResponseList users ):
1st parameter 'users' of this method has type 'ResponseList'.
TwitterAdapter.searchedUser ( ResponseList userList ):
1st parameter 'userList' of this method has type 'ResponseList'.
TwitterListener.gotAvailableTrends ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotBlockingUsers ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotDirectMessages ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotFavorites ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotFriendsTimeline ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotHomeTimeline ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotMentions ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotNearByPlaces ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotPublicTimeline ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotRetweetedByMe ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotRetweetedToMe ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotRetweets ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotRetweetsOfMe ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotReverseGeoCode ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotSentDirectMessages ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotSuggestedUserCategories ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotUserListStatuses ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotUserSuggestions ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotUserTimeline ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.lookedupUsers ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.searchedUser ( ResponseList p1 ):
1st parameter 'p1' of this abstract method has type 'ResponseList'.
[+] Twitter (1)
|
Removed super-interface api.SocialGraphMethods. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (167)
Twitter.addUserListMember ( int listId, int userId ):
This method is from 'Twitter' class.
Twitter.checkUserListMembership ( String listOwnerScreenName, int listId, int userId ):
This method is from 'Twitter' class.
Twitter.checkUserListSubscription ( String listOwnerScreenName, int listId, int userId ):
This method is from 'Twitter' class.
Twitter.createBlock ( int userId ):
This method is from 'Twitter' class.
Twitter.createBlock ( String screenName ):
This method is from 'Twitter' class.
Twitter.createFavorite ( long id ):
This method is from 'Twitter' class.
Twitter.createFriendship ( int userId ):
This method is from 'Twitter' class.
Twitter.createFriendship ( int userId, boolean follow ):
This method is from 'Twitter' class.
Twitter.createFriendship ( String screenName ):
This method is from 'Twitter' class.
Twitter.createFriendship ( String screenName, boolean follow ):
This method is from 'Twitter' class.
Twitter.createSavedSearch ( String query ):
This method is from 'Twitter' class.
Twitter.createUserList ( String listName, boolean isPublicList, String description ):
This method is from 'Twitter' class.
Twitter.deleteUserListMember ( int listId, int userId ):
This method is from 'Twitter' class.
Twitter.destroyBlock ( int userId ):
This method is from 'Twitter' class.
Twitter.destroyBlock ( String screen_name ):
This method is from 'Twitter' class.
Twitter.destroyDirectMessage ( int id ):
This method is from 'Twitter' class.
Twitter.destroyFavorite ( long id ):
This method is from 'Twitter' class.
Twitter.destroyFriendship ( int userId ):
This method is from 'Twitter' class.
Twitter.destroyFriendship ( String screenName ):
This method is from 'Twitter' class.
Twitter.destroySavedSearch ( int id ):
This method is from 'Twitter' class.
Twitter.destroyStatus ( long statusId ):
This method is from 'Twitter' class.
Twitter.destroyUserList ( int listId ):
This method is from 'Twitter' class.
Twitter.disableNotification ( int userId ):
This method is from 'Twitter' class.
Twitter.disableNotification ( String screenName ):
This method is from 'Twitter' class.
Twitter.enableNotification ( int userId ):
This method is from 'Twitter' class.
Twitter.enableNotification ( String screenName ):
This method is from 'Twitter' class.
Twitter.equals ( Object x0 ):
This method is from 'Twitter' class.
Twitter.existsBlock ( int userId ):
This method is from 'Twitter' class.
Twitter.existsBlock ( String screenName ):
This method is from 'Twitter' class.
Twitter.existsFriendship ( String userA, String userB ):
This method is from 'Twitter' class.
Twitter.getAvailableTrends ( ):
This method is from 'Twitter' class.
Twitter.getAvailableTrends ( GeoLocation location ):
This method is from 'Twitter' class.
Twitter.getBlockingUsers ( ):
This method is from 'Twitter' class.
Twitter.getBlockingUsers ( int page ):
This method is from 'Twitter' class.
Twitter.getBlockingUsersIDs ( ):
This method is from 'Twitter' class.
Twitter.getCurrentTrends ( ):
This method is from 'Twitter' class.
Twitter.getCurrentTrends ( boolean excludeHashTags ):
This method is from 'Twitter' class.
Twitter.getDailyTrends ( ):
This method is from 'Twitter' class.
Twitter.getDailyTrends ( java.util.Date date, boolean excludeHashTags ):
This method is from 'Twitter' class.
Twitter.getDirectMessages ( ):
This method is from 'Twitter' class.
Twitter.getDirectMessages ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getFavorites ( ):
This method is from 'Twitter' class.
Twitter.getFavorites ( int page ):
This method is from 'Twitter' class.
Twitter.getFavorites ( String id ):
This method is from 'Twitter' class.
Twitter.getFavorites ( String id, int page ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( int userId ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( int userId, long cursor ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( long cursor ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( String screenName ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( String screenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( int userId ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( int userId, long cursor ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( long cursor ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( String screenName ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( String screenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( int userId ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( int userId, long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( String screenName ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( String screenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( int userId ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( int userId, long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( String screenName ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( String screenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsTimeline ( ):
This method is from 'Twitter' class.
Twitter.getFriendsTimeline ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getGeoDetails ( String id ):
This method is from 'Twitter' class.
Twitter.getHomeTimeline ( ):
This method is from 'Twitter' class.
Twitter.getHomeTimeline ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getId ( ):
This method is from 'Twitter' class.
Twitter.getIncomingFriendships ( long cursor ):
This method is from 'Twitter' class.
Twitter.getLocationTrends ( int woeid ):
This method is from 'Twitter' class.
Twitter.getMentions ( ):
This method is from 'Twitter' class.
Twitter.getMentions ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getNearbyPlaces ( GeoQuery query ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( String oauthVerifier ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( String token, String tokenSecret ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( String token, String tokenSecret, String pin ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( http.RequestToken requestToken ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( http.RequestToken requestToken, String oauthVerifier ):
This method is from 'Twitter' class.
Twitter.getOAuthRequestToken ( ):
This method is from 'Twitter' class.
Twitter.getOAuthRequestToken ( String callbackUrl ):
This method is from 'Twitter' class.
Twitter.getOutgoingFriendships ( long cursor ):
This method is from 'Twitter' class.
Twitter.getPublicTimeline ( ):
This method is from 'Twitter' class.
Twitter.getRateLimitStatus ( ):
This method is from 'Twitter' class.
Twitter.getRetweetedByMe ( ):
This method is from 'Twitter' class.
Twitter.getRetweetedByMe ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getRetweetedToMe ( ):
This method is from 'Twitter' class.
Twitter.getRetweetedToMe ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getRetweets ( long statusId ):
This method is from 'Twitter' class.
Twitter.getRetweetsOfMe ( ):
This method is from 'Twitter' class.
Twitter.getRetweetsOfMe ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getSavedSearches ( ):
This method is from 'Twitter' class.
Twitter.getScreenName ( ):
This method is from 'Twitter' class.
Twitter.getSentDirectMessages ( ):
This method is from 'Twitter' class.
Twitter.getSentDirectMessages ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getSuggestedUserCategories ( ):
This method is from 'Twitter' class.
Twitter.getTrends ( ):
This method is from 'Twitter' class.
Twitter.getUserListMembers ( String listOwnerScreenName, int listId, long cursor ):
This method is from 'Twitter' class.
Twitter.getUserListMemberships ( String listOwnerScreenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getUserLists ( String listOwnerScreenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getUserListStatuses ( String listOwnerScreenName, int id, Paging paging ):
This method is from 'Twitter' class.
Twitter.getUserListSubscribers ( String listOwnerScreenName, int listId, long cursor ):
This method is from 'Twitter' class.
Twitter.getUserListSubscriptions ( String listOwnerScreenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getUserSuggestions ( String categorySlug ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( int userId ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( int userId, Paging paging ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( String screenName ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( String screenName, Paging paging ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getWeeklyTrends ( ):
This method is from 'Twitter' class.
Twitter.getWeeklyTrends ( java.util.Date date, boolean excludeHashTags ):
This method is from 'Twitter' class.
Twitter.hashCode ( ):
This method is from 'Twitter' class.
Twitter.httpResponseReceived ( internal.http.HttpResponseEvent x0 ):
This method is from 'Twitter' class.
Twitter.isOAuthEnabled ( ):
This method is from 'Twitter' class.
Twitter.lookupUsers ( int[] ids ):
This method is from 'Twitter' class.
Twitter.lookupUsers ( String[] screenNames ):
This method is from 'Twitter' class.
Twitter.reportSpam ( int userId ):
This method is from 'Twitter' class.
Twitter.reportSpam ( String screenName ):
This method is from 'Twitter' class.
Twitter.retweetStatus ( long statusId ):
This method is from 'Twitter' class.
Twitter.reverseGeoCode ( GeoQuery query ):
This method is from 'Twitter' class.
Twitter.search ( Query query ):
This method is from 'Twitter' class.
Twitter.searchUsers ( String query, int page ):
This method is from 'Twitter' class.
Twitter.sendDirectMessage ( int userId, String text ):
This method is from 'Twitter' class.
Twitter.sendDirectMessage ( String screenName, String text ):
This method is from 'Twitter' class.
Twitter.setOAuthAccessToken ( String token, String tokenSecret ):
This method is from 'Twitter' class.
Twitter.setOAuthAccessToken ( http.AccessToken accessToken ):
This method is from 'Twitter' class.
Twitter.setOAuthConsumer ( String consumerKey, String consumerSecret ):
This method is from 'Twitter' class.
Twitter.setRateLimitStatusListener ( RateLimitStatusListener x0 ):
This method is from 'Twitter' class.
Twitter.showFriendship ( int sourceId, int targetId ):
This method is from 'Twitter' class.
Twitter.showFriendship ( String sourceScreenName, String targetScreenName ):
This method is from 'Twitter' class.
Twitter.showSavedSearch ( int id ):
This method is from 'Twitter' class.
Twitter.showStatus ( long id ):
This method is from 'Twitter' class.
Twitter.showUser ( int userId ):
This method is from 'Twitter' class.
Twitter.showUser ( String screenName ):
This method is from 'Twitter' class.
Twitter.showUserList ( String listOwnerScreenName, int id ):
This method is from 'Twitter' class.
Twitter.subscribeUserList ( String listOwnerScreenName, int listId ):
This method is from 'Twitter' class.
Twitter.test ( ):
This method is from 'Twitter' class.
Twitter.toString ( ):
This method is from 'Twitter' class.
Twitter.Twitter ( ):
This constructor is from 'Twitter' class.
Twitter.Twitter ( String screenName, String password ):
This constructor is from 'Twitter' class.
Twitter.unsubscribeUserList ( String listOwnerScreenName, int listId ):
This method is from 'Twitter' class.
Twitter.updateDeliveryDevice ( Device device ):
This method is from 'Twitter' class.
Twitter.updateProfile ( String name, String email, String url, String location, String description ):
This method is from 'Twitter' class.
Twitter.updateProfileBackgroundImage ( java.io.File image, boolean tile ):
This method is from 'Twitter' class.
Twitter.updateProfileColors ( String profileBackgroundColor, String profileTextColor, String profileLinkColor, String profileSidebarFillColor, String profileSidebarBorderColor ):
This method is from 'Twitter' class.
Twitter.updateProfileImage ( java.io.File image ):
This method is from 'Twitter' class.
Twitter.updateStatus ( String status ):
This method is from 'Twitter' class.
Twitter.updateStatus ( String status, long inReplyToStatusId ):
This method is from 'Twitter' class.
Twitter.updateStatus ( String status, long inReplyToStatusId, GeoLocation location ):
This method is from 'Twitter' class.
Twitter.updateStatus ( String status, GeoLocation location ):
This method is from 'Twitter' class.
Twitter.updateStatus ( StatusUpdate latestStatus ):
This method is from 'Twitter' class.
Twitter.updateUserList ( int listId, String newListName, boolean isPublicList, String newDescription ):
This method is from 'Twitter' class.
Twitter.verifyCredentials ( ):
This method is from 'Twitter' class.
TwitterFactory.getInstance ( ):
Return value of this method has type 'Twitter'.
TwitterFactory.getInstance ( String screenName, String password ):
Return value of this method has type 'Twitter'.
TwitterFactory.getInstance ( http.Authorization auth ):
Return value of this method has type 'Twitter'.
TwitterFactory.getOAuthAuthorizedInstance ( String consumerKey, String consumerSecret ):
Return value of this method has type 'Twitter'.
TwitterFactory.getOAuthAuthorizedInstance ( String consumerKey, String consumerSecret, http.AccessToken accessToken ):
Return value of this method has type 'Twitter'.
TwitterFactory.getOAuthAuthorizedInstance ( http.AccessToken accessToken ):
Return value of this method has type 'Twitter'.
package twitter4j.api
[+] BlockMethodsAsync (1)
|
Abstract method BlockMethodsAsync.createBlockAsync ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (8)
BlockMethodsAsync.createBlock ( String p1 ):
This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.destroyBlock ( int p1 ):
This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.destroyBlock ( String p1 ):
This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.existsBlock ( int p1 ):
This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.existsBlock ( String p1 ):
This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.getBlockingUsers ( ):
This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.getBlockingUsers ( int p1 ):
This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.getBlockingUsersIDs ( ):
This abstract method is from 'BlockMethodsAsync' interface.
[+] SearchMethods (7)
|
Abstract method SearchMethods.getCurrentTrends ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method SearchMethods.getCurrentTrends ( boolean p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method SearchMethods.getDailyTrends ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method SearchMethods.getDailyTrends ( java.util.Date p1, boolean p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method SearchMethods.getTrends ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method SearchMethods.getWeeklyTrends ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method SearchMethods.getWeeklyTrends ( java.util.Date p1, boolean p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (1)
SearchMethods.search ( twitter4j.Query p1 ):
This abstract method is from 'SearchMethods' interface.
[+] SearchMethodsAsync (7)
|
Abstract method SearchMethodsAsync.getCurrentTrends ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method SearchMethodsAsync.getCurrentTrends ( boolean p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method SearchMethodsAsync.getDailyTrends ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method SearchMethodsAsync.getDailyTrends ( java.util.Date p1, boolean p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method SearchMethodsAsync.getTrends ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method SearchMethodsAsync.getWeeklyTrends ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method SearchMethodsAsync.getWeeklyTrends ( java.util.Date p1, boolean p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (1)
SearchMethodsAsync.search ( twitter4j.Query p1 ):
This abstract method is from 'SearchMethodsAsync' interface.
[+] SocialGraphMethods (1)
|
This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
SocialGraphMethods.getFollowersIDs ( ):
This abstract method is from 'SocialGraphMethods' interface.
SocialGraphMethods.getFollowersIDs ( int p1 ):
This abstract method is from 'SocialGraphMethods' interface.
SocialGraphMethods.getFollowersIDs ( int p1, long p2 ):
This abstract method is from 'SocialGraphMethods' interface.
SocialGraphMethods.getFollowersIDs ( long p1 ):
This abstract method is from 'SocialGraphMethods' interface.
SocialGraphMethods.getFollowersIDs ( String p1 ):
This abstract method is from 'SocialGraphMethods' interface.
SocialGraphMethods.getFollowersIDs ( String p1, long p2 ):
This abstract method is from 'SocialGraphMethods' interface.
SocialGraphMethods.getFriendsIDs ( ):
This abstract method is from 'SocialGraphMethods' interface.
SocialGraphMethods.getFriendsIDs ( int p1 ):
This abstract method is from 'SocialGraphMethods' interface.
SocialGraphMethods.getFriendsIDs ( int p1, long p2 ):
This abstract method is from 'SocialGraphMethods' interface.
SocialGraphMethods.getFriendsIDs ( long p1 ):
This abstract method is from 'SocialGraphMethods' interface.
SocialGraphMethods.getFriendsIDs ( String p1 ):
This abstract method is from 'SocialGraphMethods' interface.
SocialGraphMethods.getFriendsIDs ( String p1, long p2 ):
This abstract method is from 'SocialGraphMethods' interface.
[+] SocialGraphMethodsAsync (1)
|
This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
SocialGraphMethodsAsync.getFollowersIDs ( ):
This abstract method is from 'SocialGraphMethodsAsync' interface.
SocialGraphMethodsAsync.getFollowersIDs ( int p1 ):
This abstract method is from 'SocialGraphMethodsAsync' interface.
SocialGraphMethodsAsync.getFollowersIDs ( int p1, long p2 ):
This abstract method is from 'SocialGraphMethodsAsync' interface.
SocialGraphMethodsAsync.getFollowersIDs ( long p1 ):
This abstract method is from 'SocialGraphMethodsAsync' interface.
SocialGraphMethodsAsync.getFollowersIDs ( String p1 ):
This abstract method is from 'SocialGraphMethodsAsync' interface.
SocialGraphMethodsAsync.getFollowersIDs ( String p1, long p2 ):
This abstract method is from 'SocialGraphMethodsAsync' interface.
SocialGraphMethodsAsync.getFriendsIDs ( ):
This abstract method is from 'SocialGraphMethodsAsync' interface.
SocialGraphMethodsAsync.getFriendsIDs ( int p1 ):
This abstract method is from 'SocialGraphMethodsAsync' interface.
SocialGraphMethodsAsync.getFriendsIDs ( int p1, long p2 ):
This abstract method is from 'SocialGraphMethodsAsync' interface.
SocialGraphMethodsAsync.getFriendsIDs ( long p1 ):
This abstract method is from 'SocialGraphMethodsAsync' interface.
SocialGraphMethodsAsync.getFriendsIDs ( String p1 ):
This abstract method is from 'SocialGraphMethodsAsync' interface.
SocialGraphMethodsAsync.getFriendsIDs ( String p1, long p2 ):
This abstract method is from 'SocialGraphMethodsAsync' interface.
[+] TimelineMethods (2)
|
Abstract method TimelineMethods.getRetweetsOfMe ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method TimelineMethods.getRetweetsOfMe ( twitter4j.Paging p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (17)
TimelineMethods.getFriendsTimeline ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getFriendsTimeline ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getHomeTimeline ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getHomeTimeline ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getMentions ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getMentions ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getPublicTimeline ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedByMe ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedByMe ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedToMe ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedToMe ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( int p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( int p1, twitter4j.Paging p2 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( String p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( String p1, twitter4j.Paging p2 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethods' interface.
[+] TimelineMethodsAsync (2)
|
Abstract method TimelineMethodsAsync.getRetweetsOfMe ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
Abstract method TimelineMethodsAsync.getRetweetsOfMe ( twitter4j.Paging p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (17)
TimelineMethodsAsync.getFriendsTimeline ( ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getFriendsTimeline ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getHomeTimeline ( ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getHomeTimeline ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getMentions ( ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getMentions ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getPublicTimeline ( ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedByMe ( ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedByMe ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedToMe ( ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedToMe ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( int p1 ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( int p1, twitter4j.Paging p2 ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( String p1 ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( String p1, twitter4j.Paging p2 ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethodsAsync' interface.
to the top
Problems with Data Types, Medium risk (2)
twitter4j-core-2.1.2.jar
package twitter4j
[+] Twitter (1)
|
Superclass has been changed from TwitterOAuthSupportBase to TwitterOAuthSupportBaseImpl. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (167)
Twitter.addUserListMember ( int listId, int userId ):
This method is from 'Twitter' class.
Twitter.checkUserListMembership ( String listOwnerScreenName, int listId, int userId ):
This method is from 'Twitter' class.
Twitter.checkUserListSubscription ( String listOwnerScreenName, int listId, int userId ):
This method is from 'Twitter' class.
Twitter.createBlock ( int userId ):
This method is from 'Twitter' class.
Twitter.createBlock ( String screenName ):
This method is from 'Twitter' class.
Twitter.createFavorite ( long id ):
This method is from 'Twitter' class.
Twitter.createFriendship ( int userId ):
This method is from 'Twitter' class.
Twitter.createFriendship ( int userId, boolean follow ):
This method is from 'Twitter' class.
Twitter.createFriendship ( String screenName ):
This method is from 'Twitter' class.
Twitter.createFriendship ( String screenName, boolean follow ):
This method is from 'Twitter' class.
Twitter.createSavedSearch ( String query ):
This method is from 'Twitter' class.
Twitter.createUserList ( String listName, boolean isPublicList, String description ):
This method is from 'Twitter' class.
Twitter.deleteUserListMember ( int listId, int userId ):
This method is from 'Twitter' class.
Twitter.destroyBlock ( int userId ):
This method is from 'Twitter' class.
Twitter.destroyBlock ( String screen_name ):
This method is from 'Twitter' class.
Twitter.destroyDirectMessage ( int id ):
This method is from 'Twitter' class.
Twitter.destroyFavorite ( long id ):
This method is from 'Twitter' class.
Twitter.destroyFriendship ( int userId ):
This method is from 'Twitter' class.
Twitter.destroyFriendship ( String screenName ):
This method is from 'Twitter' class.
Twitter.destroySavedSearch ( int id ):
This method is from 'Twitter' class.
Twitter.destroyStatus ( long statusId ):
This method is from 'Twitter' class.
Twitter.destroyUserList ( int listId ):
This method is from 'Twitter' class.
Twitter.disableNotification ( int userId ):
This method is from 'Twitter' class.
Twitter.disableNotification ( String screenName ):
This method is from 'Twitter' class.
Twitter.enableNotification ( int userId ):
This method is from 'Twitter' class.
Twitter.enableNotification ( String screenName ):
This method is from 'Twitter' class.
Twitter.equals ( Object x0 ):
This method is from 'Twitter' class.
Twitter.existsBlock ( int userId ):
This method is from 'Twitter' class.
Twitter.existsBlock ( String screenName ):
This method is from 'Twitter' class.
Twitter.existsFriendship ( String userA, String userB ):
This method is from 'Twitter' class.
Twitter.getAvailableTrends ( ):
This method is from 'Twitter' class.
Twitter.getAvailableTrends ( GeoLocation location ):
This method is from 'Twitter' class.
Twitter.getBlockingUsers ( ):
This method is from 'Twitter' class.
Twitter.getBlockingUsers ( int page ):
This method is from 'Twitter' class.
Twitter.getBlockingUsersIDs ( ):
This method is from 'Twitter' class.
Twitter.getCurrentTrends ( ):
This method is from 'Twitter' class.
Twitter.getCurrentTrends ( boolean excludeHashTags ):
This method is from 'Twitter' class.
Twitter.getDailyTrends ( ):
This method is from 'Twitter' class.
Twitter.getDailyTrends ( java.util.Date date, boolean excludeHashTags ):
This method is from 'Twitter' class.
Twitter.getDirectMessages ( ):
This method is from 'Twitter' class.
Twitter.getDirectMessages ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getFavorites ( ):
This method is from 'Twitter' class.
Twitter.getFavorites ( int page ):
This method is from 'Twitter' class.
Twitter.getFavorites ( String id ):
This method is from 'Twitter' class.
Twitter.getFavorites ( String id, int page ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( int userId ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( int userId, long cursor ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( long cursor ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( String screenName ):
This method is from 'Twitter' class.
Twitter.getFollowersIDs ( String screenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( int userId ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( int userId, long cursor ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( long cursor ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( String screenName ):
This method is from 'Twitter' class.
Twitter.getFollowersStatuses ( String screenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( int userId ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( int userId, long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( String screenName ):
This method is from 'Twitter' class.
Twitter.getFriendsIDs ( String screenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( int userId ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( int userId, long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( String screenName ):
This method is from 'Twitter' class.
Twitter.getFriendsStatuses ( String screenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getFriendsTimeline ( ):
This method is from 'Twitter' class.
Twitter.getFriendsTimeline ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getGeoDetails ( String id ):
This method is from 'Twitter' class.
Twitter.getHomeTimeline ( ):
This method is from 'Twitter' class.
Twitter.getHomeTimeline ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getId ( ):
This method is from 'Twitter' class.
Twitter.getIncomingFriendships ( long cursor ):
This method is from 'Twitter' class.
Twitter.getLocationTrends ( int woeid ):
This method is from 'Twitter' class.
Twitter.getMentions ( ):
This method is from 'Twitter' class.
Twitter.getMentions ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getNearbyPlaces ( GeoQuery query ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( String oauthVerifier ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( String token, String tokenSecret ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( String token, String tokenSecret, String pin ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( http.RequestToken requestToken ):
This method is from 'Twitter' class.
Twitter.getOAuthAccessToken ( http.RequestToken requestToken, String oauthVerifier ):
This method is from 'Twitter' class.
Twitter.getOAuthRequestToken ( ):
This method is from 'Twitter' class.
Twitter.getOAuthRequestToken ( String callbackUrl ):
This method is from 'Twitter' class.
Twitter.getOutgoingFriendships ( long cursor ):
This method is from 'Twitter' class.
Twitter.getPublicTimeline ( ):
This method is from 'Twitter' class.
Twitter.getRateLimitStatus ( ):
This method is from 'Twitter' class.
Twitter.getRetweetedByMe ( ):
This method is from 'Twitter' class.
Twitter.getRetweetedByMe ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getRetweetedToMe ( ):
This method is from 'Twitter' class.
Twitter.getRetweetedToMe ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getRetweets ( long statusId ):
This method is from 'Twitter' class.
Twitter.getRetweetsOfMe ( ):
This method is from 'Twitter' class.
Twitter.getRetweetsOfMe ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getSavedSearches ( ):
This method is from 'Twitter' class.
Twitter.getScreenName ( ):
This method is from 'Twitter' class.
Twitter.getSentDirectMessages ( ):
This method is from 'Twitter' class.
Twitter.getSentDirectMessages ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getSuggestedUserCategories ( ):
This method is from 'Twitter' class.
Twitter.getTrends ( ):
This method is from 'Twitter' class.
Twitter.getUserListMembers ( String listOwnerScreenName, int listId, long cursor ):
This method is from 'Twitter' class.
Twitter.getUserListMemberships ( String listOwnerScreenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getUserLists ( String listOwnerScreenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getUserListStatuses ( String listOwnerScreenName, int id, Paging paging ):
This method is from 'Twitter' class.
Twitter.getUserListSubscribers ( String listOwnerScreenName, int listId, long cursor ):
This method is from 'Twitter' class.
Twitter.getUserListSubscriptions ( String listOwnerScreenName, long cursor ):
This method is from 'Twitter' class.
Twitter.getUserSuggestions ( String categorySlug ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( int userId ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( int userId, Paging paging ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( String screenName ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( String screenName, Paging paging ):
This method is from 'Twitter' class.
Twitter.getUserTimeline ( Paging paging ):
This method is from 'Twitter' class.
Twitter.getWeeklyTrends ( ):
This method is from 'Twitter' class.
Twitter.getWeeklyTrends ( java.util.Date date, boolean excludeHashTags ):
This method is from 'Twitter' class.
Twitter.hashCode ( ):
This method is from 'Twitter' class.
Twitter.httpResponseReceived ( internal.http.HttpResponseEvent x0 ):
This method is from 'Twitter' class.
Twitter.isOAuthEnabled ( ):
This method is from 'Twitter' class.
Twitter.lookupUsers ( int[] ids ):
This method is from 'Twitter' class.
Twitter.lookupUsers ( String[] screenNames ):
This method is from 'Twitter' class.
Twitter.reportSpam ( int userId ):
This method is from 'Twitter' class.
Twitter.reportSpam ( String screenName ):
This method is from 'Twitter' class.
Twitter.retweetStatus ( long statusId ):
This method is from 'Twitter' class.
Twitter.reverseGeoCode ( GeoQuery query ):
This method is from 'Twitter' class.
Twitter.search ( Query query ):
This method is from 'Twitter' class.
Twitter.searchUsers ( String query, int page ):
This method is from 'Twitter' class.
Twitter.sendDirectMessage ( int userId, String text ):
This method is from 'Twitter' class.
Twitter.sendDirectMessage ( String screenName, String text ):
This method is from 'Twitter' class.
Twitter.setOAuthAccessToken ( String token, String tokenSecret ):
This method is from 'Twitter' class.
Twitter.setOAuthAccessToken ( http.AccessToken accessToken ):
This method is from 'Twitter' class.
Twitter.setOAuthConsumer ( String consumerKey, String consumerSecret ):
This method is from 'Twitter' class.
Twitter.setRateLimitStatusListener ( RateLimitStatusListener x0 ):
This method is from 'Twitter' class.
Twitter.showFriendship ( int sourceId, int targetId ):
This method is from 'Twitter' class.
Twitter.showFriendship ( String sourceScreenName, String targetScreenName ):
This method is from 'Twitter' class.
Twitter.showSavedSearch ( int id ):
This method is from 'Twitter' class.
Twitter.showStatus ( long id ):
This method is from 'Twitter' class.
Twitter.showUser ( int userId ):
This method is from 'Twitter' class.
Twitter.showUser ( String screenName ):
This method is from 'Twitter' class.
Twitter.showUserList ( String listOwnerScreenName, int id ):
This method is from 'Twitter' class.
Twitter.subscribeUserList ( String listOwnerScreenName, int listId ):
This method is from 'Twitter' class.
Twitter.test ( ):
This method is from 'Twitter' class.
Twitter.toString ( ):
This method is from 'Twitter' class.
Twitter.Twitter ( ):
This constructor is from 'Twitter' class.
Twitter.Twitter ( String screenName, String password ):
This constructor is from 'Twitter' class.
Twitter.unsubscribeUserList ( String listOwnerScreenName, int listId ):
This method is from 'Twitter' class.
Twitter.updateDeliveryDevice ( Device device ):
This method is from 'Twitter' class.
Twitter.updateProfile ( String name, String email, String url, String location, String description ):
This method is from 'Twitter' class.
Twitter.updateProfileBackgroundImage ( java.io.File image, boolean tile ):
This method is from 'Twitter' class.
Twitter.updateProfileColors ( String profileBackgroundColor, String profileTextColor, String profileLinkColor, String profileSidebarFillColor, String profileSidebarBorderColor ):
This method is from 'Twitter' class.
Twitter.updateProfileImage ( java.io.File image ):
This method is from 'Twitter' class.
Twitter.updateStatus ( String status ):
This method is from 'Twitter' class.
Twitter.updateStatus ( String status, long inReplyToStatusId ):
This method is from 'Twitter' class.
Twitter.updateStatus ( String status, long inReplyToStatusId, GeoLocation location ):
This method is from 'Twitter' class.
Twitter.updateStatus ( String status, GeoLocation location ):
This method is from 'Twitter' class.
Twitter.updateStatus ( StatusUpdate latestStatus ):
This method is from 'Twitter' class.
Twitter.updateUserList ( int listId, String newListName, boolean isPublicList, String newDescription ):
This method is from 'Twitter' class.
Twitter.verifyCredentials ( ):
This method is from 'Twitter' class.
TwitterFactory.getInstance ( ):
Return value of this method has type 'Twitter'.
TwitterFactory.getInstance ( String screenName, String password ):
Return value of this method has type 'Twitter'.
TwitterFactory.getInstance ( http.Authorization auth ):
Return value of this method has type 'Twitter'.
TwitterFactory.getOAuthAuthorizedInstance ( String consumerKey, String consumerSecret ):
Return value of this method has type 'Twitter'.
TwitterFactory.getOAuthAuthorizedInstance ( String consumerKey, String consumerSecret, http.AccessToken accessToken ):
Return value of this method has type 'Twitter'.
TwitterFactory.getOAuthAuthorizedInstance ( http.AccessToken accessToken ):
Return value of this method has type 'Twitter'.
[+] TwitterStream (1)
|
Superclass has been changed from TwitterBase to TwitterOAuthSupportBaseImpl. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (23)
TwitterStream.cleanup ( ):
This method is from 'TwitterStream' class.
TwitterStream.equals ( Object x0 ):
This method is from 'TwitterStream' class.
TwitterStream.filter ( int count, int[] follow, String[] track ):
This method is from 'TwitterStream' class.
TwitterStream.filter ( FilterQuery query ):
This method is from 'TwitterStream' class.
TwitterStream.firehose ( int count ):
This method is from 'TwitterStream' class.
TwitterStream.getFilterStream ( int count, int[] follow, String[] track ):
This method is from 'TwitterStream' class.
TwitterStream.getFilterStream ( FilterQuery query ):
This method is from 'TwitterStream' class.
TwitterStream.getFirehoseStream ( int count ):
This method is from 'TwitterStream' class.
TwitterStream.getLinksStream ( int count ):
This method is from 'TwitterStream' class.
TwitterStream.getRetweetStream ( ):
This method is from 'TwitterStream' class.
TwitterStream.getSampleStream ( ):
This method is from 'TwitterStream' class.
TwitterStream.hashCode ( ):
This method is from 'TwitterStream' class.
TwitterStream.links ( int count ):
This method is from 'TwitterStream' class.
TwitterStream.retweet ( ):
This method is from 'TwitterStream' class.
TwitterStream.sample ( ):
This method is from 'TwitterStream' class.
TwitterStream.setStatusListener ( StatusListener statusListener ):
This method is from 'TwitterStream' class.
TwitterStream.toString ( ):
This method is from 'TwitterStream' class.
TwitterStream.TwitterStream ( ):
This constructor is from 'TwitterStream' class.
TwitterStream.TwitterStream ( String screenName, String password ):
This constructor is from 'TwitterStream' class.
TwitterStream.TwitterStream ( String screenName, String password, StatusListener listener ):
This constructor is from 'TwitterStream' class.
TwitterStreamFactory.getInstance ( ):
Return value of this method has type 'TwitterStream'.
TwitterStreamFactory.getInstance ( String screenName, String password ):
Return value of this method has type 'TwitterStream'.
TwitterStreamFactory.getInstance ( http.Authorization auth ):
Return value of this method has type 'TwitterStream'.
to the top
Problems with Data Types, Low risk (10)
twitter4j-core-2.1.2.jar
package twitter4j
[+] Query (3)
|
Field MIXED 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 and cause IncompatibleClassChangeError exception. |
Field POPULAR 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 and cause IncompatibleClassChangeError exception. |
Field RECENT 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (39)
api.SearchMethods.search ( Query p1 ):
1st parameter 'p1' of this abstract method has type 'Query'.
api.SearchMethodsAsync.search ( Query p1 ):
1st parameter 'p1' of this abstract method has type 'Query'.
AsyncTwitter.search ( Query query ):
1st parameter 'query' of this method has type 'Query'.
Query.equals ( Object o ):
This method is from 'Query' class.
Query.geoCode ( GeoLocation location, double radius, String unit ):
This method is from 'Query' class.
Query.getGeocode ( ):
This method is from 'Query' class.
Query.getLang ( ):
This method is from 'Query' class.
Query.getLocale ( ):
This method is from 'Query' class.
Query.getMaxId ( ):
This method is from 'Query' class.
Query.getPage ( ):
This method is from 'Query' class.
Query.getQuery ( ):
This method is from 'Query' class.
Query.getRpp ( ):
This method is from 'Query' class.
Query.getSince ( ):
This method is from 'Query' class.
Query.getSinceId ( ):
This method is from 'Query' class.
Query.getUntil ( ):
This method is from 'Query' class.
Query.hashCode ( ):
This method is from 'Query' class.
Query.lang ( String lang ):
This method is from 'Query' class.
Query.locale ( String locale ):
This method is from 'Query' class.
Query.maxId ( long maxId ):
This method is from 'Query' class.
Query.page ( int page ):
This method is from 'Query' class.
Query.Query ( ):
This constructor is from 'Query' class.
Query.Query ( String query ):
This constructor is from 'Query' class.
Query.query ( String query ):
This method is from 'Query' class.
Query.rpp ( int rpp ):
This method is from 'Query' class.
Query.setGeoCode ( GeoLocation location, double radius, String unit ):
This method is from 'Query' class.
Query.setLang ( String lang ):
This method is from 'Query' class.
Query.setLocale ( String locale ):
This method is from 'Query' class.
Query.setMaxId ( long maxId ):
This method is from 'Query' class.
Query.setPage ( int page ):
This method is from 'Query' class.
Query.setQuery ( String query ):
This method is from 'Query' class.
Query.setRpp ( int rpp ):
This method is from 'Query' class.
Query.setSince ( String since ):
This method is from 'Query' class.
Query.setSinceId ( long sinceId ):
This method is from 'Query' class.
Query.setUntil ( String until ):
This method is from 'Query' class.
Query.since ( String since ):
This method is from 'Query' class.
Query.sinceId ( long sinceId ):
This method is from 'Query' class.
Query.toString ( ):
This method is from 'Query' class.
Query.until ( String until ):
This method is from 'Query' class.
Twitter.search ( Query query ):
1st parameter 'query' of this method has type 'Query'.
[+] TwitterListener (3)
|
Field RETWEETED_BY has been added to this interface. | An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field RETWEETED_BY_IDS has been added to this interface. | An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field VERIFY_CREDENTIALS has been added to this interface. | An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (81)
AsyncTwitter.AsyncTwitter ( String screenName, String password, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( String configTreePath, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( conf.Configuration conf, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitterFactory.AsyncTwitterFactory ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
TwitterListener.addedUserListMember ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.checkedUserListMembership ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.checkedUserListSubscription ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdBlock ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFavorite ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFriendship ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.deletedUserListMember ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedBlock ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedDirectMessage ( DirectMessage p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFavorite ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFriendship ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.disabledNotification ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.enabledNotification ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAvailableTrends ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotBlockingUsers ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotBlockingUsersIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotCurrentTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDailyTrends ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDirectMessages ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExistsBlock ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExistsFriendship ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFavorites ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowersIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowersStatuses ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsStatuses ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotGeoDetails ( Place p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotHomeTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotIncomingFriendships ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotLocationTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMentions ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotNearByPlaces ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotOutgoingFriendships ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotPublicTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRateLimitStatus ( RateLimitStatus p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedByMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetedToMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweets ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweetsOfMe ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotReverseGeoCode ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSentDirectMessages ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowFriendship ( Relationship p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSuggestedUserCategories ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotTrends ( Trends p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserDetail ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListMembers ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListMemberships ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserLists ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListStatuses ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListSubscribers ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListSubscriptions ( PagableResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserSuggestions ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserTimeline ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotWeeklyTrends ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.lookedupUsers ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.onException ( TwitterException p1, TwitterMethod p2 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.reportedSpam ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.retweetedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.searched ( QueryResult p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.searchedUser ( ResponseList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.sentDirectMessage ( DirectMessage p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.subscribedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.tested ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.unsubscribedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedDeliveryDevice ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfile ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileBackgroundImage ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileColors ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileImage ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedUserList ( UserList p1 ):
This abstract method is from 'TwitterListener' interface.
[+] TwitterStream (2)
|
Method TwitterOAuthSupportBase.httpResponseReceived ( internal.http.HttpResponseEvent event ) has been overridden by TwitterStream.httpResponseReceived ( internal.http.HttpResponseEvent x0 ) | Method TwitterStream.httpResponseReceived ( internal.http.HttpResponseEvent x0 ) will be called instead of TwitterOAuthSupportBase.httpResponseReceived ( internal.http.HttpResponseEvent event ) in a client program. |
Method TwitterOAuthSupportBase.setRateLimitStatusListener ( RateLimitStatusListener listener ) has been overridden by TwitterStream.setRateLimitStatusListener ( RateLimitStatusListener x0 ) | Method TwitterStream.setRateLimitStatusListener ( RateLimitStatusListener x0 ) will be called instead of TwitterOAuthSupportBase.setRateLimitStatusListener ( RateLimitStatusListener listener ) in a client program. |
[+] affected methods (2)
TwitterOAuthSupportBase.httpResponseReceived ( internal.http.HttpResponseEvent event ):
Method 'TwitterStream.httpResponseReceived ( internal.http.HttpResponseEvent x0 )' will be called instead of this method in a client program.
TwitterOAuthSupportBase.setRateLimitStatusListener ( RateLimitStatusListener listener ):
Method 'TwitterStream.setRateLimitStatusListener ( RateLimitStatusListener x0 )' will be called instead of this method in a client program.
package twitter4j.conf
[+] PropertyConfiguration (2)
|
Field HTTP_DEFAULT_MAX_PER_ROUTE 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 and cause IncompatibleClassChangeError exception. |
Field HTTP_MAX_TOTAL_CONNECTIONS 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (18)
PropertyConfiguration.equals ( Object x0 ):
This method is from 'PropertyConfiguration' class.
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.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.getStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getString ( java.util.Properties props, String prefix, String name ):
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.
to the top
Problems with Methods, Low risk (8)
twitter4j-core-2.1.2.jar, Twitter
package twitter4j
[+] Twitter.getOAuthAccessToken ( ):http.AccessToken (1)
[ run-time name: twitter4j/Twitter.getOAuthAccessToken:()Ltwitter4j/http/AccessToken; ]
|
Method become non-synchronized.
| A multi-threaded client program may change behavior. |
[+] Twitter.getOAuthAccessToken ( String oauthVerifier ):http.AccessToken (1)
[ run-time name: twitter4j/Twitter.getOAuthAccessToken:(Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
|
Method become non-synchronized.
| A multi-threaded client program may change behavior. |
[+] Twitter.getOAuthAccessToken ( String token, String tokenSecret ):http.AccessToken (1)
[ run-time name: twitter4j/Twitter.getOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
|
Method become non-synchronized.
| A multi-threaded client program may change behavior. |
[+] Twitter.getOAuthAccessToken ( String token, String tokenSecret, String pin ):http.AccessToken (1)
[ run-time name: twitter4j/Twitter.getOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
|
Method become non-synchronized.
| A multi-threaded client program may change behavior. |
[+] Twitter.getOAuthAccessToken ( http.RequestToken requestToken ):http.AccessToken (1)
[ run-time name: twitter4j/Twitter.getOAuthAccessToken:(Ltwitter4j/http/RequestToken;)Ltwitter4j/http/AccessToken; ]
|
Method become non-synchronized.
| A multi-threaded client program may change behavior. |
[+] Twitter.getOAuthAccessToken ( http.RequestToken requestToken, String oauthVerifier ):http.AccessToken (1)
[ run-time name: twitter4j/Twitter.getOAuthAccessToken:(Ltwitter4j/http/RequestToken;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
|
Method become non-synchronized.
| A multi-threaded client program may change behavior. |
[+] Twitter.setOAuthAccessToken ( http.AccessToken accessToken ):void (1)
[ run-time name: twitter4j/Twitter.setOAuthAccessToken:(Ltwitter4j/http/AccessToken;)V ]
|
Method become non-synchronized.
| A multi-threaded client program may change behavior. |
[+] Twitter.setOAuthConsumer ( String consumerKey, String consumerSecret ):void (1)
[ run-time name: twitter4j/Twitter.setOAuthConsumer:(Ljava/lang/String;Ljava/lang/String;)V ]
|
Method become non-synchronized.
| A multi-threaded client program may change behavior. |
to the top
Java ARchives (2)
twitter4j-core-2.1.2.jar
twitter4j-httpclient-support-2.1.2.jar
to the top
Classes (123)
package twitter4j
AsyncTwitter
AsyncTwitter.AsyncTask
AsyncTwitterFactory
Category
CategoryJSONImpl
CursorSupport
Device
DirectMessage
DirectMessageJSONImpl
FilterQuery
GeoLocation
GeoQuery
IDs
IDsJSONImpl
Location
LocationJSONImpl
PagableResponseList
Paging
ParseUtil
Place
PlaceJSONImpl
Query
QueryResult
QueryResultJSONImpl
RateLimitStatus
RateLimitStatusEvent
RateLimitStatusJSONImpl
RateLimitStatusListener
Relationship
RelationshipJSONImpl
ResponseList
SavedSearch
SavedSearchJSONImpl
Status
StatusDeletionNotice
StatusDeletionNoticeImpl
StatusJSONImpl
StatusListener
StatusStream
StatusStreamImpl
StatusUpdate
StreamingReadTimeoutConfiguration
TimeSpanUtil
Trend
TrendJSONImpl
Trends
TrendsJSONImpl
Tweet
TweetJSONImpl
Twitter
TwitterAdapter
TwitterBase
TwitterException
TwitterFactory
TwitterListener
TwitterMethod
TwitterOAuthSupportBase
TwitterResponse
TwitterResponseImpl
TwitterStream
TwitterStream.StreamHandlingThread
TwitterStreamFactory
User
UserJSONImpl
UserList
UserListJSONImpl
Version
package twitter4j.api
AccountMethods
AccountMethodsAsync
BlockMethods
BlockMethodsAsync
DirectMessageMethods
DirectMessageMethodsAsync
FavoriteMethods
FavoriteMethodsAsync
FriendshipMethods
FriendshipMethodsAsync
GeoMethods
GeoMethodsAsync
HelpMethods
HelpMethodsAsync
ListMembersMethods
ListMembersMethodsAsync
ListMethods
ListMethodsAsync
ListSubscribersMethods
ListSubscribersMethodsAsync
LocalTrendsMethods
LocalTrendsMethodsAsync
NotificationMethods
NotificationMethodsAsync
SavedSearchesMethods
SavedSearchesMethodsAsync
SearchMethods
SearchMethodsAsync
SocialGraphMethods
SocialGraphMethodsAsync
SpamReportingMethods
SpamReportingMethodsAsync
StatusMethods
StatusMethodsAsync
TimelineMethods
TimelineMethodsAsync
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
to the top
Generated on Fri Mar 4 22:19:40 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API