Source compatibility report for the Twitter4J library from version 2.1.12 to 2.2.0
Summary
2 |
189 |
2468 / 130 |
Incompatible |
Problem Summary
Added Methods (219)
twitter4j-async-2.2.0.jar, AsyncTwitterFactory.class
package twitter4j
AsyncTwitterFactory.getInstance ( auth.AccessToken accessToken ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getInstance:(Ltwitter4j/auth/AccessToken;)Ltwitter4j/AsyncTwitter; ]
AsyncTwitterFactory.getInstance ( auth.Authorization auth ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getInstance:(Ltwitter4j/auth/Authorization;)Ltwitter4j/AsyncTwitter; ]
twitter4j-async-2.2.0.jar, BlockMethodsAsync.class
package twitter4j.api
BlockMethodsAsync.createBlock ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/BlockMethodsAsync.createBlock:(J)V ]
BlockMethodsAsync.destroyBlock ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/BlockMethodsAsync.destroyBlock:(J)V ]
BlockMethodsAsync.existsBlock ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/BlockMethodsAsync.existsBlock:(J)V ]
twitter4j-async-2.2.0.jar, DirectMessageMethodsAsync.class
package twitter4j.api
DirectMessageMethodsAsync.sendDirectMessage ( long p1, String p2 ) [abstract]:void
[ run-time name: twitter4j/api/DirectMessageMethodsAsync.sendDirectMessage:(JLjava/lang/String;)V ]
twitter4j-async-2.2.0.jar, FriendsFollowersMethodsAsync.class
package twitter4j.api
FriendsFollowersMethodsAsync.getFollowersIDs ( long p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFollowersIDs:(JJ)V ]
FriendsFollowersMethodsAsync.getFriendsIDs ( long p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFriendsIDs:(JJ)V ]
twitter4j-async-2.2.0.jar, FriendshipMethodsAsync.class
package twitter4j.api
FriendshipMethodsAsync.createFriendship ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.createFriendship:(J)V ]
FriendshipMethodsAsync.createFriendship ( long p1, boolean p2 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.createFriendship:(JZ)V ]
FriendshipMethodsAsync.destroyFriendship ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.destroyFriendship:(J)V ]
FriendshipMethodsAsync.lookupFriendships ( long[] p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.lookupFriendships:([J)V ]
FriendshipMethodsAsync.showFriendship ( long p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.showFriendship:(JJ)V ]
FriendshipMethodsAsync.updateFriendship ( long p1, boolean p2, boolean p3 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.updateFriendship:(JZZ)V ]
twitter4j-async-2.2.0.jar, ListMembersMethodsAsync.class
package twitter4j.api
ListMembersMethodsAsync.addUserListMember ( int p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.addUserListMember:(IJ)V ]
ListMembersMethodsAsync.addUserListMembers ( int p1, long[] p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.addUserListMembers:(I[J)V ]
ListMembersMethodsAsync.checkUserListMembership ( String p1, int p2, long p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.checkUserListMembership:(Ljava/lang/String;IJ)V ]
ListMembersMethodsAsync.deleteUserListMember ( int p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.deleteUserListMember:(IJ)V ]
ListMembersMethodsAsync.getUserListMembers ( long p1, int p2, long p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.getUserListMembers:(JIJ)V ]
twitter4j-async-2.2.0.jar, ListMethodsAsync.class
package twitter4j.api
ListMethodsAsync.getAllSubscribingUserLists ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.getAllSubscribingUserLists:(J)V ]
ListMethodsAsync.getUserListStatuses ( long p1, int p2, twitter4j.Paging p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.getUserListStatuses:(JILtwitter4j/Paging;)V ]
twitter4j-async-2.2.0.jar, ListSubscribersMethodsAsync.class
package twitter4j.api
ListSubscribersMethodsAsync.checkUserListSubscription ( String p1, int p2, long p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListSubscribersMethodsAsync.checkUserListSubscription:(Ljava/lang/String;IJ)V ]
twitter4j-async-2.2.0.jar, NotificationMethodsAsync.class
package twitter4j.api
NotificationMethodsAsync.disableNotification ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/NotificationMethodsAsync.disableNotification:(J)V ]
NotificationMethodsAsync.enableNotification ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/NotificationMethodsAsync.enableNotification:(J)V ]
twitter4j-async-2.2.0.jar, SpamReportingMethodsAsync.class
package twitter4j.api
SpamReportingMethodsAsync.reportSpam ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/SpamReportingMethodsAsync.reportSpam:(J)V ]
twitter4j-async-2.2.0.jar, TimelineMethodsAsync.class
package twitter4j.api
TimelineMethodsAsync.getRetweetedByUser ( long p1, twitter4j.Paging p2 ) [abstract]:void
[ run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetedByUser:(JLtwitter4j/Paging;)V ]
TimelineMethodsAsync.getRetweetedToUser ( long p1, twitter4j.Paging p2 ) [abstract]:void
[ run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetedToUser:(JLtwitter4j/Paging;)V ]
TimelineMethodsAsync.getUserTimeline ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/TimelineMethodsAsync.getUserTimeline:(J)V ]
TimelineMethodsAsync.getUserTimeline ( long p1, twitter4j.Paging p2 ) [abstract]:void
[ run-time name: twitter4j/api/TimelineMethodsAsync.getUserTimeline:(JLtwitter4j/Paging;)V ]
twitter4j-async-2.2.0.jar, UserMethodsAsync.class
package twitter4j.api
UserMethodsAsync.getFollowersStatuses ( long p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.getFollowersStatuses:(JJ)V ]
UserMethodsAsync.getFriendsStatuses ( long p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.getFriendsStatuses:(JJ)V ]
UserMethodsAsync.lookupUsers ( long[] p1 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.lookupUsers:([J)V ]
UserMethodsAsync.showUser ( long p1 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.showUser:(J)V ]
twitter4j-async-2.2.0.jar, VersionAsync.class
package twitter4j
VersionAsync.getVersion ( ) [static]:String
[ run-time name: twitter4j/VersionAsync.getVersion:()Ljava/lang/String; ]
VersionAsync.main ( String[] args ) [static]:void
[ run-time name: twitter4j/VersionAsync.main:([Ljava/lang/String;)V ]
twitter4j-core-2.2.0.jar, AccessToken.class
package twitter4j.auth
AccessToken.AccessToken ( String token, String tokenSecret )
[ run-time name: twitter4j/auth/AccessToken."<init>":(Ljava/lang/String;Ljava/lang/String;)V ]
AccessToken.equals ( Object o ):boolean
[ run-time name: twitter4j/auth/AccessToken.equals:(Ljava/lang/Object;)Z ]
AccessToken.getParameter ( String x0 ):String
[ run-time name: twitter4j/auth/AccessToken.getParameter:(Ljava/lang/String;)Ljava/lang/String; ]
AccessToken.getScreenName ( ):String
[ run-time name: twitter4j/auth/AccessToken.getScreenName:()Ljava/lang/String; ]
AccessToken.getToken ( ):String
[ run-time name: twitter4j/auth/AccessToken.getToken:()Ljava/lang/String; ]
AccessToken.getTokenSecret ( ):String
[ run-time name: twitter4j/auth/AccessToken.getTokenSecret:()Ljava/lang/String; ]
AccessToken.getUserId ( ):long
[ run-time name: twitter4j/auth/AccessToken.getUserId:()J ]
AccessToken.hashCode ( ):int
[ run-time name: twitter4j/auth/AccessToken.hashCode:()I ]
AccessToken.toString ( ):String
[ run-time name: twitter4j/auth/AccessToken.toString:()Ljava/lang/String; ]
twitter4j-core-2.2.0.jar, Authorization.class
package twitter4j.auth
Authorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest p1 ) [abstract]:String
[ run-time name: twitter4j/auth/Authorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
Authorization.isEnabled ( ) [abstract]:boolean
[ run-time name: twitter4j/auth/Authorization.isEnabled:()Z ]
twitter4j-core-2.2.0.jar, AuthorizationConfiguration.class
package twitter4j.auth
AuthorizationConfiguration.getOAuthAccessToken ( ) [abstract]:String
[ run-time name: twitter4j/auth/AuthorizationConfiguration.getOAuthAccessToken:()Ljava/lang/String; ]
AuthorizationConfiguration.getOAuthAccessTokenSecret ( ) [abstract]:String
[ run-time name: twitter4j/auth/AuthorizationConfiguration.getOAuthAccessTokenSecret:()Ljava/lang/String; ]
AuthorizationConfiguration.getOAuthConsumerKey ( ) [abstract]:String
[ run-time name: twitter4j/auth/AuthorizationConfiguration.getOAuthConsumerKey:()Ljava/lang/String; ]
AuthorizationConfiguration.getOAuthConsumerSecret ( ) [abstract]:String
[ run-time name: twitter4j/auth/AuthorizationConfiguration.getOAuthConsumerSecret:()Ljava/lang/String; ]
AuthorizationConfiguration.getPassword ( ) [abstract]:String
[ run-time name: twitter4j/auth/AuthorizationConfiguration.getPassword:()Ljava/lang/String; ]
AuthorizationConfiguration.getUser ( ) [abstract]:String
[ run-time name: twitter4j/auth/AuthorizationConfiguration.getUser:()Ljava/lang/String; ]
twitter4j-core-2.2.0.jar, AuthorizationFactory.class
package twitter4j.auth
AuthorizationFactory.AuthorizationFactory ( )
[ run-time name: twitter4j/auth/AuthorizationFactory."<init>":()V ]
AuthorizationFactory.getInstance ( twitter4j.conf.Configuration conf ) [static]:Authorization
[ run-time name: twitter4j/auth/AuthorizationFactory.getInstance:(Ltwitter4j/conf/Configuration;)Ltwitter4j/auth/Authorization; ]
twitter4j-core-2.2.0.jar, BasicAuthorization.class
package twitter4j.auth
BasicAuthorization.BasicAuthorization ( String userId, String password )
[ run-time name: twitter4j/auth/BasicAuthorization."<init>":(Ljava/lang/String;Ljava/lang/String;)V ]
BasicAuthorization.equals ( Object o ):boolean
[ run-time name: twitter4j/auth/BasicAuthorization.equals:(Ljava/lang/Object;)Z ]
BasicAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ):String
[ run-time name: twitter4j/auth/BasicAuthorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
BasicAuthorization.getPassword ( ):String
[ run-time name: twitter4j/auth/BasicAuthorization.getPassword:()Ljava/lang/String; ]
BasicAuthorization.getUserId ( ):String
[ run-time name: twitter4j/auth/BasicAuthorization.getUserId:()Ljava/lang/String; ]
BasicAuthorization.hashCode ( ):int
[ run-time name: twitter4j/auth/BasicAuthorization.hashCode:()I ]
BasicAuthorization.isEnabled ( ):boolean
[ run-time name: twitter4j/auth/BasicAuthorization.isEnabled:()Z ]
BasicAuthorization.toString ( ):String
[ run-time name: twitter4j/auth/BasicAuthorization.toString:()Ljava/lang/String; ]
twitter4j-core-2.2.0.jar, BlockMethods.class
package twitter4j.api
BlockMethods.createBlock ( long p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/BlockMethods.createBlock:(J)Ltwitter4j/User; ]
BlockMethods.destroyBlock ( long p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/BlockMethods.destroyBlock:(J)Ltwitter4j/User; ]
BlockMethods.existsBlock ( long p1 ) [abstract]:boolean
[ run-time name: twitter4j/api/BlockMethods.existsBlock:(J)Z ]
twitter4j-core-2.2.0.jar, Configuration.class
package twitter4j.conf
Configuration.getAsyncNumThreads ( ) [abstract]:int
[ run-time name: twitter4j/conf/Configuration.getAsyncNumThreads:()I ]
Configuration.getDispatcherImpl ( ) [abstract]:String
[ run-time name: twitter4j/conf/Configuration.getDispatcherImpl:()Ljava/lang/String; ]
Configuration.isJSONStoreEnabled ( ) [abstract]:boolean
[ run-time name: twitter4j/conf/Configuration.isJSONStoreEnabled:()Z ]
twitter4j-core-2.2.0.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setJSONStoreEnabled ( boolean enabled ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setJSONStoreEnabled:(Z)Ltwitter4j/conf/ConfigurationBuilder; ]
twitter4j-core-2.2.0.jar, DirectMessage.class
package twitter4j
DirectMessage.getRecipientId ( ) [abstract]:long
[ run-time name: twitter4j/DirectMessage.getRecipientId:()J ]
DirectMessage.getSenderId ( ) [abstract]:long
[ run-time name: twitter4j/DirectMessage.getSenderId:()J ]
twitter4j-core-2.2.0.jar, DirectMessageMethods.class
package twitter4j.api
DirectMessageMethods.sendDirectMessage ( long p1, String p2 ) [abstract]:twitter4j.DirectMessage
[ run-time name: twitter4j/api/DirectMessageMethods.sendDirectMessage:(JLjava/lang/String;)Ltwitter4j/DirectMessage; ]
twitter4j-core-2.2.0.jar, FilterQuery.class
package twitter4j
FilterQuery.FilterQuery ( int count, long[] follow )
[ run-time name: twitter4j/FilterQuery."<init>":(I[J)V ]
FilterQuery.FilterQuery ( int count, long[] follow, String[] track )
[ run-time name: twitter4j/FilterQuery."<init>":(I[J[Ljava/lang/String;)V ]
FilterQuery.FilterQuery ( int count, long[] follow, String[] track, double[][] locations )
[ run-time name: twitter4j/FilterQuery."<init>":(I[J[Ljava/lang/String;[[D)V ]
FilterQuery.FilterQuery ( long[] follow )
[ run-time name: twitter4j/FilterQuery."<init>":([J)V ]
FilterQuery.follow ( long[] follow ):FilterQuery
[ run-time name: twitter4j/FilterQuery.follow:([J)Ltwitter4j/FilterQuery; ]
twitter4j-core-2.2.0.jar, FriendsFollowersMethods.class
package twitter4j.api
FriendsFollowersMethods.getFollowersIDs ( long p1, long p2 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFollowersIDs:(JJ)Ltwitter4j/IDs; ]
FriendsFollowersMethods.getFriendsIDs ( long p1, long p2 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFriendsIDs:(JJ)Ltwitter4j/IDs; ]
twitter4j-core-2.2.0.jar, FriendshipMethods.class
package twitter4j.api
FriendshipMethods.createFriendship ( long p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/FriendshipMethods.createFriendship:(J)Ltwitter4j/User; ]
FriendshipMethods.createFriendship ( long p1, boolean p2 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/FriendshipMethods.createFriendship:(JZ)Ltwitter4j/User; ]
FriendshipMethods.destroyFriendship ( long p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/FriendshipMethods.destroyFriendship:(J)Ltwitter4j/User; ]
FriendshipMethods.lookupFriendships ( long[] p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/FriendshipMethods.lookupFriendships:([J)Ltwitter4j/ResponseList; ]
FriendshipMethods.showFriendship ( long p1, long p2 ) [abstract]:twitter4j.Relationship
[ run-time name: twitter4j/api/FriendshipMethods.showFriendship:(JJ)Ltwitter4j/Relationship; ]
FriendshipMethods.updateFriendship ( long p1, boolean p2, boolean p3 ) [abstract]:twitter4j.Relationship
[ run-time name: twitter4j/api/FriendshipMethods.updateFriendship:(JZZ)Ltwitter4j/Relationship; ]
twitter4j-core-2.2.0.jar, IDs.class
package twitter4j
IDs.getIDs ( ) [abstract]:long[]
[ run-time name: twitter4j/IDs.getIDs:()[J ]
twitter4j-core-2.2.0.jar, ListMembersMethods.class
package twitter4j.api
ListMembersMethods.addUserListMember ( int p1, long p2 ) [abstract]:twitter4j.UserList
[ run-time name: twitter4j/api/ListMembersMethods.addUserListMember:(IJ)Ltwitter4j/UserList; ]
ListMembersMethods.addUserListMembers ( int p1, long[] p2 ) [abstract]:twitter4j.UserList
[ run-time name: twitter4j/api/ListMembersMethods.addUserListMembers:(I[J)Ltwitter4j/UserList; ]
ListMembersMethods.checkUserListMembership ( String p1, int p2, long p3 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/ListMembersMethods.checkUserListMembership:(Ljava/lang/String;IJ)Ltwitter4j/User; ]
ListMembersMethods.deleteUserListMember ( int p1, long p2 ) [abstract]:twitter4j.UserList
[ run-time name: twitter4j/api/ListMembersMethods.deleteUserListMember:(IJ)Ltwitter4j/UserList; ]
ListMembersMethods.getUserListMembers ( long p1, int p2, long p3 ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/ListMembersMethods.getUserListMembers:(JIJ)Ltwitter4j/PagableResponseList; ]
twitter4j-core-2.2.0.jar, ListMethods.class
package twitter4j.api
ListMethods.getAllUserLists ( long p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/ListMethods.getAllUserLists:(J)Ltwitter4j/ResponseList; ]
ListMethods.getUserListStatuses ( long p1, int p2, twitter4j.Paging p3 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/ListMethods.getUserListStatuses:(JILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.2.0.jar, ListSubscribersMethods.class
package twitter4j.api
ListSubscribersMethods.checkUserListSubscription ( String p1, int p2, long p3 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/ListSubscribersMethods.checkUserListSubscription:(Ljava/lang/String;IJ)Ltwitter4j/User; ]
twitter4j-core-2.2.0.jar, NotificationMethods.class
package twitter4j.api
NotificationMethods.disableNotification ( long p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/NotificationMethods.disableNotification:(J)Ltwitter4j/User; ]
NotificationMethods.enableNotification ( long p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/NotificationMethods.enableNotification:(J)Ltwitter4j/User; ]
twitter4j-core-2.2.0.jar, NullAuthorization.class
package twitter4j.auth
NullAuthorization.equals ( Object o ):boolean
[ run-time name: twitter4j/auth/NullAuthorization.equals:(Ljava/lang/Object;)Z ]
NullAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ):String
[ run-time name: twitter4j/auth/NullAuthorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
NullAuthorization.getInstance ( ) [static]:NullAuthorization
[ run-time name: twitter4j/auth/NullAuthorization.getInstance:()Ltwitter4j/auth/NullAuthorization; ]
NullAuthorization.isEnabled ( ):boolean
[ run-time name: twitter4j/auth/NullAuthorization.isEnabled:()Z ]
NullAuthorization.toString ( ):String
[ run-time name: twitter4j/auth/NullAuthorization.toString:()Ljava/lang/String; ]
twitter4j-core-2.2.0.jar, OAuthAuthorization.class
package twitter4j.auth
OAuthAuthorization.constructRequestURL ( String url ) [static]:String
[ run-time name: twitter4j/auth/OAuthAuthorization.constructRequestURL:(Ljava/lang/String;)Ljava/lang/String; ]
OAuthAuthorization.encodeParameters ( java.util.List httpParams ) [static]:String
[ run-time name: twitter4j/auth/OAuthAuthorization.encodeParameters:(Ljava/util/List;)Ljava/lang/String; ]
OAuthAuthorization.encodeParameters ( java.util.List httpParams, String splitter, boolean quot ) [static]:String
[ run-time name: twitter4j/auth/OAuthAuthorization.encodeParameters:(Ljava/util/List;Ljava/lang/String;Z)Ljava/lang/String; ]
OAuthAuthorization.equals ( Object o ):boolean
[ run-time name: twitter4j/auth/OAuthAuthorization.equals:(Ljava/lang/Object;)Z ]
OAuthAuthorization.generateOAuthSignatureHttpParams ( String method, String url ):java.util.List
[ run-time name: twitter4j/auth/OAuthAuthorization.generateOAuthSignatureHttpParams:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List; ]
OAuthAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ):String
[ run-time name: twitter4j/auth/OAuthAuthorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
OAuthAuthorization.getOAuthAccessToken ( ):AccessToken
[ run-time name: twitter4j/auth/OAuthAuthorization.getOAuthAccessToken:()Ltwitter4j/auth/AccessToken; ]
OAuthAuthorization.getOAuthAccessToken ( String oauthVerifier ):AccessToken
[ run-time name: twitter4j/auth/OAuthAuthorization.getOAuthAccessToken:(Ljava/lang/String;)Ltwitter4j/auth/AccessToken; ]
OAuthAuthorization.getOAuthAccessToken ( String screenName, String password ):AccessToken
[ run-time name: twitter4j/auth/OAuthAuthorization.getOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/auth/AccessToken; ]
OAuthAuthorization.getOAuthAccessToken ( RequestToken requestToken ):AccessToken
[ run-time name: twitter4j/auth/OAuthAuthorization.getOAuthAccessToken:(Ltwitter4j/auth/RequestToken;)Ltwitter4j/auth/AccessToken; ]
OAuthAuthorization.getOAuthAccessToken ( RequestToken requestToken, String oauthVerifier ):AccessToken
[ run-time name: twitter4j/auth/OAuthAuthorization.getOAuthAccessToken:(Ltwitter4j/auth/RequestToken;Ljava/lang/String;)Ltwitter4j/auth/AccessToken; ]
OAuthAuthorization.getOAuthRequestToken ( ):RequestToken
[ run-time name: twitter4j/auth/OAuthAuthorization.getOAuthRequestToken:()Ltwitter4j/auth/RequestToken; ]
OAuthAuthorization.getOAuthRequestToken ( String callbackURL ):RequestToken
[ run-time name: twitter4j/auth/OAuthAuthorization.getOAuthRequestToken:(Ljava/lang/String;)Ltwitter4j/auth/RequestToken; ]
OAuthAuthorization.hashCode ( ):int
[ run-time name: twitter4j/auth/OAuthAuthorization.hashCode:()I ]
OAuthAuthorization.isEnabled ( ):boolean
[ run-time name: twitter4j/auth/OAuthAuthorization.isEnabled:()Z ]
OAuthAuthorization.normalizeAuthorizationHeaders ( java.util.List params ) [static]:String
[ run-time name: twitter4j/auth/OAuthAuthorization.normalizeAuthorizationHeaders:(Ljava/util/List;)Ljava/lang/String; ]
OAuthAuthorization.normalizeRequestParameters ( java.util.List params ) [static]:String
[ run-time name: twitter4j/auth/OAuthAuthorization.normalizeRequestParameters:(Ljava/util/List;)Ljava/lang/String; ]
OAuthAuthorization.normalizeRequestParameters ( twitter4j.internal.http.HttpParameter[] params ) [static]:String
[ run-time name: twitter4j/auth/OAuthAuthorization.normalizeRequestParameters:([Ltwitter4j/internal/http/HttpParameter;)Ljava/lang/String; ]
OAuthAuthorization.OAuthAuthorization ( twitter4j.conf.Configuration conf )
[ run-time name: twitter4j/auth/OAuthAuthorization."<init>":(Ltwitter4j/conf/Configuration;)V ]
OAuthAuthorization.setOAuthAccessToken ( AccessToken accessToken ):void
[ run-time name: twitter4j/auth/OAuthAuthorization.setOAuthAccessToken:(Ltwitter4j/auth/AccessToken;)V ]
OAuthAuthorization.setOAuthConsumer ( String consumerKey, String consumerSecret ):void
[ run-time name: twitter4j/auth/OAuthAuthorization.setOAuthConsumer:(Ljava/lang/String;Ljava/lang/String;)V ]
OAuthAuthorization.setOAuthRealm ( String realm ):void
[ run-time name: twitter4j/auth/OAuthAuthorization.setOAuthRealm:(Ljava/lang/String;)V ]
OAuthAuthorization.toParamList ( twitter4j.internal.http.HttpParameter[] params ) [static]:java.util.List
[ run-time name: twitter4j/auth/OAuthAuthorization.toParamList:([Ltwitter4j/internal/http/HttpParameter;)Ljava/util/List; ]
OAuthAuthorization.toString ( ):String
[ run-time name: twitter4j/auth/OAuthAuthorization.toString:()Ljava/lang/String; ]
twitter4j-core-2.2.0.jar, OAuthSupport.class
package twitter4j.auth
OAuthSupport.getOAuthAccessToken ( ) [abstract]:AccessToken
[ run-time name: twitter4j/auth/OAuthSupport.getOAuthAccessToken:()Ltwitter4j/auth/AccessToken; ]
OAuthSupport.getOAuthAccessToken ( String p1 ) [abstract]:AccessToken
[ run-time name: twitter4j/auth/OAuthSupport.getOAuthAccessToken:(Ljava/lang/String;)Ltwitter4j/auth/AccessToken; ]
OAuthSupport.getOAuthAccessToken ( String p1, String p2 ) [abstract]:AccessToken
[ run-time name: twitter4j/auth/OAuthSupport.getOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/auth/AccessToken; ]
OAuthSupport.getOAuthAccessToken ( RequestToken p1 ) [abstract]:AccessToken
[ run-time name: twitter4j/auth/OAuthSupport.getOAuthAccessToken:(Ltwitter4j/auth/RequestToken;)Ltwitter4j/auth/AccessToken; ]
OAuthSupport.getOAuthAccessToken ( RequestToken p1, String p2 ) [abstract]:AccessToken
[ run-time name: twitter4j/auth/OAuthSupport.getOAuthAccessToken:(Ltwitter4j/auth/RequestToken;Ljava/lang/String;)Ltwitter4j/auth/AccessToken; ]
OAuthSupport.getOAuthRequestToken ( ) [abstract]:RequestToken
[ run-time name: twitter4j/auth/OAuthSupport.getOAuthRequestToken:()Ltwitter4j/auth/RequestToken; ]
OAuthSupport.getOAuthRequestToken ( String p1 ) [abstract]:RequestToken
[ run-time name: twitter4j/auth/OAuthSupport.getOAuthRequestToken:(Ljava/lang/String;)Ltwitter4j/auth/RequestToken; ]
OAuthSupport.setOAuthAccessToken ( AccessToken p1 ) [abstract]:void
[ run-time name: twitter4j/auth/OAuthSupport.setOAuthAccessToken:(Ltwitter4j/auth/AccessToken;)V ]
OAuthSupport.setOAuthConsumer ( String p1, String p2 ) [abstract]:void
[ run-time name: twitter4j/auth/OAuthSupport.setOAuthConsumer:(Ljava/lang/String;Ljava/lang/String;)V ]
twitter4j-core-2.2.0.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.isJSONStoreEnabled ( ):boolean
[ run-time name: twitter4j/conf/PropertyConfiguration.isJSONStoreEnabled:()Z ]
twitter4j-core-2.2.0.jar, Relationship.class
package twitter4j
Relationship.getSourceUserId ( ) [abstract]:long
[ run-time name: twitter4j/Relationship.getSourceUserId:()J ]
Relationship.getTargetUserId ( ) [abstract]:long
[ run-time name: twitter4j/Relationship.getTargetUserId:()J ]
twitter4j-core-2.2.0.jar, RequestToken.class
package twitter4j.auth
RequestToken.equals ( Object x0 ):boolean
[ run-time name: twitter4j/auth/RequestToken.equals:(Ljava/lang/Object;)Z ]
RequestToken.getAuthenticationURL ( ):String
[ run-time name: twitter4j/auth/RequestToken.getAuthenticationURL:()Ljava/lang/String; ]
RequestToken.getAuthorizationURL ( ):String
[ run-time name: twitter4j/auth/RequestToken.getAuthorizationURL:()Ljava/lang/String; ]
RequestToken.getParameter ( String x0 ):String
[ run-time name: twitter4j/auth/RequestToken.getParameter:(Ljava/lang/String;)Ljava/lang/String; ]
RequestToken.getToken ( ):String
[ run-time name: twitter4j/auth/RequestToken.getToken:()Ljava/lang/String; ]
RequestToken.getTokenSecret ( ):String
[ run-time name: twitter4j/auth/RequestToken.getTokenSecret:()Ljava/lang/String; ]
RequestToken.hashCode ( ):int
[ run-time name: twitter4j/auth/RequestToken.hashCode:()I ]
RequestToken.RequestToken ( String token, String tokenSecret )
[ run-time name: twitter4j/auth/RequestToken."<init>":(Ljava/lang/String;Ljava/lang/String;)V ]
RequestToken.toString ( ):String
[ run-time name: twitter4j/auth/RequestToken.toString:()Ljava/lang/String; ]
twitter4j-core-2.2.0.jar, SpamReportingMethods.class
package twitter4j.api
SpamReportingMethods.reportSpam ( long p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/SpamReportingMethods.reportSpam:(J)Ltwitter4j/User; ]
twitter4j-core-2.2.0.jar, Status.class
package twitter4j
Status.getInReplyToUserId ( ) [abstract]:long
[ run-time name: twitter4j/Status.getInReplyToUserId:()J ]
twitter4j-core-2.2.0.jar, StatusDeletionNotice.class
package twitter4j
StatusDeletionNotice.getUserId ( ) [abstract]:long
[ run-time name: twitter4j/StatusDeletionNotice.getUserId:()J ]
twitter4j-core-2.2.0.jar, TimelineMethods.class
package twitter4j.api
TimelineMethods.getRetweetedByUser ( long p1, twitter4j.Paging p2 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getRetweetedByUser:(JLtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
TimelineMethods.getRetweetedToUser ( long p1, twitter4j.Paging p2 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getRetweetedToUser:(JLtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
TimelineMethods.getUserTimeline ( long p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getUserTimeline:(J)Ltwitter4j/ResponseList; ]
TimelineMethods.getUserTimeline ( long p1, twitter4j.Paging p2 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getUserTimeline:(JLtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.2.0.jar, Tweet.class
package twitter4j
Tweet.getFromUserId ( ) [abstract]:long
[ run-time name: twitter4j/Tweet.getFromUserId:()J ]
Tweet.getToUserId ( ) [abstract]:long
[ run-time name: twitter4j/Tweet.getToUserId:()J ]
twitter4j-core-2.2.0.jar, TwitterBase.class
package twitter4j
TwitterBase.addRateLimitStatusListener ( RateLimitStatusListener p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterBase.addRateLimitStatusListener:(Ltwitter4j/RateLimitStatusListener;)V ]
TwitterBase.getAuthorization ( ) [abstract]:auth.Authorization
[ run-time name: twitter4j/TwitterBase.getAuthorization:()Ltwitter4j/auth/Authorization; ]
TwitterBase.getId ( ) [abstract]:long
[ run-time name: twitter4j/TwitterBase.getId:()J ]
TwitterBase.getScreenName ( ) [abstract]:String
[ run-time name: twitter4j/TwitterBase.getScreenName:()Ljava/lang/String; ]
TwitterBase.shutdown ( ) [abstract]:void
[ run-time name: twitter4j/TwitterBase.shutdown:()V ]
twitter4j-core-2.2.0.jar, TwitterFactory.class
package twitter4j
TwitterFactory.getInstance ( auth.AccessToken accessToken ):Twitter
[ run-time name: twitter4j/TwitterFactory.getInstance:(Ltwitter4j/auth/AccessToken;)Ltwitter4j/Twitter; ]
TwitterFactory.getInstance ( auth.Authorization auth ):Twitter
[ run-time name: twitter4j/TwitterFactory.getInstance:(Ltwitter4j/auth/Authorization;)Ltwitter4j/Twitter; ]
twitter4j-core-2.2.0.jar, User.class
package twitter4j
User.getId ( ) [abstract]:long
[ run-time name: twitter4j/User.getId:()J ]
twitter4j-core-2.2.0.jar, UserMentionEntity.class
package twitter4j
UserMentionEntity.getId ( ) [abstract]:long
[ run-time name: twitter4j/UserMentionEntity.getId:()J ]
twitter4j-core-2.2.0.jar, UserMethods.class
package twitter4j.api
UserMethods.getFollowersStatuses ( long p1, long p2 ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/UserMethods.getFollowersStatuses:(JJ)Ltwitter4j/PagableResponseList; ]
UserMethods.getFriendsStatuses ( long p1, long p2 ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/UserMethods.getFriendsStatuses:(JJ)Ltwitter4j/PagableResponseList; ]
UserMethods.lookupUsers ( long[] p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/UserMethods.lookupUsers:([J)Ltwitter4j/ResponseList; ]
UserMethods.showUser ( long p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/UserMethods.showUser:(J)Ltwitter4j/User; ]
twitter4j-media-support-2.2.0.jar, ImageUploadFactory.class
package twitter4j.media
ImageUploadFactory.getInstance ( twitter4j.auth.Authorization authorization ):ImageUpload
[ run-time name: twitter4j/media/ImageUploadFactory.getInstance:(Ltwitter4j/auth/Authorization;)Ltwitter4j/media/ImageUpload; ]
ImageUploadFactory.getInstance ( MediaProvider mediaProvider, twitter4j.auth.Authorization authorization ):ImageUpload
[ run-time name: twitter4j/media/ImageUploadFactory.getInstance:(Ltwitter4j/media/MediaProvider;Ltwitter4j/auth/Authorization;)Ltwitter4j/media/ImageUpload; ]
twitter4j-stream-2.2.0.jar, SiteStreamsAdapter.class
package twitter4j
SiteStreamsAdapter.onBlock ( long forUser, User source, User blockedUser ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onBlock:(JLtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsAdapter.onDeletionNotice ( long forUser, long directMessageId, long userId ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onDeletionNotice:(JJJ)V ]
SiteStreamsAdapter.onDeletionNotice ( long forUser, StatusDeletionNotice statusDeletionNotice ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onDeletionNotice:(JLtwitter4j/StatusDeletionNotice;)V ]
SiteStreamsAdapter.onDirectMessage ( long forUser, DirectMessage directMessage ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onDirectMessage:(JLtwitter4j/DirectMessage;)V ]
SiteStreamsAdapter.onFavorite ( long forUser, User source, User target, Status favoritedStatus ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onFavorite:(JLtwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V ]
SiteStreamsAdapter.onFollow ( long forUser, User source, User followedUser ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onFollow:(JLtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsAdapter.onFriendList ( long forUser, long[] friendIds ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onFriendList:(J[J)V ]
SiteStreamsAdapter.onStatus ( long forUser, Status status ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onStatus:(JLtwitter4j/Status;)V ]
SiteStreamsAdapter.onUnblock ( long forUser, User source, User unblockedUser ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUnblock:(JLtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsAdapter.onUnfavorite ( long forUser, User source, User target, Status unfavoritedStatus ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUnfavorite:(JLtwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V ]
SiteStreamsAdapter.onUnfollow ( long forUser, User source, User followedUser ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUnfollow:(JLtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsAdapter.onUserListCreation ( long forUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListCreation:(JLtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListDeletion ( long forUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListDeletion:(JLtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListMemberAddition ( long forUser, User addedUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListMemberAddition:(JLtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListMemberDeletion ( long forUser, User deletedUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListMemberDeletion:(JLtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListSubscription ( long forUser, User subscriber, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListSubscription:(JLtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListUnsubscription ( long forUser, User subscriber, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListUnsubscription:(JLtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListUpdate ( long forUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListUpdate:(JLtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserProfileUpdate ( long forUser, User updatedUser ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserProfileUpdate:(JLtwitter4j/User;)V ]
twitter4j-stream-2.2.0.jar, SiteStreamsListener.class
package twitter4j
SiteStreamsListener.onBlock ( long p1, User p2, User p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onBlock:(JLtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsListener.onDeletionNotice ( long p1, long p2, long p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onDeletionNotice:(JJJ)V ]
SiteStreamsListener.onDeletionNotice ( long p1, StatusDeletionNotice p2 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onDeletionNotice:(JLtwitter4j/StatusDeletionNotice;)V ]
SiteStreamsListener.onDirectMessage ( long p1, DirectMessage p2 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onDirectMessage:(JLtwitter4j/DirectMessage;)V ]
SiteStreamsListener.onFavorite ( long p1, User p2, User p3, Status p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onFavorite:(JLtwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V ]
SiteStreamsListener.onFollow ( long p1, User p2, User p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onFollow:(JLtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsListener.onFriendList ( long p1, long[] p2 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onFriendList:(J[J)V ]
SiteStreamsListener.onStatus ( long p1, Status p2 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onStatus:(JLtwitter4j/Status;)V ]
SiteStreamsListener.onUnblock ( long p1, User p2, User p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUnblock:(JLtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsListener.onUnfavorite ( long p1, User p2, User p3, Status p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUnfavorite:(JLtwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V ]
SiteStreamsListener.onUnfollow ( long p1, User p2, User p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUnfollow:(JLtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsListener.onUserListCreation ( long p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListCreation:(JLtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListDeletion ( long p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListDeletion:(JLtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListMemberAddition ( long p1, User p2, User p3, UserList p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListMemberAddition:(JLtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListMemberDeletion ( long p1, User p2, User p3, UserList p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListMemberDeletion:(JLtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListSubscription ( long p1, User p2, User p3, UserList p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListSubscription:(JLtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListUnsubscription ( long p1, User p2, User p3, UserList p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListUnsubscription:(JLtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListUpdate ( long p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListUpdate:(JLtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserProfileUpdate ( long p1, User p2 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserProfileUpdate:(JLtwitter4j/User;)V ]
twitter4j-stream-2.2.0.jar, StatusAdapter.class
package twitter4j
StatusAdapter.onScrubGeo ( long userId, long upToStatusId ):void
[ run-time name: twitter4j/StatusAdapter.onScrubGeo:(JJ)V ]
twitter4j-stream-2.2.0.jar, StatusListener.class
package twitter4j
StatusListener.onScrubGeo ( long p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/StatusListener.onScrubGeo:(JJ)V ]
twitter4j-stream-2.2.0.jar, TwitterStream.class
package twitter4j
TwitterStream.site ( boolean p1, long[] p2 ) [abstract]:void
[ run-time name: twitter4j/TwitterStream.site:(Z[J)V ]
twitter4j-stream-2.2.0.jar, TwitterStreamFactory.class
package twitter4j
TwitterStreamFactory.getInstance ( auth.AccessToken accessToken ):TwitterStream
[ run-time name: twitter4j/TwitterStreamFactory.getInstance:(Ltwitter4j/auth/AccessToken;)Ltwitter4j/TwitterStream; ]
TwitterStreamFactory.getInstance ( auth.Authorization auth ):TwitterStream
[ run-time name: twitter4j/TwitterStreamFactory.getInstance:(Ltwitter4j/auth/Authorization;)Ltwitter4j/TwitterStream; ]
twitter4j-stream-2.2.0.jar, UserStreamAdapter.class
package twitter4j
UserStreamAdapter.onDeletionNotice ( long directMessageId, long userId ):void
[ run-time name: twitter4j/UserStreamAdapter.onDeletionNotice:(JJ)V ]
UserStreamAdapter.onFriendList ( long[] friendIds ):void
[ run-time name: twitter4j/UserStreamAdapter.onFriendList:([J)V ]
twitter4j-stream-2.2.0.jar, UserStreamListener.class
package twitter4j
UserStreamListener.onDeletionNotice ( long p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onDeletionNotice:(JJ)V ]
UserStreamListener.onFriendList ( long[] p1 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onFriendList:([J)V ]
twitter4j-stream-2.2.0.jar, VersionStream.class
package twitter4j
VersionStream.getVersion ( ) [static]:String
[ run-time name: twitter4j/VersionStream.getVersion:()Ljava/lang/String; ]
VersionStream.main ( String[] args ) [static]:void
[ run-time name: twitter4j/VersionStream.main:([Ljava/lang/String;)V ]
to the top
Removed Methods (729)
twitter4j-core-2.1.12.jar, AccessToken.class
package twitter4j.http
AccessToken.AccessToken ( String token, String tokenSecret )
[ run-time name: twitter4j/http/AccessToken."<init>":(Ljava/lang/String;Ljava/lang/String;)V ]
AccessToken.equals ( Object o ):boolean
[ run-time name: twitter4j/http/AccessToken.equals:(Ljava/lang/Object;)Z ]
AccessToken.getParameter ( String x0 ):String
[ run-time name: twitter4j/http/AccessToken.getParameter:(Ljava/lang/String;)Ljava/lang/String; ]
AccessToken.getScreenName ( ):String
[ run-time name: twitter4j/http/AccessToken.getScreenName:()Ljava/lang/String; ]
AccessToken.getToken ( ):String
[ run-time name: twitter4j/http/AccessToken.getToken:()Ljava/lang/String; ]
AccessToken.getTokenSecret ( ):String
[ run-time name: twitter4j/http/AccessToken.getTokenSecret:()Ljava/lang/String; ]
AccessToken.getUserId ( ):int
[ run-time name: twitter4j/http/AccessToken.getUserId:()I ]
AccessToken.hashCode ( ):int
[ run-time name: twitter4j/http/AccessToken.hashCode:()I ]
AccessToken.toString ( ):String
[ run-time name: twitter4j/http/AccessToken.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.12.jar, AsyncTwitter.class
package twitter4j
AsyncTwitter.addRateLimitStatusListener ( RateLimitStatusListener x0 ):void
[ run-time name: twitter4j/AsyncTwitter.addRateLimitStatusListener:(Ltwitter4j/RateLimitStatusListener;)V ]
AsyncTwitter.addUserListMember ( int listId, int userId ):void
[ run-time name: twitter4j/AsyncTwitter.addUserListMember:(II)V ]
AsyncTwitter.addUserListMembers ( int listId, int[] userIds ):void
[ run-time name: twitter4j/AsyncTwitter.addUserListMembers:(I[I)V ]
AsyncTwitter.addUserListMembers ( int listId, String[] screenNames ):void
[ run-time name: twitter4j/AsyncTwitter.addUserListMembers:(I[Ljava/lang/String;)V ]
AsyncTwitter.AsyncTwitter ( String screenName, String password, TwitterListener listener )
[ run-time name: twitter4j/AsyncTwitter."<init>":(Ljava/lang/String;Ljava/lang/String;Ltwitter4j/TwitterListener;)V ]
AsyncTwitter.checkUserListMembership ( String listOwnerScreenName, int listId, int userId ):void
[ run-time name: twitter4j/AsyncTwitter.checkUserListMembership:(Ljava/lang/String;II)V ]
AsyncTwitter.checkUserListSubscription ( String listOwnerScreenName, int listId, int userId ):void
[ run-time name: twitter4j/AsyncTwitter.checkUserListSubscription:(Ljava/lang/String;II)V ]
AsyncTwitter.createBlock ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.createBlock:(I)V ]
AsyncTwitter.createBlock ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.createBlock:(Ljava/lang/String;)V ]
AsyncTwitter.createFavorite ( long id ):void
[ run-time name: twitter4j/AsyncTwitter.createFavorite:(J)V ]
AsyncTwitter.createFriendship ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.createFriendship:(I)V ]
AsyncTwitter.createFriendship ( int userId, boolean follow ):void
[ run-time name: twitter4j/AsyncTwitter.createFriendship:(IZ)V ]
AsyncTwitter.createFriendship ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.createFriendship:(Ljava/lang/String;)V ]
AsyncTwitter.createFriendship ( String screenName, boolean follow ):void
[ run-time name: twitter4j/AsyncTwitter.createFriendship:(Ljava/lang/String;Z)V ]
AsyncTwitter.createPlace ( String name, String containedWithin, String token, GeoLocation location, String streetAddress ):void
[ run-time name: twitter4j/AsyncTwitter.createPlace:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ltwitter4j/GeoLocation;Ljava/lang/String;)V ]
AsyncTwitter.createUserList ( String listName, boolean isPublicList, String description ):void
[ run-time name: twitter4j/AsyncTwitter.createUserList:(Ljava/lang/String;ZLjava/lang/String;)V ]
AsyncTwitter.deleteUserListMember ( int listId, int userId ):void
[ run-time name: twitter4j/AsyncTwitter.deleteUserListMember:(II)V ]
AsyncTwitter.destroyBlock ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.destroyBlock:(I)V ]
AsyncTwitter.destroyBlock ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.destroyBlock:(Ljava/lang/String;)V ]
AsyncTwitter.destroyDirectMessage ( long id ):void
[ run-time name: twitter4j/AsyncTwitter.destroyDirectMessage:(J)V ]
AsyncTwitter.destroyFavorite ( long id ):void
[ run-time name: twitter4j/AsyncTwitter.destroyFavorite:(J)V ]
AsyncTwitter.destroyFriendship ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.destroyFriendship:(I)V ]
AsyncTwitter.destroyFriendship ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.destroyFriendship:(Ljava/lang/String;)V ]
AsyncTwitter.destroyStatus ( long statusId ):void
[ run-time name: twitter4j/AsyncTwitter.destroyStatus:(J)V ]
AsyncTwitter.destroyUserList ( int listId ):void
[ run-time name: twitter4j/AsyncTwitter.destroyUserList:(I)V ]
AsyncTwitter.disableNotification ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.disableNotification:(I)V ]
AsyncTwitter.disableNotification ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.disableNotification:(Ljava/lang/String;)V ]
AsyncTwitter.enableNotification ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.enableNotification:(I)V ]
AsyncTwitter.enableNotification ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.enableNotification:(Ljava/lang/String;)V ]
AsyncTwitter.equals ( Object x0 ):boolean
[ run-time name: twitter4j/AsyncTwitter.equals:(Ljava/lang/Object;)Z ]
AsyncTwitter.existsBlock ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.existsBlock:(I)V ]
AsyncTwitter.existsBlock ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.existsBlock:(Ljava/lang/String;)V ]
AsyncTwitter.existsFriendship ( String userA, String userB ):void
[ run-time name: twitter4j/AsyncTwitter.existsFriendship:(Ljava/lang/String;Ljava/lang/String;)V ]
AsyncTwitter.getAccountSettings ( ):void
[ run-time name: twitter4j/AsyncTwitter.getAccountSettings:()V ]
AsyncTwitter.getAccountTotals ( ):void
[ run-time name: twitter4j/AsyncTwitter.getAccountTotals:()V ]
AsyncTwitter.getAllSubscribingUserLists ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.getAllSubscribingUserLists:(I)V ]
AsyncTwitter.getAllSubscribingUserLists ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.getAllSubscribingUserLists:(Ljava/lang/String;)V ]
AsyncTwitter.getAvailableTrends ( ):void
[ run-time name: twitter4j/AsyncTwitter.getAvailableTrends:()V ]
AsyncTwitter.getAvailableTrends ( GeoLocation location ):void
[ run-time name: twitter4j/AsyncTwitter.getAvailableTrends:(Ltwitter4j/GeoLocation;)V ]
AsyncTwitter.getBlockingUsers ( ):void
[ run-time name: twitter4j/AsyncTwitter.getBlockingUsers:()V ]
AsyncTwitter.getBlockingUsers ( int page ):void
[ run-time name: twitter4j/AsyncTwitter.getBlockingUsers:(I)V ]
AsyncTwitter.getBlockingUsersIDs ( ):void
[ run-time name: twitter4j/AsyncTwitter.getBlockingUsersIDs:()V ]
AsyncTwitter.getConfiguration ( ):conf.Configuration
[ run-time name: twitter4j/AsyncTwitter.getConfiguration:()Ltwitter4j/conf/Configuration; ]
AsyncTwitter.getCurrentTrends ( ):void
[ run-time name: twitter4j/AsyncTwitter.getCurrentTrends:()V ]
AsyncTwitter.getCurrentTrends ( boolean excludeHashTags ):void
[ run-time name: twitter4j/AsyncTwitter.getCurrentTrends:(Z)V ]
AsyncTwitter.getDailyTrends ( ):void
[ run-time name: twitter4j/AsyncTwitter.getDailyTrends:()V ]
AsyncTwitter.getDailyTrends ( java.util.Date date, boolean excludeHashTags ):void
[ run-time name: twitter4j/AsyncTwitter.getDailyTrends:(Ljava/util/Date;Z)V ]
AsyncTwitter.getDirectMessages ( ):void
[ run-time name: twitter4j/AsyncTwitter.getDirectMessages:()V ]
AsyncTwitter.getDirectMessages ( Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getDirectMessages:(Ltwitter4j/Paging;)V ]
AsyncTwitter.getFavorites ( ):void
[ run-time name: twitter4j/AsyncTwitter.getFavorites:()V ]
AsyncTwitter.getFavorites ( int page ):void
[ run-time name: twitter4j/AsyncTwitter.getFavorites:(I)V ]
AsyncTwitter.getFavorites ( String id ):void
[ run-time name: twitter4j/AsyncTwitter.getFavorites:(Ljava/lang/String;)V ]
AsyncTwitter.getFavorites ( String id, int page ):void
[ run-time name: twitter4j/AsyncTwitter.getFavorites:(Ljava/lang/String;I)V ]
AsyncTwitter.getFollowersIDs ( ):void
[ run-time name: twitter4j/AsyncTwitter.getFollowersIDs:()V ]
AsyncTwitter.getFollowersIDs ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.getFollowersIDs:(I)V ]
AsyncTwitter.getFollowersIDs ( int userId, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getFollowersIDs:(IJ)V ]
AsyncTwitter.getFollowersIDs ( long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getFollowersIDs:(J)V ]
AsyncTwitter.getFollowersIDs ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.getFollowersIDs:(Ljava/lang/String;)V ]
AsyncTwitter.getFollowersIDs ( String screenName, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getFollowersIDs:(Ljava/lang/String;J)V ]
AsyncTwitter.getFollowersStatuses ( ):void
[ run-time name: twitter4j/AsyncTwitter.getFollowersStatuses:()V ]
AsyncTwitter.getFollowersStatuses ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.getFollowersStatuses:(I)V ]
AsyncTwitter.getFollowersStatuses ( int userId, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getFollowersStatuses:(IJ)V ]
AsyncTwitter.getFollowersStatuses ( long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getFollowersStatuses:(J)V ]
AsyncTwitter.getFollowersStatuses ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.getFollowersStatuses:(Ljava/lang/String;)V ]
AsyncTwitter.getFollowersStatuses ( String screenName, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getFollowersStatuses:(Ljava/lang/String;J)V ]
AsyncTwitter.getFriendsIDs ( ):void
[ run-time name: twitter4j/AsyncTwitter.getFriendsIDs:()V ]
AsyncTwitter.getFriendsIDs ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.getFriendsIDs:(I)V ]
AsyncTwitter.getFriendsIDs ( int userId, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getFriendsIDs:(IJ)V ]
AsyncTwitter.getFriendsIDs ( long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getFriendsIDs:(J)V ]
AsyncTwitter.getFriendsIDs ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.getFriendsIDs:(Ljava/lang/String;)V ]
AsyncTwitter.getFriendsIDs ( String screenName, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getFriendsIDs:(Ljava/lang/String;J)V ]
AsyncTwitter.getFriendsStatuses ( ):void
[ run-time name: twitter4j/AsyncTwitter.getFriendsStatuses:()V ]
AsyncTwitter.getFriendsStatuses ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.getFriendsStatuses:(I)V ]
AsyncTwitter.getFriendsStatuses ( int userId, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getFriendsStatuses:(IJ)V ]
AsyncTwitter.getFriendsStatuses ( long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getFriendsStatuses:(J)V ]
AsyncTwitter.getFriendsStatuses ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.getFriendsStatuses:(Ljava/lang/String;)V ]
AsyncTwitter.getFriendsStatuses ( String screenName, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getFriendsStatuses:(Ljava/lang/String;J)V ]
AsyncTwitter.getFriendsTimeline ( ):void
[ run-time name: twitter4j/AsyncTwitter.getFriendsTimeline:()V ]
AsyncTwitter.getFriendsTimeline ( Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getFriendsTimeline:(Ltwitter4j/Paging;)V ]
AsyncTwitter.getGeoDetails ( String id ):void
[ run-time name: twitter4j/AsyncTwitter.getGeoDetails:(Ljava/lang/String;)V ]
AsyncTwitter.getHomeTimeline ( ):void
[ run-time name: twitter4j/AsyncTwitter.getHomeTimeline:()V ]
AsyncTwitter.getHomeTimeline ( Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getHomeTimeline:(Ltwitter4j/Paging;)V ]
AsyncTwitter.getId ( ):int
[ run-time name: twitter4j/AsyncTwitter.getId:()I ]
AsyncTwitter.getIncomingFriendships ( long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getIncomingFriendships:(J)V ]
AsyncTwitter.getLocationTrends ( int woeid ):void
[ run-time name: twitter4j/AsyncTwitter.getLocationTrends:(I)V ]
AsyncTwitter.getMemberSuggestions ( String categorySlug ):void
[ run-time name: twitter4j/AsyncTwitter.getMemberSuggestions:(Ljava/lang/String;)V ]
AsyncTwitter.getMentions ( ):void
[ run-time name: twitter4j/AsyncTwitter.getMentions:()V ]
AsyncTwitter.getMentions ( Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getMentions:(Ltwitter4j/Paging;)V ]
AsyncTwitter.getNearbyPlaces ( GeoQuery query ):void
[ run-time name: twitter4j/AsyncTwitter.getNearbyPlaces:(Ltwitter4j/GeoQuery;)V ]
AsyncTwitter.getOAuthAccessToken ( ):http.AccessToken
[ run-time name: twitter4j/AsyncTwitter.getOAuthAccessToken:()Ltwitter4j/http/AccessToken; ]
AsyncTwitter.getOAuthAccessToken ( String oauthVerifier ):http.AccessToken
[ run-time name: twitter4j/AsyncTwitter.getOAuthAccessToken:(Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
AsyncTwitter.getOAuthAccessToken ( String token, String tokenSecret ):http.AccessToken
[ run-time name: twitter4j/AsyncTwitter.getOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
AsyncTwitter.getOAuthAccessToken ( String token, String tokenSecret, String pin ):http.AccessToken
[ run-time name: twitter4j/AsyncTwitter.getOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
AsyncTwitter.getOAuthAccessToken ( http.RequestToken requestToken ):http.AccessToken
[ run-time name: twitter4j/AsyncTwitter.getOAuthAccessToken:(Ltwitter4j/http/RequestToken;)Ltwitter4j/http/AccessToken; ]
AsyncTwitter.getOAuthAccessToken ( http.RequestToken requestToken, String oauthVerifier ):http.AccessToken
[ run-time name: twitter4j/AsyncTwitter.getOAuthAccessToken:(Ltwitter4j/http/RequestToken;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
AsyncTwitter.getOAuthRequestToken ( ):http.RequestToken
[ run-time name: twitter4j/AsyncTwitter.getOAuthRequestToken:()Ltwitter4j/http/RequestToken; ]
AsyncTwitter.getOAuthRequestToken ( String callbackUrl ):http.RequestToken
[ run-time name: twitter4j/AsyncTwitter.getOAuthRequestToken:(Ljava/lang/String;)Ltwitter4j/http/RequestToken; ]
AsyncTwitter.getOutgoingFriendships ( long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getOutgoingFriendships:(J)V ]
AsyncTwitter.getPrivacyPolicy ( ):void
[ run-time name: twitter4j/AsyncTwitter.getPrivacyPolicy:()V ]
AsyncTwitter.getProfileImage ( String screenName, ProfileImage.ImageSize size ):void
[ run-time name: twitter4j/AsyncTwitter.getProfileImage:(Ljava/lang/String;Ltwitter4j/ProfileImage$ImageSize;)V ]
AsyncTwitter.getPublicTimeline ( ):void
[ run-time name: twitter4j/AsyncTwitter.getPublicTimeline:()V ]
AsyncTwitter.getRateLimitStatus ( ):void
[ run-time name: twitter4j/AsyncTwitter.getRateLimitStatus:()V ]
AsyncTwitter.getRelatedResults ( long statusId ):void
[ run-time name: twitter4j/AsyncTwitter.getRelatedResults:(J)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.getRetweetedByMe ( ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedByMe:()V ]
AsyncTwitter.getRetweetedByMe ( Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedByMe:(Ltwitter4j/Paging;)V ]
AsyncTwitter.getRetweetedByUser ( int userId, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedByUser:(ILtwitter4j/Paging;)V ]
AsyncTwitter.getRetweetedByUser ( String screenName, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedByUser:(Ljava/lang/String;Ltwitter4j/Paging;)V ]
AsyncTwitter.getRetweetedToMe ( ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedToMe:()V ]
AsyncTwitter.getRetweetedToMe ( Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedToMe:(Ltwitter4j/Paging;)V ]
AsyncTwitter.getRetweetedToUser ( int userId, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedToUser:(ILtwitter4j/Paging;)V ]
AsyncTwitter.getRetweetedToUser ( String screenName, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetedToUser:(Ljava/lang/String;Ltwitter4j/Paging;)V ]
AsyncTwitter.getRetweets ( long statusId ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweets:(J)V ]
AsyncTwitter.getRetweetsOfMe ( ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetsOfMe:()V ]
AsyncTwitter.getRetweetsOfMe ( Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getRetweetsOfMe:(Ltwitter4j/Paging;)V ]
AsyncTwitter.getScreenName ( ):String
[ run-time name: twitter4j/AsyncTwitter.getScreenName:()Ljava/lang/String; ]
AsyncTwitter.getSentDirectMessages ( ):void
[ run-time name: twitter4j/AsyncTwitter.getSentDirectMessages:()V ]
AsyncTwitter.getSentDirectMessages ( Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getSentDirectMessages:(Ltwitter4j/Paging;)V ]
AsyncTwitter.getSimilarPlaces ( GeoLocation location, String name, String containedWithin, String streetAddress ):void
[ run-time name: twitter4j/AsyncTwitter.getSimilarPlaces:(Ltwitter4j/GeoLocation;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
AsyncTwitter.getSuggestedUserCategories ( ):void
[ run-time name: twitter4j/AsyncTwitter.getSuggestedUserCategories:()V ]
AsyncTwitter.getTermsOfService ( ):void
[ run-time name: twitter4j/AsyncTwitter.getTermsOfService:()V ]
AsyncTwitter.getTrends ( ):void
[ run-time name: twitter4j/AsyncTwitter.getTrends:()V ]
AsyncTwitter.getUserListMembers ( int listOwnerId, int listId, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getUserListMembers:(IIJ)V ]
AsyncTwitter.getUserListMembers ( String listOwnerScreenName, int listId, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getUserListMembers:(Ljava/lang/String;IJ)V ]
AsyncTwitter.getUserListMemberships ( String listMemberScreenName, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getUserListMemberships:(Ljava/lang/String;J)V ]
AsyncTwitter.getUserLists ( String listOwnerScreenName, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getUserLists:(Ljava/lang/String;J)V ]
AsyncTwitter.getUserListStatuses ( int listOwnerId, int id, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getUserListStatuses:(IILtwitter4j/Paging;)V ]
AsyncTwitter.getUserListStatuses ( String listOwnerScreenName, int id, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getUserListStatuses:(Ljava/lang/String;ILtwitter4j/Paging;)V ]
AsyncTwitter.getUserListSubscribers ( String listOwnerScreenName, int listId, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getUserListSubscribers:(Ljava/lang/String;IJ)V ]
AsyncTwitter.getUserListSubscriptions ( String listOwnerScreenName, long cursor ):void
[ run-time name: twitter4j/AsyncTwitter.getUserListSubscriptions:(Ljava/lang/String;J)V ]
AsyncTwitter.getUserSuggestions ( String categorySlug ):void
[ run-time name: twitter4j/AsyncTwitter.getUserSuggestions:(Ljava/lang/String;)V ]
AsyncTwitter.getUserTimeline ( ):void
[ run-time name: twitter4j/AsyncTwitter.getUserTimeline:()V ]
AsyncTwitter.getUserTimeline ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.getUserTimeline:(I)V ]
AsyncTwitter.getUserTimeline ( int userId, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getUserTimeline:(ILtwitter4j/Paging;)V ]
AsyncTwitter.getUserTimeline ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.getUserTimeline:(Ljava/lang/String;)V ]
AsyncTwitter.getUserTimeline ( String screenName, Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getUserTimeline:(Ljava/lang/String;Ltwitter4j/Paging;)V ]
AsyncTwitter.getUserTimeline ( Paging paging ):void
[ run-time name: twitter4j/AsyncTwitter.getUserTimeline:(Ltwitter4j/Paging;)V ]
AsyncTwitter.getWeeklyTrends ( ):void
[ run-time name: twitter4j/AsyncTwitter.getWeeklyTrends:()V ]
AsyncTwitter.getWeeklyTrends ( java.util.Date date, boolean excludeHashTags ):void
[ run-time name: twitter4j/AsyncTwitter.getWeeklyTrends:(Ljava/util/Date;Z)V ]
AsyncTwitter.hashCode ( ):int
[ run-time name: twitter4j/AsyncTwitter.hashCode:()I ]
AsyncTwitter.httpResponseReceived ( internal.http.HttpResponseEvent x0 ):void
[ run-time name: twitter4j/AsyncTwitter.httpResponseReceived:(Ltwitter4j/internal/http/HttpResponseEvent;)V ]
AsyncTwitter.isOAuthEnabled ( ):boolean
[ run-time name: twitter4j/AsyncTwitter.isOAuthEnabled:()Z ]
AsyncTwitter.lookupFriendships ( int[] ids ):void
[ run-time name: twitter4j/AsyncTwitter.lookupFriendships:([I)V ]
AsyncTwitter.lookupFriendships ( String[] screenNames ):void
[ run-time name: twitter4j/AsyncTwitter.lookupFriendships:([Ljava/lang/String;)V ]
AsyncTwitter.lookupUsers ( int[] ids ):void
[ run-time name: twitter4j/AsyncTwitter.lookupUsers:([I)V ]
AsyncTwitter.lookupUsers ( String[] screenNames ):void
[ run-time name: twitter4j/AsyncTwitter.lookupUsers:([Ljava/lang/String;)V ]
AsyncTwitter.reportSpam ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.reportSpam:(I)V ]
AsyncTwitter.reportSpam ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.reportSpam:(Ljava/lang/String;)V ]
AsyncTwitter.retweetStatus ( long statusId ):void
[ run-time name: twitter4j/AsyncTwitter.retweetStatus:(J)V ]
AsyncTwitter.reverseGeoCode ( GeoQuery query ):void
[ run-time name: twitter4j/AsyncTwitter.reverseGeoCode:(Ltwitter4j/GeoQuery;)V ]
AsyncTwitter.search ( Query query ):void
[ run-time name: twitter4j/AsyncTwitter.search:(Ltwitter4j/Query;)V ]
AsyncTwitter.searchPlaces ( GeoQuery query ):void
[ run-time name: twitter4j/AsyncTwitter.searchPlaces:(Ltwitter4j/GeoQuery;)V ]
AsyncTwitter.searchUsers ( String query, int page ):void
[ run-time name: twitter4j/AsyncTwitter.searchUsers:(Ljava/lang/String;I)V ]
AsyncTwitter.sendDirectMessage ( int userId, String text ):void
[ run-time name: twitter4j/AsyncTwitter.sendDirectMessage:(ILjava/lang/String;)V ]
AsyncTwitter.sendDirectMessage ( String screenName, String text ):void
[ run-time name: twitter4j/AsyncTwitter.sendDirectMessage:(Ljava/lang/String;Ljava/lang/String;)V ]
AsyncTwitter.setOAuthAccessToken ( String token, String tokenSecret ):void
[ run-time name: twitter4j/AsyncTwitter.setOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;)V ]
AsyncTwitter.setOAuthAccessToken ( http.AccessToken accessToken ):void
[ run-time name: twitter4j/AsyncTwitter.setOAuthAccessToken:(Ltwitter4j/http/AccessToken;)V ]
AsyncTwitter.setOAuthConsumer ( String consumerKey, String consumerSecret ):void
[ run-time name: twitter4j/AsyncTwitter.setOAuthConsumer:(Ljava/lang/String;Ljava/lang/String;)V ]
AsyncTwitter.setRateLimitStatusListener ( RateLimitStatusListener x0 ):void
[ run-time name: twitter4j/AsyncTwitter.setRateLimitStatusListener:(Ltwitter4j/RateLimitStatusListener;)V ]
AsyncTwitter.showDirectMessage ( long id ):void
[ run-time name: twitter4j/AsyncTwitter.showDirectMessage:(J)V ]
AsyncTwitter.showFriendship ( int sourceId, int targetId ):void
[ run-time name: twitter4j/AsyncTwitter.showFriendship:(II)V ]
AsyncTwitter.showFriendship ( String sourceScreenName, String targetScreenName ):void
[ run-time name: twitter4j/AsyncTwitter.showFriendship:(Ljava/lang/String;Ljava/lang/String;)V ]
AsyncTwitter.showStatus ( long id ):void
[ run-time name: twitter4j/AsyncTwitter.showStatus:(J)V ]
AsyncTwitter.showUser ( int userId ):void
[ run-time name: twitter4j/AsyncTwitter.showUser:(I)V ]
AsyncTwitter.showUser ( String screenName ):void
[ run-time name: twitter4j/AsyncTwitter.showUser:(Ljava/lang/String;)V ]
AsyncTwitter.showUserList ( String listOwnerScreenName, int id ):void
[ run-time name: twitter4j/AsyncTwitter.showUserList:(Ljava/lang/String;I)V ]
AsyncTwitter.shutdown ( ):void
[ run-time name: twitter4j/AsyncTwitter.shutdown:()V ]
AsyncTwitter.subscribeUserList ( String listOwnerScreenName, int listId ):void
[ run-time name: twitter4j/AsyncTwitter.subscribeUserList:(Ljava/lang/String;I)V ]
AsyncTwitter.test ( ):void
[ run-time name: twitter4j/AsyncTwitter.test:()V ]
AsyncTwitter.toString ( ):String
[ run-time name: twitter4j/AsyncTwitter.toString:()Ljava/lang/String; ]
AsyncTwitter.unsubscribeUserList ( String listOwnerScreenName, int listId ):void
[ run-time name: twitter4j/AsyncTwitter.unsubscribeUserList:(Ljava/lang/String;I)V ]
AsyncTwitter.updateFriendship ( int userId, boolean enableDeviceNotification, boolean retweet ):void
[ run-time name: twitter4j/AsyncTwitter.updateFriendship:(IZZ)V ]
AsyncTwitter.updateFriendship ( String screenName, boolean enableDeviceNotification, boolean retweet ):void
[ run-time name: twitter4j/AsyncTwitter.updateFriendship:(Ljava/lang/String;ZZ)V ]
AsyncTwitter.updateProfile ( String name, String url, String location, String description ):void
[ run-time name: twitter4j/AsyncTwitter.updateProfile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
AsyncTwitter.updateProfileBackgroundImage ( java.io.File image, boolean tile ):void
[ run-time name: twitter4j/AsyncTwitter.updateProfileBackgroundImage:(Ljava/io/File;Z)V ]
AsyncTwitter.updateProfileBackgroundImage ( java.io.InputStream image, boolean tile ):void
[ run-time name: twitter4j/AsyncTwitter.updateProfileBackgroundImage:(Ljava/io/InputStream;Z)V ]
AsyncTwitter.updateProfileColors ( String profileBackgroundColor, String profileTextColor, String profileLinkColor, String profileSidebarFillColor, String profileSidebarBorderColor ):void
[ run-time name: twitter4j/AsyncTwitter.updateProfileColors:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
AsyncTwitter.updateProfileImage ( java.io.File image ):void
[ run-time name: twitter4j/AsyncTwitter.updateProfileImage:(Ljava/io/File;)V ]
AsyncTwitter.updateProfileImage ( java.io.InputStream image ):void
[ run-time name: twitter4j/AsyncTwitter.updateProfileImage:(Ljava/io/InputStream;)V ]
AsyncTwitter.updateStatus ( String statusText ):void
[ run-time name: twitter4j/AsyncTwitter.updateStatus:(Ljava/lang/String;)V ]
AsyncTwitter.updateStatus ( String statusText, long inReplyToStatusId ):void
[ run-time name: twitter4j/AsyncTwitter.updateStatus:(Ljava/lang/String;J)V ]
AsyncTwitter.updateStatus ( String statusText, long inReplyToStatusId, GeoLocation location ):void
[ run-time name: twitter4j/AsyncTwitter.updateStatus:(Ljava/lang/String;JLtwitter4j/GeoLocation;)V ]
AsyncTwitter.updateStatus ( String statusText, GeoLocation location ):void
[ run-time name: twitter4j/AsyncTwitter.updateStatus:(Ljava/lang/String;Ltwitter4j/GeoLocation;)V ]
AsyncTwitter.updateStatus ( StatusUpdate latestStatus ):void
[ run-time name: twitter4j/AsyncTwitter.updateStatus:(Ltwitter4j/StatusUpdate;)V ]
AsyncTwitter.updateUserList ( int listId, String newListName, boolean isPublicList, String newDescription ):void
[ run-time name: twitter4j/AsyncTwitter.updateUserList:(ILjava/lang/String;ZLjava/lang/String;)V ]
AsyncTwitter.verifyCredentials ( ):void
[ run-time name: twitter4j/AsyncTwitter.verifyCredentials:()V ]
twitter4j-core-2.1.12.jar, AsyncTwitterFactory.class
package twitter4j
AsyncTwitterFactory.AsyncTwitterFactory ( String configTreePath, TwitterListener listener )
[ run-time name: twitter4j/AsyncTwitterFactory."<init>":(Ljava/lang/String;Ltwitter4j/TwitterListener;)V ]
AsyncTwitterFactory.AsyncTwitterFactory ( conf.Configuration conf, TwitterListener listener )
[ run-time name: twitter4j/AsyncTwitterFactory."<init>":(Ltwitter4j/conf/Configuration;Ltwitter4j/TwitterListener;)V ]
AsyncTwitterFactory.AsyncTwitterFactory ( TwitterListener listener )
[ run-time name: twitter4j/AsyncTwitterFactory."<init>":(Ltwitter4j/TwitterListener;)V ]
AsyncTwitterFactory.getInstance ( String screenName, String password ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getInstance:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/AsyncTwitter; ]
AsyncTwitterFactory.getInstance ( http.AccessToken accessToken ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getInstance:(Ltwitter4j/http/AccessToken;)Ltwitter4j/AsyncTwitter; ]
AsyncTwitterFactory.getInstance ( http.Authorization auth ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getInstance:(Ltwitter4j/http/Authorization;)Ltwitter4j/AsyncTwitter; ]
AsyncTwitterFactory.getOAuthAuthorizedInstance ( String consumerKey, String consumerSecret ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getOAuthAuthorizedInstance:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/AsyncTwitter; ]
AsyncTwitterFactory.getOAuthAuthorizedInstance ( String consumerKey, String consumerSecret, http.AccessToken accessToken ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getOAuthAuthorizedInstance:(Ljava/lang/String;Ljava/lang/String;Ltwitter4j/http/AccessToken;)Ltwitter4j/AsyncTwitter; ]
AsyncTwitterFactory.getOAuthAuthorizedInstance ( http.AccessToken accessToken ):AsyncTwitter
[ run-time name: twitter4j/AsyncTwitterFactory.getOAuthAuthorizedInstance:(Ltwitter4j/http/AccessToken;)Ltwitter4j/AsyncTwitter; ]
twitter4j-core-2.1.12.jar, Authorization.class
package twitter4j.http
Authorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest p1 ) [abstract]:String
[ run-time name: twitter4j/http/Authorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
Authorization.isEnabled ( ) [abstract]:boolean
[ run-time name: twitter4j/http/Authorization.isEnabled:()Z ]
twitter4j-core-2.1.12.jar, AuthorizationConfiguration.class
package twitter4j.http
AuthorizationConfiguration.getOAuthAccessToken ( ) [abstract]:String
[ run-time name: twitter4j/http/AuthorizationConfiguration.getOAuthAccessToken:()Ljava/lang/String; ]
AuthorizationConfiguration.getOAuthAccessTokenSecret ( ) [abstract]:String
[ run-time name: twitter4j/http/AuthorizationConfiguration.getOAuthAccessTokenSecret:()Ljava/lang/String; ]
AuthorizationConfiguration.getOAuthConsumerKey ( ) [abstract]:String
[ run-time name: twitter4j/http/AuthorizationConfiguration.getOAuthConsumerKey:()Ljava/lang/String; ]
AuthorizationConfiguration.getOAuthConsumerSecret ( ) [abstract]:String
[ run-time name: twitter4j/http/AuthorizationConfiguration.getOAuthConsumerSecret:()Ljava/lang/String; ]
AuthorizationConfiguration.getPassword ( ) [abstract]:String
[ run-time name: twitter4j/http/AuthorizationConfiguration.getPassword:()Ljava/lang/String; ]
AuthorizationConfiguration.getUser ( ) [abstract]:String
[ run-time name: twitter4j/http/AuthorizationConfiguration.getUser:()Ljava/lang/String; ]
twitter4j-core-2.1.12.jar, AuthorizationFactory.class
package twitter4j.http
AuthorizationFactory.AuthorizationFactory ( )
[ run-time name: twitter4j/http/AuthorizationFactory."<init>":()V ]
AuthorizationFactory.getBasicAuthorizationInstance ( String screenName, String password ) [static]:Authorization
[ run-time name: twitter4j/http/AuthorizationFactory.getBasicAuthorizationInstance:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/http/Authorization; ]
AuthorizationFactory.getInstance ( twitter4j.conf.Configuration conf ) [static]:Authorization
[ run-time name: twitter4j/http/AuthorizationFactory.getInstance:(Ltwitter4j/conf/Configuration;)Ltwitter4j/http/Authorization; ]
AuthorizationFactory.getInstance ( twitter4j.conf.Configuration conf, boolean supportsOAuth ) [static]:Authorization
[ run-time name: twitter4j/http/AuthorizationFactory.getInstance:(Ltwitter4j/conf/Configuration;Z)Ltwitter4j/http/Authorization; ]
twitter4j-core-2.1.12.jar, BasicAuthorization.class
package twitter4j.http
BasicAuthorization.BasicAuthorization ( String userId, String password )
[ run-time name: twitter4j/http/BasicAuthorization."<init>":(Ljava/lang/String;Ljava/lang/String;)V ]
BasicAuthorization.equals ( Object o ):boolean
[ run-time name: twitter4j/http/BasicAuthorization.equals:(Ljava/lang/Object;)Z ]
BasicAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ):String
[ run-time name: twitter4j/http/BasicAuthorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
BasicAuthorization.getPassword ( ):String
[ run-time name: twitter4j/http/BasicAuthorization.getPassword:()Ljava/lang/String; ]
BasicAuthorization.getUserId ( ):String
[ run-time name: twitter4j/http/BasicAuthorization.getUserId:()Ljava/lang/String; ]
BasicAuthorization.hashCode ( ):int
[ run-time name: twitter4j/http/BasicAuthorization.hashCode:()I ]
BasicAuthorization.isEnabled ( ):boolean
[ run-time name: twitter4j/http/BasicAuthorization.isEnabled:()Z ]
BasicAuthorization.toString ( ):String
[ run-time name: twitter4j/http/BasicAuthorization.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.12.jar, BlockMethods.class
package twitter4j.api
BlockMethods.createBlock ( int p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/BlockMethods.createBlock:(I)Ltwitter4j/User; ]
BlockMethods.destroyBlock ( int p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/BlockMethods.destroyBlock:(I)Ltwitter4j/User; ]
BlockMethods.existsBlock ( int p1 ) [abstract]:boolean
[ run-time name: twitter4j/api/BlockMethods.existsBlock:(I)Z ]
twitter4j-core-2.1.12.jar, BlockMethodsAsync.class
package twitter4j.api
BlockMethodsAsync.createBlock ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/BlockMethodsAsync.createBlock:(I)V ]
BlockMethodsAsync.destroyBlock ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/BlockMethodsAsync.destroyBlock:(I)V ]
BlockMethodsAsync.existsBlock ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/BlockMethodsAsync.existsBlock:(I)V ]
twitter4j-core-2.1.12.jar, Configuration.class
package twitter4j.conf
Configuration.getSource ( ) [abstract]:String
[ run-time name: twitter4j/conf/Configuration.getSource:()Ljava/lang/String; ]
twitter4j-core-2.1.12.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setSource ( String source ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setSource:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
ConfigurationBuilder.setUserAgent ( String userAgent ):ConfigurationBuilder
[ run-time name: twitter4j/conf/ConfigurationBuilder.setUserAgent:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder; ]
twitter4j-core-2.1.12.jar, DirectMessage.class
package twitter4j
DirectMessage.getRecipientId ( ) [abstract]:int
[ run-time name: twitter4j/DirectMessage.getRecipientId:()I ]
DirectMessage.getSenderId ( ) [abstract]:int
[ run-time name: twitter4j/DirectMessage.getSenderId:()I ]
twitter4j-core-2.1.12.jar, DirectMessageMethods.class
package twitter4j.api
DirectMessageMethods.sendDirectMessage ( int p1, String p2 ) [abstract]:twitter4j.DirectMessage
[ run-time name: twitter4j/api/DirectMessageMethods.sendDirectMessage:(ILjava/lang/String;)Ltwitter4j/DirectMessage; ]
twitter4j-core-2.1.12.jar, DirectMessageMethodsAsync.class
package twitter4j.api
DirectMessageMethodsAsync.sendDirectMessage ( int p1, String p2 ) [abstract]:void
[ run-time name: twitter4j/api/DirectMessageMethodsAsync.sendDirectMessage:(ILjava/lang/String;)V ]
twitter4j-core-2.1.12.jar, FilterQuery.class
package twitter4j
FilterQuery.FilterQuery ( int count, int[] follow )
[ run-time name: twitter4j/FilterQuery."<init>":(I[I)V ]
FilterQuery.FilterQuery ( int count, int[] follow, String[] track )
[ run-time name: twitter4j/FilterQuery."<init>":(I[I[Ljava/lang/String;)V ]
FilterQuery.FilterQuery ( int count, int[] follow, String[] track, double[][] locations )
[ run-time name: twitter4j/FilterQuery."<init>":(I[I[Ljava/lang/String;[[D)V ]
FilterQuery.FilterQuery ( int[] follow )
[ run-time name: twitter4j/FilterQuery."<init>":([I)V ]
FilterQuery.follow ( int[] follow ):FilterQuery
[ run-time name: twitter4j/FilterQuery.follow:([I)Ltwitter4j/FilterQuery; ]
twitter4j-core-2.1.12.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 ( String p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFollowersIDs:(Ljava/lang/String;)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 ( String p1 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/FriendsFollowersMethods.getFriendsIDs:(Ljava/lang/String;)Ltwitter4j/IDs; ]
twitter4j-core-2.1.12.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 ( String p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFollowersIDs:(Ljava/lang/String;)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 ( String p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFriendsIDs:(Ljava/lang/String;)V ]
twitter4j-core-2.1.12.jar, FriendshipMethods.class
package twitter4j.api
FriendshipMethods.createFriendship ( int p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/FriendshipMethods.createFriendship:(I)Ltwitter4j/User; ]
FriendshipMethods.createFriendship ( int p1, boolean p2 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/FriendshipMethods.createFriendship:(IZ)Ltwitter4j/User; ]
FriendshipMethods.destroyFriendship ( int p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/FriendshipMethods.destroyFriendship:(I)Ltwitter4j/User; ]
FriendshipMethods.lookupFriendships ( int[] p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/FriendshipMethods.lookupFriendships:([I)Ltwitter4j/ResponseList; ]
FriendshipMethods.showFriendship ( int p1, int p2 ) [abstract]:twitter4j.Relationship
[ run-time name: twitter4j/api/FriendshipMethods.showFriendship:(II)Ltwitter4j/Relationship; ]
FriendshipMethods.updateFriendship ( int p1, boolean p2, boolean p3 ) [abstract]:twitter4j.Relationship
[ run-time name: twitter4j/api/FriendshipMethods.updateFriendship:(IZZ)Ltwitter4j/Relationship; ]
twitter4j-core-2.1.12.jar, FriendshipMethodsAsync.class
package twitter4j.api
FriendshipMethodsAsync.createFriendship ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.createFriendship:(I)V ]
FriendshipMethodsAsync.createFriendship ( int p1, boolean p2 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.createFriendship:(IZ)V ]
FriendshipMethodsAsync.destroyFriendship ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.destroyFriendship:(I)V ]
FriendshipMethodsAsync.lookupFriendships ( int[] p1 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.lookupFriendships:([I)V ]
FriendshipMethodsAsync.showFriendship ( int p1, int p2 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.showFriendship:(II)V ]
FriendshipMethodsAsync.updateFriendship ( int p1, boolean p2, boolean p3 ) [abstract]:void
[ run-time name: twitter4j/api/FriendshipMethodsAsync.updateFriendship:(IZZ)V ]
twitter4j-core-2.1.12.jar, GeoMethods.class
package twitter4j.api
GeoMethods.getNearbyPlaces ( twitter4j.GeoQuery p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/GeoMethods.getNearbyPlaces:(Ltwitter4j/GeoQuery;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.12.jar, GeoMethodsAsync.class
package twitter4j.api
GeoMethodsAsync.getNearbyPlaces ( twitter4j.GeoQuery p1 ) [abstract]:void
[ run-time name: twitter4j/api/GeoMethodsAsync.getNearbyPlaces:(Ltwitter4j/GeoQuery;)V ]
twitter4j-core-2.1.12.jar, IDs.class
package twitter4j
IDs.getIDs ( ) [abstract]:int[]
[ run-time name: twitter4j/IDs.getIDs:()[I ]
twitter4j-core-2.1.12.jar, ImageUpload.class
package twitter4j.util
ImageUpload.getImgLyUploader ( twitter4j.http.OAuthAuthorization auth ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getImgLyUploader:(Ltwitter4j/http/OAuthAuthorization;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.getTweetPhotoUploader ( String tweetPhotoAPIKey, twitter4j.http.OAuthAuthorization auth ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getTweetPhotoUploader:(Ljava/lang/String;Ltwitter4j/http/OAuthAuthorization;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.getTwippleUploader ( twitter4j.http.OAuthAuthorization auth ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getTwippleUploader:(Ltwitter4j/http/OAuthAuthorization;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.getTwitgooUploader ( twitter4j.http.OAuthAuthorization auth ) [static]:ImageUpload
[ run-time name: twitter4j/util/ImageUpload.getTwitgooUploader:(Ltwitter4j/http/OAuthAuthorization;)Ltwitter4j/util/ImageUpload; ]
ImageUpload.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 ( java.io.File p1, String p2 ) [abstract]:String
[ run-time name: twitter4j/util/ImageUpload.upload:(Ljava/io/File;Ljava/lang/String;)Ljava/lang/String; ]
ImageUpload.upload ( String p1, java.io.InputStream p2 ) [abstract]:String
[ run-time name: twitter4j/util/ImageUpload.upload:(Ljava/lang/String;Ljava/io/InputStream;)Ljava/lang/String; ]
ImageUpload.upload ( String p1, java.io.InputStream p2, String p3 ) [abstract]:String
[ run-time name: twitter4j/util/ImageUpload.upload:(Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.1.12.jar, ImgLyOAuthUploader.class
package twitter4j.util
ImageUpload.ImgLyOAuthUploader.ImageUpload#ImgLyOAuthUploader ( twitter4j.http.OAuthAuthorization auth ):public
[ run-time name: twitter4j/util/ImageUpload.ImgLyOAuthUploader.twitter4j.util.ImageUpload#ImgLyOAuthUploader:(Ltwitter4j/http/OAuthAuthorization;)V ]
ImageUpload.ImgLyOAuthUploader.upload ( java.io.File image ):String
[ run-time name: twitter4j/util/ImageUpload.ImgLyOAuthUploader.upload:(Ljava/io/File;)Ljava/lang/String; ]
ImageUpload.ImgLyOAuthUploader.upload ( java.io.File image, String message ):String
[ run-time name: twitter4j/util/ImageUpload.ImgLyOAuthUploader.upload:(Ljava/io/File;Ljava/lang/String;)Ljava/lang/String; ]
ImageUpload.ImgLyOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody ):String
[ run-time name: twitter4j/util/ImageUpload.ImgLyOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;)Ljava/lang/String; ]
ImageUpload.ImgLyOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody, String message ):String
[ run-time name: twitter4j/util/ImageUpload.ImgLyOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.1.12.jar, ListMembersMethods.class
package twitter4j.api
ListMembersMethods.addUserListMember ( int p1, int p2 ) [abstract]:twitter4j.UserList
[ run-time name: twitter4j/api/ListMembersMethods.addUserListMember:(II)Ltwitter4j/UserList; ]
ListMembersMethods.addUserListMembers ( int p1, int[] p2 ) [abstract]:twitter4j.UserList
[ run-time name: twitter4j/api/ListMembersMethods.addUserListMembers:(I[I)Ltwitter4j/UserList; ]
ListMembersMethods.checkUserListMembership ( String p1, int p2, int p3 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/ListMembersMethods.checkUserListMembership:(Ljava/lang/String;II)Ltwitter4j/User; ]
ListMembersMethods.deleteUserListMember ( int p1, int p2 ) [abstract]:twitter4j.UserList
[ run-time name: twitter4j/api/ListMembersMethods.deleteUserListMember:(II)Ltwitter4j/UserList; ]
ListMembersMethods.getUserListMembers ( int p1, int p2, long p3 ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/ListMembersMethods.getUserListMembers:(IIJ)Ltwitter4j/PagableResponseList; ]
twitter4j-core-2.1.12.jar, ListMembersMethodsAsync.class
package twitter4j.api
ListMembersMethodsAsync.addUserListMember ( int p1, int p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.addUserListMember:(II)V ]
ListMembersMethodsAsync.addUserListMembers ( int p1, int[] p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.addUserListMembers:(I[I)V ]
ListMembersMethodsAsync.checkUserListMembership ( String p1, int p2, int p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.checkUserListMembership:(Ljava/lang/String;II)V ]
ListMembersMethodsAsync.deleteUserListMember ( int p1, int p2 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.deleteUserListMember:(II)V ]
ListMembersMethodsAsync.getUserListMembers ( int p1, int p2, long p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListMembersMethodsAsync.getUserListMembers:(IIJ)V ]
twitter4j-core-2.1.12.jar, ListMethods.class
package twitter4j.api
ListMethods.getAllUserLists ( int p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/ListMethods.getAllUserLists:(I)Ltwitter4j/ResponseList; ]
ListMethods.getUserListStatuses ( int p1, int p2, twitter4j.Paging p3 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/ListMethods.getUserListStatuses:(IILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.12.jar, ListMethodsAsync.class
package twitter4j.api
ListMethodsAsync.getAllSubscribingUserLists ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.getAllSubscribingUserLists:(I)V ]
ListMethodsAsync.getUserListStatuses ( int p1, int p2, twitter4j.Paging p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListMethodsAsync.getUserListStatuses:(IILtwitter4j/Paging;)V ]
twitter4j-core-2.1.12.jar, ListSubscribersMethods.class
package twitter4j.api
ListSubscribersMethods.checkUserListSubscription ( String p1, int p2, int p3 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/ListSubscribersMethods.checkUserListSubscription:(Ljava/lang/String;II)Ltwitter4j/User; ]
twitter4j-core-2.1.12.jar, ListSubscribersMethodsAsync.class
package twitter4j.api
ListSubscribersMethodsAsync.checkUserListSubscription ( String p1, int p2, int p3 ) [abstract]:void
[ run-time name: twitter4j/api/ListSubscribersMethodsAsync.checkUserListSubscription:(Ljava/lang/String;II)V ]
twitter4j-core-2.1.12.jar, NotificationMethods.class
package twitter4j.api
NotificationMethods.disableNotification ( int p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/NotificationMethods.disableNotification:(I)Ltwitter4j/User; ]
NotificationMethods.enableNotification ( int p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/NotificationMethods.enableNotification:(I)Ltwitter4j/User; ]
twitter4j-core-2.1.12.jar, NotificationMethodsAsync.class
package twitter4j.api
NotificationMethodsAsync.disableNotification ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/NotificationMethodsAsync.disableNotification:(I)V ]
NotificationMethodsAsync.enableNotification ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/NotificationMethodsAsync.enableNotification:(I)V ]
twitter4j-core-2.1.12.jar, NullAuthorization.class
package twitter4j.http
NullAuthorization.equals ( Object o ):boolean
[ run-time name: twitter4j/http/NullAuthorization.equals:(Ljava/lang/Object;)Z ]
NullAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ):String
[ run-time name: twitter4j/http/NullAuthorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
NullAuthorization.getInstance ( ) [static]:NullAuthorization
[ run-time name: twitter4j/http/NullAuthorization.getInstance:()Ltwitter4j/http/NullAuthorization; ]
NullAuthorization.isEnabled ( ):boolean
[ run-time name: twitter4j/http/NullAuthorization.isEnabled:()Z ]
NullAuthorization.toString ( ):String
[ run-time name: twitter4j/http/NullAuthorization.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.12.jar, OAuthAuthorization.class
package twitter4j.http
OAuthAuthorization.constructRequestURL ( String url ) [static]:String
[ run-time name: twitter4j/http/OAuthAuthorization.constructRequestURL:(Ljava/lang/String;)Ljava/lang/String; ]
OAuthAuthorization.encodeParameters ( java.util.List httpParams ) [static]:String
[ run-time name: twitter4j/http/OAuthAuthorization.encodeParameters:(Ljava/util/List;)Ljava/lang/String; ]
OAuthAuthorization.encodeParameters ( java.util.List httpParams, String splitter, boolean quot ) [static]:String
[ run-time name: twitter4j/http/OAuthAuthorization.encodeParameters:(Ljava/util/List;Ljava/lang/String;Z)Ljava/lang/String; ]
OAuthAuthorization.equals ( Object o ):boolean
[ run-time name: twitter4j/http/OAuthAuthorization.equals:(Ljava/lang/Object;)Z ]
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.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ):String
[ run-time name: twitter4j/http/OAuthAuthorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String; ]
OAuthAuthorization.getOAuthAccessToken ( ):AccessToken
[ run-time name: twitter4j/http/OAuthAuthorization.getOAuthAccessToken:()Ltwitter4j/http/AccessToken; ]
OAuthAuthorization.getOAuthAccessToken ( String oauthVerifier ):AccessToken
[ run-time name: twitter4j/http/OAuthAuthorization.getOAuthAccessToken:(Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
OAuthAuthorization.getOAuthAccessToken ( String screenName, String password ):AccessToken
[ run-time name: twitter4j/http/OAuthAuthorization.getOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
OAuthAuthorization.getOAuthAccessToken ( RequestToken requestToken ):AccessToken
[ run-time name: twitter4j/http/OAuthAuthorization.getOAuthAccessToken:(Ltwitter4j/http/RequestToken;)Ltwitter4j/http/AccessToken; ]
OAuthAuthorization.getOAuthAccessToken ( RequestToken requestToken, String oauthVerifier ):AccessToken
[ run-time name: twitter4j/http/OAuthAuthorization.getOAuthAccessToken:(Ltwitter4j/http/RequestToken;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
OAuthAuthorization.getOAuthRequestToken ( ):RequestToken
[ run-time name: twitter4j/http/OAuthAuthorization.getOAuthRequestToken:()Ltwitter4j/http/RequestToken; ]
OAuthAuthorization.getOAuthRequestToken ( String callbackURL ):RequestToken
[ run-time name: twitter4j/http/OAuthAuthorization.getOAuthRequestToken:(Ljava/lang/String;)Ltwitter4j/http/RequestToken; ]
OAuthAuthorization.hashCode ( ):int
[ run-time name: twitter4j/http/OAuthAuthorization.hashCode:()I ]
OAuthAuthorization.isEnabled ( ):boolean
[ run-time name: twitter4j/http/OAuthAuthorization.isEnabled:()Z ]
OAuthAuthorization.normalizeAuthorizationHeaders ( java.util.List params ) [static]:String
[ run-time name: twitter4j/http/OAuthAuthorization.normalizeAuthorizationHeaders:(Ljava/util/List;)Ljava/lang/String; ]
OAuthAuthorization.normalizeRequestParameters ( java.util.List params ) [static]:String
[ run-time name: twitter4j/http/OAuthAuthorization.normalizeRequestParameters:(Ljava/util/List;)Ljava/lang/String; ]
OAuthAuthorization.normalizeRequestParameters ( twitter4j.internal.http.HttpParameter[] params ) [static]:String
[ run-time name: twitter4j/http/OAuthAuthorization.normalizeRequestParameters:([Ltwitter4j/internal/http/HttpParameter;)Ljava/lang/String; ]
OAuthAuthorization.OAuthAuthorization ( twitter4j.conf.Configuration conf )
[ run-time name: twitter4j/http/OAuthAuthorization."<init>":(Ltwitter4j/conf/Configuration;)V ]
OAuthAuthorization.OAuthAuthorization ( twitter4j.conf.Configuration conf, String consumerKey, String consumerSecret )
[ run-time name: twitter4j/http/OAuthAuthorization."<init>":(Ltwitter4j/conf/Configuration;Ljava/lang/String;Ljava/lang/String;)V ]
OAuthAuthorization.OAuthAuthorization ( twitter4j.conf.Configuration conf, String consumerKey, String consumerSecret, AccessToken accessToken )
[ run-time name: twitter4j/http/OAuthAuthorization."<init>":(Ltwitter4j/conf/Configuration;Ljava/lang/String;Ljava/lang/String;Ltwitter4j/http/AccessToken;)V ]
OAuthAuthorization.setOAuthAccessToken ( AccessToken accessToken ):void
[ run-time name: twitter4j/http/OAuthAuthorization.setOAuthAccessToken:(Ltwitter4j/http/AccessToken;)V ]
OAuthAuthorization.setOAuthRealm ( String realm ):void
[ run-time name: twitter4j/http/OAuthAuthorization.setOAuthRealm:(Ljava/lang/String;)V ]
OAuthAuthorization.toParamList ( twitter4j.internal.http.HttpParameter[] params ) [static]:java.util.List
[ run-time name: twitter4j/http/OAuthAuthorization.toParamList:([Ltwitter4j/internal/http/HttpParameter;)Ljava/util/List; ]
OAuthAuthorization.toString ( ):String
[ run-time name: twitter4j/http/OAuthAuthorization.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.12.jar, OAuthSupport.class
package twitter4j.http
OAuthSupport.getOAuthAccessToken ( ) [abstract]:AccessToken
[ run-time name: twitter4j/http/OAuthSupport.getOAuthAccessToken:()Ltwitter4j/http/AccessToken; ]
OAuthSupport.getOAuthAccessToken ( String p1 ) [abstract]:AccessToken
[ run-time name: twitter4j/http/OAuthSupport.getOAuthAccessToken:(Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
OAuthSupport.getOAuthAccessToken ( String p1, String p2 ) [abstract]:AccessToken
[ run-time name: twitter4j/http/OAuthSupport.getOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
OAuthSupport.getOAuthAccessToken ( RequestToken p1 ) [abstract]:AccessToken
[ run-time name: twitter4j/http/OAuthSupport.getOAuthAccessToken:(Ltwitter4j/http/RequestToken;)Ltwitter4j/http/AccessToken; ]
OAuthSupport.getOAuthAccessToken ( RequestToken p1, String p2 ) [abstract]:AccessToken
[ run-time name: twitter4j/http/OAuthSupport.getOAuthAccessToken:(Ltwitter4j/http/RequestToken;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
OAuthSupport.getOAuthRequestToken ( ) [abstract]:RequestToken
[ run-time name: twitter4j/http/OAuthSupport.getOAuthRequestToken:()Ltwitter4j/http/RequestToken; ]
OAuthSupport.getOAuthRequestToken ( String p1 ) [abstract]:RequestToken
[ run-time name: twitter4j/http/OAuthSupport.getOAuthRequestToken:(Ljava/lang/String;)Ltwitter4j/http/RequestToken; ]
OAuthSupport.setOAuthAccessToken ( AccessToken p1 ) [abstract]:void
[ run-time name: twitter4j/http/OAuthSupport.setOAuthAccessToken:(Ltwitter4j/http/AccessToken;)V ]
twitter4j-core-2.1.12.jar, Relationship.class
package twitter4j
Relationship.getSourceUserId ( ) [abstract]:int
[ run-time name: twitter4j/Relationship.getSourceUserId:()I ]
Relationship.getTargetUserId ( ) [abstract]:int
[ run-time name: twitter4j/Relationship.getTargetUserId:()I ]
twitter4j-core-2.1.12.jar, RequestToken.class
package twitter4j.http
RequestToken.equals ( Object x0 ):boolean
[ run-time name: twitter4j/http/RequestToken.equals:(Ljava/lang/Object;)Z ]
RequestToken.getAccessToken ( ):AccessToken
[ run-time name: twitter4j/http/RequestToken.getAccessToken:()Ltwitter4j/http/AccessToken; ]
RequestToken.getAccessToken ( String oauth_verifier ):AccessToken
[ run-time name: twitter4j/http/RequestToken.getAccessToken:(Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
RequestToken.getAuthenticationURL ( ):String
[ run-time name: twitter4j/http/RequestToken.getAuthenticationURL:()Ljava/lang/String; ]
RequestToken.getAuthorizationURL ( ):String
[ run-time name: twitter4j/http/RequestToken.getAuthorizationURL:()Ljava/lang/String; ]
RequestToken.getParameter ( String x0 ):String
[ run-time name: twitter4j/http/RequestToken.getParameter:(Ljava/lang/String;)Ljava/lang/String; ]
RequestToken.getToken ( ):String
[ run-time name: twitter4j/http/RequestToken.getToken:()Ljava/lang/String; ]
RequestToken.getTokenSecret ( ):String
[ run-time name: twitter4j/http/RequestToken.getTokenSecret:()Ljava/lang/String; ]
RequestToken.hashCode ( ):int
[ run-time name: twitter4j/http/RequestToken.hashCode:()I ]
RequestToken.RequestToken ( String token, String tokenSecret )
[ run-time name: twitter4j/http/RequestToken."<init>":(Ljava/lang/String;Ljava/lang/String;)V ]
RequestToken.toString ( ):String
[ run-time name: twitter4j/http/RequestToken.toString:()Ljava/lang/String; ]
twitter4j-core-2.1.12.jar, SiteStreamsAdapter.class
package twitter4j
SiteStreamsAdapter.onBlock ( int forUser, User source, User blockedUser ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onBlock:(ILtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsAdapter.onDeletionNotice ( int forUser, int directMessageId, int userId ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onDeletionNotice:(III)V ]
SiteStreamsAdapter.onDeletionNotice ( int forUser, StatusDeletionNotice statusDeletionNotice ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onDeletionNotice:(ILtwitter4j/StatusDeletionNotice;)V ]
SiteStreamsAdapter.onDirectMessage ( int forUser, DirectMessage directMessage ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onDirectMessage:(ILtwitter4j/DirectMessage;)V ]
SiteStreamsAdapter.onFavorite ( int forUser, User source, User target, Status favoritedStatus ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onFavorite:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V ]
SiteStreamsAdapter.onFollow ( int forUser, User source, User followedUser ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onFollow:(ILtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsAdapter.onFriendList ( int forUser, int[] friendIds ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onFriendList:(I[I)V ]
SiteStreamsAdapter.onStatus ( int forUser, Status status ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onStatus:(ILtwitter4j/Status;)V ]
SiteStreamsAdapter.onUnblock ( int forUser, User source, User unblockedUser ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUnblock:(ILtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsAdapter.onUnfavorite ( int forUser, User source, User target, Status unfavoritedStatus ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUnfavorite:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V ]
SiteStreamsAdapter.onUnfollow ( int forUser, User source, User followedUser ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUnfollow:(ILtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsAdapter.onUserListCreation ( int forUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListCreation:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListDeletion ( int forUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListDeletion:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListMemberAddition ( int forUser, User addedUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListMemberAddition:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListMemberDeletion ( int forUser, User deletedUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListMemberDeletion:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListSubscription ( int forUser, User subscriber, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListSubscription:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListUnsubscription ( int forUser, User subscriber, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListUnsubscription:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserListUpdate ( int forUser, User listOwner, UserList list ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserListUpdate:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsAdapter.onUserProfileUpdate ( int forUser, User updatedUser ):void
[ run-time name: twitter4j/SiteStreamsAdapter.onUserProfileUpdate:(ILtwitter4j/User;)V ]
twitter4j-core-2.1.12.jar, SiteStreamsListener.class
package twitter4j
SiteStreamsListener.onBlock ( int p1, User p2, User p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onBlock:(ILtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsListener.onDeletionNotice ( int p1, int p2, int p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onDeletionNotice:(III)V ]
SiteStreamsListener.onDeletionNotice ( int p1, StatusDeletionNotice p2 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onDeletionNotice:(ILtwitter4j/StatusDeletionNotice;)V ]
SiteStreamsListener.onDirectMessage ( int p1, DirectMessage p2 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onDirectMessage:(ILtwitter4j/DirectMessage;)V ]
SiteStreamsListener.onFavorite ( int p1, User p2, User p3, Status p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onFavorite:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V ]
SiteStreamsListener.onFollow ( int p1, User p2, User p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onFollow:(ILtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsListener.onFriendList ( int p1, int[] p2 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onFriendList:(I[I)V ]
SiteStreamsListener.onStatus ( int p1, Status p2 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onStatus:(ILtwitter4j/Status;)V ]
SiteStreamsListener.onUnblock ( int p1, User p2, User p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUnblock:(ILtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsListener.onUnfavorite ( int p1, User p2, User p3, Status p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUnfavorite:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V ]
SiteStreamsListener.onUnfollow ( int p1, User p2, User p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUnfollow:(ILtwitter4j/User;Ltwitter4j/User;)V ]
SiteStreamsListener.onUserListCreation ( int p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListCreation:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListDeletion ( int p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListDeletion:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListMemberAddition ( int p1, User p2, User p3, UserList p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListMemberAddition:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListMemberDeletion ( int p1, User p2, User p3, UserList p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListMemberDeletion:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListSubscription ( int p1, User p2, User p3, UserList p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListSubscription:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListUnsubscription ( int p1, User p2, User p3, UserList p4 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListUnsubscription:(ILtwitter4j/User;Ltwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserListUpdate ( int p1, User p2, UserList p3 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserListUpdate:(ILtwitter4j/User;Ltwitter4j/UserList;)V ]
SiteStreamsListener.onUserProfileUpdate ( int p1, User p2 ) [abstract]:void
[ run-time name: twitter4j/SiteStreamsListener.onUserProfileUpdate:(ILtwitter4j/User;)V ]
twitter4j-core-2.1.12.jar, SpamReportingMethods.class
package twitter4j.api
SpamReportingMethods.reportSpam ( int p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/SpamReportingMethods.reportSpam:(I)Ltwitter4j/User; ]
twitter4j-core-2.1.12.jar, SpamReportingMethodsAsync.class
package twitter4j.api
SpamReportingMethodsAsync.reportSpam ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/SpamReportingMethodsAsync.reportSpam:(I)V ]
twitter4j-core-2.1.12.jar, Status.class
package twitter4j
Status.getHashtags ( ) [abstract]:String[]
[ run-time name: twitter4j/Status.getHashtags:()[Ljava/lang/String; ]
Status.getInReplyToUserId ( ) [abstract]:int
[ run-time name: twitter4j/Status.getInReplyToUserId:()I ]
Status.getURLs ( ) [abstract]:java.net.URL[]
[ run-time name: twitter4j/Status.getURLs:()[Ljava/net/URL; ]
Status.getUserMentions ( ) [abstract]:User[]
[ run-time name: twitter4j/Status.getUserMentions:()[Ltwitter4j/User; ]
twitter4j-core-2.1.12.jar, StatusAdapter.class
package twitter4j
StatusAdapter.onScrubGeo ( int userId, long upToStatusId ):void
[ run-time name: twitter4j/StatusAdapter.onScrubGeo:(IJ)V ]
twitter4j-core-2.1.12.jar, StatusDeletionNotice.class
package twitter4j
StatusDeletionNotice.getUserId ( ) [abstract]:int
[ run-time name: twitter4j/StatusDeletionNotice.getUserId:()I ]
twitter4j-core-2.1.12.jar, StatusListener.class
package twitter4j
StatusListener.onScrubGeo ( int p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/StatusListener.onScrubGeo:(IJ)V ]
twitter4j-core-2.1.12.jar, StatusMethods.class
package twitter4j.api
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, twitter4j.Paging p2 ) [abstract]:twitter4j.IDs
[ run-time name: twitter4j/api/StatusMethods.getRetweetedByIDs:(JLtwitter4j/Paging;)Ltwitter4j/IDs; ]
StatusMethods.updateStatus ( String p1, long p2 ) [abstract]:twitter4j.Status
[ run-time name: twitter4j/api/StatusMethods.updateStatus:(Ljava/lang/String;J)Ltwitter4j/Status; ]
StatusMethods.updateStatus ( String p1, long p2, twitter4j.GeoLocation p3 ) [abstract]:twitter4j.Status
[ run-time name: twitter4j/api/StatusMethods.updateStatus:(Ljava/lang/String;JLtwitter4j/GeoLocation;)Ltwitter4j/Status; ]
StatusMethods.updateStatus ( String p1, twitter4j.GeoLocation p2 ) [abstract]:twitter4j.Status
[ run-time name: twitter4j/api/StatusMethods.updateStatus:(Ljava/lang/String;Ltwitter4j/GeoLocation;)Ltwitter4j/Status; ]
twitter4j-core-2.1.12.jar, StatusMethodsAsync.class
package twitter4j.api
StatusMethodsAsync.getRetweetedBy ( long p1, twitter4j.Paging p2 ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.getRetweetedBy:(JLtwitter4j/Paging;)V ]
StatusMethodsAsync.getRetweetedByIDs ( long p1, twitter4j.Paging p2 ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.getRetweetedByIDs:(JLtwitter4j/Paging;)V ]
StatusMethodsAsync.updateStatus ( String p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.updateStatus:(Ljava/lang/String;J)V ]
StatusMethodsAsync.updateStatus ( String p1, long p2, twitter4j.GeoLocation p3 ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.updateStatus:(Ljava/lang/String;JLtwitter4j/GeoLocation;)V ]
StatusMethodsAsync.updateStatus ( String p1, twitter4j.GeoLocation p2 ) [abstract]:void
[ run-time name: twitter4j/api/StatusMethodsAsync.updateStatus:(Ljava/lang/String;Ltwitter4j/GeoLocation;)V ]
twitter4j-core-2.1.12.jar, TimelineMethods.class
package twitter4j.api
TimelineMethods.getRetweetedByUser ( int p1, twitter4j.Paging p2 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getRetweetedByUser:(ILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
TimelineMethods.getRetweetedToUser ( int p1, twitter4j.Paging p2 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getRetweetedToUser:(ILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
TimelineMethods.getUserTimeline ( int p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getUserTimeline:(I)Ltwitter4j/ResponseList; ]
TimelineMethods.getUserTimeline ( int p1, twitter4j.Paging p2 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/TimelineMethods.getUserTimeline:(ILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
twitter4j-core-2.1.12.jar, TimelineMethodsAsync.class
package twitter4j.api
TimelineMethodsAsync.getRetweetedByUser ( int p1, twitter4j.Paging p2 ) [abstract]:void
[ run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetedByUser:(ILtwitter4j/Paging;)V ]
TimelineMethodsAsync.getRetweetedToUser ( int p1, twitter4j.Paging p2 ) [abstract]:void
[ run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetedToUser:(ILtwitter4j/Paging;)V ]
TimelineMethodsAsync.getUserTimeline ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/TimelineMethodsAsync.getUserTimeline:(I)V ]
TimelineMethodsAsync.getUserTimeline ( int p1, twitter4j.Paging p2 ) [abstract]:void
[ run-time name: twitter4j/api/TimelineMethodsAsync.getUserTimeline:(ILtwitter4j/Paging;)V ]
twitter4j-core-2.1.12.jar, Tweet.class
package twitter4j
Tweet.getFromUserId ( ) [abstract]:int
[ run-time name: twitter4j/Tweet.getFromUserId:()I ]
Tweet.getToUserId ( ) [abstract]:int
[ run-time name: twitter4j/Tweet.getToUserId:()I ]
twitter4j-core-2.1.12.jar, TweetPhotoOAuthUploader.class
package twitter4j.util
ImageUpload.TweetPhotoOAuthUploader.ImageUpload#TweetPhotoOAuthUploader ( String tweetPhotoAPIKey, twitter4j.http.OAuthAuthorization auth ):public
[ run-time name: twitter4j/util/ImageUpload.TweetPhotoOAuthUploader.twitter4j.util.ImageUpload#TweetPhotoOAuthUploader:(Ljava/lang/String;Ltwitter4j/http/OAuthAuthorization;)V ]
ImageUpload.TweetPhotoOAuthUploader.upload ( java.io.File image ):String
[ run-time name: twitter4j/util/ImageUpload.TweetPhotoOAuthUploader.upload:(Ljava/io/File;)Ljava/lang/String; ]
ImageUpload.TweetPhotoOAuthUploader.upload ( java.io.File image, String message ):String
[ run-time name: twitter4j/util/ImageUpload.TweetPhotoOAuthUploader.upload:(Ljava/io/File;Ljava/lang/String;)Ljava/lang/String; ]
ImageUpload.TweetPhotoOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody ):String
[ run-time name: twitter4j/util/ImageUpload.TweetPhotoOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;)Ljava/lang/String; ]
ImageUpload.TweetPhotoOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody, String message ):String
[ run-time name: twitter4j/util/ImageUpload.TweetPhotoOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.1.12.jar, TwitgooOAuthUploader.class
package twitter4j.util
ImageUpload.TwitgooOAuthUploader.ImageUpload#TwitgooOAuthUploader ( twitter4j.http.OAuthAuthorization auth ):public
[ run-time name: twitter4j/util/ImageUpload.TwitgooOAuthUploader.twitter4j.util.ImageUpload#TwitgooOAuthUploader:(Ltwitter4j/http/OAuthAuthorization;)V ]
ImageUpload.TwitgooOAuthUploader.upload ( java.io.File image ):String
[ run-time name: twitter4j/util/ImageUpload.TwitgooOAuthUploader.upload:(Ljava/io/File;)Ljava/lang/String; ]
ImageUpload.TwitgooOAuthUploader.upload ( java.io.File image, String message ):String
[ run-time name: twitter4j/util/ImageUpload.TwitgooOAuthUploader.upload:(Ljava/io/File;Ljava/lang/String;)Ljava/lang/String; ]
ImageUpload.TwitgooOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody ):String
[ run-time name: twitter4j/util/ImageUpload.TwitgooOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;)Ljava/lang/String; ]
ImageUpload.TwitgooOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody, String message ):String
[ run-time name: twitter4j/util/ImageUpload.TwitgooOAuthUploader.upload:(Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)Ljava/lang/String; ]
twitter4j-core-2.1.12.jar, Twitter.class
package twitter4j
Twitter.addRateLimitStatusListener ( RateLimitStatusListener x0 ):void
[ run-time name: twitter4j/Twitter.addRateLimitStatusListener:(Ltwitter4j/RateLimitStatusListener;)V ]
Twitter.addUserListMember ( int listId, int userId ):UserList
[ run-time name: twitter4j/Twitter.addUserListMember:(II)Ltwitter4j/UserList; ]
Twitter.addUserListMembers ( int listId, int[] userIds ):UserList
[ run-time name: twitter4j/Twitter.addUserListMembers:(I[I)Ltwitter4j/UserList; ]
Twitter.addUserListMembers ( int listId, String[] screenNames ):UserList
[ run-time name: twitter4j/Twitter.addUserListMembers:(I[Ljava/lang/String;)Ltwitter4j/UserList; ]
Twitter.checkUserListMembership ( String listOwnerScreenName, int listId, int userId ):User
[ run-time name: twitter4j/Twitter.checkUserListMembership:(Ljava/lang/String;II)Ltwitter4j/User; ]
Twitter.checkUserListSubscription ( String listOwnerScreenName, int listId, int userId ):User
[ run-time name: twitter4j/Twitter.checkUserListSubscription:(Ljava/lang/String;II)Ltwitter4j/User; ]
Twitter.createBlock ( int userId ):User
[ run-time name: twitter4j/Twitter.createBlock:(I)Ltwitter4j/User; ]
Twitter.createBlock ( String screenName ):User
[ run-time name: twitter4j/Twitter.createBlock:(Ljava/lang/String;)Ltwitter4j/User; ]
Twitter.createFavorite ( long id ):Status
[ run-time name: twitter4j/Twitter.createFavorite:(J)Ltwitter4j/Status; ]
Twitter.createFriendship ( int userId ):User
[ run-time name: twitter4j/Twitter.createFriendship:(I)Ltwitter4j/User; ]
Twitter.createFriendship ( int userId, boolean follow ):User
[ run-time name: twitter4j/Twitter.createFriendship:(IZ)Ltwitter4j/User; ]
Twitter.createFriendship ( String screenName ):User
[ run-time name: twitter4j/Twitter.createFriendship:(Ljava/lang/String;)Ltwitter4j/User; ]
Twitter.createFriendship ( String screenName, boolean follow ):User
[ run-time name: twitter4j/Twitter.createFriendship:(Ljava/lang/String;Z)Ltwitter4j/User; ]
Twitter.createPlace ( String name, String containedWithin, String token, GeoLocation location, String streetAddress ):Place
[ run-time name: twitter4j/Twitter.createPlace:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ltwitter4j/GeoLocation;Ljava/lang/String;)Ltwitter4j/Place; ]
Twitter.createSavedSearch ( String query ):SavedSearch
[ run-time name: twitter4j/Twitter.createSavedSearch:(Ljava/lang/String;)Ltwitter4j/SavedSearch; ]
Twitter.createUserList ( String listName, boolean isPublicList, String description ):UserList
[ run-time name: twitter4j/Twitter.createUserList:(Ljava/lang/String;ZLjava/lang/String;)Ltwitter4j/UserList; ]
Twitter.deleteUserListMember ( int listId, int userId ):UserList
[ run-time name: twitter4j/Twitter.deleteUserListMember:(II)Ltwitter4j/UserList; ]
Twitter.destroyBlock ( int userId ):User
[ run-time name: twitter4j/Twitter.destroyBlock:(I)Ltwitter4j/User; ]
Twitter.destroyBlock ( String screen_name ):User
[ run-time name: twitter4j/Twitter.destroyBlock:(Ljava/lang/String;)Ltwitter4j/User; ]
Twitter.destroyDirectMessage ( long id ):DirectMessage
[ run-time name: twitter4j/Twitter.destroyDirectMessage:(J)Ltwitter4j/DirectMessage; ]
Twitter.destroyFavorite ( long id ):Status
[ run-time name: twitter4j/Twitter.destroyFavorite:(J)Ltwitter4j/Status; ]
Twitter.destroyFriendship ( int userId ):User
[ run-time name: twitter4j/Twitter.destroyFriendship:(I)Ltwitter4j/User; ]
Twitter.destroyFriendship ( String screenName ):User
[ run-time name: twitter4j/Twitter.destroyFriendship:(Ljava/lang/String;)Ltwitter4j/User; ]
Twitter.destroySavedSearch ( int id ):SavedSearch
[ run-time name: twitter4j/Twitter.destroySavedSearch:(I)Ltwitter4j/SavedSearch; ]
Twitter.destroyStatus ( long statusId ):Status
[ run-time name: twitter4j/Twitter.destroyStatus:(J)Ltwitter4j/Status; ]
Twitter.destroyUserList ( int listId ):UserList
[ run-time name: twitter4j/Twitter.destroyUserList:(I)Ltwitter4j/UserList; ]
Twitter.disableNotification ( int userId ):User
[ run-time name: twitter4j/Twitter.disableNotification:(I)Ltwitter4j/User; ]
Twitter.disableNotification ( String screenName ):User
[ run-time name: twitter4j/Twitter.disableNotification:(Ljava/lang/String;)Ltwitter4j/User; ]
Twitter.enableNotification ( int userId ):User
[ run-time name: twitter4j/Twitter.enableNotification:(I)Ltwitter4j/User; ]
Twitter.enableNotification ( String screenName ):User
[ run-time name: twitter4j/Twitter.enableNotification:(Ljava/lang/String;)Ltwitter4j/User; ]
Twitter.equals ( Object o ):boolean
[ run-time name: twitter4j/Twitter.equals:(Ljava/lang/Object;)Z ]
Twitter.existsBlock ( int userId ):boolean
[ run-time name: twitter4j/Twitter.existsBlock:(I)Z ]
Twitter.existsBlock ( String screenName ):boolean
[ run-time name: twitter4j/Twitter.existsBlock:(Ljava/lang/String;)Z ]
Twitter.existsFriendship ( String userA, String userB ):boolean
[ run-time name: twitter4j/Twitter.existsFriendship:(Ljava/lang/String;Ljava/lang/String;)Z ]
Twitter.getAccountSettings ( ):AccountSettings
[ run-time name: twitter4j/Twitter.getAccountSettings:()Ltwitter4j/AccountSettings; ]
Twitter.getAccountTotals ( ):AccountTotals
[ run-time name: twitter4j/Twitter.getAccountTotals:()Ltwitter4j/AccountTotals; ]
Twitter.getAllUserLists ( int userId ):ResponseList
[ run-time name: twitter4j/Twitter.getAllUserLists:(I)Ltwitter4j/ResponseList; ]
Twitter.getAllUserLists ( String screenName ):ResponseList
[ run-time name: twitter4j/Twitter.getAllUserLists:(Ljava/lang/String;)Ltwitter4j/ResponseList; ]
Twitter.getAvailableTrends ( ):ResponseList
[ run-time name: twitter4j/Twitter.getAvailableTrends:()Ltwitter4j/ResponseList; ]
Twitter.getAvailableTrends ( GeoLocation location ):ResponseList
[ run-time name: twitter4j/Twitter.getAvailableTrends:(Ltwitter4j/GeoLocation;)Ltwitter4j/ResponseList; ]
Twitter.getBlockingUsers ( ):ResponseList
[ run-time name: twitter4j/Twitter.getBlockingUsers:()Ltwitter4j/ResponseList; ]
Twitter.getBlockingUsers ( int page ):ResponseList
[ run-time name: twitter4j/Twitter.getBlockingUsers:(I)Ltwitter4j/ResponseList; ]
Twitter.getBlockingUsersIDs ( ):IDs
[ run-time name: twitter4j/Twitter.getBlockingUsersIDs:()Ltwitter4j/IDs; ]
Twitter.getConfiguration ( ):conf.Configuration
[ run-time name: twitter4j/Twitter.getConfiguration:()Ltwitter4j/conf/Configuration; ]
Twitter.getCurrentTrends ( ):Trends
[ run-time name: twitter4j/Twitter.getCurrentTrends:()Ltwitter4j/Trends; ]
Twitter.getCurrentTrends ( boolean excludeHashTags ):Trends
[ run-time name: twitter4j/Twitter.getCurrentTrends:(Z)Ltwitter4j/Trends; ]
Twitter.getDailyTrends ( ):java.util.List
[ run-time name: twitter4j/Twitter.getDailyTrends:()Ljava/util/List; ]
Twitter.getDailyTrends ( java.util.Date date, boolean excludeHashTags ):java.util.List
[ run-time name: twitter4j/Twitter.getDailyTrends:(Ljava/util/Date;Z)Ljava/util/List; ]
Twitter.getDirectMessages ( ):ResponseList
[ run-time name: twitter4j/Twitter.getDirectMessages:()Ltwitter4j/ResponseList; ]
Twitter.getDirectMessages ( Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getDirectMessages:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getFavorites ( ):ResponseList
[ run-time name: twitter4j/Twitter.getFavorites:()Ltwitter4j/ResponseList; ]
Twitter.getFavorites ( int page ):ResponseList
[ run-time name: twitter4j/Twitter.getFavorites:(I)Ltwitter4j/ResponseList; ]
Twitter.getFavorites ( String id ):ResponseList
[ run-time name: twitter4j/Twitter.getFavorites:(Ljava/lang/String;)Ltwitter4j/ResponseList; ]
Twitter.getFavorites ( String id, int page ):ResponseList
[ run-time name: twitter4j/Twitter.getFavorites:(Ljava/lang/String;I)Ltwitter4j/ResponseList; ]
Twitter.getFollowersIDs ( ):IDs
[ run-time name: twitter4j/Twitter.getFollowersIDs:()Ltwitter4j/IDs; ]
Twitter.getFollowersIDs ( int userId ):IDs
[ run-time name: twitter4j/Twitter.getFollowersIDs:(I)Ltwitter4j/IDs; ]
Twitter.getFollowersIDs ( int userId, long cursor ):IDs
[ run-time name: twitter4j/Twitter.getFollowersIDs:(IJ)Ltwitter4j/IDs; ]
Twitter.getFollowersIDs ( long cursor ):IDs
[ run-time name: twitter4j/Twitter.getFollowersIDs:(J)Ltwitter4j/IDs; ]
Twitter.getFollowersIDs ( String screenName ):IDs
[ run-time name: twitter4j/Twitter.getFollowersIDs:(Ljava/lang/String;)Ltwitter4j/IDs; ]
Twitter.getFollowersIDs ( String screenName, long cursor ):IDs
[ run-time name: twitter4j/Twitter.getFollowersIDs:(Ljava/lang/String;J)Ltwitter4j/IDs; ]
Twitter.getFollowersStatuses ( ):PagableResponseList
[ run-time name: twitter4j/Twitter.getFollowersStatuses:()Ltwitter4j/PagableResponseList; ]
Twitter.getFollowersStatuses ( int userId ):PagableResponseList
[ run-time name: twitter4j/Twitter.getFollowersStatuses:(I)Ltwitter4j/PagableResponseList; ]
Twitter.getFollowersStatuses ( int userId, long cursor ):PagableResponseList
[ run-time name: twitter4j/Twitter.getFollowersStatuses:(IJ)Ltwitter4j/PagableResponseList; ]
Twitter.getFollowersStatuses ( long cursor ):PagableResponseList
[ run-time name: twitter4j/Twitter.getFollowersStatuses:(J)Ltwitter4j/PagableResponseList; ]
Twitter.getFollowersStatuses ( String screenName ):PagableResponseList
[ run-time name: twitter4j/Twitter.getFollowersStatuses:(Ljava/lang/String;)Ltwitter4j/PagableResponseList; ]
Twitter.getFollowersStatuses ( String screenName, long cursor ):PagableResponseList
[ run-time name: twitter4j/Twitter.getFollowersStatuses:(Ljava/lang/String;J)Ltwitter4j/PagableResponseList; ]
Twitter.getFriendsIDs ( ):IDs
[ run-time name: twitter4j/Twitter.getFriendsIDs:()Ltwitter4j/IDs; ]
Twitter.getFriendsIDs ( int userId ):IDs
[ run-time name: twitter4j/Twitter.getFriendsIDs:(I)Ltwitter4j/IDs; ]
Twitter.getFriendsIDs ( int userId, long cursor ):IDs
[ run-time name: twitter4j/Twitter.getFriendsIDs:(IJ)Ltwitter4j/IDs; ]
Twitter.getFriendsIDs ( long cursor ):IDs
[ run-time name: twitter4j/Twitter.getFriendsIDs:(J)Ltwitter4j/IDs; ]
Twitter.getFriendsIDs ( String screenName ):IDs
[ run-time name: twitter4j/Twitter.getFriendsIDs:(Ljava/lang/String;)Ltwitter4j/IDs; ]
Twitter.getFriendsIDs ( String screenName, long cursor ):IDs
[ run-time name: twitter4j/Twitter.getFriendsIDs:(Ljava/lang/String;J)Ltwitter4j/IDs; ]
Twitter.getFriendsStatuses ( ):PagableResponseList
[ run-time name: twitter4j/Twitter.getFriendsStatuses:()Ltwitter4j/PagableResponseList; ]
Twitter.getFriendsStatuses ( int userId ):PagableResponseList
[ run-time name: twitter4j/Twitter.getFriendsStatuses:(I)Ltwitter4j/PagableResponseList; ]
Twitter.getFriendsStatuses ( int userId, long cursor ):PagableResponseList
[ run-time name: twitter4j/Twitter.getFriendsStatuses:(IJ)Ltwitter4j/PagableResponseList; ]
Twitter.getFriendsStatuses ( long cursor ):PagableResponseList
[ run-time name: twitter4j/Twitter.getFriendsStatuses:(J)Ltwitter4j/PagableResponseList; ]
Twitter.getFriendsStatuses ( String screenName ):PagableResponseList
[ run-time name: twitter4j/Twitter.getFriendsStatuses:(Ljava/lang/String;)Ltwitter4j/PagableResponseList; ]
Twitter.getFriendsStatuses ( String screenName, long cursor ):PagableResponseList
[ run-time name: twitter4j/Twitter.getFriendsStatuses:(Ljava/lang/String;J)Ltwitter4j/PagableResponseList; ]
Twitter.getFriendsTimeline ( ):ResponseList
[ run-time name: twitter4j/Twitter.getFriendsTimeline:()Ltwitter4j/ResponseList; ]
Twitter.getFriendsTimeline ( Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getFriendsTimeline:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getGeoDetails ( String id ):Place
[ run-time name: twitter4j/Twitter.getGeoDetails:(Ljava/lang/String;)Ltwitter4j/Place; ]
Twitter.getHomeTimeline ( ):ResponseList
[ run-time name: twitter4j/Twitter.getHomeTimeline:()Ltwitter4j/ResponseList; ]
Twitter.getHomeTimeline ( Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getHomeTimeline:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getId ( ):int
[ run-time name: twitter4j/Twitter.getId:()I ]
Twitter.getIncomingFriendships ( long cursor ):IDs
[ run-time name: twitter4j/Twitter.getIncomingFriendships:(J)Ltwitter4j/IDs; ]
Twitter.getLocationTrends ( int woeid ):Trends
[ run-time name: twitter4j/Twitter.getLocationTrends:(I)Ltwitter4j/Trends; ]
Twitter.getMemberSuggestions ( String categorySlug ):ResponseList
[ run-time name: twitter4j/Twitter.getMemberSuggestions:(Ljava/lang/String;)Ltwitter4j/ResponseList; ]
Twitter.getMentions ( ):ResponseList
[ run-time name: twitter4j/Twitter.getMentions:()Ltwitter4j/ResponseList; ]
Twitter.getMentions ( Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getMentions:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getNearbyPlaces ( GeoQuery query ):ResponseList
[ run-time name: twitter4j/Twitter.getNearbyPlaces:(Ltwitter4j/GeoQuery;)Ltwitter4j/ResponseList; ]
Twitter.getOAuthAccessToken ( ):http.AccessToken
[ run-time name: twitter4j/Twitter.getOAuthAccessToken:()Ltwitter4j/http/AccessToken; ]
Twitter.getOAuthAccessToken ( String x0 ):http.AccessToken
[ run-time name: twitter4j/Twitter.getOAuthAccessToken:(Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
Twitter.getOAuthAccessToken ( String x0, String x1 ):http.AccessToken
[ run-time name: twitter4j/Twitter.getOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
Twitter.getOAuthAccessToken ( String x0, String x1, String x2 ):http.AccessToken
[ run-time name: twitter4j/Twitter.getOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
Twitter.getOAuthAccessToken ( http.RequestToken x0 ):http.AccessToken
[ run-time name: twitter4j/Twitter.getOAuthAccessToken:(Ltwitter4j/http/RequestToken;)Ltwitter4j/http/AccessToken; ]
Twitter.getOAuthAccessToken ( http.RequestToken x0, String x1 ):http.AccessToken
[ run-time name: twitter4j/Twitter.getOAuthAccessToken:(Ltwitter4j/http/RequestToken;Ljava/lang/String;)Ltwitter4j/http/AccessToken; ]
Twitter.getOAuthRequestToken ( ):http.RequestToken
[ run-time name: twitter4j/Twitter.getOAuthRequestToken:()Ltwitter4j/http/RequestToken; ]
Twitter.getOAuthRequestToken ( String x0 ):http.RequestToken
[ run-time name: twitter4j/Twitter.getOAuthRequestToken:(Ljava/lang/String;)Ltwitter4j/http/RequestToken; ]
Twitter.getOutgoingFriendships ( long cursor ):IDs
[ run-time name: twitter4j/Twitter.getOutgoingFriendships:(J)Ltwitter4j/IDs; ]
Twitter.getPrivacyPolicy ( ):String
[ run-time name: twitter4j/Twitter.getPrivacyPolicy:()Ljava/lang/String; ]
Twitter.getProfileImage ( String screenName, ProfileImage.ImageSize size ):ProfileImage
[ run-time name: twitter4j/Twitter.getProfileImage:(Ljava/lang/String;Ltwitter4j/ProfileImage$ImageSize;)Ltwitter4j/ProfileImage; ]
Twitter.getPublicTimeline ( ):ResponseList
[ run-time name: twitter4j/Twitter.getPublicTimeline:()Ltwitter4j/ResponseList; ]
Twitter.getRateLimitStatus ( ):RateLimitStatus
[ run-time name: twitter4j/Twitter.getRateLimitStatus:()Ltwitter4j/RateLimitStatus; ]
Twitter.getRelatedResults ( long statusId ):RelatedResults
[ run-time name: twitter4j/Twitter.getRelatedResults:(J)Ltwitter4j/RelatedResults; ]
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.getRetweetedByMe ( ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetedByMe:()Ltwitter4j/ResponseList; ]
Twitter.getRetweetedByMe ( Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetedByMe:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getRetweetedByUser ( int userId, Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetedByUser:(ILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getRetweetedByUser ( String screenName, Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetedByUser:(Ljava/lang/String;Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getRetweetedToMe ( ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetedToMe:()Ltwitter4j/ResponseList; ]
Twitter.getRetweetedToMe ( Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetedToMe:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getRetweetedToUser ( int userId, Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetedToUser:(ILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getRetweetedToUser ( String screenName, Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetedToUser:(Ljava/lang/String;Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getRetweets ( long statusId ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweets:(J)Ltwitter4j/ResponseList; ]
Twitter.getRetweetsOfMe ( ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetsOfMe:()Ltwitter4j/ResponseList; ]
Twitter.getRetweetsOfMe ( Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getRetweetsOfMe:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getSavedSearches ( ):java.util.List
[ run-time name: twitter4j/Twitter.getSavedSearches:()Ljava/util/List; ]
Twitter.getScreenName ( ):String
[ run-time name: twitter4j/Twitter.getScreenName:()Ljava/lang/String; ]
Twitter.getSentDirectMessages ( ):ResponseList
[ run-time name: twitter4j/Twitter.getSentDirectMessages:()Ltwitter4j/ResponseList; ]
Twitter.getSentDirectMessages ( Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getSentDirectMessages:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getSimilarPlaces ( GeoLocation location, String name, String containedWithin, String streetAddress ):SimilarPlaces
[ run-time name: twitter4j/Twitter.getSimilarPlaces:(Ltwitter4j/GeoLocation;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/SimilarPlaces; ]
Twitter.getSuggestedUserCategories ( ):ResponseList
[ run-time name: twitter4j/Twitter.getSuggestedUserCategories:()Ltwitter4j/ResponseList; ]
Twitter.getTermsOfService ( ):String
[ run-time name: twitter4j/Twitter.getTermsOfService:()Ljava/lang/String; ]
Twitter.getTrends ( ):Trends
[ run-time name: twitter4j/Twitter.getTrends:()Ltwitter4j/Trends; ]
Twitter.getUserListMembers ( int listOwnerId, int listId, long cursor ):PagableResponseList
[ run-time name: twitter4j/Twitter.getUserListMembers:(IIJ)Ltwitter4j/PagableResponseList; ]
Twitter.getUserListMembers ( String listOwnerScreenName, int listId, long cursor ):PagableResponseList
[ run-time name: twitter4j/Twitter.getUserListMembers:(Ljava/lang/String;IJ)Ltwitter4j/PagableResponseList; ]
Twitter.getUserListMemberships ( String listMemberScreenName, long cursor ):PagableResponseList
[ run-time name: twitter4j/Twitter.getUserListMemberships:(Ljava/lang/String;J)Ltwitter4j/PagableResponseList; ]
Twitter.getUserLists ( String listOwnerScreenName, long cursor ):PagableResponseList
[ run-time name: twitter4j/Twitter.getUserLists:(Ljava/lang/String;J)Ltwitter4j/PagableResponseList; ]
Twitter.getUserListStatuses ( int listOwnerId, int id, Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getUserListStatuses:(IILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getUserListStatuses ( String listOwnerScreenName, int id, Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getUserListStatuses:(Ljava/lang/String;ILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getUserListSubscribers ( String listOwnerScreenName, int listId, long cursor ):PagableResponseList
[ run-time name: twitter4j/Twitter.getUserListSubscribers:(Ljava/lang/String;IJ)Ltwitter4j/PagableResponseList; ]
Twitter.getUserListSubscriptions ( String listOwnerScreenName, long cursor ):PagableResponseList
[ run-time name: twitter4j/Twitter.getUserListSubscriptions:(Ljava/lang/String;J)Ltwitter4j/PagableResponseList; ]
Twitter.getUserSuggestions ( String categorySlug ):ResponseList
[ run-time name: twitter4j/Twitter.getUserSuggestions:(Ljava/lang/String;)Ltwitter4j/ResponseList; ]
Twitter.getUserTimeline ( ):ResponseList
[ run-time name: twitter4j/Twitter.getUserTimeline:()Ltwitter4j/ResponseList; ]
Twitter.getUserTimeline ( int userId ):ResponseList
[ run-time name: twitter4j/Twitter.getUserTimeline:(I)Ltwitter4j/ResponseList; ]
Twitter.getUserTimeline ( int userId, Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getUserTimeline:(ILtwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getUserTimeline ( String screenName ):ResponseList
[ run-time name: twitter4j/Twitter.getUserTimeline:(Ljava/lang/String;)Ltwitter4j/ResponseList; ]
Twitter.getUserTimeline ( String screenName, Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getUserTimeline:(Ljava/lang/String;Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getUserTimeline ( Paging paging ):ResponseList
[ run-time name: twitter4j/Twitter.getUserTimeline:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList; ]
Twitter.getWeeklyTrends ( ):java.util.List
[ run-time name: twitter4j/Twitter.getWeeklyTrends:()Ljava/util/List; ]
Twitter.getWeeklyTrends ( java.util.Date date, boolean excludeHashTags ):java.util.List
[ run-time name: twitter4j/Twitter.getWeeklyTrends:(Ljava/util/Date;Z)Ljava/util/List; ]
Twitter.hashCode ( ):int
[ run-time name: twitter4j/Twitter.hashCode:()I ]
Twitter.httpResponseReceived ( internal.http.HttpResponseEvent x0 ):void
[ run-time name: twitter4j/Twitter.httpResponseReceived:(Ltwitter4j/internal/http/HttpResponseEvent;)V ]
Twitter.isOAuthEnabled ( ):boolean
[ run-time name: twitter4j/Twitter.isOAuthEnabled:()Z ]
Twitter.lookupFriendships ( int[] ids ):ResponseList
[ run-time name: twitter4j/Twitter.lookupFriendships:([I)Ltwitter4j/ResponseList; ]
Twitter.lookupFriendships ( String[] screenNames ):ResponseList
[ run-time name: twitter4j/Twitter.lookupFriendships:([Ljava/lang/String;)Ltwitter4j/ResponseList; ]
Twitter.lookupUsers ( int[] ids ):ResponseList
[ run-time name: twitter4j/Twitter.lookupUsers:([I)Ltwitter4j/ResponseList; ]
Twitter.lookupUsers ( String[] screenNames ):ResponseList
[ run-time name: twitter4j/Twitter.lookupUsers:([Ljava/lang/String;)Ltwitter4j/ResponseList; ]
Twitter.reportSpam ( int userId ):User
[ run-time name: twitter4j/Twitter.reportSpam:(I)Ltwitter4j/User; ]
Twitter.reportSpam ( String screenName ):User
[ run-time name: twitter4j/Twitter.reportSpam:(Ljava/lang/String;)Ltwitter4j/User; ]
Twitter.retweetStatus ( long statusId ):Status
[ run-time name: twitter4j/Twitter.retweetStatus:(J)Ltwitter4j/Status; ]
Twitter.reverseGeoCode ( GeoQuery query ):ResponseList
[ run-time name: twitter4j/Twitter.reverseGeoCode:(Ltwitter4j/GeoQuery;)Ltwitter4j/ResponseList; ]
Twitter.search ( Query query ):QueryResult
[ run-time name: twitter4j/Twitter.search:(Ltwitter4j/Query;)Ltwitter4j/QueryResult; ]
Twitter.searchPlaces ( GeoQuery query ):ResponseList
[ run-time name: twitter4j/Twitter.searchPlaces:(Ltwitter4j/GeoQuery;)Ltwitter4j/ResponseList; ]
Twitter.searchUsers ( String query, int page ):ResponseList
[ run-time name: twitter4j/Twitter.searchUsers:(Ljava/lang/String;I)Ltwitter4j/ResponseList; ]
Twitter.sendDirectMessage ( int userId, String text ):DirectMessage
[ run-time name: twitter4j/Twitter.sendDirectMessage:(ILjava/lang/String;)Ltwitter4j/DirectMessage; ]
Twitter.sendDirectMessage ( String screenName, String text ):DirectMessage
[ run-time name: twitter4j/Twitter.sendDirectMessage:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/DirectMessage; ]
Twitter.setOAuthAccessToken ( String x0, String x1 ):void
[ run-time name: twitter4j/Twitter.setOAuthAccessToken:(Ljava/lang/String;Ljava/lang/String;)V ]
Twitter.setOAuthAccessToken ( http.AccessToken x0 ):void
[ run-time name: twitter4j/Twitter.setOAuthAccessToken:(Ltwitter4j/http/AccessToken;)V ]
Twitter.setOAuthConsumer ( String x0, String x1 ):void
[ run-time name: twitter4j/Twitter.setOAuthConsumer:(Ljava/lang/String;Ljava/lang/String;)V ]
Twitter.setRateLimitStatusListener ( RateLimitStatusListener x0 ):void
[ run-time name: twitter4j/Twitter.setRateLimitStatusListener:(Ltwitter4j/RateLimitStatusListener;)V ]
Twitter.showDirectMessage ( long id ):DirectMessage
[ run-time name: twitter4j/Twitter.showDirectMessage:(J)Ltwitter4j/DirectMessage; ]
Twitter.showFriendship ( int sourceId, int targetId ):Relationship
[ run-time name: twitter4j/Twitter.showFriendship:(II)Ltwitter4j/Relationship; ]
Twitter.showFriendship ( String sourceScreenName, String targetScreenName ):Relationship
[ run-time name: twitter4j/Twitter.showFriendship:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/Relationship; ]
Twitter.showSavedSearch ( int id ):SavedSearch
[ run-time name: twitter4j/Twitter.showSavedSearch:(I)Ltwitter4j/SavedSearch; ]
Twitter.showStatus ( long id ):Status
[ run-time name: twitter4j/Twitter.showStatus:(J)Ltwitter4j/Status; ]
Twitter.showUser ( int userId ):User
[ run-time name: twitter4j/Twitter.showUser:(I)Ltwitter4j/User; ]
Twitter.showUser ( String screenName ):User
[ run-time name: twitter4j/Twitter.showUser:(Ljava/lang/String;)Ltwitter4j/User; ]
Twitter.showUserList ( String listOwnerScreenName, int id ):UserList
[ run-time name: twitter4j/Twitter.showUserList:(Ljava/lang/String;I)Ltwitter4j/UserList; ]
Twitter.shutdown ( ):void
[ run-time name: twitter4j/Twitter.shutdown:()V ]
Twitter.subscribeUserList ( String listOwnerScreenName, int listId ):UserList
[ run-time name: twitter4j/Twitter.subscribeUserList:(Ljava/lang/String;I)Ltwitter4j/UserList; ]
Twitter.test ( ):boolean
[ run-time name: twitter4j/Twitter.test:()Z ]
Twitter.toString ( ):String
[ run-time name: twitter4j/Twitter.toString:()Ljava/lang/String; ]
Twitter.Twitter ( )
[ run-time name: twitter4j/Twitter."<init>":()V ]
Twitter.Twitter ( String screenName, String password )
[ run-time name: twitter4j/Twitter."<init>":(Ljava/lang/String;Ljava/lang/String;)V ]
Twitter.unsubscribeUserList ( String listOwnerScreenName, int listId ):UserList
[ run-time name: twitter4j/Twitter.unsubscribeUserList:(Ljava/lang/String;I)Ltwitter4j/UserList; ]
Twitter.updateFriendship ( int userId, boolean enableDeviceNotification, boolean retweets ):Relationship
[ run-time name: twitter4j/Twitter.updateFriendship:(IZZ)Ltwitter4j/Relationship; ]
Twitter.updateFriendship ( String screenName, boolean enableDeviceNotification, boolean retweets ):Relationship
[ run-time name: twitter4j/Twitter.updateFriendship:(Ljava/lang/String;ZZ)Ltwitter4j/Relationship; ]
Twitter.updateProfile ( String name, String url, String location, String description ):User
[ run-time name: twitter4j/Twitter.updateProfile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/User; ]
Twitter.updateProfileBackgroundImage ( java.io.File image, boolean tile ):User
[ run-time name: twitter4j/Twitter.updateProfileBackgroundImage:(Ljava/io/File;Z)Ltwitter4j/User; ]
Twitter.updateProfileBackgroundImage ( java.io.InputStream image, boolean tile ):User
[ run-time name: twitter4j/Twitter.updateProfileBackgroundImage:(Ljava/io/InputStream;Z)Ltwitter4j/User; ]
Twitter.updateProfileColors ( String profileBackgroundColor, String profileTextColor, String profileLinkColor, String profileSidebarFillColor, String profileSidebarBorderColor ):User
[ run-time name: twitter4j/Twitter.updateProfileColors:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/User; ]
Twitter.updateProfileImage ( java.io.File image ):User
[ run-time name: twitter4j/Twitter.updateProfileImage:(Ljava/io/File;)Ltwitter4j/User; ]
Twitter.updateProfileImage ( java.io.InputStream image ):User
[ run-time name: twitter4j/Twitter.updateProfileImage:(Ljava/io/InputStream;)Ltwitter4j/User; ]
Twitter.updateStatus ( String status ):Status
[ run-time name: twitter4j/Twitter.updateStatus:(Ljava/lang/String;)Ltwitter4j/Status; ]
Twitter.updateStatus ( String status, long inReplyToStatusId ):Status
[ run-time name: twitter4j/Twitter.updateStatus:(Ljava/lang/String;J)Ltwitter4j/Status; ]
Twitter.updateStatus ( String status, long inReplyToStatusId, GeoLocation location ):Status
[ run-time name: twitter4j/Twitter.updateStatus:(Ljava/lang/String;JLtwitter4j/GeoLocation;)Ltwitter4j/Status; ]
Twitter.updateStatus ( String status, GeoLocation location ):Status
[ run-time name: twitter4j/Twitter.updateStatus:(Ljava/lang/String;Ltwitter4j/GeoLocation;)Ltwitter4j/Status; ]
Twitter.updateStatus ( StatusUpdate latestStatus ):Status
[ run-time name: twitter4j/Twitter.updateStatus:(Ltwitter4j/StatusUpdate;)Ltwitter4j/Status; ]
Twitter.updateUserList ( int listId, String newListName, boolean isPublicList, String newDescription ):UserList
[ run-time name: twitter4j/Twitter.updateUserList:(ILjava/lang/String;ZLjava/lang/String;)Ltwitter4j/UserList; ]
Twitter.verifyCredentials ( ):User
[ run-time name: twitter4j/Twitter.verifyCredentials:()Ltwitter4j/User; ]
twitter4j-core-2.1.12.jar, TwitterFactory.class
package twitter4j
TwitterFactory.getInstance ( String screenName, String password ):Twitter
[ run-time name: twitter4j/TwitterFactory.getInstance:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/Twitter; ]
TwitterFactory.getInstance ( http.AccessToken accessToken ):Twitter
[ run-time name: twitter4j/TwitterFactory.getInstance:(Ltwitter4j/http/AccessToken;)Ltwitter4j/Twitter; ]
TwitterFactory.getInstance ( http.Authorization auth ):Twitter
[ run-time name: twitter4j/TwitterFactory.getInstance:(Ltwitter4j/http/Authorization;)Ltwitter4j/Twitter; ]
TwitterFactory.getOAuthAuthorizedInstance ( String consumerKey, String consumerSecret ):Twitter
[ run-time name: twitter4j/TwitterFactory.getOAuthAuthorizedInstance:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/Twitter; ]
TwitterFactory.getOAuthAuthorizedInstance ( String consumerKey, String consumerSecret, http.AccessToken accessToken ):Twitter
[ run-time name: twitter4j/TwitterFactory.getOAuthAuthorizedInstance:(Ljava/lang/String;Ljava/lang/String;Ltwitter4j/http/AccessToken;)Ltwitter4j/Twitter; ]
TwitterFactory.getOAuthAuthorizedInstance ( http.AccessToken accessToken ):Twitter
[ run-time name: twitter4j/TwitterFactory.getOAuthAuthorizedInstance:(Ltwitter4j/http/AccessToken;)Ltwitter4j/Twitter; ]
twitter4j-core-2.1.12.jar, TwitterStream.class
package twitter4j
TwitterStream.addRateLimitStatusListener ( RateLimitStatusListener x0 ):void
[ run-time name: twitter4j/TwitterStream.addRateLimitStatusListener:(Ltwitter4j/RateLimitStatusListener;)V ]
TwitterStream.addStatusListener ( StatusListener statusListener ):void
[ run-time name: twitter4j/TwitterStream.addStatusListener:(Ltwitter4j/StatusListener;)V ]
TwitterStream.addUserStreamListener ( UserStreamListener userStreamListener ):void
[ run-time name: twitter4j/TwitterStream.addUserStreamListener:(Ltwitter4j/UserStreamListener;)V ]
TwitterStream.cleanup ( ):void
[ run-time name: twitter4j/TwitterStream.cleanup:()V ]
TwitterStream.equals ( Object o ):boolean
[ run-time name: twitter4j/TwitterStream.equals:(Ljava/lang/Object;)Z ]
TwitterStream.filter ( int count, int[] follow, String[] track ):void
[ run-time name: twitter4j/TwitterStream.filter:(I[I[Ljava/lang/String;)V ]
TwitterStream.getConfiguration ( ):conf.Configuration
[ run-time name: twitter4j/TwitterStream.getConfiguration:()Ltwitter4j/conf/Configuration; ]
TwitterStream.getFilterStream ( int count, int[] follow, String[] track ):StatusStream
[ run-time name: twitter4j/TwitterStream.getFilterStream:(I[I[Ljava/lang/String;)Ltwitter4j/StatusStream; ]
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.hashCode ( ):int
[ run-time name: twitter4j/TwitterStream.hashCode:()I ]
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.setStatusListener ( StatusListener listener ):void
[ run-time name: twitter4j/TwitterStream.setStatusListener:(Ltwitter4j/StatusListener;)V ]
TwitterStream.setUserStreamListener ( UserStreamListener listener ):void
[ run-time name: twitter4j/TwitterStream.setUserStreamListener:(Ltwitter4j/UserStreamListener;)V ]
TwitterStream.site ( boolean withFollowings, int[] follow ):void
[ run-time name: twitter4j/TwitterStream.site:(Z[I)V ]
TwitterStream.stream ( String relativeUrl, int count, boolean handleUserStream ):void
[ run-time name: twitter4j/TwitterStream.stream:(Ljava/lang/String;IZ)V ]
TwitterStream.toString ( ):String
[ run-time name: twitter4j/TwitterStream.toString:()Ljava/lang/String; ]
TwitterStream.TwitterStream ( )
[ run-time name: twitter4j/TwitterStream."<init>":()V ]
TwitterStream.TwitterStream ( String screenName, String password )
[ run-time name: twitter4j/TwitterStream."<init>":(Ljava/lang/String;Ljava/lang/String;)V ]
TwitterStream.TwitterStream ( String screenName, String password, StreamListener listener )
[ run-time name: twitter4j/TwitterStream."<init>":(Ljava/lang/String;Ljava/lang/String;Ltwitter4j/StreamListener;)V ]
twitter4j-core-2.1.12.jar, TwitterStreamFactory.class
package twitter4j
TwitterStreamFactory.getInstance ( String screenName, String password ):TwitterStream
[ run-time name: twitter4j/TwitterStreamFactory.getInstance:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/TwitterStream; ]
TwitterStreamFactory.getInstance ( http.AccessToken accessToken ):TwitterStream
[ run-time name: twitter4j/TwitterStreamFactory.getInstance:(Ltwitter4j/http/AccessToken;)Ltwitter4j/TwitterStream; ]
TwitterStreamFactory.getInstance ( http.Authorization auth ):TwitterStream
[ run-time name: twitter4j/TwitterStreamFactory.getInstance:(Ltwitter4j/http/Authorization;)Ltwitter4j/TwitterStream; ]
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; ]
TwitterStreamFactory.TwitterStreamFactory ( String configTreePath, StatusListener listener )
[ run-time name: twitter4j/TwitterStreamFactory."<init>":(Ljava/lang/String;Ltwitter4j/StatusListener;)V ]
TwitterStreamFactory.TwitterStreamFactory ( String configTreePath, UserStreamListener listener )
[ run-time name: twitter4j/TwitterStreamFactory."<init>":(Ljava/lang/String;Ltwitter4j/UserStreamListener;)V ]
TwitterStreamFactory.TwitterStreamFactory ( conf.Configuration conf, StatusListener listener )
[ run-time name: twitter4j/TwitterStreamFactory."<init>":(Ltwitter4j/conf/Configuration;Ltwitter4j/StatusListener;)V ]
TwitterStreamFactory.TwitterStreamFactory ( conf.Configuration conf, UserStreamListener listener )
[ run-time name: twitter4j/TwitterStreamFactory."<init>":(Ltwitter4j/conf/Configuration;Ltwitter4j/UserStreamListener;)V ]
TwitterStreamFactory.TwitterStreamFactory ( StatusListener listener )
[ run-time name: twitter4j/TwitterStreamFactory."<init>":(Ltwitter4j/StatusListener;)V ]
TwitterStreamFactory.TwitterStreamFactory ( UserStreamListener listener )
[ run-time name: twitter4j/TwitterStreamFactory."<init>":(Ltwitter4j/UserStreamListener;)V ]
twitter4j-core-2.1.12.jar, User.class
package twitter4j
User.getId ( ) [abstract]:int
[ run-time name: twitter4j/User.getId:()I ]
User.getStatusCreatedAt ( ) [abstract]:java.util.Date
[ run-time name: twitter4j/User.getStatusCreatedAt:()Ljava/util/Date; ]
User.getStatusId ( ) [abstract]:long
[ run-time name: twitter4j/User.getStatusId:()J ]
User.getStatusInReplyToScreenName ( ) [abstract]:String
[ run-time name: twitter4j/User.getStatusInReplyToScreenName:()Ljava/lang/String; ]
User.getStatusInReplyToStatusId ( ) [abstract]:long
[ run-time name: twitter4j/User.getStatusInReplyToStatusId:()J ]
User.getStatusInReplyToUserId ( ) [abstract]:int
[ run-time name: twitter4j/User.getStatusInReplyToUserId:()I ]
User.getStatusSource ( ) [abstract]:String
[ run-time name: twitter4j/User.getStatusSource:()Ljava/lang/String; ]
User.getStatusText ( ) [abstract]:String
[ run-time name: twitter4j/User.getStatusText:()Ljava/lang/String; ]
User.isStatusFavorited ( ) [abstract]:boolean
[ run-time name: twitter4j/User.isStatusFavorited:()Z ]
User.isStatusTruncated ( ) [abstract]:boolean
[ run-time name: twitter4j/User.isStatusTruncated:()Z ]
twitter4j-core-2.1.12.jar, UserMentionEntity.class
package twitter4j
UserMentionEntity.getId ( ) [abstract]:int
[ run-time name: twitter4j/UserMentionEntity.getId:()I ]
twitter4j-core-2.1.12.jar, UserMethods.class
package twitter4j.api
UserMethods.getFollowersStatuses ( ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/UserMethods.getFollowersStatuses:()Ltwitter4j/PagableResponseList; ]
UserMethods.getFollowersStatuses ( int p1 ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/UserMethods.getFollowersStatuses:(I)Ltwitter4j/PagableResponseList; ]
UserMethods.getFollowersStatuses ( int p1, long p2 ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/UserMethods.getFollowersStatuses:(IJ)Ltwitter4j/PagableResponseList; ]
UserMethods.getFollowersStatuses ( String p1 ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/UserMethods.getFollowersStatuses:(Ljava/lang/String;)Ltwitter4j/PagableResponseList; ]
UserMethods.getFriendsStatuses ( ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/UserMethods.getFriendsStatuses:()Ltwitter4j/PagableResponseList; ]
UserMethods.getFriendsStatuses ( int p1 ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/UserMethods.getFriendsStatuses:(I)Ltwitter4j/PagableResponseList; ]
UserMethods.getFriendsStatuses ( int p1, long p2 ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/UserMethods.getFriendsStatuses:(IJ)Ltwitter4j/PagableResponseList; ]
UserMethods.getFriendsStatuses ( String p1 ) [abstract]:twitter4j.PagableResponseList
[ run-time name: twitter4j/api/UserMethods.getFriendsStatuses:(Ljava/lang/String;)Ltwitter4j/PagableResponseList; ]
UserMethods.lookupUsers ( int[] p1 ) [abstract]:twitter4j.ResponseList
[ run-time name: twitter4j/api/UserMethods.lookupUsers:([I)Ltwitter4j/ResponseList; ]
UserMethods.showUser ( int p1 ) [abstract]:twitter4j.User
[ run-time name: twitter4j/api/UserMethods.showUser:(I)Ltwitter4j/User; ]
twitter4j-core-2.1.12.jar, UserMethodsAsync.class
package twitter4j.api
UserMethodsAsync.getFollowersStatuses ( ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.getFollowersStatuses:()V ]
UserMethodsAsync.getFollowersStatuses ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.getFollowersStatuses:(I)V ]
UserMethodsAsync.getFollowersStatuses ( int p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.getFollowersStatuses:(IJ)V ]
UserMethodsAsync.getFollowersStatuses ( String p1 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.getFollowersStatuses:(Ljava/lang/String;)V ]
UserMethodsAsync.getFriendsStatuses ( ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.getFriendsStatuses:()V ]
UserMethodsAsync.getFriendsStatuses ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.getFriendsStatuses:(I)V ]
UserMethodsAsync.getFriendsStatuses ( int p1, long p2 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.getFriendsStatuses:(IJ)V ]
UserMethodsAsync.getFriendsStatuses ( String p1 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.getFriendsStatuses:(Ljava/lang/String;)V ]
UserMethodsAsync.lookupUsers ( int[] p1 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.lookupUsers:([I)V ]
UserMethodsAsync.showUser ( int p1 ) [abstract]:void
[ run-time name: twitter4j/api/UserMethodsAsync.showUser:(I)V ]
twitter4j-core-2.1.12.jar, UserStreamAdapter.class
package twitter4j
UserStreamAdapter.onDeletionNotice ( long directMessageId, int userId ):void
[ run-time name: twitter4j/UserStreamAdapter.onDeletionNotice:(JI)V ]
UserStreamAdapter.onFriendList ( int[] friendIds ):void
[ run-time name: twitter4j/UserStreamAdapter.onFriendList:([I)V ]
twitter4j-core-2.1.12.jar, UserStreamListener.class
package twitter4j
UserStreamListener.onDeletionNotice ( long p1, int p2 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onDeletionNotice:(JI)V ]
UserStreamListener.onFriendList ( int[] p1 ) [abstract]:void
[ run-time name: twitter4j/UserStreamListener.onFriendList:([I)V ]
twitter4j-media-support-2.1.12.jar, ImageUploaderFactory.class
package twitter4j.media
ImageUploaderFactory.getInstance ( ):ImageUpload
[ run-time name: twitter4j/media/ImageUploaderFactory.getInstance:()Ltwitter4j/media/ImageUpload; ]
ImageUploaderFactory.getInstance ( twitter4j.http.Authorization authorization ):ImageUpload
[ run-time name: twitter4j/media/ImageUploaderFactory.getInstance:(Ltwitter4j/http/Authorization;)Ltwitter4j/media/ImageUpload; ]
ImageUploaderFactory.getInstance ( MediaProvider mediaProvider ):ImageUpload
[ run-time name: twitter4j/media/ImageUploaderFactory.getInstance:(Ltwitter4j/media/MediaProvider;)Ltwitter4j/media/ImageUpload; ]
ImageUploaderFactory.getInstance ( MediaProvider mediaProvider, twitter4j.http.Authorization authorization ):ImageUpload
[ run-time name: twitter4j/media/ImageUploaderFactory.getInstance:(Ltwitter4j/media/MediaProvider;Ltwitter4j/http/Authorization;)Ltwitter4j/media/ImageUpload; ]
ImageUploaderFactory.ImageUploaderFactory ( )
[ run-time name: twitter4j/media/ImageUploaderFactory."<init>":()V ]
ImageUploaderFactory.ImageUploaderFactory ( twitter4j.conf.Configuration conf )
[ run-time name: twitter4j/media/ImageUploaderFactory."<init>":(Ltwitter4j/conf/Configuration;)V ]
twitter4j-media-support-2.1.12.jar, ImageUploadFactory.class
package twitter4j.media
ImageUploadFactory.getInstance ( twitter4j.http.Authorization authorization ):ImageUpload
[ run-time name: twitter4j/media/ImageUploadFactory.getInstance:(Ltwitter4j/http/Authorization;)Ltwitter4j/media/ImageUpload; ]
ImageUploadFactory.getInstance ( MediaProvider mediaProvider, twitter4j.http.Authorization authorization ):ImageUpload
[ run-time name: twitter4j/media/ImageUploadFactory.getInstance:(Ltwitter4j/media/MediaProvider;Ltwitter4j/http/Authorization;)Ltwitter4j/media/ImageUpload; ]
to the top
Problems with Data Types, High risk (262)
twitter4j-core-2.1.12.jar
package twitter4j
[+] AsyncTwitter (1)
|
This class become interface. | Recompilation of a client program may be terminated with the message: AsyncTwitter is abstract; cannot be instantiated. |
[+] affected methods (2)
AsyncTwitter.addListener ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitterFactory.getInstance ( ):
Return value of this method has type 'AsyncTwitter'.
[+] DirectMessage (4)
|
Abstract method DirectMessage.getRecipientId ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRecipientId() in DirectMessage. |
Abstract method DirectMessage.getSenderId ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSenderId() in DirectMessage. |
Abstract method DirectMessage.getRecipientId ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getRecipientId() in interface DirectMessage. |
Abstract method DirectMessage.getSenderId ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getSenderId() in interface DirectMessage. |
[+] affected methods (19)
api.DirectMessageMethods.destroyDirectMessage ( long p1 ):
Return value of this abstract method has type 'DirectMessage'.
api.DirectMessageMethods.sendDirectMessage ( String p1, String p2 ):
Return value of this abstract method has type 'DirectMessage'.
api.DirectMessageMethods.showDirectMessage ( long p1 ):
Return value of this abstract method has type 'DirectMessage'.
DirectMessage.getCreatedAt ( ):
This abstract method is from 'DirectMessage' interface.
DirectMessage.getId ( ):
This abstract method is from 'DirectMessage' interface.
DirectMessage.getRecipient ( ):
This abstract method is from 'DirectMessage' interface.
DirectMessage.getRecipientScreenName ( ):
This abstract method is from 'DirectMessage' interface.
DirectMessage.getSender ( ):
This abstract method is from 'DirectMessage' interface.
DirectMessage.getSenderScreenName ( ):
This abstract method is from 'DirectMessage' interface.
DirectMessage.getText ( ):
This abstract method is from 'DirectMessage' interface.
json.DataObjectFactory.createDirectMessage ( String rawJSON ):
Return value of this method has type 'DirectMessage'.
TwitterAdapter.destroyedDirectMessage ( DirectMessage message ):
1st parameter 'message' of this method has type 'DirectMessage'.
TwitterAdapter.gotDirectMessage ( DirectMessage message ):
1st parameter 'message' of this method has type 'DirectMessage'.
TwitterAdapter.sentDirectMessage ( DirectMessage message ):
1st parameter 'message' of this method has type 'DirectMessage'.
TwitterListener.destroyedDirectMessage ( DirectMessage p1 ):
1st parameter 'p1' of this abstract method has type 'DirectMessage'.
TwitterListener.gotDirectMessage ( DirectMessage p1 ):
1st parameter 'p1' of this abstract method has type 'DirectMessage'.
TwitterListener.sentDirectMessage ( DirectMessage p1 ):
1st parameter 'p1' of this abstract method has type 'DirectMessage'.
UserStreamAdapter.onDirectMessage ( DirectMessage directMessage ):
1st parameter 'directMessage' of this method has type 'DirectMessage'.
UserStreamListener.onDirectMessage ( DirectMessage p1 ):
1st parameter 'p1' of this abstract method has type 'DirectMessage'.
[+] IDs (2)
|
Abstract method IDs.getIDs ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getIDs() in IDs. |
Abstract method IDs.getIDs ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getIDs() in interface IDs. |
[+] affected methods (25)
api.BlockMethods.getBlockingUsersIDs ( ):
Return value of this abstract method has type 'IDs'.
api.FriendsFollowersMethods.getFollowersIDs ( long p1 ):
Return value of this abstract method has type 'IDs'.
api.FriendsFollowersMethods.getFollowersIDs ( String p1, long p2 ):
Return value of this abstract method has type 'IDs'.
api.FriendsFollowersMethods.getFriendsIDs ( long p1 ):
Return value of this abstract method has type 'IDs'.
api.FriendsFollowersMethods.getFriendsIDs ( String p1, long p2 ):
Return value of this abstract method has type 'IDs'.
api.FriendshipMethods.getIncomingFriendships ( long p1 ):
Return value of this abstract method has type 'IDs'.
api.FriendshipMethods.getOutgoingFriendships ( long p1 ):
Return value of this abstract method has type 'IDs'.
api.StatusMethods.getRetweetedByIDs ( long p1 ):
Return value of this abstract method has type 'IDs'.
IDs.getNextCursor ( ):
This abstract method is from 'IDs' interface.
IDs.getPreviousCursor ( ):
This abstract method is from 'IDs' interface.
IDs.hasNext ( ):
This abstract method is from 'IDs' interface.
IDs.hasPrevious ( ):
This abstract method is from 'IDs' interface.
json.DataObjectFactory.createIDs ( String rawJSON ):
Return value of this method has type 'IDs'.
TwitterAdapter.gotBlockingUsersIDs ( IDs blockingUsersIDs ):
1st parameter 'blockingUsersIDs' of this method has type 'IDs'.
TwitterAdapter.gotFollowersIDs ( IDs ids ):
1st parameter 'ids' of this method has type 'IDs'.
TwitterAdapter.gotFriendsIDs ( IDs ids ):
1st parameter 'ids' of this method has type 'IDs'.
TwitterAdapter.gotIncomingFriendships ( IDs ids ):
1st parameter 'ids' of this method has type 'IDs'.
TwitterAdapter.gotOutgoingFriendships ( IDs ids ):
1st parameter 'ids' of this method has type 'IDs'.
TwitterAdapter.gotRetweetedByIDs ( IDs ids ):
1st parameter 'ids' of this method has type 'IDs'.
TwitterListener.gotBlockingUsersIDs ( IDs p1 ):
1st parameter 'p1' of this abstract method has type 'IDs'.
TwitterListener.gotFollowersIDs ( IDs p1 ):
1st parameter 'p1' of this abstract method has type 'IDs'.
TwitterListener.gotFriendsIDs ( IDs p1 ):
1st parameter 'p1' of this abstract method has type 'IDs'.
TwitterListener.gotIncomingFriendships ( IDs p1 ):
1st parameter 'p1' of this abstract method has type 'IDs'.
TwitterListener.gotOutgoingFriendships ( IDs p1 ):
1st parameter 'p1' of this abstract method has type 'IDs'.
TwitterListener.gotRetweetedByIDs ( IDs p1 ):
1st parameter 'p1' of this abstract method has type 'IDs'.
[+] Relationship (4)
|
Abstract method Relationship.getSourceUserId ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSourceUserId() in Relationship. |
Abstract method Relationship.getTargetUserId ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTargetUserId() in Relationship. |
Abstract method Relationship.getSourceUserId ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getSourceUserId() in interface Relationship. |
Abstract method Relationship.getTargetUserId ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getTargetUserId() in interface Relationship. |
[+] affected methods (15)
api.FriendshipMethods.showFriendship ( String p1, String p2 ):
Return value of this abstract method has type 'Relationship'.
api.FriendshipMethods.updateFriendship ( String p1, boolean p2, boolean p3 ):
Return value of this abstract method has type 'Relationship'.
json.DataObjectFactory.createRelationship ( String rawJSON ):
Return value of this method has type 'Relationship'.
Relationship.getSourceUserScreenName ( ):
This abstract method is from 'Relationship' interface.
Relationship.getTargetUserScreenName ( ):
This abstract method is from 'Relationship' interface.
Relationship.isSourceBlockingTarget ( ):
This abstract method is from 'Relationship' interface.
Relationship.isSourceFollowedByTarget ( ):
This abstract method is from 'Relationship' interface.
Relationship.isSourceFollowingTarget ( ):
This abstract method is from 'Relationship' interface.
Relationship.isSourceNotificationsEnabled ( ):
This abstract method is from 'Relationship' interface.
Relationship.isTargetFollowedBySource ( ):
This abstract method is from 'Relationship' interface.
Relationship.isTargetFollowingSource ( ):
This abstract method is from 'Relationship' interface.
TwitterAdapter.gotShowFriendship ( Relationship relationship ):
1st parameter 'relationship' of this method has type 'Relationship'.
TwitterAdapter.updatedFriendship ( Relationship relationship ):
1st parameter 'relationship' of this method has type 'Relationship'.
TwitterListener.gotShowFriendship ( Relationship p1 ):
1st parameter 'p1' of this abstract method has type 'Relationship'.
TwitterListener.updatedFriendship ( Relationship p1 ):
1st parameter 'p1' of this abstract method has type 'Relationship'.
[+] SiteStreamsListener (38)
|
Abstract method SiteStreamsListener.onBlock ( long p1, User p2, User p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onBlock(long, User, User) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onDeletionNotice ( long p1, long p2, long p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onDeletionNotice(long, long, long) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onDeletionNotice ( long p1, StatusDeletionNotice p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onDeletionNotice(long, StatusDeletionNotice) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onDirectMessage ( long p1, DirectMessage p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onDirectMessage(long, DirectMessage) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onFavorite ( long p1, User p2, User p3, Status p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onFavorite(long, User, User, Status) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onFollow ( long p1, User p2, User p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onFollow(long, User, User) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onFriendList ( long p1, long[] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onFriendList(long, long[]) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onStatus ( long p1, Status p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onStatus(long, Status) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUnblock ( long p1, User p2, User p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onUnblock(long, User, User) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUnfavorite ( long p1, User p2, User p3, Status p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onUnfavorite(long, User, User, Status) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUnfollow ( long p1, User p2, User p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onUnfollow(long, User, User) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListCreation ( long p1, User p2, UserList p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onUserListCreation(long, User, UserList) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListDeletion ( long p1, User p2, UserList p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onUserListDeletion(long, User, UserList) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListMemberAddition ( long p1, User p2, User p3, UserList p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onUserListMemberAddition(long, User, User, UserList) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListMemberDeletion ( long p1, User p2, User p3, UserList p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onUserListMemberDeletion(long, User, User, UserList) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListSubscription ( long p1, User p2, User p3, UserList p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onUserListSubscription(long, User, User, UserList) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListUnsubscription ( long p1, User p2, User p3, UserList p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onUserListUnsubscription(long, User, User, UserList) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListUpdate ( long p1, User p2, UserList p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onUserListUpdate(long, User, UserList) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserProfileUpdate ( long p1, User p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onUserProfileUpdate(long, User) in SiteStreamsListener. |
Abstract method SiteStreamsListener.onBlock ( int p1, User p2, User p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onBlock(int, User, User) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onDeletionNotice ( int p1, int p2, int p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onDeletionNotice(int, int, int) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onDeletionNotice ( int p1, StatusDeletionNotice p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onDeletionNotice(int, StatusDeletionNotice) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onDirectMessage ( int p1, DirectMessage p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onDirectMessage(int, DirectMessage) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onFavorite ( int p1, User p2, User p3, Status p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onFavorite(int, User, User, Status) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onFollow ( int p1, User p2, User p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onFollow(int, User, User) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onFriendList ( int p1, int[] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onFriendList(int, int[]) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onStatus ( int p1, Status p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onStatus(int, Status) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onUnblock ( int p1, User p2, User p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUnblock(int, User, User) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onUnfavorite ( int p1, User p2, User p3, Status p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUnfavorite(int, User, User, Status) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onUnfollow ( int p1, User p2, User p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUnfollow(int, User, User) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListCreation ( int p1, User p2, UserList p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserListCreation(int, User, UserList) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListDeletion ( int p1, User p2, UserList p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserListDeletion(int, User, UserList) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListMemberAddition ( int p1, User p2, User p3, UserList p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserListMemberAddition(int, User, User, UserList) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListMemberDeletion ( int p1, User p2, User p3, UserList p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserListMemberDeletion(int, User, User, UserList) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListSubscription ( int p1, User p2, User p3, UserList p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserListSubscription(int, User, User, UserList) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListUnsubscription ( int p1, User p2, User p3, UserList p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserListUnsubscription(int, User, User, UserList) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserListUpdate ( int p1, User p2, UserList p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserListUpdate(int, User, UserList) in interface SiteStreamsListener. |
Abstract method SiteStreamsListener.onUserProfileUpdate ( int p1, User p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onUserProfileUpdate(int, User) in interface SiteStreamsListener. |
[+] affected methods (2)
SiteStreamsListener.onException ( Exception p1 ):
This abstract method is from 'SiteStreamsListener' interface.
TwitterStream.addListener ( SiteStreamsListener listener ):
1st parameter 'listener' of this method has type 'SiteStreamsListener'.
[+] Status (5)
|
Abstract method Status.getInReplyToUserId ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInReplyToUserId() in Status. |
Abstract method Status.getHashtags ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getHashtags() in interface Status. |
Abstract method Status.getInReplyToUserId ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getInReplyToUserId() in interface Status. |
Abstract method Status.getURLs ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getURLs() in interface Status. |
Abstract method Status.getUserMentions ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserMentions() in interface Status. |
[+] affected methods (49)
api.FavoriteMethods.createFavorite ( long p1 ):
Return value of this abstract method has type 'Status'.
api.FavoriteMethods.destroyFavorite ( long p1 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.destroyStatus ( long p1 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.retweetStatus ( long p1 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.showStatus ( long p1 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.updateStatus ( String p1 ):
Return value of this abstract method has type 'Status'.
api.StatusMethods.updateStatus ( StatusUpdate p1 ):
Return value of this abstract method has type 'Status'.
json.DataObjectFactory.createStatus ( String rawJSON ):
Return value of this method has type 'Status'.
Status.getAnnotations ( ):
This abstract method is from 'Status' interface.
Status.getContributors ( ):
This abstract method is from 'Status' interface.
Status.getCreatedAt ( ):
This abstract method is from 'Status' interface.
Status.getGeoLocation ( ):
This abstract method is from 'Status' interface.
Status.getHashtagEntities ( ):
This abstract method is from 'Status' interface.
Status.getId ( ):
This abstract method is from 'Status' interface.
Status.getInReplyToScreenName ( ):
This abstract method is from 'Status' interface.
Status.getInReplyToStatusId ( ):
This abstract method is from 'Status' interface.
Status.getPlace ( ):
This abstract method is from 'Status' interface.
Status.getRetweetCount ( ):
This abstract method is from 'Status' interface.
Status.getRetweetedStatus ( ):
This abstract method is from 'Status' interface.
Status.getSource ( ):
This abstract method is from 'Status' interface.
Status.getText ( ):
This abstract method is from 'Status' interface.
Status.getURLEntities ( ):
This abstract method is from 'Status' interface.
Status.getUser ( ):
This abstract method is from 'Status' interface.
Status.getUserMentionEntities ( ):
This abstract method is from 'Status' interface.
Status.isFavorited ( ):
This abstract method is from 'Status' interface.
Status.isRetweet ( ):
This abstract method is from 'Status' interface.
Status.isRetweetedByMe ( ):
This abstract method is from 'Status' interface.
Status.isTruncated ( ):
This abstract method is from 'Status' interface.
StatusAdapter.onStatus ( Status status ):
1st parameter 'status' of this method has type 'Status'.
StatusListener.onStatus ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterAdapter.createdFavorite ( Status status ):
1st parameter 'status' of this method has type 'Status'.
TwitterAdapter.destroyedFavorite ( Status status ):
1st parameter 'status' of this method has type 'Status'.
TwitterAdapter.destroyedStatus ( Status destroyedStatus ):
1st parameter 'destroyedStatus' of this method has type 'Status'.
TwitterAdapter.gotShowStatus ( Status statuses ):
1st parameter 'statuses' of this method has type 'Status'.
TwitterAdapter.retweetedStatus ( Status retweetedStatus ):
1st parameter 'retweetedStatus' of this method has type 'Status'.
TwitterAdapter.updatedStatus ( Status statuses ):
1st parameter 'statuses' of this method has type 'Status'.
TwitterListener.createdFavorite ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.destroyedFavorite ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.destroyedStatus ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.gotShowStatus ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.retweetedStatus ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.updatedStatus ( Status p1 ):
1st parameter 'p1' of this abstract method has type 'Status'.
User.getStatus ( ):
Return value of this abstract method has type 'Status'.
UserStreamAdapter.onFavorite ( User source, User target, Status favoritedStatus ):
3rd parameter 'favoritedStatus' of this method has type 'Status'.
UserStreamAdapter.onRetweet ( User source, User target, Status retweetedStatus ):
3rd parameter 'retweetedStatus' of this method has type 'Status'.
UserStreamAdapter.onUnfavorite ( User source, User target, Status unfavoritedStatus ):
3rd parameter 'unfavoritedStatus' of this method has type 'Status'.
UserStreamListener.onFavorite ( User p1, User p2, Status p3 ):
3rd parameter 'p3' of this abstract method has type 'Status'.
UserStreamListener.onRetweet ( User p1, User p2, Status p3 ):
3rd parameter 'p3' of this abstract method has type 'Status'.
UserStreamListener.onUnfavorite ( User p1, User p2, Status p3 ):
3rd parameter 'p3' of this abstract method has type 'Status'.
[+] StatusDeletionNotice (2)
|
Abstract method StatusDeletionNotice.getUserId ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserId() in StatusDeletionNotice. |
Abstract method StatusDeletionNotice.getUserId ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserId() in interface StatusDeletionNotice. |
[+] affected methods (3)
StatusAdapter.onDeletionNotice ( StatusDeletionNotice statusDeletionNotice ):
1st parameter 'statusDeletionNotice' of this method has type 'StatusDeletionNotice'.
StatusDeletionNotice.getStatusId ( ):
This abstract method is from 'StatusDeletionNotice' interface.
StatusListener.onDeletionNotice ( StatusDeletionNotice p1 ):
1st parameter 'p1' of this abstract method has type 'StatusDeletionNotice'.
[+] StatusListener (2)
|
Abstract method StatusListener.onScrubGeo ( long p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onScrubGeo(long, long) in StatusListener. |
Abstract method StatusListener.onScrubGeo ( int p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onScrubGeo(int, long) in interface StatusListener. |
[+] affected methods (5)
StatusListener.onDeletionNotice ( StatusDeletionNotice p1 ):
This abstract method is from 'StatusListener' interface.
StatusListener.onStatus ( Status p1 ):
This abstract method is from 'StatusListener' interface.
StatusListener.onTrackLimitationNotice ( int p1 ):
This abstract method is from 'StatusListener' interface.
StatusStream.next ( StatusListener p1 ):
1st parameter 'p1' of this abstract method has type 'StatusListener'.
TwitterStream.addListener ( StatusListener listener ):
1st parameter 'listener' of this method has type 'StatusListener'.
[+] Tweet (4)
|
Abstract method Tweet.getFromUserId ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFromUserId() in Tweet. |
Abstract method Tweet.getToUserId ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getToUserId() in Tweet. |
Abstract method Tweet.getFromUserId ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFromUserId() in interface Tweet. |
Abstract method Tweet.getToUserId ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getToUserId() in interface Tweet. |
[+] affected methods (12)
json.DataObjectFactory.createTweet ( String rawJSON ):
Return value of this method has type 'Tweet'.
Tweet.getAnnotations ( ):
This abstract method is from 'Tweet' interface.
Tweet.getCreatedAt ( ):
This abstract method is from 'Tweet' interface.
Tweet.getFromUser ( ):
This abstract method is from 'Tweet' interface.
Tweet.getGeoLocation ( ):
This abstract method is from 'Tweet' interface.
Tweet.getId ( ):
This abstract method is from 'Tweet' interface.
Tweet.getIsoLanguageCode ( ):
This abstract method is from 'Tweet' interface.
Tweet.getLocation ( ):
This abstract method is from 'Tweet' interface.
Tweet.getProfileImageUrl ( ):
This abstract method is from 'Tweet' interface.
Tweet.getSource ( ):
This abstract method is from 'Tweet' interface.
Tweet.getText ( ):
This abstract method is from 'Tweet' interface.
Tweet.getToUser ( ):
This abstract method is from 'Tweet' interface.
[+] Twitter (1)
|
This class become interface. | Recompilation of a client program may be terminated with the message: Twitter is abstract; cannot be instantiated. |
[+] affected methods (1)
TwitterFactory.getInstance ( ):
Return value of this method has type 'Twitter'.
[+] TwitterStream (1)
|
This class become interface. | Recompilation of a client program may be terminated with the message: TwitterStream is abstract; cannot be instantiated. |
[+] affected methods (21)
TwitterStream.addConnectionLifeCycleListener ( ConnectionLifeCycleListener listener ):
This method is from 'TwitterStream' class.
TwitterStream.addListener ( SiteStreamsListener listener ):
This method is from 'TwitterStream' class.
TwitterStream.addListener ( StatusListener listener ):
This method is from 'TwitterStream' class.
TwitterStream.addListener ( UserStreamListener listener ):
This method is from 'TwitterStream' class.
TwitterStream.cleanUp ( ):
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 ( 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.getUserStream ( ):
This method is from 'TwitterStream' class.
TwitterStream.getUserStream ( String[] track ):
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.shutdown ( ):
This method is from 'TwitterStream' class.
TwitterStream.user ( ):
This method is from 'TwitterStream' class.
TwitterStream.user ( String[] track ):
This method is from 'TwitterStream' class.
TwitterStreamFactory.getInstance ( ):
Return value of this method has type 'TwitterStream'.
[+] User (11)
|
Abstract method User.getId ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getId() in User. |
Abstract method User.getId ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getId() in interface User. |
Abstract method User.getStatusCreatedAt ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getStatusCreatedAt() in interface User. |
Abstract method User.getStatusId ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getStatusId() in interface User. |
Abstract method User.getStatusInReplyToScreenName ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getStatusInReplyToScreenName() in interface User. |
Abstract method User.getStatusInReplyToStatusId ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getStatusInReplyToStatusId() in interface User. |
Abstract method User.getStatusInReplyToUserId ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getStatusInReplyToUserId() in interface User. |
Abstract method User.getStatusSource ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getStatusSource() in interface User. |
Abstract method User.getStatusText ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getStatusText() in interface User. |
Abstract method User.isStatusFavorited ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method isStatusFavorited() in interface User. |
Abstract method User.isStatusTruncated ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method isStatusTruncated() in interface User. |
[+] affected methods (110)
api.AccountMethods.updateProfile ( String p1, String p2, String p3, String p4 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfileBackgroundImage ( java.io.File p1, boolean p2 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfileBackgroundImage ( java.io.InputStream p1, boolean p2 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfileColors ( String p1, String p2, String p3, String p4, String p5 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfileImage ( java.io.File p1 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.updateProfileImage ( java.io.InputStream p1 ):
Return value of this abstract method has type 'User'.
api.AccountMethods.verifyCredentials ( ):
Return value of this abstract method has type 'User'.
api.BlockMethods.createBlock ( String p1 ):
Return value of this abstract method has type 'User'.
api.BlockMethods.destroyBlock ( String p1 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.createFriendship ( String p1 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.createFriendship ( String p1, boolean p2 ):
Return value of this abstract method has type 'User'.
api.FriendshipMethods.destroyFriendship ( String p1 ):
Return value of this abstract method has type 'User'.
api.NotificationMethods.disableNotification ( String p1 ):
Return value of this abstract method has type 'User'.
api.NotificationMethods.enableNotification ( String p1 ):
Return value of this abstract method has type 'User'.
api.SpamReportingMethods.reportSpam ( String p1 ):
Return value of this abstract method has type 'User'.
api.UserMethods.showUser ( String p1 ):
Return value of this abstract method has type 'User'.
DirectMessage.getRecipient ( ):
Return value of this abstract method has type 'User'.
DirectMessage.getSender ( ):
Return value of this abstract method has type 'User'.
json.DataObjectFactory.createUser ( String rawJSON ):
Return value of this method has type 'User'.
Status.getUser ( ):
Return value of this abstract method has type 'User'.
TwitterAdapter.checkedUserListMembership ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.checkedUserListSubscription ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.createdBlock ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.createdFriendship ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.destroyedBlock ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.destroyedFriendship ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.disabledNotification ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.enabledNotification ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.gotUserDetail ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.reportedSpam ( User reportedSpammer ):
1st parameter 'reportedSpammer' of this method has type 'User'.
TwitterAdapter.updatedProfile ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.updatedProfileBackgroundImage ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.updatedProfileColors ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.updatedProfileImage ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterAdapter.verifiedCredentials ( User user ):
1st parameter 'user' of this method has type 'User'.
TwitterListener.checkedUserListMembership ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.checkedUserListSubscription ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.createdBlock ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.createdFriendship ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.destroyedBlock ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.destroyedFriendship ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.disabledNotification ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.enabledNotification ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.gotUserDetail ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.reportedSpam ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.updatedProfile ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.updatedProfileBackgroundImage ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.updatedProfileColors ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.updatedProfileImage ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
TwitterListener.verifiedCredentials ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
User.getCreatedAt ( ):
This abstract method is from 'User' interface.
User.getDescription ( ):
This abstract method is from 'User' interface.
User.getFavouritesCount ( ):
This abstract method is from 'User' interface.
User.getFollowersCount ( ):
This abstract method is from 'User' interface.
User.getFriendsCount ( ):
This abstract method is from 'User' interface.
User.getLang ( ):
This abstract method is from 'User' interface.
User.getListedCount ( ):
This abstract method is from 'User' interface.
User.getLocation ( ):
This abstract method is from 'User' interface.
User.getName ( ):
This abstract method is from 'User' interface.
User.getProfileBackgroundColor ( ):
This abstract method is from 'User' interface.
User.getProfileBackgroundImageUrl ( ):
This abstract method is from 'User' interface.
User.getProfileImageURL ( ):
This abstract method is from 'User' interface.
User.getProfileLinkColor ( ):
This abstract method is from 'User' interface.
User.getProfileSidebarBorderColor ( ):
This abstract method is from 'User' interface.
User.getProfileSidebarFillColor ( ):
This abstract method is from 'User' interface.
User.getProfileTextColor ( ):
This abstract method is from 'User' interface.
User.getScreenName ( ):
This abstract method is from 'User' interface.
User.getStatus ( ):
This abstract method is from 'User' interface.
User.getStatusesCount ( ):
This abstract method is from 'User' interface.
User.getTimeZone ( ):
This abstract method is from 'User' interface.
User.getURL ( ):
This abstract method is from 'User' interface.
User.getUtcOffset ( ):
This abstract method is from 'User' interface.
User.isContributorsEnabled ( ):
This abstract method is from 'User' interface.
User.isFollowRequestSent ( ):
This abstract method is from 'User' interface.
User.isGeoEnabled ( ):
This abstract method is from 'User' interface.
User.isProfileBackgroundTiled ( ):
This abstract method is from 'User' interface.
User.isProfileUseBackgroundImage ( ):
This abstract method is from 'User' interface.
User.isProtected ( ):
This abstract method is from 'User' interface.
User.isShowAllInlineMedia ( ):
This abstract method is from 'User' interface.
User.isTranslator ( ):
This abstract method is from 'User' interface.
User.isVerified ( ):
This abstract method is from 'User' interface.
UserList.getUser ( ):
Return value of this abstract method has type 'User'.
UserStreamAdapter.onBlock ( User source, User blockedUser ):
1st parameter 'source' of this method has type 'User'.
UserStreamAdapter.onFavorite ( User source, User target, Status favoritedStatus ):
2nd parameter 'target' of this method has type 'User'.
UserStreamAdapter.onFollow ( User source, User followedUser ):
1st parameter 'source' of this method has type 'User'.
UserStreamAdapter.onRetweet ( User source, User target, Status retweetedStatus ):
2nd parameter 'target' of this method has type 'User'.
UserStreamAdapter.onUnblock ( User source, User unblockedUser ):
2nd parameter 'unblockedUser' of this method has type 'User'.
UserStreamAdapter.onUnfavorite ( User source, User target, Status unfavoritedStatus ):
2nd parameter 'target' of this method has type 'User'.
UserStreamAdapter.onUserListCreation ( User listOwner, UserList list ):
1st parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListDeletion ( User listOwner, UserList list ):
1st parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListMemberAddition ( User addedMember, User listOwner, UserList list ):
2nd parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListMemberDeletion ( User deletedMember, User listOwner, UserList list ):
2nd parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListSubscription ( User subscriber, User listOwner, UserList list ):
2nd parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListUnsubscription ( User subscriber, User listOwner, UserList list ):
2nd parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListUpdate ( User listOwner, UserList list ):
1st parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserProfileUpdate ( User updatedUser ):
1st parameter 'updatedUser' of this method has type 'User'.
UserStreamListener.onBlock ( User p1, User p2 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onFavorite ( User p1, User p2, Status p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onFollow ( User p1, User p2 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onRetweet ( User p1, User p2, Status p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onUnblock ( User p1, User p2 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onUnfavorite ( User p1, User p2, Status p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onUserListCreation ( User p1, UserList p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListDeletion ( User p1, UserList p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListMemberAddition ( User p1, User p2, UserList p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onUserListMemberDeletion ( User p1, User p2, UserList p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onUserListSubscription ( User p1, User p2, UserList p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onUserListUnsubscription ( User p1, User p2, UserList p3 ):
2nd parameter 'p2' of this abstract method has type 'User'.
UserStreamListener.onUserListUpdate ( User p1, UserList p2 ):
1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserProfileUpdate ( User p1 ):
1st parameter 'p1' of this abstract method has type 'User'.
[+] UserMentionEntity (2)
|
Abstract method UserMentionEntity.getId ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getId() in UserMentionEntity. |
Abstract method UserMentionEntity.getId ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getId() in interface UserMentionEntity. |
[+] affected methods (4)
UserMentionEntity.getEnd ( ):
This abstract method is from 'UserMentionEntity' interface.
UserMentionEntity.getName ( ):
This abstract method is from 'UserMentionEntity' interface.
UserMentionEntity.getScreenName ( ):
This abstract method is from 'UserMentionEntity' interface.
UserMentionEntity.getStart ( ):
This abstract method is from 'UserMentionEntity' interface.
[+] UserStreamListener (4)
|
Abstract method UserStreamListener.onDeletionNotice ( long p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onDeletionNotice(long, long) in UserStreamListener. |
Abstract method UserStreamListener.onFriendList ( long[] p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method onFriendList(long[]) in UserStreamListener. |
Abstract method UserStreamListener.onDeletionNotice ( long p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onDeletionNotice(long, int) in interface UserStreamListener. |
Abstract method UserStreamListener.onFriendList ( int[] p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method onFriendList(int[]) in interface UserStreamListener. |
[+] affected methods (17)
TwitterStream.addListener ( UserStreamListener listener ):
1st parameter 'listener' of this method has type 'UserStreamListener'.
UserStream.next ( UserStreamListener p1 ):
1st parameter 'p1' of this abstract method has type 'UserStreamListener'.
UserStreamListener.onBlock ( User p1, User p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onDirectMessage ( DirectMessage p1 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onFavorite ( User p1, User p2, Status p3 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onFollow ( User p1, User p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onRetweet ( User p1, User p2, Status p3 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUnblock ( User p1, User p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUnfavorite ( User p1, User p2, Status p3 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUserListCreation ( User p1, UserList p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUserListDeletion ( User p1, UserList p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUserListMemberAddition ( User p1, User p2, UserList p3 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUserListMemberDeletion ( User p1, User p2, UserList p3 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUserListSubscription ( User p1, User p2, UserList p3 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUserListUnsubscription ( User p1, User p2, UserList p3 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUserListUpdate ( User p1, UserList p2 ):
This abstract method is from 'UserStreamListener' interface.
UserStreamListener.onUserProfileUpdate ( User p1 ):
This abstract method is from 'UserStreamListener' interface.
package twitter4j.api
[+] BlockMethods (6)
|
Abstract method BlockMethods.createBlock ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createBlock(long) in BlockMethods. |
Abstract method BlockMethods.destroyBlock ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method destroyBlock(long) in BlockMethods. |
Abstract method BlockMethods.existsBlock ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method existsBlock(long) in BlockMethods. |
Abstract method BlockMethods.createBlock ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createBlock(int) in interface BlockMethods. |
Abstract method BlockMethods.destroyBlock ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method destroyBlock(int) in interface BlockMethods. |
Abstract method BlockMethods.existsBlock ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method existsBlock(int) in interface BlockMethods. |
[+] affected methods (6)
BlockMethods.createBlock ( String p1 ):
This abstract method is from 'BlockMethods' interface.
BlockMethods.destroyBlock ( String p1 ):
This abstract method is from 'BlockMethods' interface.
BlockMethods.existsBlock ( String p1 ):
This abstract method is from 'BlockMethods' interface.
BlockMethods.getBlockingUsers ( ):
This abstract method is from 'BlockMethods' interface.
BlockMethods.getBlockingUsers ( int p1 ):
This abstract method is from 'BlockMethods' interface.
BlockMethods.getBlockingUsersIDs ( ):
This abstract method is from 'BlockMethods' interface.
[+] BlockMethodsAsync (6)
|
Abstract method BlockMethodsAsync.createBlock ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createBlock(long) in BlockMethodsAsync. |
Abstract method BlockMethodsAsync.destroyBlock ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method destroyBlock(long) in BlockMethodsAsync. |
Abstract method BlockMethodsAsync.existsBlock ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method existsBlock(long) in BlockMethodsAsync. |
Abstract method BlockMethodsAsync.createBlock ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createBlock(int) in interface BlockMethodsAsync. |
Abstract method BlockMethodsAsync.destroyBlock ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method destroyBlock(int) in interface BlockMethodsAsync. |
Abstract method BlockMethodsAsync.existsBlock ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method existsBlock(int) in interface BlockMethodsAsync. |
[+] affected methods (6)
BlockMethodsAsync.createBlock ( String p1 ):
This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.destroyBlock ( String 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.
[+] DirectMessageMethods (2)
|
Abstract method DirectMessageMethods.sendDirectMessage ( long p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method sendDirectMessage(long, java.lang.String) in DirectMessageMethods. |
Abstract method DirectMessageMethods.sendDirectMessage ( int p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method sendDirectMessage(int, java.lang.String) in interface DirectMessageMethods. |
[+] affected methods (7)
DirectMessageMethods.destroyDirectMessage ( long p1 ):
This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.getDirectMessages ( ):
This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.getDirectMessages ( twitter4j.Paging p1 ):
This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.getSentDirectMessages ( ):
This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.getSentDirectMessages ( twitter4j.Paging p1 ):
This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.sendDirectMessage ( String p1, String p2 ):
This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.showDirectMessage ( long p1 ):
This abstract method is from 'DirectMessageMethods' interface.
[+] DirectMessageMethodsAsync (2)
|
Abstract method DirectMessageMethodsAsync.sendDirectMessage ( long p1, String p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method sendDirectMessage(long, java.lang.String) in DirectMessageMethodsAsync. |
Abstract method DirectMessageMethodsAsync.sendDirectMessage ( int p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method sendDirectMessage(int, java.lang.String) in interface DirectMessageMethodsAsync. |
[+] affected methods (7)
DirectMessageMethodsAsync.destroyDirectMessage ( long p1 ):
This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.getDirectMessages ( ):
This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.getDirectMessages ( twitter4j.Paging p1 ):
This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.getSentDirectMessages ( ):
This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.getSentDirectMessages ( twitter4j.Paging p1 ):
This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.sendDirectMessage ( String p1, String p2 ):
This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.showDirectMessage ( long p1 ):
This abstract method is from 'DirectMessageMethodsAsync' interface.
[+] FriendsFollowersMethods (10)
|
Abstract method FriendsFollowersMethods.getFollowersIDs ( long p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFollowersIDs(long, long) in FriendsFollowersMethods. |
Abstract method FriendsFollowersMethods.getFriendsIDs ( long p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFriendsIDs(long, long) in FriendsFollowersMethods. |
Abstract method FriendsFollowersMethods.getFollowersIDs ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersIDs() in interface FriendsFollowersMethods. |
Abstract method FriendsFollowersMethods.getFollowersIDs ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersIDs(int) in interface FriendsFollowersMethods. |
Abstract method FriendsFollowersMethods.getFollowersIDs ( int p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersIDs(int, long) in interface FriendsFollowersMethods. |
Abstract method FriendsFollowersMethods.getFollowersIDs ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersIDs(java.lang.String) in interface FriendsFollowersMethods. |
Abstract method FriendsFollowersMethods.getFriendsIDs ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsIDs() in interface FriendsFollowersMethods. |
Abstract method FriendsFollowersMethods.getFriendsIDs ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsIDs(int) in interface FriendsFollowersMethods. |
Abstract method FriendsFollowersMethods.getFriendsIDs ( int p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsIDs(int, long) in interface FriendsFollowersMethods. |
Abstract method FriendsFollowersMethods.getFriendsIDs ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsIDs(java.lang.String) in interface FriendsFollowersMethods. |
[+] affected methods (4)
FriendsFollowersMethods.getFollowersIDs ( long p1 ):
This abstract method is from 'FriendsFollowersMethods' interface.
FriendsFollowersMethods.getFollowersIDs ( String p1, long p2 ):
This abstract method is from 'FriendsFollowersMethods' interface.
FriendsFollowersMethods.getFriendsIDs ( long p1 ):
This abstract method is from 'FriendsFollowersMethods' interface.
FriendsFollowersMethods.getFriendsIDs ( String p1, long p2 ):
This abstract method is from 'FriendsFollowersMethods' interface.
[+] FriendsFollowersMethodsAsync (10)
|
Abstract method FriendsFollowersMethodsAsync.getFollowersIDs ( long p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFollowersIDs(long, long) in FriendsFollowersMethodsAsync. |
Abstract method FriendsFollowersMethodsAsync.getFriendsIDs ( long p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFriendsIDs(long, long) in FriendsFollowersMethodsAsync. |
Abstract method FriendsFollowersMethodsAsync.getFollowersIDs ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersIDs() in interface FriendsFollowersMethodsAsync. |
Abstract method FriendsFollowersMethodsAsync.getFollowersIDs ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersIDs(int) in interface FriendsFollowersMethodsAsync. |
Abstract method FriendsFollowersMethodsAsync.getFollowersIDs ( int p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersIDs(int, long) in interface FriendsFollowersMethodsAsync. |
Abstract method FriendsFollowersMethodsAsync.getFollowersIDs ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersIDs(java.lang.String) in interface FriendsFollowersMethodsAsync. |
Abstract method FriendsFollowersMethodsAsync.getFriendsIDs ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsIDs() in interface FriendsFollowersMethodsAsync. |
Abstract method FriendsFollowersMethodsAsync.getFriendsIDs ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsIDs(int) in interface FriendsFollowersMethodsAsync. |
Abstract method FriendsFollowersMethodsAsync.getFriendsIDs ( int p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsIDs(int, long) in interface FriendsFollowersMethodsAsync. |
Abstract method FriendsFollowersMethodsAsync.getFriendsIDs ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsIDs(java.lang.String) in interface FriendsFollowersMethodsAsync. |
[+] affected methods (4)
FriendsFollowersMethodsAsync.getFollowersIDs ( long p1 ):
This abstract method is from 'FriendsFollowersMethodsAsync' interface.
FriendsFollowersMethodsAsync.getFollowersIDs ( String p1, long p2 ):
This abstract method is from 'FriendsFollowersMethodsAsync' interface.
FriendsFollowersMethodsAsync.getFriendsIDs ( long p1 ):
This abstract method is from 'FriendsFollowersMethodsAsync' interface.
FriendsFollowersMethodsAsync.getFriendsIDs ( String p1, long p2 ):
This abstract method is from 'FriendsFollowersMethodsAsync' interface.
[+] FriendshipMethods (12)
|
Abstract method FriendshipMethods.createFriendship ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createFriendship(long) in FriendshipMethods. |
Abstract method FriendshipMethods.createFriendship ( long p1, boolean p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createFriendship(long, boolean) in FriendshipMethods. |
Abstract method FriendshipMethods.destroyFriendship ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method destroyFriendship(long) in FriendshipMethods. |
Abstract method FriendshipMethods.lookupFriendships ( long[] p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method lookupFriendships(long[]) in FriendshipMethods. |
Abstract method FriendshipMethods.showFriendship ( long p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method showFriendship(long, long) in FriendshipMethods. |
Abstract method FriendshipMethods.updateFriendship ( long p1, boolean p2, boolean p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateFriendship(long, boolean, boolean) in FriendshipMethods. |
Abstract method FriendshipMethods.createFriendship ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createFriendship(int) in interface FriendshipMethods. |
Abstract method FriendshipMethods.createFriendship ( int p1, boolean p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createFriendship(int, boolean) in interface FriendshipMethods. |
Abstract method FriendshipMethods.destroyFriendship ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method destroyFriendship(int) in interface FriendshipMethods. |
Abstract method FriendshipMethods.lookupFriendships ( int[] p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method lookupFriendships(int[]) in interface FriendshipMethods. |
Abstract method FriendshipMethods.showFriendship ( int p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method showFriendship(int, int) in interface FriendshipMethods. |
Abstract method FriendshipMethods.updateFriendship ( int p1, boolean p2, boolean p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateFriendship(int, boolean, boolean) in interface FriendshipMethods. |
[+] affected methods (9)
FriendshipMethods.createFriendship ( String p1 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.createFriendship ( String p1, boolean p2 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.destroyFriendship ( String p1 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.existsFriendship ( String p1, String p2 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.getIncomingFriendships ( long p1 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.getOutgoingFriendships ( long p1 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.lookupFriendships ( String[] p1 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.showFriendship ( String p1, String p2 ):
This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.updateFriendship ( String p1, boolean p2, boolean p3 ):
This abstract method is from 'FriendshipMethods' interface.
[+] FriendshipMethodsAsync (12)
|
Abstract method FriendshipMethodsAsync.createFriendship ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createFriendship(long) in FriendshipMethodsAsync. |
Abstract method FriendshipMethodsAsync.createFriendship ( long p1, boolean p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createFriendship(long, boolean) in FriendshipMethodsAsync. |
Abstract method FriendshipMethodsAsync.destroyFriendship ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method destroyFriendship(long) in FriendshipMethodsAsync. |
Abstract method FriendshipMethodsAsync.lookupFriendships ( long[] p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method lookupFriendships(long[]) in FriendshipMethodsAsync. |
Abstract method FriendshipMethodsAsync.showFriendship ( long p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method showFriendship(long, long) in FriendshipMethodsAsync. |
Abstract method FriendshipMethodsAsync.updateFriendship ( long p1, boolean p2, boolean p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updateFriendship(long, boolean, boolean) in FriendshipMethodsAsync. |
Abstract method FriendshipMethodsAsync.createFriendship ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createFriendship(int) in interface FriendshipMethodsAsync. |
Abstract method FriendshipMethodsAsync.createFriendship ( int p1, boolean p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createFriendship(int, boolean) in interface FriendshipMethodsAsync. |
Abstract method FriendshipMethodsAsync.destroyFriendship ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method destroyFriendship(int) in interface FriendshipMethodsAsync. |
Abstract method FriendshipMethodsAsync.lookupFriendships ( int[] p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method lookupFriendships(int[]) in interface FriendshipMethodsAsync. |
Abstract method FriendshipMethodsAsync.showFriendship ( int p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method showFriendship(int, int) in interface FriendshipMethodsAsync. |
Abstract method FriendshipMethodsAsync.updateFriendship ( int p1, boolean p2, boolean p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateFriendship(int, boolean, boolean) in interface FriendshipMethodsAsync. |
[+] affected methods (9)
FriendshipMethodsAsync.createFriendship ( String p1 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.createFriendship ( String p1, boolean p2 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.destroyFriendship ( String p1 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.existsFriendship ( String p1, String p2 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.getIncomingFriendships ( long p1 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.getOutgoingFriendships ( long p1 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.lookupFriendships ( String[] p1 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.showFriendship ( String p1, String p2 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.updateFriendship ( String p1, boolean p2, boolean p3 ):
This abstract method is from 'FriendshipMethodsAsync' interface.
[+] GeoMethods (1)
|
Abstract method GeoMethods.getNearbyPlaces ( twitter4j.GeoQuery p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getNearbyPlaces(twitter4j.GeoQuery) in interface GeoMethods. |
[+] affected methods (5)
GeoMethods.createPlace ( String p1, String p2, String p3, twitter4j.GeoLocation p4, String p5 ):
This abstract method is from 'GeoMethods' interface.
GeoMethods.getGeoDetails ( String p1 ):
This abstract method is from 'GeoMethods' interface.
GeoMethods.getSimilarPlaces ( twitter4j.GeoLocation p1, String p2, String p3, String p4 ):
This abstract method is from 'GeoMethods' interface.
GeoMethods.reverseGeoCode ( twitter4j.GeoQuery p1 ):
This abstract method is from 'GeoMethods' interface.
GeoMethods.searchPlaces ( twitter4j.GeoQuery p1 ):
This abstract method is from 'GeoMethods' interface.
[+] GeoMethodsAsync (1)
|
Abstract method GeoMethodsAsync.getNearbyPlaces ( twitter4j.GeoQuery p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getNearbyPlaces(twitter4j.GeoQuery) in interface GeoMethodsAsync. |
[+] affected methods (5)
GeoMethodsAsync.createPlace ( String p1, String p2, String p3, twitter4j.GeoLocation p4, String p5 ):
This abstract method is from 'GeoMethodsAsync' interface.
GeoMethodsAsync.getGeoDetails ( String p1 ):
This abstract method is from 'GeoMethodsAsync' interface.
GeoMethodsAsync.getSimilarPlaces ( twitter4j.GeoLocation p1, String p2, String p3, String p4 ):
This abstract method is from 'GeoMethodsAsync' interface.
GeoMethodsAsync.reverseGeoCode ( twitter4j.GeoQuery p1 ):
This abstract method is from 'GeoMethodsAsync' interface.
GeoMethodsAsync.searchPlaces ( twitter4j.GeoQuery p1 ):
This abstract method is from 'GeoMethodsAsync' interface.
[+] ListMembersMethods (10)
|
Abstract method ListMembersMethods.addUserListMember ( int p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addUserListMember(int, long) in ListMembersMethods. |
Abstract method ListMembersMethods.addUserListMembers ( int p1, long[] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addUserListMembers(int, long[]) in ListMembersMethods. |
Abstract method ListMembersMethods.checkUserListMembership ( String p1, int p2, long p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkUserListMembership(java.lang.String, int, long) in ListMembersMethods. |
Abstract method ListMembersMethods.deleteUserListMember ( int p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteUserListMember(int, long) in ListMembersMethods. |
Abstract method ListMembersMethods.getUserListMembers ( long p1, int p2, long p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserListMembers(long, int, long) in ListMembersMethods. |
Abstract method ListMembersMethods.addUserListMember ( int p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addUserListMember(int, int) in interface ListMembersMethods. |
Abstract method ListMembersMethods.addUserListMembers ( int p1, int[] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addUserListMembers(int, int[]) in interface ListMembersMethods. |
Abstract method ListMembersMethods.checkUserListMembership ( String p1, int p2, int p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method checkUserListMembership(java.lang.String, int, int) in interface ListMembersMethods. |
Abstract method ListMembersMethods.deleteUserListMember ( int p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteUserListMember(int, int) in interface ListMembersMethods. |
Abstract method ListMembersMethods.getUserListMembers ( int p1, int p2, long p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserListMembers(int, int, long) in interface ListMembersMethods. |
[+] affected methods (2)
ListMembersMethods.addUserListMembers ( int p1, String[] p2 ):
This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.getUserListMembers ( String p1, int p2, long p3 ):
This abstract method is from 'ListMembersMethods' interface.
[+] ListMembersMethodsAsync (10)
|
Abstract method ListMembersMethodsAsync.addUserListMember ( int p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addUserListMember(int, long) in ListMembersMethodsAsync. |
Abstract method ListMembersMethodsAsync.addUserListMembers ( int p1, long[] p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addUserListMembers(int, long[]) in ListMembersMethodsAsync. |
Abstract method ListMembersMethodsAsync.checkUserListMembership ( String p1, int p2, long p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkUserListMembership(java.lang.String, int, long) in ListMembersMethodsAsync. |
Abstract method ListMembersMethodsAsync.deleteUserListMember ( int p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deleteUserListMember(int, long) in ListMembersMethodsAsync. |
Abstract method ListMembersMethodsAsync.getUserListMembers ( long p1, int p2, long p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserListMembers(long, int, long) in ListMembersMethodsAsync. |
Abstract method ListMembersMethodsAsync.addUserListMember ( int p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addUserListMember(int, int) in interface ListMembersMethodsAsync. |
Abstract method ListMembersMethodsAsync.addUserListMembers ( int p1, int[] p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addUserListMembers(int, int[]) in interface ListMembersMethodsAsync. |
Abstract method ListMembersMethodsAsync.checkUserListMembership ( String p1, int p2, int p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method checkUserListMembership(java.lang.String, int, int) in interface ListMembersMethodsAsync. |
Abstract method ListMembersMethodsAsync.deleteUserListMember ( int p1, int p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deleteUserListMember(int, int) in interface ListMembersMethodsAsync. |
Abstract method ListMembersMethodsAsync.getUserListMembers ( int p1, int p2, long p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserListMembers(int, int, long) in interface ListMembersMethodsAsync. |
[+] affected methods (2)
ListMembersMethodsAsync.addUserListMembers ( int p1, String[] p2 ):
This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.getUserListMembers ( String p1, int p2, long p3 ):
This abstract method is from 'ListMembersMethodsAsync' interface.
[+] ListMethods (4)
|
Abstract method ListMethods.getAllUserLists ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAllUserLists(long) in ListMethods. |
Abstract method ListMethods.getUserListStatuses ( long p1, int p2, twitter4j.Paging p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserListStatuses(long, int, twitter4j.Paging) in ListMethods. |
Abstract method ListMethods.getAllUserLists ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getAllUserLists(int) in interface ListMethods. |
Abstract method ListMethods.getUserListStatuses ( int p1, int p2, twitter4j.Paging p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserListStatuses(int, int, twitter4j.Paging) in interface ListMethods. |
[+] affected methods (9)
ListMethods.createUserList ( String p1, boolean p2, String p3 ):
This abstract method is from 'ListMethods' interface.
ListMethods.destroyUserList ( int p1 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getAllUserLists ( String p1 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getUserListMemberships ( String p1, long p2 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getUserLists ( String p1, long p2 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getUserListStatuses ( String p1, int p2, twitter4j.Paging p3 ):
This abstract method is from 'ListMethods' interface.
ListMethods.getUserListSubscriptions ( String p1, long p2 ):
This abstract method is from 'ListMethods' interface.
ListMethods.showUserList ( String p1, int p2 ):
This abstract method is from 'ListMethods' interface.
ListMethods.updateUserList ( int p1, String p2, boolean p3, String p4 ):
This abstract method is from 'ListMethods' interface.
[+] ListMethodsAsync (4)
|
Abstract method ListMethodsAsync.getAllSubscribingUserLists ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAllSubscribingUserLists(long) in ListMethodsAsync. |
Abstract method ListMethodsAsync.getUserListStatuses ( long p1, int p2, twitter4j.Paging p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserListStatuses(long, int, twitter4j.Paging) in ListMethodsAsync. |
Abstract method ListMethodsAsync.getAllSubscribingUserLists ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getAllSubscribingUserLists(int) in interface ListMethodsAsync. |
Abstract method ListMethodsAsync.getUserListStatuses ( int p1, int p2, twitter4j.Paging p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserListStatuses(int, int, twitter4j.Paging) in interface ListMethodsAsync. |
[+] affected methods (9)
ListMethodsAsync.createUserList ( String p1, boolean p2, String p3 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.destroyUserList ( int p1 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getAllSubscribingUserLists ( String p1 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListMemberships ( String p1, long p2 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserLists ( String p1, long p2 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListStatuses ( String p1, int p2, twitter4j.Paging p3 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListSubscriptions ( String p1, long p2 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.showUserList ( String p1, int p2 ):
This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.updateUserList ( int p1, String p2, boolean p3, String p4 ):
This abstract method is from 'ListMethodsAsync' interface.
[+] ListSubscribersMethods (2)
|
Abstract method ListSubscribersMethods.checkUserListSubscription ( String p1, int p2, long p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkUserListSubscription(java.lang.String, int, long) in ListSubscribersMethods. |
Abstract method ListSubscribersMethods.checkUserListSubscription ( String p1, int p2, int p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method checkUserListSubscription(java.lang.String, int, int) in interface ListSubscribersMethods. |
[+] affected methods (3)
ListSubscribersMethods.getUserListSubscribers ( String p1, int p2, long p3 ):
This abstract method is from 'ListSubscribersMethods' interface.
ListSubscribersMethods.subscribeUserList ( String p1, int p2 ):
This abstract method is from 'ListSubscribersMethods' interface.
ListSubscribersMethods.unsubscribeUserList ( String p1, int p2 ):
This abstract method is from 'ListSubscribersMethods' interface.
[+] ListSubscribersMethodsAsync (2)
|
Abstract method ListSubscribersMethodsAsync.checkUserListSubscription ( String p1, int p2, long p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method checkUserListSubscription(java.lang.String, int, long) in ListSubscribersMethodsAsync. |
Abstract method ListSubscribersMethodsAsync.checkUserListSubscription ( String p1, int p2, int p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method checkUserListSubscription(java.lang.String, int, int) in interface ListSubscribersMethodsAsync. |
[+] affected methods (3)
ListSubscribersMethodsAsync.getUserListSubscribers ( String p1, int p2, long p3 ):
This abstract method is from 'ListSubscribersMethodsAsync' interface.
ListSubscribersMethodsAsync.subscribeUserList ( String p1, int p2 ):
This abstract method is from 'ListSubscribersMethodsAsync' interface.
ListSubscribersMethodsAsync.unsubscribeUserList ( String p1, int p2 ):
This abstract method is from 'ListSubscribersMethodsAsync' interface.
[+] NotificationMethods (4)
|
Abstract method NotificationMethods.disableNotification ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method disableNotification(long) in NotificationMethods. |
Abstract method NotificationMethods.enableNotification ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method enableNotification(long) in NotificationMethods. |
Abstract method NotificationMethods.disableNotification ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method disableNotification(int) in interface NotificationMethods. |
Abstract method NotificationMethods.enableNotification ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method enableNotification(int) in interface NotificationMethods. |
[+] affected methods (2)
NotificationMethods.disableNotification ( String p1 ):
This abstract method is from 'NotificationMethods' interface.
NotificationMethods.enableNotification ( String p1 ):
This abstract method is from 'NotificationMethods' interface.
[+] NotificationMethodsAsync (4)
|
Abstract method NotificationMethodsAsync.disableNotification ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method disableNotification(long) in NotificationMethodsAsync. |
Abstract method NotificationMethodsAsync.enableNotification ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method enableNotification(long) in NotificationMethodsAsync. |
Abstract method NotificationMethodsAsync.disableNotification ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method disableNotification(int) in interface NotificationMethodsAsync. |
Abstract method NotificationMethodsAsync.enableNotification ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method enableNotification(int) in interface NotificationMethodsAsync. |
[+] affected methods (2)
NotificationMethodsAsync.disableNotification ( String p1 ):
This abstract method is from 'NotificationMethodsAsync' interface.
NotificationMethodsAsync.enableNotification ( String p1 ):
This abstract method is from 'NotificationMethodsAsync' interface.
[+] SpamReportingMethods (2)
|
Abstract method SpamReportingMethods.reportSpam ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method reportSpam(long) in SpamReportingMethods. |
Abstract method SpamReportingMethods.reportSpam ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method reportSpam(int) in interface SpamReportingMethods. |
[+] affected methods (1)
SpamReportingMethods.reportSpam ( String p1 ):
This abstract method is from 'SpamReportingMethods' interface.
[+] SpamReportingMethodsAsync (2)
|
Abstract method SpamReportingMethodsAsync.reportSpam ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method reportSpam(long) in SpamReportingMethodsAsync. |
Abstract method SpamReportingMethodsAsync.reportSpam ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method reportSpam(int) in interface SpamReportingMethodsAsync. |
[+] affected methods (1)
SpamReportingMethodsAsync.reportSpam ( String p1 ):
This abstract method is from 'SpamReportingMethodsAsync' interface.
[+] StatusMethods (5)
|
Abstract method StatusMethods.getRetweetedBy ( long p1, twitter4j.Paging p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getRetweetedBy(long, twitter4j.Paging) in interface StatusMethods. |
Abstract method StatusMethods.getRetweetedByIDs ( long p1, twitter4j.Paging p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getRetweetedByIDs(long, twitter4j.Paging) in interface StatusMethods. |
Abstract method StatusMethods.updateStatus ( String p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateStatus(java.lang.String, long) in interface StatusMethods. |
Abstract method StatusMethods.updateStatus ( String p1, long p2, twitter4j.GeoLocation p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateStatus(java.lang.String, long, twitter4j.GeoLocation) in interface StatusMethods. |
Abstract method StatusMethods.updateStatus ( String p1, twitter4j.GeoLocation p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateStatus(java.lang.String, twitter4j.GeoLocation) in interface StatusMethods. |
[+] affected methods (8)
StatusMethods.destroyStatus ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweetedBy ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweetedByIDs ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweets ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.retweetStatus ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.showStatus ( long p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.updateStatus ( String p1 ):
This abstract method is from 'StatusMethods' interface.
StatusMethods.updateStatus ( twitter4j.StatusUpdate p1 ):
This abstract method is from 'StatusMethods' interface.
[+] StatusMethodsAsync (5)
|
Abstract method StatusMethodsAsync.getRetweetedBy ( long p1, twitter4j.Paging p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getRetweetedBy(long, twitter4j.Paging) in interface StatusMethodsAsync. |
Abstract method StatusMethodsAsync.getRetweetedByIDs ( long p1, twitter4j.Paging p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getRetweetedByIDs(long, twitter4j.Paging) in interface StatusMethodsAsync. |
Abstract method StatusMethodsAsync.updateStatus ( String p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateStatus(java.lang.String, long) in interface StatusMethodsAsync. |
Abstract method StatusMethodsAsync.updateStatus ( String p1, long p2, twitter4j.GeoLocation p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateStatus(java.lang.String, long, twitter4j.GeoLocation) in interface StatusMethodsAsync. |
Abstract method StatusMethodsAsync.updateStatus ( String p1, twitter4j.GeoLocation p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method updateStatus(java.lang.String, twitter4j.GeoLocation) in interface StatusMethodsAsync. |
[+] affected methods (8)
StatusMethodsAsync.destroyStatus ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweetedBy ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweetedByIDs ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweets ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.retweetStatus ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.showStatus ( long p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.updateStatus ( String p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.updateStatus ( twitter4j.StatusUpdate p1 ):
This abstract method is from 'StatusMethodsAsync' interface.
[+] TimelineMethods (8)
|
Abstract method TimelineMethods.getRetweetedByUser ( long p1, twitter4j.Paging p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRetweetedByUser(long, twitter4j.Paging) in TimelineMethods. |
Abstract method TimelineMethods.getRetweetedToUser ( long p1, twitter4j.Paging p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRetweetedToUser(long, twitter4j.Paging) in TimelineMethods. |
Abstract method TimelineMethods.getUserTimeline ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserTimeline(long) in TimelineMethods. |
Abstract method TimelineMethods.getUserTimeline ( long p1, twitter4j.Paging p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserTimeline(long, twitter4j.Paging) in TimelineMethods. |
Abstract method TimelineMethods.getRetweetedByUser ( int p1, twitter4j.Paging p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getRetweetedByUser(int, twitter4j.Paging) in interface TimelineMethods. |
Abstract method TimelineMethods.getRetweetedToUser ( int p1, twitter4j.Paging p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getRetweetedToUser(int, twitter4j.Paging) in interface TimelineMethods. |
Abstract method TimelineMethods.getUserTimeline ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserTimeline(int) in interface TimelineMethods. |
Abstract method TimelineMethods.getUserTimeline ( int p1, twitter4j.Paging p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserTimeline(int, twitter4j.Paging) in interface TimelineMethods. |
[+] affected methods (19)
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.getRetweetedByUser ( String p1, twitter4j.Paging p2 ):
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.getRetweetedToUser ( String p1, twitter4j.Paging p2 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetsOfMe ( ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetsOfMe ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( ):
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 (8)
|
Abstract method TimelineMethodsAsync.getRetweetedByUser ( long p1, twitter4j.Paging p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRetweetedByUser(long, twitter4j.Paging) in TimelineMethodsAsync. |
Abstract method TimelineMethodsAsync.getRetweetedToUser ( long p1, twitter4j.Paging p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRetweetedToUser(long, twitter4j.Paging) in TimelineMethodsAsync. |
Abstract method TimelineMethodsAsync.getUserTimeline ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserTimeline(long) in TimelineMethodsAsync. |
Abstract method TimelineMethodsAsync.getUserTimeline ( long p1, twitter4j.Paging p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getUserTimeline(long, twitter4j.Paging) in TimelineMethodsAsync. |
Abstract method TimelineMethodsAsync.getRetweetedByUser ( int p1, twitter4j.Paging p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getRetweetedByUser(int, twitter4j.Paging) in interface TimelineMethodsAsync. |
Abstract method TimelineMethodsAsync.getRetweetedToUser ( int p1, twitter4j.Paging p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getRetweetedToUser(int, twitter4j.Paging) in interface TimelineMethodsAsync. |
Abstract method TimelineMethodsAsync.getUserTimeline ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserTimeline(int) in interface TimelineMethodsAsync. |
Abstract method TimelineMethodsAsync.getUserTimeline ( int p1, twitter4j.Paging p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getUserTimeline(int, twitter4j.Paging) in interface TimelineMethodsAsync. |
[+] affected methods (19)
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.getRetweetedByUser ( String p1, twitter4j.Paging p2 ):
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.getRetweetedToUser ( String p1, twitter4j.Paging p2 ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetsOfMe ( ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetsOfMe ( twitter4j.Paging p1 ):
This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( ):
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.
[+] UserMethods (14)
|
Abstract method UserMethods.getFollowersStatuses ( long p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFollowersStatuses(long, long) in UserMethods. |
Abstract method UserMethods.getFriendsStatuses ( long p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFriendsStatuses(long, long) in UserMethods. |
Abstract method UserMethods.lookupUsers ( long[] p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method lookupUsers(long[]) in UserMethods. |
Abstract method UserMethods.showUser ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method showUser(long) in UserMethods. |
Abstract method UserMethods.getFollowersStatuses ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersStatuses() in interface UserMethods. |
Abstract method UserMethods.getFollowersStatuses ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersStatuses(int) in interface UserMethods. |
Abstract method UserMethods.getFollowersStatuses ( int p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersStatuses(int, long) in interface UserMethods. |
Abstract method UserMethods.getFollowersStatuses ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersStatuses(java.lang.String) in interface UserMethods. |
Abstract method UserMethods.getFriendsStatuses ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsStatuses() in interface UserMethods. |
Abstract method UserMethods.getFriendsStatuses ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsStatuses(int) in interface UserMethods. |
Abstract method UserMethods.getFriendsStatuses ( int p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsStatuses(int, long) in interface UserMethods. |
Abstract method UserMethods.getFriendsStatuses ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsStatuses(java.lang.String) in interface UserMethods. |
Abstract method UserMethods.lookupUsers ( int[] p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method lookupUsers(int[]) in interface UserMethods. |
Abstract method UserMethods.showUser ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method showUser(int) in interface UserMethods. |
[+] affected methods (11)
UserMethods.getFollowersStatuses ( long p1 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getFollowersStatuses ( String p1, long p2 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getFriendsStatuses ( long p1 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getFriendsStatuses ( String p1, long p2 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getMemberSuggestions ( String p1 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getProfileImage ( String p1, twitter4j.ProfileImage.ImageSize p2 ):
This abstract method is from 'UserMethods' interface.
UserMethods.getSuggestedUserCategories ( ):
This abstract method is from 'UserMethods' interface.
UserMethods.getUserSuggestions ( String p1 ):
This abstract method is from 'UserMethods' interface.
UserMethods.lookupUsers ( String[] p1 ):
This abstract method is from 'UserMethods' interface.
UserMethods.searchUsers ( String p1, int p2 ):
This abstract method is from 'UserMethods' interface.
UserMethods.showUser ( String p1 ):
This abstract method is from 'UserMethods' interface.
[+] UserMethodsAsync (14)
|
Abstract method UserMethodsAsync.getFollowersStatuses ( long p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFollowersStatuses(long, long) in UserMethodsAsync. |
Abstract method UserMethodsAsync.getFriendsStatuses ( long p1, long p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFriendsStatuses(long, long) in UserMethodsAsync. |
Abstract method UserMethodsAsync.lookupUsers ( long[] p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method lookupUsers(long[]) in UserMethodsAsync. |
Abstract method UserMethodsAsync.showUser ( long p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method showUser(long) in UserMethodsAsync. |
Abstract method UserMethodsAsync.getFollowersStatuses ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersStatuses() in interface UserMethodsAsync. |
Abstract method UserMethodsAsync.getFollowersStatuses ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersStatuses(int) in interface UserMethodsAsync. |
Abstract method UserMethodsAsync.getFollowersStatuses ( int p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersStatuses(int, long) in interface UserMethodsAsync. |
Abstract method UserMethodsAsync.getFollowersStatuses ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFollowersStatuses(java.lang.String) in interface UserMethodsAsync. |
Abstract method UserMethodsAsync.getFriendsStatuses ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsStatuses() in interface UserMethodsAsync. |
Abstract method UserMethodsAsync.getFriendsStatuses ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsStatuses(int) in interface UserMethodsAsync. |
Abstract method UserMethodsAsync.getFriendsStatuses ( int p1, long p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsStatuses(int, long) in interface UserMethodsAsync. |
Abstract method UserMethodsAsync.getFriendsStatuses ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getFriendsStatuses(java.lang.String) in interface UserMethodsAsync. |
Abstract method UserMethodsAsync.lookupUsers ( int[] p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method lookupUsers(int[]) in interface UserMethodsAsync. |
Abstract method UserMethodsAsync.showUser ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method showUser(int) in interface UserMethodsAsync. |
[+] affected methods (11)
UserMethodsAsync.getFollowersStatuses ( long p1 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getFollowersStatuses ( String p1, long p2 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getFriendsStatuses ( long p1 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getFriendsStatuses ( String p1, long p2 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getMemberSuggestions ( String p1 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getProfileImage ( String p1, twitter4j.ProfileImage.ImageSize p2 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getSuggestedUserCategories ( ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getUserSuggestions ( String p1 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.lookupUsers ( String[] p1 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.searchUsers ( String p1, int p2 ):
This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.showUser ( String p1 ):
This abstract method is from 'UserMethodsAsync' interface.
package twitter4j.conf
[+] Configuration (6)
|
Abstract method Configuration.getAsyncNumThreads ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAsyncNumThreads() in Configuration. |
Abstract method Configuration.getDispatcherImpl ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDispatcherImpl() in Configuration. |
Abstract method Configuration.isJSONStoreEnabled ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isJSONStoreEnabled() in Configuration. |
Added super-interface twitter4j.auth.AuthorizationConfiguration. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in twitter4j.auth.AuthorizationConfiguration. |
Abstract method Configuration.getSource ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getSource() in interface Configuration. |
Removed super-interface twitter4j.http.AuthorizationConfiguration. | Recompilation of a client program may be terminated with the message: cannot find method in Configuration. |
[+] affected methods (47)
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
Configuration.getClientURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getClientVersion ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpConnectionTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpDefaultMaxPerRoute ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpMaxTotalConnections ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyHost ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPassword ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPort ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyUser ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpReadTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryCount ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryIntervalSeconds ( ):
This abstract method is from 'Configuration' interface.
Configuration.getHttpStreamingReadTimeout ( ):
This abstract method is from 'Configuration' interface.
Configuration.getMediaProvider ( ):
This abstract method is from 'Configuration' interface.
Configuration.getMediaProviderAPIKey ( ):
This abstract method is from 'Configuration' interface.
Configuration.getMediaProviderParameters ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessToken ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenSecret ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthenticationURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthorizationURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerKey ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerSecret ( ):
This abstract method is from 'Configuration' interface.
Configuration.getOAuthRequestTokenURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getPassword ( ):
This abstract method is from 'Configuration' interface.
Configuration.getRequestHeaders ( ):
This abstract method is from 'Configuration' interface.
Configuration.getRestBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getSearchBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getSiteStreamBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getStreamBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUser ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUserAgent ( ):
This abstract method is from 'Configuration' interface.
Configuration.getUserStreamBaseURL ( ):
This abstract method is from 'Configuration' interface.
Configuration.isDalvik ( ):
This abstract method is from 'Configuration' interface.
Configuration.isDebugEnabled ( ):
This abstract method is from 'Configuration' interface.
Configuration.isIncludeEntitiesEnabled ( ):
This abstract method is from 'Configuration' interface.
Configuration.isIncludeRTsEnabled ( ):
This abstract method is from 'Configuration' interface.
Configuration.isUserStreamRepliesAllEnabled ( ):
This abstract method is from 'Configuration' interface.
ConfigurationBuilder.build ( ):
Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( ):
Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( String configTreePath ):
Return value of this method has type 'Configuration'.
ConfigurationFactory.getInstance ( ):
Return value of this abstract method has type 'Configuration'.
ConfigurationFactory.getInstance ( String p1 ):
Return value of this abstract method has type 'Configuration'.
twitter4j.media.ImageUploadFactory.ImageUploadFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterFactory.TwitterFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.TwitterStreamFactory.TwitterStreamFactory ( Configuration conf ):
1st parameter 'conf' of this method has type 'Configuration'.
[+] PropertyConfiguration (1)
|
Field SOURCE (java.lang.String) with the compile-time constant value "source" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable SOURCE in PropertyConfiguration. |
[+] affected methods (31)
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.getMediaProvider ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProviderAPIKey ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProviderParameters ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessToken ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenSecret ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthenticationURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthorizationURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthRequestTokenURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRequestHeaders ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRestBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getSearchBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getSiteStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getString ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getUserStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.hashCode ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isGZIPEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeEntitiesEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeRTsEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isPrettyDebugEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isUserStreamRepliesAllEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.io.InputStream is ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props, String treePath ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.toString ( ):
This method is from 'PropertyConfiguration' class.
package twitter4j.http
[+] AccessToken (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AccessToken. |
[+] affected methods (9)
AccessToken.AccessToken ( String token, String tokenSecret ):
This constructor is from 'AccessToken' class.
AccessToken.equals ( Object o ):
This method is from 'AccessToken' class.
AccessToken.getParameter ( String x0 ):
This method is from 'AccessToken' class.
AccessToken.getScreenName ( ):
This method is from 'AccessToken' class.
AccessToken.getToken ( ):
This method is from 'AccessToken' class.
AccessToken.getTokenSecret ( ):
This method is from 'AccessToken' class.
AccessToken.getUserId ( ):
This method is from 'AccessToken' class.
AccessToken.hashCode ( ):
This method is from 'AccessToken' class.
AccessToken.toString ( ):
This method is from 'AccessToken' class.
[+] Authorization (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Authorization. |
[+] affected methods (2)
Authorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest p1 ):
This abstract method is from 'Authorization' interface.
Authorization.isEnabled ( ):
This abstract method is from 'Authorization' interface.
[+] AuthorizationConfiguration (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AuthorizationConfiguration. |
[+] affected methods (6)
AuthorizationConfiguration.getOAuthAccessToken ( ):
This abstract method is from 'AuthorizationConfiguration' interface.
AuthorizationConfiguration.getOAuthAccessTokenSecret ( ):
This abstract method is from 'AuthorizationConfiguration' interface.
AuthorizationConfiguration.getOAuthConsumerKey ( ):
This abstract method is from 'AuthorizationConfiguration' interface.
AuthorizationConfiguration.getOAuthConsumerSecret ( ):
This abstract method is from 'AuthorizationConfiguration' interface.
AuthorizationConfiguration.getPassword ( ):
This abstract method is from 'AuthorizationConfiguration' interface.
AuthorizationConfiguration.getUser ( ):
This abstract method is from 'AuthorizationConfiguration' interface.
[+] AuthorizationFactory (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AuthorizationFactory. |
[+] affected methods (4)
AuthorizationFactory.AuthorizationFactory ( ):
This constructor is from 'AuthorizationFactory' class.
AuthorizationFactory.getBasicAuthorizationInstance ( String screenName, String password ):
This method is from 'AuthorizationFactory' class.
AuthorizationFactory.getInstance ( twitter4j.conf.Configuration conf ):
This method is from 'AuthorizationFactory' class.
AuthorizationFactory.getInstance ( twitter4j.conf.Configuration conf, boolean supportsOAuth ):
This method is from 'AuthorizationFactory' class.
[+] BasicAuthorization (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BasicAuthorization. |
[+] affected methods (8)
BasicAuthorization.BasicAuthorization ( String userId, String password ):
This constructor is from 'BasicAuthorization' class.
BasicAuthorization.equals ( Object o ):
This method is from 'BasicAuthorization' class.
BasicAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ):
This method is from 'BasicAuthorization' class.
BasicAuthorization.getPassword ( ):
This method is from 'BasicAuthorization' class.
BasicAuthorization.getUserId ( ):
This method is from 'BasicAuthorization' class.
BasicAuthorization.hashCode ( ):
This method is from 'BasicAuthorization' class.
BasicAuthorization.isEnabled ( ):
This method is from 'BasicAuthorization' class.
BasicAuthorization.toString ( ):
This method is from 'BasicAuthorization' class.
[+] NullAuthorization (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NullAuthorization. |
[+] affected methods (5)
NullAuthorization.equals ( Object o ):
This method is from 'NullAuthorization' class.
NullAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ):
This method is from 'NullAuthorization' class.
NullAuthorization.getInstance ( ):
This method is from 'NullAuthorization' class.
NullAuthorization.isEnabled ( ):
This method is from 'NullAuthorization' class.
NullAuthorization.toString ( ):
This method is from 'NullAuthorization' class.
[+] OAuthAuthorization (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OAuthAuthorization. |
[+] affected methods (25)
OAuthAuthorization.constructRequestURL ( String url ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.encodeParameters ( java.util.List httpParams ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.encodeParameters ( java.util.List httpParams, String splitter, boolean quot ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.equals ( Object o ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.generateOAuthSignatureHttpParams ( String method, String url ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.getOAuthAccessToken ( ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.getOAuthAccessToken ( String oauthVerifier ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.getOAuthAccessToken ( String screenName, String password ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.getOAuthAccessToken ( RequestToken requestToken ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.getOAuthAccessToken ( RequestToken requestToken, String oauthVerifier ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.getOAuthRequestToken ( ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.getOAuthRequestToken ( String callbackURL ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.hashCode ( ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.isEnabled ( ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.normalizeAuthorizationHeaders ( java.util.List params ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.normalizeRequestParameters ( java.util.List params ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.normalizeRequestParameters ( twitter4j.internal.http.HttpParameter[] params ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.OAuthAuthorization ( twitter4j.conf.Configuration conf ):
This constructor is from 'OAuthAuthorization' class.
OAuthAuthorization.OAuthAuthorization ( twitter4j.conf.Configuration conf, String consumerKey, String consumerSecret ):
This constructor is from 'OAuthAuthorization' class.
OAuthAuthorization.OAuthAuthorization ( twitter4j.conf.Configuration conf, String consumerKey, String consumerSecret, AccessToken accessToken ):
This constructor is from 'OAuthAuthorization' class.
OAuthAuthorization.setOAuthAccessToken ( AccessToken accessToken ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.setOAuthRealm ( String realm ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.toParamList ( twitter4j.internal.http.HttpParameter[] params ):
This method is from 'OAuthAuthorization' class.
OAuthAuthorization.toString ( ):
This method is from 'OAuthAuthorization' class.
[+] OAuthSupport (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OAuthSupport. |
[+] affected methods (8)
OAuthSupport.getOAuthAccessToken ( ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthAccessToken ( String p1 ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthAccessToken ( String p1, String p2 ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthAccessToken ( RequestToken p1 ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthAccessToken ( RequestToken p1, String p2 ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthRequestToken ( ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.getOAuthRequestToken ( String p1 ):
This abstract method is from 'OAuthSupport' interface.
OAuthSupport.setOAuthAccessToken ( AccessToken p1 ):
This abstract method is from 'OAuthSupport' interface.
[+] RequestToken (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class RequestToken. |
[+] affected methods (11)
RequestToken.equals ( Object x0 ):
This method is from 'RequestToken' class.
RequestToken.getAccessToken ( ):
This method is from 'RequestToken' class.
RequestToken.getAccessToken ( String oauth_verifier ):
This method is from 'RequestToken' class.
RequestToken.getAuthenticationURL ( ):
This method is from 'RequestToken' class.
RequestToken.getAuthorizationURL ( ):
This method is from 'RequestToken' class.
RequestToken.getParameter ( String x0 ):
This method is from 'RequestToken' class.
RequestToken.getToken ( ):
This method is from 'RequestToken' class.
RequestToken.getTokenSecret ( ):
This method is from 'RequestToken' class.
RequestToken.hashCode ( ):
This method is from 'RequestToken' class.
RequestToken.RequestToken ( String token, String tokenSecret ):
This constructor is from 'RequestToken' class.
RequestToken.toString ( ):
This method is from 'RequestToken' class.
package twitter4j.util
[+] ImageUpload (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageUpload. |
[+] affected methods (15)
ImageUpload.getImgLyUploader ( twitter4j.http.OAuthAuthorization auth ):
This method is from 'ImageUpload' abstract class.
ImageUpload.getTweetPhotoUploader ( String tweetPhotoAPIKey, twitter4j.http.OAuthAuthorization auth ):
This method is from 'ImageUpload' abstract class.
ImageUpload.getTwippleUploader ( twitter4j.http.OAuthAuthorization auth ):
This method is from 'ImageUpload' abstract class.
ImageUpload.getTwitgooUploader ( twitter4j.http.OAuthAuthorization auth ):
This method is from 'ImageUpload' abstract class.
ImageUpload.getTwitpicUploader ( String twitpicAPIKey, twitter4j.http.OAuthAuthorization auth ):
This method is from 'ImageUpload' abstract class.
ImageUpload.getTwitpicUploader ( twitter4j.http.BasicAuthorization auth ):
This method is from 'ImageUpload' abstract class.
ImageUpload.getTwitpicUploader ( twitter4j.Twitter twitter ):
This method is from 'ImageUpload' abstract class.
ImageUpload.getYFrogUploader ( String userId, twitter4j.http.OAuthAuthorization auth ):
This method is from 'ImageUpload' abstract class.
ImageUpload.getYFrogUploader ( twitter4j.http.BasicAuthorization auth ):
This method is from 'ImageUpload' abstract class.
ImageUpload.getYFrogUploader ( twitter4j.Twitter twitter ):
This method is from 'ImageUpload' abstract class.
ImageUpload.ImageUpload ( ):
This constructor is from 'ImageUpload' abstract class.
ImageUpload.upload ( java.io.File p1 ):
This abstract method is from 'ImageUpload' abstract class.
ImageUpload.upload ( java.io.File p1, String p2 ):
This abstract method is from 'ImageUpload' abstract class.
ImageUpload.upload ( String p1, java.io.InputStream p2 ):
This abstract method is from 'ImageUpload' abstract class.
ImageUpload.upload ( String p1, java.io.InputStream p2, String p3 ):
This abstract method is from 'ImageUpload' abstract class.
[+] ImageUpload.ImgLyOAuthUploader (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageUpload.ImgLyOAuthUploader. |
[+] affected methods (5)
ImageUpload.ImgLyOAuthUploader.ImageUpload#ImgLyOAuthUploader ( twitter4j.http.OAuthAuthorization auth ):
This method is from 'ImageUpload.ImgLyOAuthUploader' class.
ImageUpload.ImgLyOAuthUploader.upload ( java.io.File image ):
This method is from 'ImageUpload.ImgLyOAuthUploader' class.
ImageUpload.ImgLyOAuthUploader.upload ( java.io.File image, String message ):
This method is from 'ImageUpload.ImgLyOAuthUploader' class.
ImageUpload.ImgLyOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody ):
This method is from 'ImageUpload.ImgLyOAuthUploader' class.
ImageUpload.ImgLyOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody, String message ):
This method is from 'ImageUpload.ImgLyOAuthUploader' class.
[+] ImageUpload.TweetPhotoOAuthUploader (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageUpload.TweetPhotoOAuthUploader. |
[+] affected methods (5)
ImageUpload.TweetPhotoOAuthUploader.ImageUpload#TweetPhotoOAuthUploader ( String tweetPhotoAPIKey, twitter4j.http.OAuthAuthorization auth ):
This method is from 'ImageUpload.TweetPhotoOAuthUploader' class.
ImageUpload.TweetPhotoOAuthUploader.upload ( java.io.File image ):
This method is from 'ImageUpload.TweetPhotoOAuthUploader' class.
ImageUpload.TweetPhotoOAuthUploader.upload ( java.io.File image, String message ):
This method is from 'ImageUpload.TweetPhotoOAuthUploader' class.
ImageUpload.TweetPhotoOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody ):
This method is from 'ImageUpload.TweetPhotoOAuthUploader' class.
ImageUpload.TweetPhotoOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody, String message ):
This method is from 'ImageUpload.TweetPhotoOAuthUploader' class.
[+] ImageUpload.TwitgooOAuthUploader (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageUpload.TwitgooOAuthUploader. |
[+] affected methods (5)
ImageUpload.TwitgooOAuthUploader.ImageUpload#TwitgooOAuthUploader ( twitter4j.http.OAuthAuthorization auth ):
This method is from 'ImageUpload.TwitgooOAuthUploader' class.
ImageUpload.TwitgooOAuthUploader.upload ( java.io.File image ):
This method is from 'ImageUpload.TwitgooOAuthUploader' class.
ImageUpload.TwitgooOAuthUploader.upload ( java.io.File image, String message ):
This method is from 'ImageUpload.TwitgooOAuthUploader' class.
ImageUpload.TwitgooOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody ):
This method is from 'ImageUpload.TwitgooOAuthUploader' class.
ImageUpload.TwitgooOAuthUploader.upload ( String imageFileName, java.io.InputStream imageBody, String message ):
This method is from 'ImageUpload.TwitgooOAuthUploader' class.
twitter4j-media-support-2.1.12.jar
package twitter4j.media
[+] ImageUploaderFactory (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ImageUploaderFactory. |
[+] affected methods (6)
ImageUploaderFactory.getInstance ( ):
This method is from 'ImageUploaderFactory' class.
ImageUploaderFactory.getInstance ( twitter4j.http.Authorization authorization ):
This method is from 'ImageUploaderFactory' class.
ImageUploaderFactory.getInstance ( MediaProvider mediaProvider ):
This method is from 'ImageUploaderFactory' class.
ImageUploaderFactory.getInstance ( MediaProvider mediaProvider, twitter4j.http.Authorization authorization ):
This method is from 'ImageUploaderFactory' class.
ImageUploaderFactory.ImageUploaderFactory ( ):
This constructor is from 'ImageUploaderFactory' class.
ImageUploaderFactory.ImageUploaderFactory ( twitter4j.conf.Configuration conf ):
This constructor is from 'ImageUploaderFactory' class.
to the top
Problems with Data Types, Low risk (1)
twitter4j-core-2.1.12.jar
package twitter4j.conf
[+] PropertyConfiguration (1)
|
Field JSON_STORE_ENABLED has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to JSON_STORE_ENABLED is ambiguous. |
[+] affected methods (31)
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.getMediaProvider ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProviderAPIKey ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProviderParameters ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessToken ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenSecret ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthenticationURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthorizationURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthRequestTokenURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRequestHeaders ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRestBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getSearchBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getSiteStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getString ( java.util.Properties props, String prefix, String name ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getUserStreamBaseURL ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.hashCode ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isGZIPEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeEntitiesEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeRTsEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isPrettyDebugEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isUserStreamRepliesAllEnabled ( ):
This method is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.io.InputStream is ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props, String treePath ):
This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.toString ( ):
This method is from 'PropertyConfiguration' class.
to the top
Java ARchives (2)
twitter4j-core-2.1.12.jar
twitter4j-media-support-2.1.12.jar
to the top
Classes (189)
package twitter4j
AbstractStreamImplementation
AbstractStreamImplementation.StreamEvent
AccountSettings
AccountSettingsJSONImpl
AccountTotals
AccountTotalsJSONImpl
Annotation
Annotations
AsyncTwitter
AsyncTwitter.AsyncTask
AsyncTwitterFactory
Category
CategoryJSONImpl
ConnectionLifeCycleListener
CursorSupport
DirectMessage
DirectMessageJSONImpl
ExceptionDiagnosis
FilterQuery
Friendship
FriendshipJSONImpl
GeoLocation
GeoQuery
HashtagEntity
HashtagEntityJSONImpl
IDs
IDsJSONImpl
Location
LocationJSONImpl
PagableResponseList
PagableResponseListImpl
Paging
Place
PlaceJSONImpl
ProfileImage
ProfileImage.ImageSize
ProfileImageImpl
Query
QueryResult
QueryResultJSONImpl
RateLimitStatus
RateLimitStatusEvent
RateLimitStatusJSONImpl
RateLimitStatusListener
RelatedResults
RelatedResultsJSONImpl
Relationship
RelationshipJSONImpl
ResponseList
ResponseListImpl
SavedSearch
SavedSearchJSONImpl
SimilarPlaces
SimilarPlacesImpl
SiteStreamsAdapter
SiteStreamsImpl
SiteStreamsListener
Status
StatusAdapter
StatusDeletionNotice
StatusDeletionNoticeImpl
StatusJSONImpl
StatusListener
StatusStream
StatusStreamImpl
StatusUpdate
StreamImplementation
StreamingReadTimeoutConfiguration
StreamListener
Trend
TrendJSONImpl
Trends
TrendsJSONImpl
Tweet
TweetJSONImpl
Twitter
TwitterAdapter
TwitterBase
TwitterException
TwitterFactory
TwitterListener
TwitterMethod
TwitterOAuthSupportBase
TwitterOAuthSupportBaseImpl
TwitterResponse
TwitterResponseImpl
TwitterStream
TwitterStream.TwitterStreamConsumer
TwitterStreamFactory
URLEntity
URLEntityJSONImpl
User
UserJSONImpl
UserList
UserListJSONImpl
UserMentionEntity
UserMentionEntityJSONImpl
UserStream
UserStreamAdapter
UserStreamImpl
UserStreamListener
package twitter4j.api
AccountMethods
AccountMethodsAsync
BlockMethods
BlockMethodsAsync
DirectMessageMethods
DirectMessageMethodsAsync
FavoriteMethods
FavoriteMethodsAsync
FriendsFollowersMethods
FriendsFollowersMethodsAsync
FriendshipMethods
FriendshipMethodsAsync
GeoMethods
GeoMethodsAsync
HelpMethods
HelpMethodsAsync
LegalResources
LegalResourcesAsync
ListMembersMethods
ListMembersMethodsAsync
ListMethods
ListMethodsAsync
ListSubscribersMethods
ListSubscribersMethodsAsync
LocalTrendsMethods
LocalTrendsMethodsAsync
NewTwitterMethods
NewTwitterMethodsAsync
NotificationMethods
NotificationMethodsAsync
SavedSearchesMethods
SavedSearchesMethodsAsync
SearchMethods
SearchMethodsAsync
SpamReportingMethods
SpamReportingMethodsAsync
StatusMethods
StatusMethodsAsync
TimelineMethods
TimelineMethodsAsync
TrendsMethods
TrendsMethodsAsync
UserMethods
UserMethodsAsync
package twitter4j.conf
Configuration
ConfigurationBase
ConfigurationBuilder
ConfigurationContext
ConfigurationFactory
PropertyConfiguration
PropertyConfigurationFactory
package twitter4j.http
AccessToken
Authorization
AuthorizationConfiguration
AuthorizationFactory
BasicAuthorization
NullAuthorization
OAuthAuthorization
OAuthSupport
OAuthToken
RequestToken
package twitter4j.json
DataObjectFactory
JSONObjectType
package twitter4j.media
AbstractImageUploadImpl
ImageUpload
ImageUploaderFactory
ImageUploadFactory
ImgLyUpload
MediaProvider
MobypictureUpload
PlixiUpload
PosterousUpload
TwiplUpload
TwippleUpload
TwitgooUpload
TwitpicUpload
Version
YFrogUpload
package twitter4j.util
CharacterUtil
ImageUpload.ImgLyOAuthUploader
ImageUpload.TweetPhotoOAuthUploader
ImageUpload.TwippleUploader
ImageUpload.TwitgooOAuthUploader
ImageUpload.TwitpicBasicAuthUploader
ImageUpload.TwitpicOAuthUploader
ImageUpload.YFrogBasicAuthUploader
ImageUpload.YFrogOAuthUploader
TimeSpanConverter
to the top
Generated on Fri Mar 4 22:18:28 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API