Binary compatibility report for the Twitter4J library between 3.0.6 and 4.0.1 versions
Test Info
Library Name | Twitter4J |
Version #1 | 3.0.6 |
Version #2 | 4.0.1 |
Test Results
Total Java ARchives | 6 |
---|
Total Methods / Classes | 2390 / 169 |
---|
Verdict | Incompatible (26.6%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 346 |
---|
Removed Methods | High | 114 |
---|
Problems with Data Types | High | 154 |
---|
Medium | 1 |
Low | 7 |
Problems with Methods | High | 4 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 43 |
Added Methods (346)
twitter4j-async-4.0.1.jar, AsyncTwitter.class
package twitter4j
AsyncTwitter.shutdown ( ) [abstract] : void
[run-time name: twitter4j/AsyncTwitter.shutdown:()V]
twitter4j-async-4.0.1.jar, ListsResourcesAsync.class
package twitter4j.api
ListsResourcesAsync.createUserListMember ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.createUserListMember:(JJ)V]
ListsResourcesAsync.createUserListMembers ( long p1, long[ ] p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.createUserListMembers:(J[J)V]
ListsResourcesAsync.createUserListMembers ( long p1, String[ ] p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.createUserListMembers:(J[Ljava/lang/String;)V]
ListsResourcesAsync.createUserListSubscription ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.createUserListSubscription:(J)V]
ListsResourcesAsync.destroyUserList ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.destroyUserList:(J)V]
ListsResourcesAsync.destroyUserListMember ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.destroyUserListMember:(JJ)V]
ListsResourcesAsync.destroyUserListSubscription ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.destroyUserListSubscription:(J)V]
ListsResourcesAsync.getUserListMembers ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListMembers:(JJ)V]
ListsResourcesAsync.getUserListStatuses ( long p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListStatuses:(JLtwitter4j/Paging;)V]
ListsResourcesAsync.getUserListSubscribers ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListSubscribers:(JJ)V]
ListsResourcesAsync.showUserList ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.showUserList:(J)V]
ListsResourcesAsync.showUserListMembership ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.showUserListMembership:(JJ)V]
ListsResourcesAsync.showUserListSubscription ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.showUserListSubscription:(JJ)V]
ListsResourcesAsync.updateUserList ( long p1, String p2, boolean p3, String p4 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.updateUserList:(JLjava/lang/String;ZLjava/lang/String;)V]
twitter4j-core-4.0.1.jar, Authorization.class
package twitter4j.auth
Authorization.getAuthorizationHeader ( twitter4j.HttpRequest p1 ) [abstract] : String
[run-time name: twitter4j/auth/Authorization.getAuthorizationHeader:(Ltwitter4j/HttpRequest;)Ljava/lang/String;]
twitter4j-core-4.0.1.jar, BASE64Encoder.class
package twitter4j
BASE64Encoder.encode ( byte[ ] from ) [static] : String
[run-time name: twitter4j/BASE64Encoder.encode:([B)Ljava/lang/String;]
twitter4j-core-4.0.1.jar, BasicAuthorization.class
package twitter4j.auth
BasicAuthorization.getAuthorizationHeader ( twitter4j.HttpRequest req ) : String
[run-time name: twitter4j/auth/BasicAuthorization.getAuthorizationHeader:(Ltwitter4j/HttpRequest;)Ljava/lang/String;]
twitter4j-core-4.0.1.jar, Configuration.class
package twitter4j.conf
Configuration.getHttpClientConfiguration ( ) [abstract] : twitter4j.HttpClientConfiguration
[run-time name: twitter4j/conf/Configuration.getHttpClientConfiguration:()Ltwitter4j/HttpClientConfiguration;]
Configuration.isDaemonEnabled ( ) [abstract] : boolean
[run-time name: twitter4j/conf/Configuration.isDaemonEnabled:()Z]
twitter4j-core-4.0.1.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setDaemonEnabled ( boolean daemonEnabled ) : ConfigurationBuilder
[run-time name: twitter4j/conf/ConfigurationBuilder.setDaemonEnabled:(Z)Ltwitter4j/conf/ConfigurationBuilder;]
twitter4j-core-4.0.1.jar, Dispatcher.class
package twitter4j
Dispatcher.invokeLater ( Runnable p1 ) [abstract] : void
[run-time name: twitter4j/Dispatcher.invokeLater:(Ljava/lang/Runnable;)V]
Dispatcher.shutdown ( ) [abstract] : void
[run-time name: twitter4j/Dispatcher.shutdown:()V]
twitter4j-core-4.0.1.jar, HttpClient.class
package twitter4j
HttpClient.addDefaultRequestHeader ( String p1, String p2 ) [abstract] : void
[run-time name: twitter4j/HttpClient.addDefaultRequestHeader:(Ljava/lang/String;Ljava/lang/String;)V]
HttpClient.delete ( String p1 ) [abstract] : HttpResponse
[run-time name: twitter4j/HttpClient.delete:(Ljava/lang/String;)Ltwitter4j/HttpResponse;]
HttpClient.delete ( String p1, HttpParameter[ ] p2, auth.Authorization p3, HttpResponseListener p4 ) [abstract] : HttpResponse
[run-time name: twitter4j/HttpClient.delete:(Ljava/lang/String;[Ltwitter4j/HttpParameter;Ltwitter4j/auth/Authorization;Ltwitter4j/HttpResponseListener;)Ltwitter4j/HttpResponse;]
HttpClient.get ( String p1 ) [abstract] : HttpResponse
[run-time name: twitter4j/HttpClient.get:(Ljava/lang/String;)Ltwitter4j/HttpResponse;]
HttpClient.get ( String p1, HttpParameter[ ] p2, auth.Authorization p3, HttpResponseListener p4 ) [abstract] : HttpResponse
[run-time name: twitter4j/HttpClient.get:(Ljava/lang/String;[Ltwitter4j/HttpParameter;Ltwitter4j/auth/Authorization;Ltwitter4j/HttpResponseListener;)Ltwitter4j/HttpResponse;]
HttpClient.getRequestHeaders ( ) [abstract] : java.util.Map
[run-time name: twitter4j/HttpClient.getRequestHeaders:()Ljava/util/Map;]
HttpClient.head ( String p1 ) [abstract] : HttpResponse
[run-time name: twitter4j/HttpClient.head:(Ljava/lang/String;)Ltwitter4j/HttpResponse;]
HttpClient.post ( String p1 ) [abstract] : HttpResponse
[run-time name: twitter4j/HttpClient.post:(Ljava/lang/String;)Ltwitter4j/HttpResponse;]
HttpClient.post ( String p1, HttpParameter[ ] p2, auth.Authorization p3, HttpResponseListener p4 ) [abstract] : HttpResponse
[run-time name: twitter4j/HttpClient.post:(Ljava/lang/String;[Ltwitter4j/HttpParameter;Ltwitter4j/auth/Authorization;Ltwitter4j/HttpResponseListener;)Ltwitter4j/HttpResponse;]
HttpClient.put ( String p1 ) [abstract] : HttpResponse
[run-time name: twitter4j/HttpClient.put:(Ljava/lang/String;)Ltwitter4j/HttpResponse;]
HttpClient.put ( String p1, HttpParameter[ ] p2, auth.Authorization p3, HttpResponseListener p4 ) [abstract] : HttpResponse
[run-time name: twitter4j/HttpClient.put:(Ljava/lang/String;[Ltwitter4j/HttpParameter;Ltwitter4j/auth/Authorization;Ltwitter4j/HttpResponseListener;)Ltwitter4j/HttpResponse;]
HttpClient.request ( HttpRequest p1 ) [abstract] : HttpResponse
[run-time name: twitter4j/HttpClient.request:(Ltwitter4j/HttpRequest;)Ltwitter4j/HttpResponse;]
HttpClient.request ( HttpRequest p1, HttpResponseListener p2 ) [abstract] : HttpResponse
[run-time name: twitter4j/HttpClient.request:(Ltwitter4j/HttpRequest;Ltwitter4j/HttpResponseListener;)Ltwitter4j/HttpResponse;]
twitter4j-core-4.0.1.jar, HttpClientBase.class
package twitter4j
HttpClientBase.addDefaultRequestHeader ( String name, String value ) : void
[run-time name: twitter4j/HttpClientBase.addDefaultRequestHeader:(Ljava/lang/String;Ljava/lang/String;)V]
HttpClientBase.delete ( String url ) : HttpResponse
[run-time name: twitter4j/HttpClientBase.delete:(Ljava/lang/String;)Ltwitter4j/HttpResponse;]
HttpClientBase.delete ( String url, HttpParameter[ ] parameters, auth.Authorization authorization, HttpResponseListener listener ) : HttpResponse
[run-time name: twitter4j/HttpClientBase.delete:(Ljava/lang/String;[Ltwitter4j/HttpParameter;Ltwitter4j/auth/Authorization;Ltwitter4j/HttpResponseListener;)Ltwitter4j/HttpResponse;]
HttpClientBase.get ( String url ) : HttpResponse
[run-time name: twitter4j/HttpClientBase.get:(Ljava/lang/String;)Ltwitter4j/HttpResponse;]
HttpClientBase.get ( String url, HttpParameter[ ] parameters, auth.Authorization authorization, HttpResponseListener listener ) : HttpResponse
[run-time name: twitter4j/HttpClientBase.get:(Ljava/lang/String;[Ltwitter4j/HttpParameter;Ltwitter4j/auth/Authorization;Ltwitter4j/HttpResponseListener;)Ltwitter4j/HttpResponse;]
HttpClientBase.getRequestHeaders ( ) : java.util.Map
[run-time name: twitter4j/HttpClientBase.getRequestHeaders:()Ljava/util/Map;]
HttpClientBase.head ( String url ) : HttpResponse
[run-time name: twitter4j/HttpClientBase.head:(Ljava/lang/String;)Ltwitter4j/HttpResponse;]
HttpClientBase.HttpClientBase ( HttpClientConfiguration conf )
[run-time name: twitter4j/HttpClientBase."<init>":(Ltwitter4j/HttpClientConfiguration;)V]
HttpClientBase.isProxyConfigured ( ) : boolean
[run-time name: twitter4j/HttpClientBase.isProxyConfigured:()Z]
HttpClientBase.post ( String url ) : HttpResponse
[run-time name: twitter4j/HttpClientBase.post:(Ljava/lang/String;)Ltwitter4j/HttpResponse;]
HttpClientBase.post ( String url, HttpParameter[ ] parameters, auth.Authorization authorization, HttpResponseListener listener ) : HttpResponse
[run-time name: twitter4j/HttpClientBase.post:(Ljava/lang/String;[Ltwitter4j/HttpParameter;Ltwitter4j/auth/Authorization;Ltwitter4j/HttpResponseListener;)Ltwitter4j/HttpResponse;]
HttpClientBase.put ( String url ) : HttpResponse
[run-time name: twitter4j/HttpClientBase.put:(Ljava/lang/String;)Ltwitter4j/HttpResponse;]
HttpClientBase.put ( String url, HttpParameter[ ] parameters, auth.Authorization authorization, HttpResponseListener listener ) : HttpResponse
[run-time name: twitter4j/HttpClientBase.put:(Ljava/lang/String;[Ltwitter4j/HttpParameter;Ltwitter4j/auth/Authorization;Ltwitter4j/HttpResponseListener;)Ltwitter4j/HttpResponse;]
HttpClientBase.request ( HttpRequest req ) : HttpResponse
[run-time name: twitter4j/HttpClientBase.request:(Ltwitter4j/HttpRequest;)Ltwitter4j/HttpResponse;]
HttpClientBase.request ( HttpRequest req, HttpResponseListener listener ) : HttpResponse
[run-time name: twitter4j/HttpClientBase.request:(Ltwitter4j/HttpRequest;Ltwitter4j/HttpResponseListener;)Ltwitter4j/HttpResponse;]
HttpClientBase.write ( java.io.DataOutputStream out, String outStr ) : void
[run-time name: twitter4j/HttpClientBase.write:(Ljava/io/DataOutputStream;Ljava/lang/String;)V]
twitter4j-core-4.0.1.jar, HttpClientConfiguration.class
package twitter4j
HttpClientConfiguration.getHttpConnectionTimeout ( ) [abstract] : int
[run-time name: twitter4j/HttpClientConfiguration.getHttpConnectionTimeout:()I]
HttpClientConfiguration.getHttpProxyHost ( ) [abstract] : String
[run-time name: twitter4j/HttpClientConfiguration.getHttpProxyHost:()Ljava/lang/String;]
HttpClientConfiguration.getHttpProxyPassword ( ) [abstract] : String
[run-time name: twitter4j/HttpClientConfiguration.getHttpProxyPassword:()Ljava/lang/String;]
HttpClientConfiguration.getHttpProxyPort ( ) [abstract] : int
[run-time name: twitter4j/HttpClientConfiguration.getHttpProxyPort:()I]
HttpClientConfiguration.getHttpProxyUser ( ) [abstract] : String
[run-time name: twitter4j/HttpClientConfiguration.getHttpProxyUser:()Ljava/lang/String;]
HttpClientConfiguration.getHttpReadTimeout ( ) [abstract] : int
[run-time name: twitter4j/HttpClientConfiguration.getHttpReadTimeout:()I]
HttpClientConfiguration.getHttpRetryCount ( ) [abstract] : int
[run-time name: twitter4j/HttpClientConfiguration.getHttpRetryCount:()I]
HttpClientConfiguration.getHttpRetryIntervalSeconds ( ) [abstract] : int
[run-time name: twitter4j/HttpClientConfiguration.getHttpRetryIntervalSeconds:()I]
HttpClientConfiguration.isGZIPEnabled ( ) [abstract] : boolean
[run-time name: twitter4j/HttpClientConfiguration.isGZIPEnabled:()Z]
HttpClientConfiguration.isPrettyDebugEnabled ( ) [abstract] : boolean
[run-time name: twitter4j/HttpClientConfiguration.isPrettyDebugEnabled:()Z]
twitter4j-core-4.0.1.jar, HttpClientFactory.class
package twitter4j
HttpClientFactory.getInstance ( ) [static] : HttpClient
[run-time name: twitter4j/HttpClientFactory.getInstance:()Ltwitter4j/HttpClient;]
HttpClientFactory.getInstance ( HttpClientConfiguration conf ) [static] : HttpClient
[run-time name: twitter4j/HttpClientFactory.getInstance:(Ltwitter4j/HttpClientConfiguration;)Ltwitter4j/HttpClient;]
HttpClientFactory.HttpClientFactory ( )
[run-time name: twitter4j/HttpClientFactory."<init>":()V]
twitter4j-core-4.0.1.jar, HttpParameter.class
package twitter4j
HttpParameter.compareTo ( Object o ) : int
[run-time name: twitter4j/HttpParameter.compareTo:(Ljava/lang/Object;)I]
HttpParameter.containsFile ( HttpParameter[ ] params ) [static] : boolean
[run-time name: twitter4j/HttpParameter.containsFile:([Ltwitter4j/HttpParameter;)Z]
HttpParameter.encode ( String value ) [static] : String
[run-time name: twitter4j/HttpParameter.encode:(Ljava/lang/String;)Ljava/lang/String;]
HttpParameter.encodeParameters ( HttpParameter[ ] httpParams ) [static] : String
[run-time name: twitter4j/HttpParameter.encodeParameters:([Ltwitter4j/HttpParameter;)Ljava/lang/String;]
HttpParameter.equals ( Object o ) : boolean
[run-time name: twitter4j/HttpParameter.equals:(Ljava/lang/Object;)Z]
HttpParameter.getContentType ( ) : String
[run-time name: twitter4j/HttpParameter.getContentType:()Ljava/lang/String;]
HttpParameter.getFile ( ) : java.io.File
[run-time name: twitter4j/HttpParameter.getFile:()Ljava/io/File;]
HttpParameter.getFileBody ( ) : java.io.InputStream
[run-time name: twitter4j/HttpParameter.getFileBody:()Ljava/io/InputStream;]
HttpParameter.getName ( ) : String
[run-time name: twitter4j/HttpParameter.getName:()Ljava/lang/String;]
HttpParameter.getParameterArray ( String name, int value ) [static] : HttpParameter[ ]
[run-time name: twitter4j/HttpParameter.getParameterArray:(Ljava/lang/String;I)[Ltwitter4j/HttpParameter;]
HttpParameter.getParameterArray ( String name, String value ) [static] : HttpParameter[ ]
[run-time name: twitter4j/HttpParameter.getParameterArray:(Ljava/lang/String;Ljava/lang/String;)[Ltwitter4j/HttpParameter;]
HttpParameter.getParameterArray ( String name1, int value1, String name2, int value2 ) [static] : HttpParameter[ ]
[run-time name: twitter4j/HttpParameter.getParameterArray:(Ljava/lang/String;ILjava/lang/String;I)[Ltwitter4j/HttpParameter;]
HttpParameter.getParameterArray ( String name1, String value1, String name2, String value2 ) [static] : HttpParameter[ ]
[run-time name: twitter4j/HttpParameter.getParameterArray:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Ltwitter4j/HttpParameter;]
HttpParameter.getValue ( ) : String
[run-time name: twitter4j/HttpParameter.getValue:()Ljava/lang/String;]
HttpParameter.hasFileBody ( ) : boolean
[run-time name: twitter4j/HttpParameter.hasFileBody:()Z]
HttpParameter.hashCode ( ) : int
[run-time name: twitter4j/HttpParameter.hashCode:()I]
HttpParameter.HttpParameter ( String name, boolean value )
[run-time name: twitter4j/HttpParameter."<init>":(Ljava/lang/String;Z)V]
HttpParameter.HttpParameter ( String name, double value )
[run-time name: twitter4j/HttpParameter."<init>":(Ljava/lang/String;D)V]
HttpParameter.HttpParameter ( String name, int value )
[run-time name: twitter4j/HttpParameter."<init>":(Ljava/lang/String;I)V]
HttpParameter.HttpParameter ( String name, java.io.File file )
[run-time name: twitter4j/HttpParameter."<init>":(Ljava/lang/String;Ljava/io/File;)V]
HttpParameter.HttpParameter ( String name, long value )
[run-time name: twitter4j/HttpParameter."<init>":(Ljava/lang/String;J)V]
HttpParameter.HttpParameter ( String name, String fileName, java.io.InputStream fileBody )
[run-time name: twitter4j/HttpParameter."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/io/InputStream;)V]
HttpParameter.HttpParameter ( String name, String value )
[run-time name: twitter4j/HttpParameter."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
HttpParameter.isFile ( ) : boolean
[run-time name: twitter4j/HttpParameter.isFile:()Z]
HttpParameter.toString ( ) : String
[run-time name: twitter4j/HttpParameter.toString:()Ljava/lang/String;]
twitter4j-core-4.0.1.jar, HttpRequest.class
package twitter4j
HttpRequest.equals ( Object o ) : boolean
[run-time name: twitter4j/HttpRequest.equals:(Ljava/lang/Object;)Z]
HttpRequest.getAuthorization ( ) : auth.Authorization
[run-time name: twitter4j/HttpRequest.getAuthorization:()Ltwitter4j/auth/Authorization;]
HttpRequest.getMethod ( ) : RequestMethod
[run-time name: twitter4j/HttpRequest.getMethod:()Ltwitter4j/RequestMethod;]
HttpRequest.getParameters ( ) : HttpParameter[ ]
[run-time name: twitter4j/HttpRequest.getParameters:()[Ltwitter4j/HttpParameter;]
HttpRequest.getRequestHeaders ( ) : java.util.Map
[run-time name: twitter4j/HttpRequest.getRequestHeaders:()Ljava/util/Map;]
HttpRequest.getURL ( ) : String
[run-time name: twitter4j/HttpRequest.getURL:()Ljava/lang/String;]
HttpRequest.hashCode ( ) : int
[run-time name: twitter4j/HttpRequest.hashCode:()I]
HttpRequest.HttpRequest ( RequestMethod method, String url, HttpParameter[ ] parameters, auth.Authorization authorization, java.util.Map requestHeaders )
[run-time name: twitter4j/HttpRequest."<init>":(Ltwitter4j/RequestMethod;Ljava/lang/String;[Ltwitter4j/HttpParameter;Ltwitter4j/auth/Authorization;Ljava/util/Map;)V]
HttpRequest.toString ( ) : String
[run-time name: twitter4j/HttpRequest.toString:()Ljava/lang/String;]
twitter4j-core-4.0.1.jar, HttpResponse.class
package twitter4j
HttpResponse.asJSONArray ( ) : JSONArray
[run-time name: twitter4j/HttpResponse.asJSONArray:()Ltwitter4j/JSONArray;]
HttpResponse.asJSONObject ( ) : JSONObject
[run-time name: twitter4j/HttpResponse.asJSONObject:()Ltwitter4j/JSONObject;]
HttpResponse.asReader ( ) : java.io.Reader
[run-time name: twitter4j/HttpResponse.asReader:()Ljava/io/Reader;]
HttpResponse.asStream ( ) : java.io.InputStream
[run-time name: twitter4j/HttpResponse.asStream:()Ljava/io/InputStream;]
HttpResponse.asString ( ) : String
[run-time name: twitter4j/HttpResponse.asString:()Ljava/lang/String;]
HttpResponse.disconnect ( ) [abstract] : void
[run-time name: twitter4j/HttpResponse.disconnect:()V]
HttpResponse.getResponseHeader ( String p1 ) [abstract] : String
[run-time name: twitter4j/HttpResponse.getResponseHeader:(Ljava/lang/String;)Ljava/lang/String;]
HttpResponse.getResponseHeaderFields ( ) [abstract] : java.util.Map
[run-time name: twitter4j/HttpResponse.getResponseHeaderFields:()Ljava/util/Map;]
HttpResponse.getStatusCode ( ) : int
[run-time name: twitter4j/HttpResponse.getStatusCode:()I]
HttpResponse.HttpResponse ( HttpClientConfiguration conf )
[run-time name: twitter4j/HttpResponse."<init>":(Ltwitter4j/HttpClientConfiguration;)V]
HttpResponse.toString ( ) : String
[run-time name: twitter4j/HttpResponse.toString:()Ljava/lang/String;]
twitter4j-core-4.0.1.jar, HttpResponseEvent.class
package twitter4j
HttpResponseEvent.equals ( Object o ) : boolean
[run-time name: twitter4j/HttpResponseEvent.equals:(Ljava/lang/Object;)Z]
HttpResponseEvent.getRequest ( ) : HttpRequest
[run-time name: twitter4j/HttpResponseEvent.getRequest:()Ltwitter4j/HttpRequest;]
HttpResponseEvent.getResponse ( ) : HttpResponse
[run-time name: twitter4j/HttpResponseEvent.getResponse:()Ltwitter4j/HttpResponse;]
HttpResponseEvent.getTwitterException ( ) : TwitterException
[run-time name: twitter4j/HttpResponseEvent.getTwitterException:()Ltwitter4j/TwitterException;]
HttpResponseEvent.hashCode ( ) : int
[run-time name: twitter4j/HttpResponseEvent.hashCode:()I]
HttpResponseEvent.isAuthenticated ( ) : boolean
[run-time name: twitter4j/HttpResponseEvent.isAuthenticated:()Z]
HttpResponseEvent.toString ( ) : String
[run-time name: twitter4j/HttpResponseEvent.toString:()Ljava/lang/String;]
twitter4j-core-4.0.1.jar, HttpResponseImpl.class
package twitter4j
HttpResponseImpl.disconnect ( ) : void
[run-time name: twitter4j/HttpResponseImpl.disconnect:()V]
HttpResponseImpl.getResponseHeader ( String name ) : String
[run-time name: twitter4j/HttpResponseImpl.getResponseHeader:(Ljava/lang/String;)Ljava/lang/String;]
HttpResponseImpl.getResponseHeaderFields ( ) : java.util.Map
[run-time name: twitter4j/HttpResponseImpl.getResponseHeaderFields:()Ljava/util/Map;]
twitter4j-core-4.0.1.jar, HttpResponseListener.class
package twitter4j
HttpResponseListener.httpResponseReceived ( HttpResponseEvent p1 ) [abstract] : void
[run-time name: twitter4j/HttpResponseListener.httpResponseReceived:(Ltwitter4j/HttpResponseEvent;)V]
twitter4j-core-4.0.1.jar, JSONArray.class
package twitter4j
JSONArray.get ( int index ) : Object
[run-time name: twitter4j/JSONArray.get:(I)Ljava/lang/Object;]
JSONArray.getBoolean ( int index ) : boolean
[run-time name: twitter4j/JSONArray.getBoolean:(I)Z]
JSONArray.getDouble ( int index ) : double
[run-time name: twitter4j/JSONArray.getDouble:(I)D]
JSONArray.getInt ( int index ) : int
[run-time name: twitter4j/JSONArray.getInt:(I)I]
JSONArray.getJSONArray ( int index ) : JSONArray
[run-time name: twitter4j/JSONArray.getJSONArray:(I)Ltwitter4j/JSONArray;]
JSONArray.getJSONObject ( int index ) : JSONObject
[run-time name: twitter4j/JSONArray.getJSONObject:(I)Ltwitter4j/JSONObject;]
JSONArray.getLong ( int index ) : long
[run-time name: twitter4j/JSONArray.getLong:(I)J]
JSONArray.getString ( int index ) : String
[run-time name: twitter4j/JSONArray.getString:(I)Ljava/lang/String;]
JSONArray.isNull ( int index ) : boolean
[run-time name: twitter4j/JSONArray.isNull:(I)Z]
JSONArray.join ( String separator ) : String
[run-time name: twitter4j/JSONArray.join:(Ljava/lang/String;)Ljava/lang/String;]
JSONArray.JSONArray ( )
[run-time name: twitter4j/JSONArray."<init>":()V]
JSONArray.JSONArray ( java.util.Collection collection )
[run-time name: twitter4j/JSONArray."<init>":(Ljava/util/Collection;)V]
JSONArray.JSONArray ( Object array )
[run-time name: twitter4j/JSONArray."<init>":(Ljava/lang/Object;)V]
JSONArray.JSONArray ( String source )
[run-time name: twitter4j/JSONArray."<init>":(Ljava/lang/String;)V]
JSONArray.JSONArray ( JSONTokener x )
[run-time name: twitter4j/JSONArray."<init>":(Ltwitter4j/JSONTokener;)V]
JSONArray.length ( ) : int
[run-time name: twitter4j/JSONArray.length:()I]
JSONArray.opt ( int index ) : Object
[run-time name: twitter4j/JSONArray.opt:(I)Ljava/lang/Object;]
JSONArray.put ( boolean value ) : JSONArray
[run-time name: twitter4j/JSONArray.put:(Z)Ltwitter4j/JSONArray;]
JSONArray.put ( int index, boolean value ) : JSONArray
[run-time name: twitter4j/JSONArray.put:(IZ)Ltwitter4j/JSONArray;]
JSONArray.put ( int index, double value ) : JSONArray
[run-time name: twitter4j/JSONArray.put:(ID)Ltwitter4j/JSONArray;]
JSONArray.put ( int index, int value ) : JSONArray
[run-time name: twitter4j/JSONArray.put:(II)Ltwitter4j/JSONArray;]
JSONArray.put ( int index, java.util.Collection value ) : JSONArray
[run-time name: twitter4j/JSONArray.put:(ILjava/util/Collection;)Ltwitter4j/JSONArray;]
JSONArray.put ( int index, java.util.Map value ) : JSONArray
[run-time name: twitter4j/JSONArray.put:(ILjava/util/Map;)Ltwitter4j/JSONArray;]
JSONArray.put ( int index, long value ) : JSONArray
[run-time name: twitter4j/JSONArray.put:(IJ)Ltwitter4j/JSONArray;]
JSONArray.put ( int index, Object value ) : JSONArray
[run-time name: twitter4j/JSONArray.put:(ILjava/lang/Object;)Ltwitter4j/JSONArray;]
JSONArray.put ( int value ) : JSONArray
[run-time name: twitter4j/JSONArray.put:(I)Ltwitter4j/JSONArray;]
JSONArray.put ( java.util.Collection value ) : JSONArray
[run-time name: twitter4j/JSONArray.put:(Ljava/util/Collection;)Ltwitter4j/JSONArray;]
JSONArray.put ( java.util.Map value ) : JSONArray
[run-time name: twitter4j/JSONArray.put:(Ljava/util/Map;)Ltwitter4j/JSONArray;]
JSONArray.put ( long value ) : JSONArray
[run-time name: twitter4j/JSONArray.put:(J)Ltwitter4j/JSONArray;]
JSONArray.put ( Object value ) : JSONArray
[run-time name: twitter4j/JSONArray.put:(Ljava/lang/Object;)Ltwitter4j/JSONArray;]
JSONArray.toString ( ) : String
[run-time name: twitter4j/JSONArray.toString:()Ljava/lang/String;]
JSONArray.toString ( int indentFactor ) : String
[run-time name: twitter4j/JSONArray.toString:(I)Ljava/lang/String;]
JSONArray.write ( java.io.Writer writer ) : java.io.Writer
[run-time name: twitter4j/JSONArray.write:(Ljava/io/Writer;)Ljava/io/Writer;]
twitter4j-core-4.0.1.jar, JSONException.class
package twitter4j
JSONException.getCause ( ) : Throwable
[run-time name: twitter4j/JSONException.getCause:()Ljava/lang/Throwable;]
JSONException.JSONException ( String message )
[run-time name: twitter4j/JSONException."<init>":(Ljava/lang/String;)V]
JSONException.JSONException ( Throwable cause )
[run-time name: twitter4j/JSONException."<init>":(Ljava/lang/Throwable;)V]
twitter4j-core-4.0.1.jar, JSONObject.class
package twitter4j
JSONObject.append ( String key, Object value ) : JSONObject
[run-time name: twitter4j/JSONObject.append:(Ljava/lang/String;Ljava/lang/Object;)Ltwitter4j/JSONObject;]
JSONObject.get ( String key ) : Object
[run-time name: twitter4j/JSONObject.get:(Ljava/lang/String;)Ljava/lang/Object;]
JSONObject.getBoolean ( String key ) : boolean
[run-time name: twitter4j/JSONObject.getBoolean:(Ljava/lang/String;)Z]
JSONObject.getInt ( String key ) : int
[run-time name: twitter4j/JSONObject.getInt:(Ljava/lang/String;)I]
JSONObject.getJSONArray ( String key ) : JSONArray
[run-time name: twitter4j/JSONObject.getJSONArray:(Ljava/lang/String;)Ltwitter4j/JSONArray;]
JSONObject.getJSONObject ( String key ) : JSONObject
[run-time name: twitter4j/JSONObject.getJSONObject:(Ljava/lang/String;)Ltwitter4j/JSONObject;]
JSONObject.getLong ( String key ) : long
[run-time name: twitter4j/JSONObject.getLong:(Ljava/lang/String;)J]
JSONObject.getString ( String key ) : String
[run-time name: twitter4j/JSONObject.getString:(Ljava/lang/String;)Ljava/lang/String;]
JSONObject.has ( String key ) : boolean
[run-time name: twitter4j/JSONObject.has:(Ljava/lang/String;)Z]
JSONObject.isNull ( String key ) : boolean
[run-time name: twitter4j/JSONObject.isNull:(Ljava/lang/String;)Z]
JSONObject.JSONObject ( )
[run-time name: twitter4j/JSONObject."<init>":()V]
JSONObject.JSONObject ( java.util.Map map )
[run-time name: twitter4j/JSONObject."<init>":(Ljava/util/Map;)V]
JSONObject.JSONObject ( Object bean )
[run-time name: twitter4j/JSONObject."<init>":(Ljava/lang/Object;)V]
JSONObject.JSONObject ( Object object, String[ ] names )
[run-time name: twitter4j/JSONObject."<init>":(Ljava/lang/Object;[Ljava/lang/String;)V]
JSONObject.JSONObject ( String baseName, java.util.Locale locale )
[run-time name: twitter4j/JSONObject."<init>":(Ljava/lang/String;Ljava/util/Locale;)V]
JSONObject.JSONObject ( String source )
[run-time name: twitter4j/JSONObject."<init>":(Ljava/lang/String;)V]
JSONObject.JSONObject ( JSONObject jo, String[ ] names )
[run-time name: twitter4j/JSONObject."<init>":(Ltwitter4j/JSONObject;[Ljava/lang/String;)V]
JSONObject.JSONObject ( JSONTokener x )
[run-time name: twitter4j/JSONObject."<init>":(Ltwitter4j/JSONTokener;)V]
JSONObject.keys ( ) : java.util.Iterator
[run-time name: twitter4j/JSONObject.keys:()Ljava/util/Iterator;]
JSONObject.length ( ) : int
[run-time name: twitter4j/JSONObject.length:()I]
JSONObject.names ( ) : JSONArray
[run-time name: twitter4j/JSONObject.names:()Ltwitter4j/JSONArray;]
JSONObject.numberToString ( Number number ) [static] : String
[run-time name: twitter4j/JSONObject.numberToString:(Ljava/lang/Number;)Ljava/lang/String;]
JSONObject.opt ( String key ) : Object
[run-time name: twitter4j/JSONObject.opt:(Ljava/lang/String;)Ljava/lang/Object;]
JSONObject.put ( String key, boolean value ) : JSONObject
[run-time name: twitter4j/JSONObject.put:(Ljava/lang/String;Z)Ltwitter4j/JSONObject;]
JSONObject.put ( String key, double value ) : JSONObject
[run-time name: twitter4j/JSONObject.put:(Ljava/lang/String;D)Ltwitter4j/JSONObject;]
JSONObject.put ( String key, int value ) : JSONObject
[run-time name: twitter4j/JSONObject.put:(Ljava/lang/String;I)Ltwitter4j/JSONObject;]
JSONObject.put ( String key, java.util.Collection value ) : JSONObject
[run-time name: twitter4j/JSONObject.put:(Ljava/lang/String;Ljava/util/Collection;)Ltwitter4j/JSONObject;]
JSONObject.put ( String key, java.util.Map value ) : JSONObject
[run-time name: twitter4j/JSONObject.put:(Ljava/lang/String;Ljava/util/Map;)Ltwitter4j/JSONObject;]
JSONObject.put ( String key, long value ) : JSONObject
[run-time name: twitter4j/JSONObject.put:(Ljava/lang/String;J)Ltwitter4j/JSONObject;]
JSONObject.put ( String key, Object value ) : JSONObject
[run-time name: twitter4j/JSONObject.put:(Ljava/lang/String;Ljava/lang/Object;)Ltwitter4j/JSONObject;]
JSONObject.putOnce ( String key, Object value ) : JSONObject
[run-time name: twitter4j/JSONObject.putOnce:(Ljava/lang/String;Ljava/lang/Object;)Ltwitter4j/JSONObject;]
JSONObject.putOpt ( String key, Object value ) : JSONObject
[run-time name: twitter4j/JSONObject.putOpt:(Ljava/lang/String;Ljava/lang/Object;)Ltwitter4j/JSONObject;]
JSONObject.quote ( String string ) [static] : String
[run-time name: twitter4j/JSONObject.quote:(Ljava/lang/String;)Ljava/lang/String;]
JSONObject.remove ( String key ) : Object
[run-time name: twitter4j/JSONObject.remove:(Ljava/lang/String;)Ljava/lang/Object;]
JSONObject.sortedKeys ( ) : java.util.Iterator
[run-time name: twitter4j/JSONObject.sortedKeys:()Ljava/util/Iterator;]
JSONObject.stringToValue ( String string ) [static] : Object
[run-time name: twitter4j/JSONObject.stringToValue:(Ljava/lang/String;)Ljava/lang/Object;]
JSONObject.testValidity ( Object o ) [static] : void
[run-time name: twitter4j/JSONObject.testValidity:(Ljava/lang/Object;)V]
JSONObject.toString ( ) : String
[run-time name: twitter4j/JSONObject.toString:()Ljava/lang/String;]
JSONObject.toString ( int indentFactor ) : String
[run-time name: twitter4j/JSONObject.toString:(I)Ljava/lang/String;]
JSONObject.valueToString ( Object value ) [static] : String
[run-time name: twitter4j/JSONObject.valueToString:(Ljava/lang/Object;)Ljava/lang/String;]
JSONObject.wrap ( Object object ) [static] : Object
[run-time name: twitter4j/JSONObject.wrap:(Ljava/lang/Object;)Ljava/lang/Object;]
JSONObject.write ( java.io.Writer writer ) : java.io.Writer
[run-time name: twitter4j/JSONObject.write:(Ljava/io/Writer;)Ljava/io/Writer;]
twitter4j-core-4.0.1.jar, JSONObjectType.class
package twitter4j
JSONObjectType.determine ( JSONObject json ) [static] : JSONObjectType.Type
[run-time name: twitter4j/JSONObjectType.determine:(Ltwitter4j/JSONObject;)Ltwitter4j/JSONObjectType$Type;]
JSONObjectType.JSONObjectType ( )
[run-time name: twitter4j/JSONObjectType."<init>":()V]
twitter4j-core-4.0.1.jar, JSONTokener.class
package twitter4j
JSONTokener.back ( ) : void
[run-time name: twitter4j/JSONTokener.back:()V]
JSONTokener.end ( ) : boolean
[run-time name: twitter4j/JSONTokener.end:()Z]
JSONTokener.JSONTokener ( java.io.InputStream inputStream )
[run-time name: twitter4j/JSONTokener."<init>":(Ljava/io/InputStream;)V]
JSONTokener.JSONTokener ( java.io.Reader reader )
[run-time name: twitter4j/JSONTokener."<init>":(Ljava/io/Reader;)V]
JSONTokener.JSONTokener ( String s )
[run-time name: twitter4j/JSONTokener."<init>":(Ljava/lang/String;)V]
JSONTokener.more ( ) : boolean
[run-time name: twitter4j/JSONTokener.more:()Z]
JSONTokener.next ( ) : char
[run-time name: twitter4j/JSONTokener.next:()C]
JSONTokener.next ( char c ) : char
[run-time name: twitter4j/JSONTokener.next:(C)C]
JSONTokener.next ( int n ) : String
[run-time name: twitter4j/JSONTokener.next:(I)Ljava/lang/String;]
JSONTokener.nextClean ( ) : char
[run-time name: twitter4j/JSONTokener.nextClean:()C]
JSONTokener.nextString ( char quote ) : String
[run-time name: twitter4j/JSONTokener.nextString:(C)Ljava/lang/String;]
JSONTokener.nextValue ( ) : Object
[run-time name: twitter4j/JSONTokener.nextValue:()Ljava/lang/Object;]
JSONTokener.syntaxError ( String message ) : JSONException
[run-time name: twitter4j/JSONTokener.syntaxError:(Ljava/lang/String;)Ltwitter4j/JSONException;]
JSONTokener.toString ( ) : String
[run-time name: twitter4j/JSONTokener.toString:()Ljava/lang/String;]
twitter4j-core-4.0.1.jar, LanguageJSONImpl.class
package twitter4j
LanguageJSONImpl.getCode ( ) : String
[run-time name: twitter4j/LanguageJSONImpl.getCode:()Ljava/lang/String;]
LanguageJSONImpl.getName ( ) : String
[run-time name: twitter4j/LanguageJSONImpl.getName:()Ljava/lang/String;]
LanguageJSONImpl.getStatus ( ) : String
[run-time name: twitter4j/LanguageJSONImpl.getStatus:()Ljava/lang/String;]
twitter4j-core-4.0.1.jar, ListsResources.class
package twitter4j.api
ListsResources.createUserListMember ( long p1, long p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.createUserListMember:(JJ)Ltwitter4j/UserList;]
ListsResources.createUserListMembers ( long p1, long[ ] p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.createUserListMembers:(J[J)Ltwitter4j/UserList;]
ListsResources.createUserListMembers ( long p1, String[ ] p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.createUserListMembers:(J[Ljava/lang/String;)Ltwitter4j/UserList;]
ListsResources.createUserListSubscription ( long p1 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.createUserListSubscription:(J)Ltwitter4j/UserList;]
ListsResources.destroyUserList ( long p1 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserList:(J)Ltwitter4j/UserList;]
ListsResources.destroyUserListMember ( long p1, long p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserListMember:(JJ)Ltwitter4j/UserList;]
ListsResources.destroyUserListMember ( long p1, String p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserListMember:(JLjava/lang/String;)Ltwitter4j/UserList;]
ListsResources.destroyUserListMembers ( long p1, long[ ] p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserListMembers:(J[J)Ltwitter4j/UserList;]
ListsResources.destroyUserListMembers ( long p1, String[ ] p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserListMembers:(J[Ljava/lang/String;)Ltwitter4j/UserList;]
ListsResources.destroyUserListSubscription ( long p1 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserListSubscription:(J)Ltwitter4j/UserList;]
ListsResources.getUserListMembers ( long p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListMembers:(JJ)Ltwitter4j/PagableResponseList;]
ListsResources.getUserListsOwnerships ( long p1, int p2, long p3 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListsOwnerships:(JIJ)Ltwitter4j/PagableResponseList;]
ListsResources.getUserListsOwnerships ( String p1, int p2, long p3 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListsOwnerships:(Ljava/lang/String;IJ)Ltwitter4j/PagableResponseList;]
ListsResources.getUserListStatuses ( long p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/ListsResources.getUserListStatuses:(JLtwitter4j/Paging;)Ltwitter4j/ResponseList;]
ListsResources.getUserListSubscribers ( long p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListSubscribers:(JJ)Ltwitter4j/PagableResponseList;]
ListsResources.showUserList ( long p1 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.showUserList:(J)Ltwitter4j/UserList;]
ListsResources.showUserListMembership ( long p1, long p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/ListsResources.showUserListMembership:(JJ)Ltwitter4j/User;]
ListsResources.showUserListSubscription ( long p1, long p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/ListsResources.showUserListSubscription:(JJ)Ltwitter4j/User;]
ListsResources.updateUserList ( long p1, String p2, boolean p3, String p4 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.updateUserList:(JLjava/lang/String;ZLjava/lang/String;)Ltwitter4j/UserList;]
twitter4j-core-4.0.1.jar, Logger.class
package twitter4j
Logger.debug ( String p1 ) [abstract] : void
[run-time name: twitter4j/Logger.debug:(Ljava/lang/String;)V]
Logger.debug ( String p1, String p2 ) [abstract] : void
[run-time name: twitter4j/Logger.debug:(Ljava/lang/String;Ljava/lang/String;)V]
Logger.error ( String p1 ) [abstract] : void
[run-time name: twitter4j/Logger.error:(Ljava/lang/String;)V]
Logger.error ( String p1, Throwable p2 ) [abstract] : void
[run-time name: twitter4j/Logger.error:(Ljava/lang/String;Ljava/lang/Throwable;)V]
Logger.getLogger ( Class clazz ) [static] : Logger
[run-time name: twitter4j/Logger.getLogger:(Ljava/lang/Class;)Ltwitter4j/Logger;]
Logger.info ( String p1 ) [abstract] : void
[run-time name: twitter4j/Logger.info:(Ljava/lang/String;)V]
Logger.info ( String p1, String p2 ) [abstract] : void
[run-time name: twitter4j/Logger.info:(Ljava/lang/String;Ljava/lang/String;)V]
Logger.isDebugEnabled ( ) [abstract] : boolean
[run-time name: twitter4j/Logger.isDebugEnabled:()Z]
Logger.isErrorEnabled ( ) [abstract] : boolean
[run-time name: twitter4j/Logger.isErrorEnabled:()Z]
Logger.isInfoEnabled ( ) [abstract] : boolean
[run-time name: twitter4j/Logger.isInfoEnabled:()Z]
Logger.isWarnEnabled ( ) [abstract] : boolean
[run-time name: twitter4j/Logger.isWarnEnabled:()Z]
Logger.Logger ( )
[run-time name: twitter4j/Logger."<init>":()V]
Logger.warn ( String p1 ) [abstract] : void
[run-time name: twitter4j/Logger.warn:(Ljava/lang/String;)V]
Logger.warn ( String p1, String p2 ) [abstract] : void
[run-time name: twitter4j/Logger.warn:(Ljava/lang/String;Ljava/lang/String;)V]
twitter4j-core-4.0.1.jar, LoggerFactory.class
package twitter4j
LoggerFactory.getLogger ( Class p1 ) [abstract] : Logger
[run-time name: twitter4j/LoggerFactory.getLogger:(Ljava/lang/Class;)Ltwitter4j/Logger;]
LoggerFactory.LoggerFactory ( )
[run-time name: twitter4j/LoggerFactory."<init>":()V]
twitter4j-core-4.0.1.jar, MediaEntityJSONImpl.class
package twitter4j
MediaEntityJSONImpl.compareTo ( EntityIndex x0 ) : int
[run-time name: twitter4j/MediaEntityJSONImpl.compareTo:(Ltwitter4j/EntityIndex;)I]
MediaEntityJSONImpl.equals ( Object o ) : boolean
[run-time name: twitter4j/MediaEntityJSONImpl.equals:(Ljava/lang/Object;)Z]
MediaEntityJSONImpl.getDisplayURL ( ) : String
[run-time name: twitter4j/MediaEntityJSONImpl.getDisplayURL:()Ljava/lang/String;]
MediaEntityJSONImpl.getEnd ( ) : int
[run-time name: twitter4j/MediaEntityJSONImpl.getEnd:()I]
MediaEntityJSONImpl.getExpandedURL ( ) : String
[run-time name: twitter4j/MediaEntityJSONImpl.getExpandedURL:()Ljava/lang/String;]
MediaEntityJSONImpl.getId ( ) : long
[run-time name: twitter4j/MediaEntityJSONImpl.getId:()J]
MediaEntityJSONImpl.getMediaURL ( ) : String
[run-time name: twitter4j/MediaEntityJSONImpl.getMediaURL:()Ljava/lang/String;]
MediaEntityJSONImpl.getMediaURLHttps ( ) : String
[run-time name: twitter4j/MediaEntityJSONImpl.getMediaURLHttps:()Ljava/lang/String;]
MediaEntityJSONImpl.getSizes ( ) : java.util.Map
[run-time name: twitter4j/MediaEntityJSONImpl.getSizes:()Ljava/util/Map;]
MediaEntityJSONImpl.getStart ( ) : int
[run-time name: twitter4j/MediaEntityJSONImpl.getStart:()I]
MediaEntityJSONImpl.getText ( ) : String
[run-time name: twitter4j/MediaEntityJSONImpl.getText:()Ljava/lang/String;]
MediaEntityJSONImpl.getType ( ) : String
[run-time name: twitter4j/MediaEntityJSONImpl.getType:()Ljava/lang/String;]
MediaEntityJSONImpl.getURL ( ) : String
[run-time name: twitter4j/MediaEntityJSONImpl.getURL:()Ljava/lang/String;]
MediaEntityJSONImpl.hashCode ( ) : int
[run-time name: twitter4j/MediaEntityJSONImpl.hashCode:()I]
MediaEntityJSONImpl.toString ( ) : String
[run-time name: twitter4j/MediaEntityJSONImpl.toString:()Ljava/lang/String;]
twitter4j-core-4.0.1.jar, NullAuthorization.class
package twitter4j.auth
NullAuthorization.getAuthorizationHeader ( twitter4j.HttpRequest req ) : String
[run-time name: twitter4j/auth/NullAuthorization.getAuthorizationHeader:(Ltwitter4j/HttpRequest;)Ljava/lang/String;]
twitter4j-core-4.0.1.jar, OAuth2Authorization.class
package twitter4j.auth
OAuth2Authorization.getAuthorizationHeader ( twitter4j.HttpRequest req ) : String
[run-time name: twitter4j/auth/OAuth2Authorization.getAuthorizationHeader:(Ltwitter4j/HttpRequest;)Ljava/lang/String;]
twitter4j-core-4.0.1.jar, OAuthAuthorization.class
package twitter4j.auth
OAuthAuthorization.getAuthorizationHeader ( twitter4j.HttpRequest req ) : String
[run-time name: twitter4j/auth/OAuthAuthorization.getAuthorizationHeader:(Ltwitter4j/HttpRequest;)Ljava/lang/String;]
twitter4j-core-4.0.1.jar, OEmbedJSONImpl.class
package twitter4j
OEmbedJSONImpl.equals ( Object o ) : boolean
[run-time name: twitter4j/OEmbedJSONImpl.equals:(Ljava/lang/Object;)Z]
OEmbedJSONImpl.getAccessLevel ( ) : int
[run-time name: twitter4j/OEmbedJSONImpl.getAccessLevel:()I]
OEmbedJSONImpl.getAuthorName ( ) : String
[run-time name: twitter4j/OEmbedJSONImpl.getAuthorName:()Ljava/lang/String;]
OEmbedJSONImpl.getAuthorURL ( ) : String
[run-time name: twitter4j/OEmbedJSONImpl.getAuthorURL:()Ljava/lang/String;]
OEmbedJSONImpl.getCacheAge ( ) : long
[run-time name: twitter4j/OEmbedJSONImpl.getCacheAge:()J]
OEmbedJSONImpl.getHtml ( ) : String
[run-time name: twitter4j/OEmbedJSONImpl.getHtml:()Ljava/lang/String;]
OEmbedJSONImpl.getRateLimitStatus ( ) : RateLimitStatus
[run-time name: twitter4j/OEmbedJSONImpl.getRateLimitStatus:()Ltwitter4j/RateLimitStatus;]
OEmbedJSONImpl.getURL ( ) : String
[run-time name: twitter4j/OEmbedJSONImpl.getURL:()Ljava/lang/String;]
OEmbedJSONImpl.getVersion ( ) : String
[run-time name: twitter4j/OEmbedJSONImpl.getVersion:()Ljava/lang/String;]
OEmbedJSONImpl.getWidth ( ) : int
[run-time name: twitter4j/OEmbedJSONImpl.getWidth:()I]
OEmbedJSONImpl.hashCode ( ) : int
[run-time name: twitter4j/OEmbedJSONImpl.hashCode:()I]
OEmbedJSONImpl.toString ( ) : String
[run-time name: twitter4j/OEmbedJSONImpl.toString:()Ljava/lang/String;]
twitter4j-core-4.0.1.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.getHttpClientConfiguration ( ) : twitter4j.HttpClientConfiguration
[run-time name: twitter4j/conf/PropertyConfiguration.getHttpClientConfiguration:()Ltwitter4j/HttpClientConfiguration;]
PropertyConfiguration.isDaemonEnabled ( ) : boolean
[run-time name: twitter4j/conf/PropertyConfiguration.isDaemonEnabled:()Z]
twitter4j-core-4.0.1.jar, Query.class
package twitter4j
Query.getResultType ( ) : Query.ResultType
[run-time name: twitter4j/Query.getResultType:()Ltwitter4j/Query$ResultType;]
Query.resultType ( Query.ResultType resultType ) : Query
[run-time name: twitter4j/Query.resultType:(Ltwitter4j/Query$ResultType;)Ltwitter4j/Query;]
Query.setGeoCode ( GeoLocation location, double radius, Query.Unit unit ) : void
[run-time name: twitter4j/Query.setGeoCode:(Ltwitter4j/GeoLocation;DLtwitter4j/Query$Unit;)V]
Query.setResultType ( Query.ResultType resultType ) : void
[run-time name: twitter4j/Query.setResultType:(Ltwitter4j/Query$ResultType;)V]
twitter4j-core-4.0.1.jar, RequestMethod.class
package twitter4j
RequestMethod.valueOf ( String name ) [static] : RequestMethod
[run-time name: twitter4j/RequestMethod.valueOf:(Ljava/lang/String;)Ltwitter4j/RequestMethod;]
RequestMethod.values ( ) [static] : RequestMethod[ ]
[run-time name: twitter4j/RequestMethod.values:()[Ltwitter4j/RequestMethod;]
twitter4j-core-4.0.1.jar, ResultType.class
package twitter4j
Query.ResultType.valueOf ( String name ) [static] : Query.ResultType
[run-time name: twitter4j/Query.ResultType.valueOf:(Ljava/lang/String;)Ltwitter4j/Query$ResultType;]
Query.ResultType.values ( ) [static] : Query.ResultType[ ]
[run-time name: twitter4j/Query.ResultType.values:()[Ltwitter4j/Query$ResultType;]
twitter4j-core-4.0.1.jar, ScopesImpl.class
package twitter4j
ScopesImpl.getPlaceIds ( ) : String[ ]
[run-time name: twitter4j/ScopesImpl.getPlaceIds:()[Ljava/lang/String;]
ScopesImpl.ScopesImpl ( String[ ] placeIds )
[run-time name: twitter4j/ScopesImpl."<init>":([Ljava/lang/String;)V]
twitter4j-core-4.0.1.jar, SimilarPlacesImpl.class
package twitter4j
SimilarPlacesImpl.getAccessLevel ( ) : int
[run-time name: twitter4j/SimilarPlacesImpl.getAccessLevel:()I]
SimilarPlacesImpl.getRateLimitStatus ( ) : RateLimitStatus
[run-time name: twitter4j/SimilarPlacesImpl.getRateLimitStatus:()Ltwitter4j/RateLimitStatus;]
SimilarPlacesImpl.getToken ( ) : String
[run-time name: twitter4j/SimilarPlacesImpl.getToken:()Ljava/lang/String;]
twitter4j-core-4.0.1.jar, TimeZoneJSONImpl.class
package twitter4j
TimeZoneJSONImpl.getName ( ) : String
[run-time name: twitter4j/TimeZoneJSONImpl.getName:()Ljava/lang/String;]
TimeZoneJSONImpl.tzinfoName ( ) : String
[run-time name: twitter4j/TimeZoneJSONImpl.tzinfoName:()Ljava/lang/String;]
TimeZoneJSONImpl.utcOffset ( ) : int
[run-time name: twitter4j/TimeZoneJSONImpl.utcOffset:()I]
twitter4j-core-4.0.1.jar, TwitterException.class
package twitter4j
TwitterException.TwitterException ( String message, HttpResponse res )
[run-time name: twitter4j/TwitterException."<init>":(Ljava/lang/String;Ltwitter4j/HttpResponse;)V]
twitter4j-core-4.0.1.jar, TwitterObjectFactory.class
package twitter4j
TwitterObjectFactory.createAccountTotals ( String rawJSON ) [static] : AccountTotals
[run-time name: twitter4j/TwitterObjectFactory.createAccountTotals:(Ljava/lang/String;)Ltwitter4j/AccountTotals;]
TwitterObjectFactory.createCategory ( String rawJSON ) [static] : Category
[run-time name: twitter4j/TwitterObjectFactory.createCategory:(Ljava/lang/String;)Ltwitter4j/Category;]
TwitterObjectFactory.createDirectMessage ( String rawJSON ) [static] : DirectMessage
[run-time name: twitter4j/TwitterObjectFactory.createDirectMessage:(Ljava/lang/String;)Ltwitter4j/DirectMessage;]
TwitterObjectFactory.createIDs ( String rawJSON ) [static] : IDs
[run-time name: twitter4j/TwitterObjectFactory.createIDs:(Ljava/lang/String;)Ltwitter4j/IDs;]
TwitterObjectFactory.createLocation ( String rawJSON ) [static] : Location
[run-time name: twitter4j/TwitterObjectFactory.createLocation:(Ljava/lang/String;)Ltwitter4j/Location;]
TwitterObjectFactory.createObject ( String rawJSON ) [static] : Object
[run-time name: twitter4j/TwitterObjectFactory.createObject:(Ljava/lang/String;)Ljava/lang/Object;]
TwitterObjectFactory.createOEmbed ( String rawJSON ) [static] : OEmbed
[run-time name: twitter4j/TwitterObjectFactory.createOEmbed:(Ljava/lang/String;)Ltwitter4j/OEmbed;]
TwitterObjectFactory.createPlace ( String rawJSON ) [static] : Place
[run-time name: twitter4j/TwitterObjectFactory.createPlace:(Ljava/lang/String;)Ltwitter4j/Place;]
TwitterObjectFactory.createRateLimitStatus ( String rawJSON ) [static] : java.util.Map
[run-time name: twitter4j/TwitterObjectFactory.createRateLimitStatus:(Ljava/lang/String;)Ljava/util/Map;]
TwitterObjectFactory.createRelationship ( String rawJSON ) [static] : Relationship
[run-time name: twitter4j/TwitterObjectFactory.createRelationship:(Ljava/lang/String;)Ltwitter4j/Relationship;]
TwitterObjectFactory.createSavedSearch ( String rawJSON ) [static] : SavedSearch
[run-time name: twitter4j/TwitterObjectFactory.createSavedSearch:(Ljava/lang/String;)Ltwitter4j/SavedSearch;]
TwitterObjectFactory.createStatus ( String rawJSON ) [static] : Status
[run-time name: twitter4j/TwitterObjectFactory.createStatus:(Ljava/lang/String;)Ltwitter4j/Status;]
TwitterObjectFactory.createTrend ( String rawJSON ) [static] : Trend
[run-time name: twitter4j/TwitterObjectFactory.createTrend:(Ljava/lang/String;)Ltwitter4j/Trend;]
TwitterObjectFactory.createTrends ( String rawJSON ) [static] : Trends
[run-time name: twitter4j/TwitterObjectFactory.createTrends:(Ljava/lang/String;)Ltwitter4j/Trends;]
TwitterObjectFactory.createUser ( String rawJSON ) [static] : User
[run-time name: twitter4j/TwitterObjectFactory.createUser:(Ljava/lang/String;)Ltwitter4j/User;]
TwitterObjectFactory.createUserList ( String rawJSON ) [static] : UserList
[run-time name: twitter4j/TwitterObjectFactory.createUserList:(Ljava/lang/String;)Ltwitter4j/UserList;]
TwitterObjectFactory.getRawJSON ( Object obj ) [static] : String
[run-time name: twitter4j/TwitterObjectFactory.getRawJSON:(Ljava/lang/Object;)Ljava/lang/String;]
twitter4j-core-4.0.1.jar, Type.class
package twitter4j
JSONObjectType.Type.valueOf ( String name ) [static] : JSONObjectType.Type
[run-time name: twitter4j/JSONObjectType.Type.valueOf:(Ljava/lang/String;)Ltwitter4j/JSONObjectType$Type;]
JSONObjectType.Type.values ( ) [static] : JSONObjectType.Type[ ]
[run-time name: twitter4j/JSONObjectType.Type.values:()[Ltwitter4j/JSONObjectType$Type;]
twitter4j-core-4.0.1.jar, Unit.class
package twitter4j
Query.Unit.valueOf ( String name ) [static] : Query.Unit
[run-time name: twitter4j/Query.Unit.valueOf:(Ljava/lang/String;)Ltwitter4j/Query$Unit;]
Query.Unit.values ( ) [static] : Query.Unit[ ]
[run-time name: twitter4j/Query.Unit.values:()[Ltwitter4j/Query$Unit;]
twitter4j-core-4.0.1.jar, UserList.class
package twitter4j
UserList.getCreatedAt ( ) [abstract] : java.util.Date
[run-time name: twitter4j/UserList.getCreatedAt:()Ljava/util/Date;]
UserList.getId ( ) [abstract] : long
[run-time name: twitter4j/UserList.getId:()J]
twitter4j-core-4.0.1.jar, XAuthAuthorization.class
package twitter4j
XAuthAuthorization.getAuthorizationHeader ( HttpRequest req ) : String
[run-time name: twitter4j/XAuthAuthorization.getAuthorizationHeader:(Ltwitter4j/HttpRequest;)Ljava/lang/String;]
XAuthAuthorization.getConsumerKey ( ) : String
[run-time name: twitter4j/XAuthAuthorization.getConsumerKey:()Ljava/lang/String;]
XAuthAuthorization.getConsumerSecret ( ) : String
[run-time name: twitter4j/XAuthAuthorization.getConsumerSecret:()Ljava/lang/String;]
XAuthAuthorization.getPassword ( ) : String
[run-time name: twitter4j/XAuthAuthorization.getPassword:()Ljava/lang/String;]
XAuthAuthorization.getUserId ( ) : String
[run-time name: twitter4j/XAuthAuthorization.getUserId:()Ljava/lang/String;]
XAuthAuthorization.isEnabled ( ) : boolean
[run-time name: twitter4j/XAuthAuthorization.isEnabled:()Z]
XAuthAuthorization.setOAuthConsumer ( String consumerKey, String consumerSecret ) : void
[run-time name: twitter4j/XAuthAuthorization.setOAuthConsumer:(Ljava/lang/String;Ljava/lang/String;)V]
XAuthAuthorization.XAuthAuthorization ( auth.BasicAuthorization basic )
[run-time name: twitter4j/XAuthAuthorization."<init>":(Ltwitter4j/auth/BasicAuthorization;)V]
twitter4j-spdy-support-4.0.1.jar, AlternativeHttpClientImpl.class
package twitter4j
AlternativeHttpClientImpl.AlternativeHttpClientImpl ( )
[run-time name: twitter4j/AlternativeHttpClientImpl."<init>":()V]
AlternativeHttpClientImpl.AlternativeHttpClientImpl ( HttpClientConfiguration conf )
[run-time name: twitter4j/AlternativeHttpClientImpl."<init>":(Ltwitter4j/HttpClientConfiguration;)V]
AlternativeHttpClientImpl.get ( String x0 ) : HttpResponse
[run-time name: twitter4j/AlternativeHttpClientImpl.get:(Ljava/lang/String;)Ltwitter4j/HttpResponse;]
AlternativeHttpClientImpl.getConnection ( String url ) : java.net.HttpURLConnection
[run-time name: twitter4j/AlternativeHttpClientImpl.getConnection:(Ljava/lang/String;)Ljava/net/HttpURLConnection;]
AlternativeHttpClientImpl.getLastRequestProtocol ( ) : String
[run-time name: twitter4j/AlternativeHttpClientImpl.getLastRequestProtocol:()Ljava/lang/String;]
AlternativeHttpClientImpl.handleRequest ( HttpRequest req ) : HttpResponse
[run-time name: twitter4j/AlternativeHttpClientImpl.handleRequest:(Ltwitter4j/HttpRequest;)Ltwitter4j/HttpResponse;]
AlternativeHttpClientImpl.post ( String x0, HttpParameter[ ] x1 ) : HttpResponse
[run-time name: twitter4j/AlternativeHttpClientImpl.post:(Ljava/lang/String;[Ltwitter4j/HttpParameter;)Ltwitter4j/HttpResponse;]
twitter4j-stream-4.0.1.jar, TwitterStream.class
package twitter4j
TwitterStream.addListener ( StreamListener p1 ) [abstract] : void
[run-time name: twitter4j/TwitterStream.addListener:(Ltwitter4j/StreamListener;)V]
TwitterStream.clearListeners ( ) [abstract] : void
[run-time name: twitter4j/TwitterStream.clearListeners:()V]
TwitterStream.removeListener ( StreamListener p1 ) [abstract] : void
[run-time name: twitter4j/TwitterStream.removeListener:(Ltwitter4j/StreamListener;)V]
TwitterStream.replaceListener ( StreamListener p1, StreamListener p2 ) [abstract] : void
[run-time name: twitter4j/TwitterStream.replaceListener:(Ltwitter4j/StreamListener;Ltwitter4j/StreamListener;)V]
twitter4j-stream-4.0.1.jar, UserStreamAdapter.class
package twitter4j
UserStreamAdapter.onUnfollow ( User source, User unfollowedUser ) : void
[run-time name: twitter4j/UserStreamAdapter.onUnfollow:(Ltwitter4j/User;Ltwitter4j/User;)V]
twitter4j-stream-4.0.1.jar, UserStreamListener.class
package twitter4j
UserStreamListener.onUnfollow ( User p1, User p2 ) [abstract] : void
[run-time name: twitter4j/UserStreamListener.onUnfollow:(Ltwitter4j/User;Ltwitter4j/User;)V]
to the top
Removed Methods (114)
twitter4j-async-3.0.6.jar, ListsResourcesAsync.class
package twitter4j.api
ListsResourcesAsync.addUserListMember ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.addUserListMember:(IJ)V]
ListsResourcesAsync.addUserListMember ( long p1, String p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.addUserListMember:(JLjava/lang/String;J)V]
ListsResourcesAsync.addUserListMembers ( int p1, long[ ] p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.addUserListMembers:(I[J)V]
ListsResourcesAsync.addUserListMembers ( int p1, String[ ] p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.addUserListMembers:(I[Ljava/lang/String;)V]
ListsResourcesAsync.addUserListMembers ( long p1, String p2, long[ ] p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.addUserListMembers:(JLjava/lang/String;[J)V]
ListsResourcesAsync.addUserListMembers ( long p1, String p2, String[ ] p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.addUserListMembers:(JLjava/lang/String;[Ljava/lang/String;)V]
ListsResourcesAsync.createUserListMember ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.createUserListMember:(IJ)V]
ListsResourcesAsync.createUserListMembers ( int p1, long[ ] p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.createUserListMembers:(I[J)V]
ListsResourcesAsync.createUserListMembers ( int p1, String[ ] p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.createUserListMembers:(I[Ljava/lang/String;)V]
ListsResourcesAsync.createUserListSubscription ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.createUserListSubscription:(I)V]
ListsResourcesAsync.deleteUserListMember ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.deleteUserListMember:(IJ)V]
ListsResourcesAsync.deleteUserListMember ( long p1, String p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.deleteUserListMember:(JLjava/lang/String;J)V]
ListsResourcesAsync.destroyUserList ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.destroyUserList:(I)V]
ListsResourcesAsync.destroyUserListMember ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.destroyUserListMember:(IJ)V]
ListsResourcesAsync.destroyUserListSubscription ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.destroyUserListSubscription:(I)V]
ListsResourcesAsync.getUserListMembers ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListMembers:(IJ)V]
ListsResourcesAsync.getUserListStatuses ( int p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListStatuses:(ILtwitter4j/Paging;)V]
ListsResourcesAsync.getUserListSubscribers ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListSubscribers:(IJ)V]
ListsResourcesAsync.showUserList ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.showUserList:(I)V]
ListsResourcesAsync.showUserListMembership ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.showUserListMembership:(IJ)V]
ListsResourcesAsync.showUserListSubscription ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.showUserListSubscription:(IJ)V]
ListsResourcesAsync.updateUserList ( int p1, String p2, boolean p3, String p4 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.updateUserList:(ILjava/lang/String;ZLjava/lang/String;)V]
twitter4j-async-3.0.6.jar, TrendsResourcesAsync.class
package twitter4j.api
TrendsResourcesAsync.getAvailableTrends ( twitter4j.GeoLocation p1 ) [abstract] : void
[run-time name: twitter4j/api/TrendsResourcesAsync.getAvailableTrends:(Ltwitter4j/GeoLocation;)V]
TrendsResourcesAsync.getLocationTrends ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/TrendsResourcesAsync.getLocationTrends:(I)V]
twitter4j-core-3.0.6.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;]
twitter4j-core-3.0.6.jar, BasicAuthorization.class
package twitter4j.auth
BasicAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ) : String
[run-time name: twitter4j/auth/BasicAuthorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String;]
twitter4j-core-3.0.6.jar, Configuration.class
package twitter4j.conf
Configuration.getClientURL ( ) [abstract] : String
[run-time name: twitter4j/conf/Configuration.getClientURL:()Ljava/lang/String;]
Configuration.getClientVersion ( ) [abstract] : String
[run-time name: twitter4j/conf/Configuration.getClientVersion:()Ljava/lang/String;]
Configuration.getHttpConnectionTimeout ( ) [abstract] : int
[run-time name: twitter4j/conf/Configuration.getHttpConnectionTimeout:()I]
Configuration.getHttpDefaultMaxPerRoute ( ) [abstract] : int
[run-time name: twitter4j/conf/Configuration.getHttpDefaultMaxPerRoute:()I]
Configuration.getHttpMaxTotalConnections ( ) [abstract] : int
[run-time name: twitter4j/conf/Configuration.getHttpMaxTotalConnections:()I]
Configuration.getHttpProxyHost ( ) [abstract] : String
[run-time name: twitter4j/conf/Configuration.getHttpProxyHost:()Ljava/lang/String;]
Configuration.getHttpProxyPassword ( ) [abstract] : String
[run-time name: twitter4j/conf/Configuration.getHttpProxyPassword:()Ljava/lang/String;]
Configuration.getHttpProxyPort ( ) [abstract] : int
[run-time name: twitter4j/conf/Configuration.getHttpProxyPort:()I]
Configuration.getHttpProxyUser ( ) [abstract] : String
[run-time name: twitter4j/conf/Configuration.getHttpProxyUser:()Ljava/lang/String;]
Configuration.getHttpReadTimeout ( ) [abstract] : int
[run-time name: twitter4j/conf/Configuration.getHttpReadTimeout:()I]
Configuration.getHttpRetryCount ( ) [abstract] : int
[run-time name: twitter4j/conf/Configuration.getHttpRetryCount:()I]
Configuration.getHttpRetryIntervalSeconds ( ) [abstract] : int
[run-time name: twitter4j/conf/Configuration.getHttpRetryIntervalSeconds:()I]
Configuration.getRequestHeaders ( ) [abstract] : java.util.Map
[run-time name: twitter4j/conf/Configuration.getRequestHeaders:()Ljava/util/Map;]
Configuration.getUserAgent ( ) [abstract] : String
[run-time name: twitter4j/conf/Configuration.getUserAgent:()Ljava/lang/String;]
Configuration.isDalvik ( ) [abstract] : boolean
[run-time name: twitter4j/conf/Configuration.isDalvik:()Z]
Configuration.isGAE ( ) [abstract] : boolean
[run-time name: twitter4j/conf/Configuration.isGAE:()Z]
Configuration.isIncludeRTsEnabled ( ) [abstract] : boolean
[run-time name: twitter4j/conf/Configuration.isIncludeRTsEnabled:()Z]
twitter4j-core-3.0.6.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setClientURL ( String clientURL ) : ConfigurationBuilder
[run-time name: twitter4j/conf/ConfigurationBuilder.setClientURL:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder;]
ConfigurationBuilder.setClientVersion ( String clientVersion ) : ConfigurationBuilder
[run-time name: twitter4j/conf/ConfigurationBuilder.setClientVersion:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder;]
ConfigurationBuilder.setHttpDefaultMaxPerRoute ( int httpDefaultMaxPerRoute ) : ConfigurationBuilder
[run-time name: twitter4j/conf/ConfigurationBuilder.setHttpDefaultMaxPerRoute:(I)Ltwitter4j/conf/ConfigurationBuilder;]
ConfigurationBuilder.setHttpMaxTotalConnections ( int httpMaxConnections ) : ConfigurationBuilder
[run-time name: twitter4j/conf/ConfigurationBuilder.setHttpMaxTotalConnections:(I)Ltwitter4j/conf/ConfigurationBuilder;]
ConfigurationBuilder.setIncludeRTsEnabled ( boolean enabled ) : ConfigurationBuilder
[run-time name: twitter4j/conf/ConfigurationBuilder.setIncludeRTsEnabled:(Z)Ltwitter4j/conf/ConfigurationBuilder;]
ConfigurationBuilder.setUseSSL ( boolean useSSL ) : ConfigurationBuilder
[run-time name: twitter4j/conf/ConfigurationBuilder.setUseSSL:(Z)Ltwitter4j/conf/ConfigurationBuilder;]
twitter4j-core-3.0.6.jar, JSONObjectType.class
package twitter4j.json
JSONObjectType.determine ( twitter4j.internal.org.json.JSONObject json ) [static] : JSONObjectType.Type
[run-time name: twitter4j/json/JSONObjectType.determine:(Ltwitter4j/internal/org/json/JSONObject;)Ltwitter4j/json/JSONObjectType$Type;]
JSONObjectType.JSONObjectType ( )
[run-time name: twitter4j/json/JSONObjectType."<init>":()V]
twitter4j-core-3.0.6.jar, ListsResources.class
package twitter4j.api
ListsResources.addUserListMember ( int p1, long p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.addUserListMember:(IJ)Ltwitter4j/UserList;]
ListsResources.addUserListMember ( long p1, String p2, long p3 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.addUserListMember:(JLjava/lang/String;J)Ltwitter4j/UserList;]
ListsResources.addUserListMembers ( int p1, long[ ] p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.addUserListMembers:(I[J)Ltwitter4j/UserList;]
ListsResources.addUserListMembers ( int p1, String[ ] p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.addUserListMembers:(I[Ljava/lang/String;)Ltwitter4j/UserList;]
ListsResources.addUserListMembers ( long p1, String p2, long[ ] p3 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.addUserListMembers:(JLjava/lang/String;[J)Ltwitter4j/UserList;]
ListsResources.addUserListMembers ( long p1, String p2, String[ ] p3 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.addUserListMembers:(JLjava/lang/String;[Ljava/lang/String;)Ltwitter4j/UserList;]
ListsResources.createUserListMember ( int p1, long p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.createUserListMember:(IJ)Ltwitter4j/UserList;]
ListsResources.createUserListMembers ( int p1, long[ ] p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.createUserListMembers:(I[J)Ltwitter4j/UserList;]
ListsResources.createUserListMembers ( int p1, String[ ] p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.createUserListMembers:(I[Ljava/lang/String;)Ltwitter4j/UserList;]
ListsResources.createUserListSubscription ( int p1 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.createUserListSubscription:(I)Ltwitter4j/UserList;]
ListsResources.deleteUserListMember ( int p1, long p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.deleteUserListMember:(IJ)Ltwitter4j/UserList;]
ListsResources.deleteUserListMember ( long p1, String p2, long p3 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.deleteUserListMember:(JLjava/lang/String;J)Ltwitter4j/UserList;]
ListsResources.destroyUserList ( int p1 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserList:(I)Ltwitter4j/UserList;]
ListsResources.destroyUserListMember ( int p1, long p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserListMember:(IJ)Ltwitter4j/UserList;]
ListsResources.destroyUserListMember ( int p1, String p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserListMember:(ILjava/lang/String;)Ltwitter4j/UserList;]
ListsResources.destroyUserListMembers ( int p1, long[ ] p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserListMembers:(I[J)Ltwitter4j/UserList;]
ListsResources.destroyUserListMembers ( int p1, String[ ] p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserListMembers:(I[Ljava/lang/String;)Ltwitter4j/UserList;]
ListsResources.destroyUserListMembers ( String p1, String p2, long[ ] p3 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserListMembers:(Ljava/lang/String;Ljava/lang/String;[J)Ltwitter4j/UserList;]
ListsResources.destroyUserListSubscription ( int p1 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserListSubscription:(I)Ltwitter4j/UserList;]
ListsResources.getUserListMembers ( int p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListMembers:(IJ)Ltwitter4j/PagableResponseList;]
ListsResources.getUserListStatuses ( int p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/ListsResources.getUserListStatuses:(ILtwitter4j/Paging;)Ltwitter4j/ResponseList;]
ListsResources.getUserListSubscribers ( int p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListSubscribers:(IJ)Ltwitter4j/PagableResponseList;]
ListsResources.showUserList ( int p1 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.showUserList:(I)Ltwitter4j/UserList;]
ListsResources.showUserListMembership ( int p1, long p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/ListsResources.showUserListMembership:(IJ)Ltwitter4j/User;]
ListsResources.showUserListSubscription ( int p1, long p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/ListsResources.showUserListSubscription:(IJ)Ltwitter4j/User;]
ListsResources.updateUserList ( int p1, String p2, boolean p3, String p4 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.updateUserList:(ILjava/lang/String;ZLjava/lang/String;)Ltwitter4j/UserList;]
twitter4j-core-3.0.6.jar, NullAuthorization.class
package twitter4j.auth
NullAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ) : String
[run-time name: twitter4j/auth/NullAuthorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String;]
twitter4j-core-3.0.6.jar, OAuth2Authorization.class
package twitter4j.auth
OAuth2Authorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ) : String
[run-time name: twitter4j/auth/OAuth2Authorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String;]
twitter4j-core-3.0.6.jar, OAuthAuthorization.class
package twitter4j.auth
OAuthAuthorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest req ) : String
[run-time name: twitter4j/auth/OAuthAuthorization.getAuthorizationHeader:(Ltwitter4j/internal/http/HttpRequest;)Ljava/lang/String;]
twitter4j-core-3.0.6.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.getRequestHeaders ( ) : java.util.Map
[run-time name: twitter4j/conf/PropertyConfiguration.getRequestHeaders:()Ljava/util/Map;]
PropertyConfiguration.isGAE ( ) : boolean
[run-time name: twitter4j/conf/PropertyConfiguration.isGAE:()Z]
PropertyConfiguration.isGZIPEnabled ( ) : boolean
[run-time name: twitter4j/conf/PropertyConfiguration.isGZIPEnabled:()Z]
PropertyConfiguration.isIncludeRTsEnabled ( ) : boolean
[run-time name: twitter4j/conf/PropertyConfiguration.isIncludeRTsEnabled:()Z]
PropertyConfiguration.isPrettyDebugEnabled ( ) : boolean
[run-time name: twitter4j/conf/PropertyConfiguration.isPrettyDebugEnabled:()Z]
twitter4j-core-3.0.6.jar, Query.class
package twitter4j
Query.getResultType ( ) : String
[run-time name: twitter4j/Query.getResultType:()Ljava/lang/String;]
Query.resultType ( String resultType ) : Query
[run-time name: twitter4j/Query.resultType:(Ljava/lang/String;)Ltwitter4j/Query;]
Query.setResultType ( String resultType ) : void
[run-time name: twitter4j/Query.setResultType:(Ljava/lang/String;)V]
twitter4j-core-3.0.6.jar, QueryResult.class
package twitter4j
QueryResult.getRefreshUrl ( ) [abstract] : String
[run-time name: twitter4j/QueryResult.getRefreshUrl:()Ljava/lang/String;]
twitter4j-core-3.0.6.jar, RateLimitStatus.class
package twitter4j
RateLimitStatus.getRemainingHits ( ) [abstract] : int
[run-time name: twitter4j/RateLimitStatus.getRemainingHits:()I]
twitter4j-core-3.0.6.jar, Status.class
package twitter4j
Status.getIsoLanguageCode ( ) [abstract] : String
[run-time name: twitter4j/Status.getIsoLanguageCode:()Ljava/lang/String;]
twitter4j-core-3.0.6.jar, TimelinesResources.class
package twitter4j.api
TimelinesResources.getMentions ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelinesResources.getMentions:()Ltwitter4j/ResponseList;]
TimelinesResources.getMentions ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelinesResources.getMentions:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
twitter4j-core-3.0.6.jar, Trend.class
package twitter4j
Trend.getUrl ( ) [abstract] : String
[run-time name: twitter4j/Trend.getUrl:()Ljava/lang/String;]
twitter4j-core-3.0.6.jar, TrendsResources.class
package twitter4j.api
TrendsResources.getAvailableTrends ( twitter4j.GeoLocation p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TrendsResources.getAvailableTrends:(Ltwitter4j/GeoLocation;)Ltwitter4j/ResponseList;]
TrendsResources.getLocationTrends ( int p1 ) [abstract] : twitter4j.Trends
[run-time name: twitter4j/api/TrendsResources.getLocationTrends:(I)Ltwitter4j/Trends;]
twitter4j-core-3.0.6.jar, TwitterBase.class
package twitter4j
TwitterBase.shutdown ( ) [abstract] : void
[run-time name: twitter4j/TwitterBase.shutdown:()V]
twitter4j-core-3.0.6.jar, TwitterException.class
package twitter4j
TwitterException.TwitterException ( String message, internal.http.HttpResponse res )
[run-time name: twitter4j/TwitterException."<init>":(Ljava/lang/String;Ltwitter4j/internal/http/HttpResponse;)V]
twitter4j-core-3.0.6.jar, Type.class
package twitter4j.json
JSONObjectType.Type.valueOf ( String name ) [static] : JSONObjectType.Type
[run-time name: twitter4j/json/JSONObjectType.Type.valueOf:(Ljava/lang/String;)Ltwitter4j/json/JSONObjectType$Type;]
JSONObjectType.Type.values ( ) [static] : JSONObjectType.Type[ ]
[run-time name: twitter4j/json/JSONObjectType.Type.values:()[Ltwitter4j/json/JSONObjectType$Type;]
twitter4j-core-3.0.6.jar, User.class
package twitter4j
User.getProfileBackgroundImageUrl ( ) [abstract] : String
[run-time name: twitter4j/User.getProfileBackgroundImageUrl:()Ljava/lang/String;]
User.getProfileImageUrlHttps ( ) [abstract] : java.net.URL
[run-time name: twitter4j/User.getProfileImageUrlHttps:()Ljava/net/URL;]
twitter4j-core-3.0.6.jar, UserList.class
package twitter4j
UserList.getId ( ) [abstract] : int
[run-time name: twitter4j/UserList.getId:()I]
twitter4j-stream-3.0.6.jar, TwitterStream.class
package twitter4j
TwitterStream.addListener ( RawStreamListener p1 ) [abstract] : void
[run-time name: twitter4j/TwitterStream.addListener:(Ltwitter4j/RawStreamListener;)V]
TwitterStream.addListener ( SiteStreamsListener p1 ) [abstract] : void
[run-time name: twitter4j/TwitterStream.addListener:(Ltwitter4j/SiteStreamsListener;)V]
TwitterStream.addListener ( StatusListener p1 ) [abstract] : void
[run-time name: twitter4j/TwitterStream.addListener:(Ltwitter4j/StatusListener;)V]
TwitterStream.addListener ( UserStreamListener p1 ) [abstract] : void
[run-time name: twitter4j/TwitterStream.addListener:(Ltwitter4j/UserStreamListener;)V]
TwitterStream.getFilterStream ( FilterQuery p1 ) [abstract] : StatusStream
[run-time name: twitter4j/TwitterStream.getFilterStream:(Ltwitter4j/FilterQuery;)Ltwitter4j/StatusStream;]
TwitterStream.getFirehoseStream ( int p1 ) [abstract] : StatusStream
[run-time name: twitter4j/TwitterStream.getFirehoseStream:(I)Ltwitter4j/StatusStream;]
TwitterStream.getLinksStream ( int p1 ) [abstract] : StatusStream
[run-time name: twitter4j/TwitterStream.getLinksStream:(I)Ltwitter4j/StatusStream;]
TwitterStream.getRetweetStream ( ) [abstract] : StatusStream
[run-time name: twitter4j/TwitterStream.getRetweetStream:()Ltwitter4j/StatusStream;]
TwitterStream.getSampleStream ( ) [abstract] : StatusStream
[run-time name: twitter4j/TwitterStream.getSampleStream:()Ltwitter4j/StatusStream;]
TwitterStream.getUserStream ( ) [abstract] : UserStream
[run-time name: twitter4j/TwitterStream.getUserStream:()Ltwitter4j/UserStream;]
TwitterStream.getUserStream ( String[ ] p1 ) [abstract] : UserStream
[run-time name: twitter4j/TwitterStream.getUserStream:([Ljava/lang/String;)Ltwitter4j/UserStream;]
to the top
Problems with Data Types, High Severity (154)
twitter4j-async-3.0.6.jar
package twitter4j.api
[+] ListsResourcesAsync (22)
| Change | Effect |
---|
1 | Abstract method ListsResourcesAsync.addUserListMember ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method ListsResourcesAsync.addUserListMember ( long p1, String p2, long p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method ListsResourcesAsync.addUserListMembers ( int p1, long[ ] p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method ListsResourcesAsync.addUserListMembers ( int p1, String[ ] p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Abstract method ListsResourcesAsync.addUserListMembers ( long p1, String p2, long[ ] p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
6 | Abstract method ListsResourcesAsync.addUserListMembers ( long p1, String p2, String[ ] p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
7 | Abstract method ListsResourcesAsync.createUserListMember ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
8 | Abstract method ListsResourcesAsync.createUserListMembers ( int p1, long[ ] p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
9 | Abstract method ListsResourcesAsync.createUserListMembers ( int p1, String[ ] p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
10 | Abstract method ListsResourcesAsync.createUserListSubscription ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
11 | Abstract method ListsResourcesAsync.deleteUserListMember ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
12 | Abstract method ListsResourcesAsync.deleteUserListMember ( long p1, String p2, long p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
13 | Abstract method ListsResourcesAsync.destroyUserList ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
14 | Abstract method ListsResourcesAsync.destroyUserListMember ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
15 | Abstract method ListsResourcesAsync.destroyUserListSubscription ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
16 | Abstract method ListsResourcesAsync.getUserListMembers ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
17 | Abstract method ListsResourcesAsync.getUserListStatuses ( int p1, twitter4j.Paging p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
18 | Abstract method ListsResourcesAsync.getUserListSubscribers ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
19 | Abstract method ListsResourcesAsync.showUserList ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
20 | Abstract method ListsResourcesAsync.showUserListMembership ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
21 | Abstract method ListsResourcesAsync.showUserListSubscription ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
22 | Abstract method ListsResourcesAsync.updateUserList ( int p1, String p2, boolean p3, String p4 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (23)
ListsResourcesAsync.createUserList ( String p1, boolean p2, String p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.createUserListMember ( long p1, String p2, long p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.createUserListMembers ( long p1, String p2, String[ ] p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.createUserListMembers ( long p1, String p2, long[ ] p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.createUserListSubscription ( long p1, String p2 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.destroyUserList ( long p1, String p2 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.destroyUserListMember ( long p1, String p2, long p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.destroyUserListSubscription ( long p1, String p2 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListMembers ( long p1, String p2, long p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListMemberships ( String p1, long p2 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListMemberships ( String p1, long p2, boolean p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListMemberships ( long p1 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListMemberships ( long p1, long p2 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListMemberships ( long p1, long p2, boolean p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserLists ( String p1 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserLists ( long p1 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListStatuses ( long p1, String p2, twitter4j.Paging p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListSubscribers ( long p1, String p2, long p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListSubscriptions ( String p1, long p2 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.showUserList ( long p1, String p2 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.showUserListMembership ( long p1, String p2, long p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.showUserListSubscription ( long p1, String p2, long p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.updateUserList ( long p1, String p2, String p3, boolean p4, String p5 )This abstract method is from 'ListsResourcesAsync' interface.
[+] TrendsResourcesAsync (2)
| Change | Effect |
---|
1 | Abstract method TrendsResourcesAsync.getAvailableTrends ( twitter4j.GeoLocation p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method TrendsResourcesAsync.getLocationTrends ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (3)
TrendsResourcesAsync.getAvailableTrends ( )This abstract method is from 'TrendsResourcesAsync' interface.
TrendsResourcesAsync.getClosestTrends ( twitter4j.GeoLocation p1 )This abstract method is from 'TrendsResourcesAsync' interface.
TrendsResourcesAsync.getPlaceTrends ( int p1 )This abstract method is from 'TrendsResourcesAsync' interface.
twitter4j-core-3.0.6.jar
package twitter4j
[+] GeoLocation (2)
| Change | Effect |
---|
1 | Access level of field latitude has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
2 | Access level of field longitude has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (20)
api.PlacesGeoResources.createPlace ( String p1, String p2, String p3, GeoLocation p4, String p5 )4th parameter 'p4' of this abstract method has type 'GeoLocation'.
api.PlacesGeoResources.getSimilarPlaces ( GeoLocation p1, String p2, String p3, String p4 )1st parameter 'p1' of this abstract method has type 'GeoLocation'.
api.PlacesGeoResourcesAsync.createPlace ( String p1, String p2, String p3, GeoLocation p4, String p5 )4th parameter 'p4' of this abstract method has type 'GeoLocation'.
api.PlacesGeoResourcesAsync.getSimilarPlaces ( GeoLocation p1, String p2, String p3, String p4 )1st parameter 'p1' of this abstract method has type 'GeoLocation'.
api.TrendsResources.getClosestTrends ( GeoLocation p1 )1st parameter 'p1' of this abstract method has type 'GeoLocation'.
api.TrendsResourcesAsync.getClosestTrends ( GeoLocation p1 )1st parameter 'p1' of this abstract method has type 'GeoLocation'.
GeoLocation.equals ( Object o )This method is from 'GeoLocation' class.
GeoLocation.GeoLocation ( double latitude, double longitude )This constructor is from 'GeoLocation' class.
GeoLocation.getLatitude ( )This method is from 'GeoLocation' class.
GeoLocation.getLongitude ( )This method is from 'GeoLocation' class.
GeoLocation.hashCode ( )This method is from 'GeoLocation' class.
GeoLocation.toString ( )This method is from 'GeoLocation' class.
GeoQuery.GeoQuery ( GeoLocation location )1st parameter 'location' of this method has type 'GeoLocation'.
GeoQuery.getLocation ( )Return value of this method has type 'GeoLocation'.
Query.geoCode ( GeoLocation location, double radius, String unit )1st parameter 'location' of this method has type 'GeoLocation'.
Query.setGeoCode ( GeoLocation location, double radius, String unit )1st parameter 'location' of this method has type 'GeoLocation'.
Status.getGeoLocation ( )Return value of this abstract method has type 'GeoLocation'.
StatusUpdate.getLocation ( )Return value of this method has type 'GeoLocation'.
StatusUpdate.location ( GeoLocation location )1st parameter 'location' of this method has type 'GeoLocation'.
StatusUpdate.setLocation ( GeoLocation location )1st parameter 'location' of this method has type 'GeoLocation'.
[+] Query (5)
| Change | Effect |
---|
1 | Type of field KILOMETERS has been changed from java.lang.String to Query.Unit. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Type of field MILES has been changed from java.lang.String to Query.Unit. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Type of field MIXED has been changed from java.lang.String to Query.ResultType. | A client program may be interrupted by NoSuchFieldError exception. |
4 | Type of field POPULAR has been changed from java.lang.String to Query.ResultType. | A client program may be interrupted by NoSuchFieldError exception. |
5 | Type of field RECENT has been changed from java.lang.String to Query.ResultType. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (35)
api.SearchResource.search ( Query p1 )1st parameter 'p1' of this abstract method has type 'Query'.
api.SearchResourceAsync.search ( Query p1 )1st parameter 'p1' of this abstract method has type 'Query'.
Query.count ( int count )Return value of this method has type 'Query'.
Query.equals ( Object o )This method is from 'Query' class.
Query.geoCode ( GeoLocation location, double radius, String unit )Return value of this method has type 'Query'.
Query.getCount ( )This method is from 'Query' class.
Query.getGeocode ( )This method is from 'Query' class.
Query.getLang ( )This method is from 'Query' class.
Query.getLocale ( )This method is from 'Query' class.
Query.getMaxId ( )This method is from 'Query' class.
Query.getQuery ( )This method is from 'Query' class.
Query.getSince ( )This method is from 'Query' class.
Query.getSinceId ( )This method is from 'Query' class.
Query.getUntil ( )This method is from 'Query' class.
Query.hashCode ( )This method is from 'Query' class.
Query.lang ( String lang )Return value of this method has type 'Query'.
Query.locale ( String locale )Return value of this method has type 'Query'.
Query.maxId ( long maxId )Return value of this method has type 'Query'.
Query.Query ( )This constructor is from 'Query' class.
Query.query ( String query )Return value of this method has type 'Query'.
Query.Query ( String query )This constructor is from 'Query' class.
Query.setCount ( int count )This method is from 'Query' class.
Query.setGeoCode ( GeoLocation location, double radius, String unit )This method is from 'Query' class.
Query.setLang ( String lang )This method is from 'Query' class.
Query.setLocale ( String locale )This method is from 'Query' class.
Query.setMaxId ( long maxId )This method is from 'Query' class.
Query.setQuery ( String query )This method is from 'Query' class.
Query.setSince ( String since )This method is from 'Query' class.
Query.setSinceId ( long sinceId )This method is from 'Query' class.
Query.setUntil ( String until )This method is from 'Query' class.
Query.since ( String since )Return value of this method has type 'Query'.
Query.sinceId ( long sinceId )Return value of this method has type 'Query'.
Query.toString ( )This method is from 'Query' class.
Query.until ( String until )Return value of this method has type 'Query'.
QueryResult.nextQuery ( )Return value of this abstract method has type 'Query'.
[+] QueryResult (1)
| Change | Effect |
---|
1 | Abstract method QueryResult.getRefreshUrl ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (12)
api.SearchResource.search ( Query p1 )Return value of this abstract method has type 'QueryResult'.
QueryResult.getCompletedIn ( )This abstract method is from 'QueryResult' interface.
QueryResult.getCount ( )This abstract method is from 'QueryResult' interface.
QueryResult.getMaxId ( )This abstract method is from 'QueryResult' interface.
QueryResult.getQuery ( )This abstract method is from 'QueryResult' interface.
QueryResult.getRefreshURL ( )This abstract method is from 'QueryResult' interface.
QueryResult.getSinceId ( )This abstract method is from 'QueryResult' interface.
QueryResult.getTweets ( )This abstract method is from 'QueryResult' interface.
QueryResult.hasNext ( )This abstract method is from 'QueryResult' interface.
QueryResult.nextQuery ( )This abstract method is from 'QueryResult' interface.
TwitterAdapter.searched ( QueryResult queryResult )1st parameter 'queryResult' of this method has type 'QueryResult'.
TwitterListener.searched ( QueryResult p1 )1st parameter 'p1' of this abstract method has type 'QueryResult'.
[+] RateLimitStatus (1)
| Change | Effect |
---|
1 | Abstract method RateLimitStatus.getRemainingHits ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (7)
RateLimitStatus.getLimit ( )This abstract method is from 'RateLimitStatus' interface.
RateLimitStatus.getRemaining ( )This abstract method is from 'RateLimitStatus' interface.
RateLimitStatus.getResetTimeInSeconds ( )This abstract method is from 'RateLimitStatus' interface.
RateLimitStatus.getSecondsUntilReset ( )This abstract method is from 'RateLimitStatus' interface.
ResponseList.getRateLimitStatus ( )Return value of this abstract method has type 'RateLimitStatus'.
TwitterException.getRateLimitStatus ( )Return value of this method has type 'RateLimitStatus'.
TwitterResponse.getRateLimitStatus ( )Return value of this abstract method has type 'RateLimitStatus'.
[+] Status (1)
| Change | Effect |
---|
1 | Abstract method Status.getIsoLanguageCode ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (56)
api.FavoritesResources.createFavorite ( long p1 )Return value of this abstract method has type 'Status'.
api.FavoritesResources.destroyFavorite ( long p1 )Return value of this abstract method has type 'Status'.
api.TweetsResources.destroyStatus ( long p1 )Return value of this abstract method has type 'Status'.
api.TweetsResources.retweetStatus ( long p1 )Return value of this abstract method has type 'Status'.
api.TweetsResources.showStatus ( long p1 )Return value of this abstract method has type 'Status'.
api.TweetsResources.updateStatus ( String p1 )Return value of this abstract method has type 'Status'.
api.TweetsResources.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'.
SiteStreamsAdapter.onFavorite ( long forUser, User source, User target, Status favoritedStatus )4th parameter 'favoritedStatus' of this method has type 'Status'.
SiteStreamsAdapter.onStatus ( long forUser, Status status )2nd parameter 'status' of this method has type 'Status'.
SiteStreamsAdapter.onUnfavorite ( long forUser, User source, User target, Status unfavoritedStatus )4th parameter 'unfavoritedStatus' of this method has type 'Status'.
SiteStreamsListener.onFavorite ( long p1, User p2, User p3, Status p4 )4th parameter 'p4' of this abstract method has type 'Status'.
SiteStreamsListener.onStatus ( long p1, Status p2 )2nd parameter 'p2' of this abstract method has type 'Status'.
SiteStreamsListener.onUnfavorite ( long p1, User p2, User p3, Status p4 )4th parameter 'p4' of this abstract method has type 'Status'.
Status.getContributors ( )This abstract method is from 'Status' interface.
Status.getCreatedAt ( )This abstract method is from 'Status' interface.
Status.getCurrentUserRetweetId ( )This abstract method is from 'Status' interface.
Status.getFavoriteCount ( )This abstract method is from 'Status' interface.
Status.getGeoLocation ( )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.getInReplyToUserId ( )This abstract method is from 'Status' interface.
Status.getLang ( )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 ( )Return value of this abstract method has type 'Status'.
Status.getScopes ( )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.getUser ( )This abstract method is from 'Status' interface.
Status.isFavorited ( )This abstract method is from 'Status' interface.
Status.isPossiblySensitive ( )This abstract method is from 'Status' interface.
Status.isRetweet ( )This abstract method is from 'Status' interface.
Status.isRetweeted ( )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 status )1st parameter 'status' of this method has type 'Status'.
TwitterAdapter.retweetedStatus ( Status retweetedStatus )1st parameter 'retweetedStatus' of this method has type 'Status'.
TwitterAdapter.updatedStatus ( Status status )1st parameter 'status' 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.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.onUnfavorite ( User p1, User p2, Status p3 )3rd parameter 'p3' of this abstract method has type 'Status'.
[+] Trend (1)
| Change | Effect |
---|
1 | Abstract method Trend.getUrl ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (4)
json.DataObjectFactory.createTrend ( String rawJSON )Return value of this method has type 'Trend'.
Trend.getName ( )This abstract method is from 'Trend' interface.
Trend.getQuery ( )This abstract method is from 'Trend' interface.
Trend.getURL ( )This abstract method is from 'Trend' interface.
[+] TwitterBase (1)
| Change | Effect |
---|
1 | Abstract method TwitterBase.shutdown ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (5)
TwitterBase.addRateLimitStatusListener ( RateLimitStatusListener p1 )This abstract method is from 'TwitterBase' interface.
TwitterBase.getAuthorization ( )This abstract method is from 'TwitterBase' interface.
TwitterBase.getConfiguration ( )This abstract method is from 'TwitterBase' interface.
TwitterBase.getId ( )This abstract method is from 'TwitterBase' interface.
TwitterBase.getScreenName ( )This abstract method is from 'TwitterBase' interface.
[+] TwitterException (1)
| Change | Effect |
---|
1 | Removed super-interface internal.http.HttpResponseCode. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (22)
TwitterAdapter.onException ( TwitterException te, TwitterMethod method )1st parameter 'te' of this method has type 'TwitterException'.
TwitterException.equals ( Object o )This method is from 'TwitterException' class.
TwitterException.exceededRateLimitation ( )This method is from 'TwitterException' class.
TwitterException.getAccessLevel ( )This method is from 'TwitterException' class.
TwitterException.getErrorCode ( )This method is from 'TwitterException' class.
TwitterException.getErrorMessage ( )This method is from 'TwitterException' class.
TwitterException.getExceptionCode ( )This method is from 'TwitterException' class.
TwitterException.getMessage ( )This method is from 'TwitterException' class.
TwitterException.getRateLimitStatus ( )This method is from 'TwitterException' class.
TwitterException.getResponseHeader ( String name )This method is from 'TwitterException' class.
TwitterException.getRetryAfter ( )This method is from 'TwitterException' class.
TwitterException.getStatusCode ( )This method is from 'TwitterException' class.
TwitterException.hashCode ( )This method is from 'TwitterException' class.
TwitterException.isCausedByNetworkIssue ( )This method is from 'TwitterException' class.
TwitterException.isErrorMessageAvailable ( )This method is from 'TwitterException' class.
TwitterException.resourceNotFound ( )This method is from 'TwitterException' class.
TwitterException.toString ( )This method is from 'TwitterException' class.
TwitterException.TwitterException ( Exception cause )This constructor is from 'TwitterException' class.
TwitterException.TwitterException ( String message )This constructor is from 'TwitterException' class.
TwitterException.TwitterException ( String message, Exception cause, int statusCode )This constructor is from 'TwitterException' class.
TwitterException.TwitterException ( String message, Throwable cause )This constructor is from 'TwitterException' class.
TwitterListener.onException ( TwitterException p1, TwitterMethod p2 )1st parameter 'p1' of this abstract method has type 'TwitterException'.
[+] User (2)
| Change | Effect |
---|
1 | Abstract method User.getProfileBackgroundImageUrl ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method User.getProfileImageUrlHttps ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (158)
api.FriendsFollowersResources.createFriendship ( String p1 )Return value of this abstract method has type 'User'.
api.FriendsFollowersResources.createFriendship ( String p1, boolean p2 )Return value of this abstract method has type 'User'.
api.FriendsFollowersResources.createFriendship ( long p1 )Return value of this abstract method has type 'User'.
api.FriendsFollowersResources.createFriendship ( long p1, boolean p2 )Return value of this abstract method has type 'User'.
api.FriendsFollowersResources.destroyFriendship ( String p1 )Return value of this abstract method has type 'User'.
api.FriendsFollowersResources.destroyFriendship ( long p1 )Return value of this abstract method has type 'User'.
api.ListsResources.showUserListMembership ( String p1, String p2, long p3 )Return value of this abstract method has type 'User'.
api.ListsResources.showUserListMembership ( long p1, String p2, long p3 )Return value of this abstract method has type 'User'.
api.ListsResources.showUserListSubscription ( String p1, String p2, long p3 )Return value of this abstract method has type 'User'.
api.ListsResources.showUserListSubscription ( long p1, String p2, long p3 )Return value of this abstract method has type 'User'.
api.SpamReportingResource.reportSpam ( String p1 )Return value of this abstract method has type 'User'.
api.SpamReportingResource.reportSpam ( long p1 )Return value of this abstract method has type 'User'.
api.UsersResources.createBlock ( String p1 )Return value of this abstract method has type 'User'.
api.UsersResources.createBlock ( long p1 )Return value of this abstract method has type 'User'.
api.UsersResources.destroyBlock ( String p1 )Return value of this abstract method has type 'User'.
api.UsersResources.destroyBlock ( long p1 )Return value of this abstract method has type 'User'.
api.UsersResources.showUser ( String p1 )Return value of this abstract method has type 'User'.
api.UsersResources.showUser ( long p1 )Return value of this abstract method has type 'User'.
api.UsersResources.updateProfile ( String p1, String p2, String p3, String p4 )Return value of this abstract method has type 'User'.
api.UsersResources.updateProfileBackgroundImage ( java.io.File p1, boolean p2 )Return value of this abstract method has type 'User'.
api.UsersResources.updateProfileBackgroundImage ( java.io.InputStream p1, boolean p2 )Return value of this abstract method has type 'User'.
api.UsersResources.updateProfileColors ( String p1, String p2, String p3, String p4, String p5 )Return value of this abstract method has type 'User'.
api.UsersResources.updateProfileImage ( java.io.File p1 )Return value of this abstract method has type 'User'.
api.UsersResources.updateProfileImage ( java.io.InputStream p1 )Return value of this abstract method has type 'User'.
api.UsersResources.verifyCredentials ( )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'.
SiteStreamsAdapter.onBlock ( long forUser, User source, User blockedUser )2nd parameter 'source' of this method has type 'User'.
SiteStreamsAdapter.onFavorite ( long forUser, User source, User target, Status favoritedStatus )3rd parameter 'target' of this method has type 'User'.
SiteStreamsAdapter.onFollow ( long forUser, User source, User followedUser )2nd parameter 'source' of this method has type 'User'.
SiteStreamsAdapter.onUnblock ( long forUser, User source, User unblockedUser )3rd parameter 'unblockedUser' of this method has type 'User'.
SiteStreamsAdapter.onUnfavorite ( long forUser, User source, User target, Status unfavoritedStatus )3rd parameter 'target' of this method has type 'User'.
SiteStreamsAdapter.onUnfollow ( long forUser, User source, User followedUser )2nd parameter 'source' of this method has type 'User'.
SiteStreamsAdapter.onUserListCreation ( long forUser, User listOwner, UserList list )2nd parameter 'listOwner' of this method has type 'User'.
SiteStreamsAdapter.onUserListDeletion ( long forUser, User listOwner, UserList list )2nd parameter 'listOwner' of this method has type 'User'.
SiteStreamsAdapter.onUserListMemberAddition ( long forUser, User addedUser, User listOwner, UserList list )2nd parameter 'addedUser' of this method has type 'User'.
SiteStreamsAdapter.onUserListMemberDeletion ( long forUser, User deletedUser, User listOwner, UserList list )2nd parameter 'deletedUser' of this method has type 'User'.
SiteStreamsAdapter.onUserListSubscription ( long forUser, User subscriber, User listOwner, UserList list )3rd parameter 'listOwner' of this method has type 'User'.
SiteStreamsAdapter.onUserListUnsubscription ( long forUser, User subscriber, User listOwner, UserList list )3rd parameter 'listOwner' of this method has type 'User'.
SiteStreamsAdapter.onUserListUpdate ( long forUser, User listOwner, UserList list )2nd parameter 'listOwner' of this method has type 'User'.
SiteStreamsAdapter.onUserProfileUpdate ( long forUser, User updatedUser )2nd parameter 'updatedUser' of this method has type 'User'.
SiteStreamsListener.onBlock ( long p1, User p2, User p3 )2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onFavorite ( long p1, User p2, User p3, Status p4 )2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onFollow ( long p1, User p2, User p3 )2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUnblock ( long p1, User p2, User p3 )2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUnfavorite ( long p1, User p2, User p3, Status p4 )2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUnfollow ( long p1, User p2, User p3 )2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUserListCreation ( long p1, User p2, UserList p3 )2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUserListDeletion ( long p1, User p2, UserList p3 )2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUserListMemberAddition ( long p1, User p2, User p3, UserList p4 )2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUserListMemberDeletion ( long p1, User p2, User p3, UserList p4 )2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUserListSubscription ( long p1, User p2, User p3, UserList p4 )2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUserListUnsubscription ( long p1, User p2, User p3, UserList p4 )2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUserListUpdate ( long p1, User p2, UserList p3 )2nd parameter 'p2' of this abstract method has type 'User'.
SiteStreamsListener.onUserProfileUpdate ( long p1, User p2 )2nd parameter 'p2' of this abstract method has type 'User'.
Status.getUser ( )Return value of this abstract method has type 'User'.
TwitterAdapter.checkedUserListMembership ( User users )1st parameter 'users' 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.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.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.getBiggerProfileImageURL ( )This abstract method is from 'User' interface.
User.getBiggerProfileImageURLHttps ( )This abstract method is from 'User' interface.
User.getCreatedAt ( )This abstract method is from 'User' interface.
User.getDescription ( )This abstract method is from 'User' interface.
User.getDescriptionURLEntities ( )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.getId ( )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.getMiniProfileImageURL ( )This abstract method is from 'User' interface.
User.getMiniProfileImageURLHttps ( )This abstract method is from 'User' interface.
User.getName ( )This abstract method is from 'User' interface.
User.getOriginalProfileImageURL ( )This abstract method is from 'User' interface.
User.getOriginalProfileImageURLHttps ( )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.getProfileBackgroundImageUrlHttps ( )This abstract method is from 'User' interface.
User.getProfileBannerIPadRetinaURL ( )This abstract method is from 'User' interface.
User.getProfileBannerIPadURL ( )This abstract method is from 'User' interface.
User.getProfileBannerMobileRetinaURL ( )This abstract method is from 'User' interface.
User.getProfileBannerMobileURL ( )This abstract method is from 'User' interface.
User.getProfileBannerRetinaURL ( )This abstract method is from 'User' interface.
User.getProfileBannerURL ( )This abstract method is from 'User' interface.
User.getProfileImageURL ( )This abstract method is from 'User' interface.
User.getProfileImageURLHttps ( )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.getURLEntity ( )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.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 )1st parameter 'addedMember' 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 )1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onFavorite ( User p1, User p2, Status p3 )1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onFollow ( User p1, User p2 )1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUnblock ( User p1, User p2 )1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUnfavorite ( User p1, User p2, Status p3 )1st parameter 'p1' 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 )1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListMemberDeletion ( User p1, User p2, UserList p3 )1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListSubscription ( User p1, User p2, UserList p3 )1st parameter 'p1' of this abstract method has type 'User'.
UserStreamListener.onUserListUnsubscription ( User p1, User p2, UserList p3 )1st parameter 'p1' 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'.
[+] UserList (1)
| Change | Effect |
---|
1 | Abstract method UserList.getId ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (77)
api.ListsResources.createUserList ( String p1, boolean p2, String p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListMember ( String p1, String p2, long p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListMember ( long p1, String p2, long p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListMembers ( String p1, String p2, String[ ] p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListMembers ( String p1, String p2, long[ ] p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListMembers ( long p1, String p2, String[ ] p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListMembers ( long p1, String p2, long[ ] p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListSubscription ( String p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListSubscription ( long p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.destroyUserList ( String p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.destroyUserList ( long p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.destroyUserListMember ( String p1, String p2, long p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.destroyUserListMember ( long p1, String p2, long p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.destroyUserListMembers ( String p1, String p2, String[ ] p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.destroyUserListSubscription ( String p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.destroyUserListSubscription ( long p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.showUserList ( String p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.showUserList ( long p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.updateUserList ( String p1, String p2, String p3, boolean p4, String p5 )Return value of this abstract method has type 'UserList'.
api.ListsResources.updateUserList ( long p1, String p2, String p3, boolean p4, String p5 )Return value of this abstract method has type 'UserList'.
json.DataObjectFactory.createUserList ( String rawJSON )Return value of this method has type 'UserList'.
SiteStreamsAdapter.onUserListCreation ( long forUser, User listOwner, UserList list )3rd parameter 'list' of this method has type 'UserList'.
SiteStreamsAdapter.onUserListDeletion ( long forUser, User listOwner, UserList list )3rd parameter 'list' of this method has type 'UserList'.
SiteStreamsAdapter.onUserListMemberAddition ( long forUser, User addedUser, User listOwner, UserList list )4th parameter 'list' of this method has type 'UserList'.
SiteStreamsAdapter.onUserListMemberDeletion ( long forUser, User deletedUser, User listOwner, UserList list )4th parameter 'list' of this method has type 'UserList'.
SiteStreamsAdapter.onUserListSubscription ( long forUser, User subscriber, User listOwner, UserList list )4th parameter 'list' of this method has type 'UserList'.
SiteStreamsAdapter.onUserListUnsubscription ( long forUser, User subscriber, User listOwner, UserList list )4th parameter 'list' of this method has type 'UserList'.
SiteStreamsAdapter.onUserListUpdate ( long forUser, User listOwner, UserList list )3rd parameter 'list' of this method has type 'UserList'.
SiteStreamsListener.onUserListCreation ( long p1, User p2, UserList p3 )3rd parameter 'p3' of this abstract method has type 'UserList'.
SiteStreamsListener.onUserListDeletion ( long p1, User p2, UserList p3 )3rd parameter 'p3' of this abstract method has type 'UserList'.
SiteStreamsListener.onUserListMemberAddition ( long p1, User p2, User p3, UserList p4 )4th parameter 'p4' of this abstract method has type 'UserList'.
SiteStreamsListener.onUserListMemberDeletion ( long p1, User p2, User p3, UserList p4 )4th parameter 'p4' of this abstract method has type 'UserList'.
SiteStreamsListener.onUserListSubscription ( long p1, User p2, User p3, UserList p4 )4th parameter 'p4' of this abstract method has type 'UserList'.
SiteStreamsListener.onUserListUnsubscription ( long p1, User p2, User p3, UserList p4 )4th parameter 'p4' of this abstract method has type 'UserList'.
SiteStreamsListener.onUserListUpdate ( long p1, User p2, UserList p3 )3rd parameter 'p3' of this abstract method has type 'UserList'.
TwitterAdapter.createdUserList ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.createdUserListMember ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.createdUserListMembers ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.destroyedUserList ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.destroyedUserListMember ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.gotShowUserList ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.subscribedUserList ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.unsubscribedUserList ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.updatedUserList ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterListener.createdUserList ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.createdUserListMember ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.createdUserListMembers ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.destroyedUserList ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.destroyedUserListMember ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.gotShowUserList ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.subscribedUserList ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.unsubscribedUserList ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.updatedUserList ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
UserList.getDescription ( )This abstract method is from 'UserList' interface.
UserList.getFullName ( )This abstract method is from 'UserList' interface.
UserList.getMemberCount ( )This abstract method is from 'UserList' interface.
UserList.getName ( )This abstract method is from 'UserList' interface.
UserList.getSlug ( )This abstract method is from 'UserList' interface.
UserList.getSubscriberCount ( )This abstract method is from 'UserList' interface.
UserList.getURI ( )This abstract method is from 'UserList' interface.
UserList.getUser ( )This abstract method is from 'UserList' interface.
UserList.isFollowing ( )This abstract method is from 'UserList' interface.
UserList.isPublic ( )This abstract method is from 'UserList' interface.
UserStreamAdapter.onUserListCreation ( User listOwner, UserList list )2nd parameter 'list' of this method has type 'UserList'.
UserStreamAdapter.onUserListDeletion ( User listOwner, UserList list )2nd parameter 'list' of this method has type 'UserList'.
UserStreamAdapter.onUserListMemberAddition ( User addedMember, User listOwner, UserList list )3rd parameter 'list' of this method has type 'UserList'.
UserStreamAdapter.onUserListMemberDeletion ( User deletedMember, User listOwner, UserList list )3rd parameter 'list' of this method has type 'UserList'.
UserStreamAdapter.onUserListSubscription ( User subscriber, User listOwner, UserList list )3rd parameter 'list' of this method has type 'UserList'.
UserStreamAdapter.onUserListUnsubscription ( User subscriber, User listOwner, UserList list )3rd parameter 'list' of this method has type 'UserList'.
UserStreamAdapter.onUserListUpdate ( User listOwner, UserList list )2nd parameter 'list' of this method has type 'UserList'.
UserStreamListener.onUserListCreation ( User p1, UserList p2 )2nd parameter 'p2' of this abstract method has type 'UserList'.
UserStreamListener.onUserListDeletion ( User p1, UserList p2 )2nd parameter 'p2' of this abstract method has type 'UserList'.
UserStreamListener.onUserListMemberAddition ( User p1, User p2, UserList p3 )3rd parameter 'p3' of this abstract method has type 'UserList'.
UserStreamListener.onUserListMemberDeletion ( User p1, User p2, UserList p3 )3rd parameter 'p3' of this abstract method has type 'UserList'.
UserStreamListener.onUserListSubscription ( User p1, User p2, UserList p3 )3rd parameter 'p3' of this abstract method has type 'UserList'.
UserStreamListener.onUserListUnsubscription ( User p1, User p2, UserList p3 )3rd parameter 'p3' of this abstract method has type 'UserList'.
UserStreamListener.onUserListUpdate ( User p1, UserList p2 )2nd parameter 'p2' of this abstract method has type 'UserList'.
package twitter4j.api
[+] ListsResources (26)
| Change | Effect |
---|
1 | Abstract method ListsResources.addUserListMember ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method ListsResources.addUserListMember ( long p1, String p2, long p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method ListsResources.addUserListMembers ( int p1, long[ ] p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method ListsResources.addUserListMembers ( int p1, String[ ] p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Abstract method ListsResources.addUserListMembers ( long p1, String p2, long[ ] p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
6 | Abstract method ListsResources.addUserListMembers ( long p1, String p2, String[ ] p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
7 | Abstract method ListsResources.createUserListMember ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
8 | Abstract method ListsResources.createUserListMembers ( int p1, long[ ] p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
9 | Abstract method ListsResources.createUserListMembers ( int p1, String[ ] p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
10 | Abstract method ListsResources.createUserListSubscription ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
11 | Abstract method ListsResources.deleteUserListMember ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
12 | Abstract method ListsResources.deleteUserListMember ( long p1, String p2, long p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
13 | Abstract method ListsResources.destroyUserList ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
14 | Abstract method ListsResources.destroyUserListMember ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
15 | Abstract method ListsResources.destroyUserListMember ( int p1, String p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
16 | Abstract method ListsResources.destroyUserListMembers ( int p1, long[ ] p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
17 | Abstract method ListsResources.destroyUserListMembers ( int p1, String[ ] p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
18 | Abstract method ListsResources.destroyUserListMembers ( String p1, String p2, long[ ] p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
19 | Abstract method ListsResources.destroyUserListSubscription ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
20 | Abstract method ListsResources.getUserListMembers ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
21 | Abstract method ListsResources.getUserListStatuses ( int p1, twitter4j.Paging p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
22 | Abstract method ListsResources.getUserListSubscribers ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
23 | Abstract method ListsResources.showUserList ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
24 | Abstract method ListsResources.showUserListMembership ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
25 | Abstract method ListsResources.showUserListSubscription ( int p1, long p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
26 | Abstract method ListsResources.updateUserList ( int p1, String p2, boolean p3, String p4 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (39)
ListsResources.createUserList ( String p1, boolean p2, String p3 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListMember ( String p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListMember ( long p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListMembers ( String p1, String p2, String[ ] p3 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListMembers ( String p1, String p2, long[ ] p3 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListMembers ( long p1, String p2, String[ ] p3 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListMembers ( long p1, String p2, long[ ] p3 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListSubscription ( String p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListSubscription ( long p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.destroyUserList ( String p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.destroyUserList ( long p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.destroyUserListMember ( String p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.destroyUserListMember ( long p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.destroyUserListMembers ( String p1, String p2, String[ ] p3 )This abstract method is from 'ListsResources' interface.
ListsResources.destroyUserListSubscription ( String p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.destroyUserListSubscription ( long p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListMembers ( String p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListMembers ( long p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListMemberships ( String p1, long p2 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListMemberships ( String p1, long p2, boolean p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListMemberships ( long p1 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListMemberships ( long p1, long p2 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListMemberships ( long p1, long p2, boolean p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserLists ( String p1 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserLists ( long p1 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListStatuses ( String p1, String p2, twitter4j.Paging p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListStatuses ( long p1, String p2, twitter4j.Paging p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListSubscribers ( String p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListSubscribers ( long p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListSubscriptions ( String p1, long p2 )This abstract method is from 'ListsResources' interface.
ListsResources.showUserList ( String p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.showUserList ( long p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.showUserListMembership ( String p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.showUserListMembership ( long p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.showUserListSubscription ( String p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.showUserListSubscription ( long p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.updateUserList ( String p1, String p2, String p3, boolean p4, String p5 )This abstract method is from 'ListsResources' interface.
ListsResources.updateUserList ( long p1, String p2, String p3, boolean p4, String p5 )This abstract method is from 'ListsResources' interface.
twitter4j.Twitter.list ( )Return value of this abstract method has type 'ListsResources'.
[+] TimelinesResources (2)
| Change | Effect |
---|
1 | Abstract method TimelinesResources.getMentions ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method TimelinesResources.getMentions ( twitter4j.Paging p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (13)
TimelinesResources.getHomeTimeline ( )This abstract method is from 'TimelinesResources' interface.
TimelinesResources.getHomeTimeline ( twitter4j.Paging p1 )This abstract method is from 'TimelinesResources' interface.
TimelinesResources.getMentionsTimeline ( )This abstract method is from 'TimelinesResources' interface.
TimelinesResources.getMentionsTimeline ( twitter4j.Paging p1 )This abstract method is from 'TimelinesResources' interface.
TimelinesResources.getRetweetsOfMe ( )This abstract method is from 'TimelinesResources' interface.
TimelinesResources.getRetweetsOfMe ( twitter4j.Paging p1 )This abstract method is from 'TimelinesResources' interface.
TimelinesResources.getUserTimeline ( )This abstract method is from 'TimelinesResources' interface.
TimelinesResources.getUserTimeline ( String p1 )This abstract method is from 'TimelinesResources' interface.
TimelinesResources.getUserTimeline ( String p1, twitter4j.Paging p2 )This abstract method is from 'TimelinesResources' interface.
TimelinesResources.getUserTimeline ( long p1 )This abstract method is from 'TimelinesResources' interface.
TimelinesResources.getUserTimeline ( long p1, twitter4j.Paging p2 )This abstract method is from 'TimelinesResources' interface.
TimelinesResources.getUserTimeline ( twitter4j.Paging p1 )This abstract method is from 'TimelinesResources' interface.
twitter4j.Twitter.timelines ( )Return value of this abstract method has type 'TimelinesResources'.
[+] TrendsResources (2)
| Change | Effect |
---|
1 | Abstract method TrendsResources.getAvailableTrends ( twitter4j.GeoLocation p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method TrendsResources.getLocationTrends ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (4)
TrendsResources.getAvailableTrends ( )This abstract method is from 'TrendsResources' interface.
TrendsResources.getClosestTrends ( twitter4j.GeoLocation p1 )This abstract method is from 'TrendsResources' interface.
TrendsResources.getPlaceTrends ( int p1 )This abstract method is from 'TrendsResources' interface.
twitter4j.Twitter.trends ( )Return value of this abstract method has type 'TrendsResources'.
package twitter4j.auth
[+] Authorization (1)
| Change | Effect |
---|
1 | Abstract method Authorization.getAuthorizationHeader ( twitter4j.internal.http.HttpRequest p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (8)
twitter4j.AsyncTwitterFactory.getInstance ( Authorization auth )1st parameter 'auth' of this method has type 'Authorization'.
Authorization.isEnabled ( )This abstract method is from 'Authorization' interface.
AuthorizationFactory.getInstance ( twitter4j.conf.Configuration conf )Return value of this method has type 'Authorization'.
twitter4j.media.ImageUploadFactory.getInstance ( Authorization authorization )1st parameter 'authorization' of this method has type 'Authorization'.
twitter4j.media.ImageUploadFactory.getInstance ( twitter4j.media.MediaProvider mediaProvider, Authorization authorization )2nd parameter 'authorization' of this method has type 'Authorization'.
twitter4j.TwitterBase.getAuthorization ( )Return value of this abstract method has type 'Authorization'.
twitter4j.TwitterFactory.getInstance ( Authorization auth )1st parameter 'auth' of this method has type 'Authorization'.
twitter4j.TwitterStreamFactory.getInstance ( Authorization auth )1st parameter 'auth' of this method has type 'Authorization'.
package twitter4j.conf
[+] Configuration (17)
| Change | Effect |
---|
1 | Abstract method Configuration.getClientURL ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method Configuration.getClientVersion ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method Configuration.getHttpConnectionTimeout ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method Configuration.getHttpDefaultMaxPerRoute ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Abstract method Configuration.getHttpMaxTotalConnections ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
6 | Abstract method Configuration.getHttpProxyHost ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
7 | Abstract method Configuration.getHttpProxyPassword ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
8 | Abstract method Configuration.getHttpProxyPort ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
9 | Abstract method Configuration.getHttpProxyUser ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
10 | Abstract method Configuration.getHttpReadTimeout ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
11 | Abstract method Configuration.getHttpRetryCount ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
12 | Abstract method Configuration.getHttpRetryIntervalSeconds ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
13 | Abstract method Configuration.getRequestHeaders ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
14 | Abstract method Configuration.getUserAgent ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
15 | Abstract method Configuration.isDalvik ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
16 | Abstract method Configuration.isGAE ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
17 | Abstract method Configuration.isIncludeRTsEnabled ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (49)
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.auth.AuthorizationFactory.getInstance ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.auth.OAuth2Authorization.OAuth2Authorization ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.auth.OAuthAuthorization.OAuthAuthorization ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
Configuration.getAsyncNumThreads ( )This abstract method is from 'Configuration' interface.
Configuration.getContributingTo ( )This abstract method is from 'Configuration' interface.
Configuration.getDispatcherImpl ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpStreamingReadTimeout ( )This abstract method is from 'Configuration' interface.
Configuration.getLoggerFactory ( )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.getOAuth2AccessToken ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuth2InvalidateTokenURL ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuth2TokenType ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuth2TokenURL ( )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.getRestBaseURL ( )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.getUserStreamBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.isApplicationOnlyAuthEnabled ( )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.isIncludeMyRetweetEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isJSONStoreEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isMBeanEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isStallWarningsEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isTrimUserEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isUserStreamRepliesAllEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isUserStreamWithFollowingsEnabled ( )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.TwitterBase.getConfiguration ( )Return value of this abstract 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'.
[+] ConfigurationContext (2)
| Change | Effect |
---|
1 | Access level of field CONFIGURATION_IMPL has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
2 | Access level of field DEFAULT_CONFIGURATION_FACTORY has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (3)
ConfigurationContext.ConfigurationContext ( )This constructor is from 'ConfigurationContext' class.
ConfigurationContext.getInstance ( )This method is from 'ConfigurationContext' class.
ConfigurationContext.getInstance ( String configTreePath )This method is from 'ConfigurationContext' class.
[+] PropertyConfiguration (47)
| Change | Effect |
---|
1 | Access level of field APPLICATION_ONLY_AUTH_ENABLED has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
2 | Access level of field ASYNC_DISPATCHER_IMPL has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
3 | Access level of field ASYNC_NUM_THREADS has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
4 | Access level of field CONTRIBUTING_TO has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
5 | Access level of field DEBUG has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
6 | Access level of field HTTP_CONNECTION_TIMEOUT has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
7 | Access level of field HTTP_GZIP has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
8 | Access level of field HTTP_PRETTY_DEBUG has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
9 | Access level of field HTTP_PROXY_HOST has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
10 | Access level of field HTTP_PROXY_HOST_FALLBACK has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
11 | Access level of field HTTP_PROXY_PASSWORD has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
12 | Access level of field HTTP_PROXY_PORT has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
13 | Access level of field HTTP_PROXY_PORT_FALLBACK has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
14 | Access level of field HTTP_PROXY_USER has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
15 | Access level of field HTTP_READ_TIMEOUT has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
16 | Access level of field HTTP_RETRY_COUNT has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
17 | Access level of field HTTP_RETRY_INTERVAL_SECS has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
18 | Access level of field HTTP_STREAMING_READ_TIMEOUT has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
19 | Access level of field INCLUDE_ENTITIES has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
20 | Access level of field INCLUDE_MY_RETWEET has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
21 | Access level of field JSON_STORE_ENABLED has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
22 | Access level of field LOGGER_FACTORY has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
23 | Access level of field MBEAN_ENABLED has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
24 | Access level of field MEDIA_PROVIDER has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
25 | Access level of field MEDIA_PROVIDER_API_KEY has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
26 | Access level of field MEDIA_PROVIDER_PARAMETERS has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
27 | Access level of field OAUTH2_ACCESS_TOKEN has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
28 | Access level of field OAUTH2_INVALIDATE_TOKEN_URL has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
29 | Access level of field OAUTH2_TOKEN_TYPE has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
30 | Access level of field OAUTH2_TOKEN_URL has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
31 | Access level of field OAUTH_ACCESS_TOKEN has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
32 | Access level of field OAUTH_ACCESS_TOKEN_SECRET has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
33 | Access level of field OAUTH_ACCESS_TOKEN_URL has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
34 | Access level of field OAUTH_AUTHENTICATION_URL has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
35 | Access level of field OAUTH_AUTHORIZATION_URL has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
36 | Access level of field OAUTH_CONSUMER_KEY has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
37 | Access level of field OAUTH_CONSUMER_SECRET has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
38 | Access level of field OAUTH_REQUEST_TOKEN_URL has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
39 | Access level of field PASSWORD has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
40 | Access level of field REST_BASE_URL has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
41 | Access level of field SITE_STREAM_BASE_URL has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
42 | Access level of field STREAM_BASE_URL has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
43 | Access level of field STREAM_STALL_WARNINGS_ENABLED has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
44 | Access level of field STREAM_USER_REPLIES_ALL has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
45 | Access level of field STREAM_USER_WITH_FOLLOWINGS has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
46 | Access level of field USER has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
47 | Access level of field USER_STREAM_BASE_URL has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (43)
PropertyConfiguration.dumpConfiguration ( )This method is from 'PropertyConfiguration' class.
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.getLoggerFactory ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getLongProperty ( 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.getOAuth2AccessToken ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuth2InvalidateTokenURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuth2TokenType ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuth2TokenURL ( )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.getRestBaseURL ( )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.isApplicationOnlyAuthEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeEntitiesEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeMyRetweetEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isJSONStoreEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isMBeanEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isStallWarningsEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isTrimUserEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isUserStreamRepliesAllEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isUserStreamWithFollowingsEnabled ( )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.readResolve ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.setIncludeMyRetweetEnabled ( boolean x0 )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.setTrimUserEnabled ( boolean x0 )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.toString ( )This method is from 'PropertyConfiguration' class.
package twitter4j.json
[+] JSONObjectType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JSONObjectType.determine ( twitter4j.internal.org.json.JSONObject json )This method is from 'JSONObjectType' class.
JSONObjectType.JSONObjectType ( )This constructor is from 'JSONObjectType' class.
[+] JSONObjectType.Type (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JSONObjectType.Type.valueOf ( String name )This method is from 'JSONObjectType.Type' class.
JSONObjectType.Type.values ( )This method is from 'JSONObjectType.Type' class.
twitter4j-media-support-3.0.6.jar
package twitter4j.media
[+] MediaProvider (4)
| Change | Effect |
---|
1 | Field LOCKERZ (MediaProvider) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field PLIXI (MediaProvider) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Field POSTEROUS (MediaProvider) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
4 | Field TWITGOO (MediaProvider) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
ImageUploadFactory.getInstance ( MediaProvider mediaProvider )1st parameter 'mediaProvider' of this method has type 'MediaProvider'.
ImageUploadFactory.getInstance ( MediaProvider mediaProvider, twitter4j.auth.Authorization authorization )1st parameter 'mediaProvider' of this method has type 'MediaProvider'.
MediaProvider.valueOf ( String name )This method is from 'MediaProvider' class.
MediaProvider.values ( )This method is from 'MediaProvider' class.
twitter4j-stream-3.0.6.jar
package twitter4j
[+] TwitterStream (11)
| Change | Effect |
---|
1 | Abstract method TwitterStream.addListener ( RawStreamListener p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method TwitterStream.addListener ( SiteStreamsListener p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method TwitterStream.addListener ( StatusListener p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method TwitterStream.addListener ( UserStreamListener p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Abstract method TwitterStream.getFilterStream ( FilterQuery p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
6 | Abstract method TwitterStream.getFirehoseStream ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
7 | Abstract method TwitterStream.getLinksStream ( int p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
8 | Abstract method TwitterStream.getRetweetStream ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
9 | Abstract method TwitterStream.getSampleStream ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
10 | Abstract method TwitterStream.getUserStream ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
11 | Abstract method TwitterStream.getUserStream ( String[ ] p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (15)
TwitterStream.addConnectionLifeCycleListener ( ConnectionLifeCycleListener p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.cleanUp ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.filter ( FilterQuery p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.firehose ( int p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.links ( int p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.retweet ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.sample ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.shutdown ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.site ( boolean p1, long[ ] p2 )This abstract method is from 'TwitterStream' interface.
TwitterStream.user ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.user ( String[ ] p1 )This abstract method is from 'TwitterStream' interface.
TwitterStreamFactory.getInstance ( )Return value of this method has type 'TwitterStream'.
TwitterStreamFactory.getInstance ( auth.AccessToken accessToken )Return value of this method has type 'TwitterStream'.
TwitterStreamFactory.getInstance ( auth.Authorization auth )Return value of this method has type 'TwitterStream'.
TwitterStreamFactory.getSingleton ( )Return value of this method has type 'TwitterStream'.
to the top
Problems with Methods, High Severity (4)
twitter4j-core-3.0.6.jar, PropertyConfiguration
package twitter4j.conf
[+] PropertyConfiguration.getBoolean ( java.util.Properties props, String prefix, String name ) : boolean (1)
[run-time name: twitter4j/conf/PropertyConfiguration.getBoolean:(Ljava/util/Properties;Ljava/lang/String;Ljava/lang/String;)Z]
| Change | Effect |
---|
1 | Access level has been changed from protected to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] PropertyConfiguration.getIntProperty ( java.util.Properties props, String prefix, String name ) : int (1)
[run-time name: twitter4j/conf/PropertyConfiguration.getIntProperty:(Ljava/util/Properties;Ljava/lang/String;Ljava/lang/String;)I]
| Change | Effect |
---|
1 | Access level has been changed from protected to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] PropertyConfiguration.getLongProperty ( java.util.Properties props, String prefix, String name ) : long (1)
[run-time name: twitter4j/conf/PropertyConfiguration.getLongProperty:(Ljava/util/Properties;Ljava/lang/String;Ljava/lang/String;)J]
| Change | Effect |
---|
1 | Access level has been changed from protected to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] PropertyConfiguration.getString ( java.util.Properties props, String prefix, String name ) : String (1)
[run-time name: twitter4j/conf/PropertyConfiguration.getString:(Ljava/util/Properties;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Access level has been changed from protected to package-private. | A client program may be interrupted by IllegalAccessError exception. |
to the top
Problems with Data Types, Medium Severity (1)
twitter4j-core-3.0.6.jar
package twitter4j.conf
[+] Configuration (1)
| Change | Effect |
---|
1 | Abstract method Configuration.getHttpClientConfiguration ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method twitter4j.StreamingReadTimeoutConfiguration.getHttpProxyPort ( ) and may not be implemented by old clients. |
[+] affected methods (49)
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.auth.AuthorizationFactory.getInstance ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.auth.OAuth2Authorization.OAuth2Authorization ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.auth.OAuthAuthorization.OAuthAuthorization ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
Configuration.getAsyncNumThreads ( )This abstract method is from 'Configuration' interface.
Configuration.getContributingTo ( )This abstract method is from 'Configuration' interface.
Configuration.getDispatcherImpl ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpStreamingReadTimeout ( )This abstract method is from 'Configuration' interface.
Configuration.getLoggerFactory ( )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.getOAuth2AccessToken ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuth2InvalidateTokenURL ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuth2TokenType ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuth2TokenURL ( )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.getRestBaseURL ( )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.getUserStreamBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.isApplicationOnlyAuthEnabled ( )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.isIncludeMyRetweetEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isJSONStoreEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isMBeanEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isStallWarningsEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isTrimUserEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isUserStreamRepliesAllEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isUserStreamWithFollowingsEnabled ( )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.TwitterBase.getConfiguration ( )Return value of this abstract 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'.
to the top
Problems with Data Types, Low Severity (7)
twitter4j-core-3.0.6.jar
package twitter4j.conf
[+] PropertyConfiguration (7)
| Change | Effect |
---|
1 | Field CLIENT_URL (java.lang.String) with the compile-time constant value "clientURL" has been removed from this class. | A client program may change behavior. |
2 | Field CLIENT_VERSION (java.lang.String) with the compile-time constant value "clientVersion" has been removed from this class. | A client program may change behavior. |
3 | Field HTTP_DEFAULT_MAX_PER_ROUTE (java.lang.String) with the compile-time constant value "http.defaultMaxPerRoute" has been removed from this class. | A client program may change behavior. |
4 | Field HTTP_MAX_TOTAL_CONNECTIONS (java.lang.String) with the compile-time constant value "http.maxTotalConnections" has been removed from this class. | A client program may change behavior. |
5 | Field HTTP_USER_AGENT (java.lang.String) with the compile-time constant value "http.userAgent" has been removed from this class. | A client program may change behavior. |
6 | Field HTTP_USE_SSL (java.lang.String) with the compile-time constant value "http.useSSL" has been removed from this class. | A client program may change behavior. |
7 | Field INCLUDE_RTS (java.lang.String) with the compile-time constant value "includeRTs" has been removed from this class. | A client program may change behavior. |
[+] affected methods (43)
PropertyConfiguration.dumpConfiguration ( )This method is from 'PropertyConfiguration' class.
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.getLoggerFactory ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getLongProperty ( 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.getOAuth2AccessToken ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuth2InvalidateTokenURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuth2TokenType ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuth2TokenURL ( )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.getRestBaseURL ( )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.isApplicationOnlyAuthEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeEntitiesEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isIncludeMyRetweetEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isJSONStoreEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isMBeanEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isStallWarningsEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isTrimUserEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isUserStreamRepliesAllEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isUserStreamWithFollowingsEnabled ( )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.readResolve ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.setIncludeMyRetweetEnabled ( boolean x0 )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.setTrimUserEnabled ( boolean x0 )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.toString ( )This method is from 'PropertyConfiguration' class.
to the top
Other Changes in Data Types (43)
twitter4j-async-3.0.6.jar
package twitter4j
[+] AsyncTwitter (1)
| Change | Effect |
---|
1 | Abstract method AsyncTwitter.shutdown ( ) has been added to this interface. | No effect. |
[+] affected methods (6)
AsyncTwitter.addListener ( TwitterListener p1 )This abstract method is from 'AsyncTwitter' interface.
AsyncTwitterFactory.getInstance ( )Return value of this method has type 'AsyncTwitter'.
AsyncTwitterFactory.getInstance ( auth.AccessToken accessToken )Return value of this method has type 'AsyncTwitter'.
AsyncTwitterFactory.getInstance ( auth.Authorization auth )Return value of this method has type 'AsyncTwitter'.
AsyncTwitterFactory.getInstance ( Twitter twitter )Return value of this method has type 'AsyncTwitter'.
AsyncTwitterFactory.getSingleton ( )Return value of this method has type 'AsyncTwitter'.
package twitter4j.api
[+] ListsResourcesAsync (14)
| Change | Effect |
---|
1 | Abstract method ListsResourcesAsync.createUserListMember ( long p1, long p2 ) has been added to this interface. | No effect. |
2 | Abstract method ListsResourcesAsync.createUserListMembers ( long p1, long[ ] p2 ) has been added to this interface. | No effect. |
3 | Abstract method ListsResourcesAsync.createUserListMembers ( long p1, String[ ] p2 ) has been added to this interface. | No effect. |
4 | Abstract method ListsResourcesAsync.createUserListSubscription ( long p1 ) has been added to this interface. | No effect. |
5 | Abstract method ListsResourcesAsync.destroyUserList ( long p1 ) has been added to this interface. | No effect. |
6 | Abstract method ListsResourcesAsync.destroyUserListMember ( long p1, long p2 ) has been added to this interface. | No effect. |
7 | Abstract method ListsResourcesAsync.destroyUserListSubscription ( long p1 ) has been added to this interface. | No effect. |
8 | Abstract method ListsResourcesAsync.getUserListMembers ( long p1, long p2 ) has been added to this interface. | No effect. |
9 | Abstract method ListsResourcesAsync.getUserListStatuses ( long p1, twitter4j.Paging p2 ) has been added to this interface. | No effect. |
10 | Abstract method ListsResourcesAsync.getUserListSubscribers ( long p1, long p2 ) has been added to this interface. | No effect. |
11 | Abstract method ListsResourcesAsync.showUserList ( long p1 ) has been added to this interface. | No effect. |
12 | Abstract method ListsResourcesAsync.showUserListMembership ( long p1, long p2 ) has been added to this interface. | No effect. |
13 | Abstract method ListsResourcesAsync.showUserListSubscription ( long p1, long p2 ) has been added to this interface. | No effect. |
14 | Abstract method ListsResourcesAsync.updateUserList ( long p1, String p2, boolean p3, String p4 ) has been added to this interface. | No effect. |
[+] affected methods (23)
ListsResourcesAsync.createUserList ( String p1, boolean p2, String p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.createUserListMember ( long p1, String p2, long p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.createUserListMembers ( long p1, String p2, String[ ] p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.createUserListMembers ( long p1, String p2, long[ ] p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.createUserListSubscription ( long p1, String p2 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.destroyUserList ( long p1, String p2 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.destroyUserListMember ( long p1, String p2, long p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.destroyUserListSubscription ( long p1, String p2 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListMembers ( long p1, String p2, long p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListMemberships ( String p1, long p2 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListMemberships ( String p1, long p2, boolean p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListMemberships ( long p1 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListMemberships ( long p1, long p2 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListMemberships ( long p1, long p2, boolean p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserLists ( String p1 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserLists ( long p1 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListStatuses ( long p1, String p2, twitter4j.Paging p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListSubscribers ( long p1, String p2, long p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.getUserListSubscriptions ( String p1, long p2 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.showUserList ( long p1, String p2 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.showUserListMembership ( long p1, String p2, long p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.showUserListSubscription ( long p1, String p2, long p3 )This abstract method is from 'ListsResourcesAsync' interface.
ListsResourcesAsync.updateUserList ( long p1, String p2, String p3, boolean p4, String p5 )This abstract method is from 'ListsResourcesAsync' interface.
twitter4j-core-3.0.6.jar
package twitter4j
[+] UserList (2)
| Change | Effect |
---|
1 | Abstract method UserList.getCreatedAt ( ) has been added to this interface. | No effect. |
2 | Abstract method UserList.getId ( ) has been added to this interface. | No effect. |
[+] affected methods (77)
api.ListsResources.createUserList ( String p1, boolean p2, String p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListMember ( String p1, String p2, long p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListMember ( long p1, String p2, long p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListMembers ( String p1, String p2, String[ ] p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListMembers ( String p1, String p2, long[ ] p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListMembers ( long p1, String p2, String[ ] p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListMembers ( long p1, String p2, long[ ] p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListSubscription ( String p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.createUserListSubscription ( long p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.destroyUserList ( String p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.destroyUserList ( long p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.destroyUserListMember ( String p1, String p2, long p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.destroyUserListMember ( long p1, String p2, long p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.destroyUserListMembers ( String p1, String p2, String[ ] p3 )Return value of this abstract method has type 'UserList'.
api.ListsResources.destroyUserListSubscription ( String p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.destroyUserListSubscription ( long p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.showUserList ( String p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.showUserList ( long p1, String p2 )Return value of this abstract method has type 'UserList'.
api.ListsResources.updateUserList ( String p1, String p2, String p3, boolean p4, String p5 )Return value of this abstract method has type 'UserList'.
api.ListsResources.updateUserList ( long p1, String p2, String p3, boolean p4, String p5 )Return value of this abstract method has type 'UserList'.
json.DataObjectFactory.createUserList ( String rawJSON )Return value of this method has type 'UserList'.
SiteStreamsAdapter.onUserListCreation ( long forUser, User listOwner, UserList list )3rd parameter 'list' of this method has type 'UserList'.
SiteStreamsAdapter.onUserListDeletion ( long forUser, User listOwner, UserList list )3rd parameter 'list' of this method has type 'UserList'.
SiteStreamsAdapter.onUserListMemberAddition ( long forUser, User addedUser, User listOwner, UserList list )4th parameter 'list' of this method has type 'UserList'.
SiteStreamsAdapter.onUserListMemberDeletion ( long forUser, User deletedUser, User listOwner, UserList list )4th parameter 'list' of this method has type 'UserList'.
SiteStreamsAdapter.onUserListSubscription ( long forUser, User subscriber, User listOwner, UserList list )4th parameter 'list' of this method has type 'UserList'.
SiteStreamsAdapter.onUserListUnsubscription ( long forUser, User subscriber, User listOwner, UserList list )4th parameter 'list' of this method has type 'UserList'.
SiteStreamsAdapter.onUserListUpdate ( long forUser, User listOwner, UserList list )3rd parameter 'list' of this method has type 'UserList'.
SiteStreamsListener.onUserListCreation ( long p1, User p2, UserList p3 )3rd parameter 'p3' of this abstract method has type 'UserList'.
SiteStreamsListener.onUserListDeletion ( long p1, User p2, UserList p3 )3rd parameter 'p3' of this abstract method has type 'UserList'.
SiteStreamsListener.onUserListMemberAddition ( long p1, User p2, User p3, UserList p4 )4th parameter 'p4' of this abstract method has type 'UserList'.
SiteStreamsListener.onUserListMemberDeletion ( long p1, User p2, User p3, UserList p4 )4th parameter 'p4' of this abstract method has type 'UserList'.
SiteStreamsListener.onUserListSubscription ( long p1, User p2, User p3, UserList p4 )4th parameter 'p4' of this abstract method has type 'UserList'.
SiteStreamsListener.onUserListUnsubscription ( long p1, User p2, User p3, UserList p4 )4th parameter 'p4' of this abstract method has type 'UserList'.
SiteStreamsListener.onUserListUpdate ( long p1, User p2, UserList p3 )3rd parameter 'p3' of this abstract method has type 'UserList'.
TwitterAdapter.createdUserList ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.createdUserListMember ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.createdUserListMembers ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.destroyedUserList ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.destroyedUserListMember ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.gotShowUserList ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.subscribedUserList ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.unsubscribedUserList ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterAdapter.updatedUserList ( UserList userList )1st parameter 'userList' of this method has type 'UserList'.
TwitterListener.createdUserList ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.createdUserListMember ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.createdUserListMembers ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.destroyedUserList ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.destroyedUserListMember ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.gotShowUserList ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.subscribedUserList ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.unsubscribedUserList ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
TwitterListener.updatedUserList ( UserList p1 )1st parameter 'p1' of this abstract method has type 'UserList'.
UserList.getDescription ( )This abstract method is from 'UserList' interface.
UserList.getFullName ( )This abstract method is from 'UserList' interface.
UserList.getMemberCount ( )This abstract method is from 'UserList' interface.
UserList.getName ( )This abstract method is from 'UserList' interface.
UserList.getSlug ( )This abstract method is from 'UserList' interface.
UserList.getSubscriberCount ( )This abstract method is from 'UserList' interface.
UserList.getURI ( )This abstract method is from 'UserList' interface.
UserList.getUser ( )This abstract method is from 'UserList' interface.
UserList.isFollowing ( )This abstract method is from 'UserList' interface.
UserList.isPublic ( )This abstract method is from 'UserList' interface.
UserStreamAdapter.onUserListCreation ( User listOwner, UserList list )2nd parameter 'list' of this method has type 'UserList'.
UserStreamAdapter.onUserListDeletion ( User listOwner, UserList list )2nd parameter 'list' of this method has type 'UserList'.
UserStreamAdapter.onUserListMemberAddition ( User addedMember, User listOwner, UserList list )3rd parameter 'list' of this method has type 'UserList'.
UserStreamAdapter.onUserListMemberDeletion ( User deletedMember, User listOwner, UserList list )3rd parameter 'list' of this method has type 'UserList'.
UserStreamAdapter.onUserListSubscription ( User subscriber, User listOwner, UserList list )3rd parameter 'list' of this method has type 'UserList'.
UserStreamAdapter.onUserListUnsubscription ( User subscriber, User listOwner, UserList list )3rd parameter 'list' of this method has type 'UserList'.
UserStreamAdapter.onUserListUpdate ( User listOwner, UserList list )2nd parameter 'list' of this method has type 'UserList'.
UserStreamListener.onUserListCreation ( User p1, UserList p2 )2nd parameter 'p2' of this abstract method has type 'UserList'.
UserStreamListener.onUserListDeletion ( User p1, UserList p2 )2nd parameter 'p2' of this abstract method has type 'UserList'.
UserStreamListener.onUserListMemberAddition ( User p1, User p2, UserList p3 )3rd parameter 'p3' of this abstract method has type 'UserList'.
UserStreamListener.onUserListMemberDeletion ( User p1, User p2, UserList p3 )3rd parameter 'p3' of this abstract method has type 'UserList'.
UserStreamListener.onUserListSubscription ( User p1, User p2, UserList p3 )3rd parameter 'p3' of this abstract method has type 'UserList'.
UserStreamListener.onUserListUnsubscription ( User p1, User p2, UserList p3 )3rd parameter 'p3' of this abstract method has type 'UserList'.
UserStreamListener.onUserListUpdate ( User p1, UserList p2 )2nd parameter 'p2' of this abstract method has type 'UserList'.
package twitter4j.api
[+] ListsResources (19)
| Change | Effect |
---|
1 | Abstract method ListsResources.createUserListMember ( long p1, long p2 ) has been added to this interface. | No effect. |
2 | Abstract method ListsResources.createUserListMembers ( long p1, long[ ] p2 ) has been added to this interface. | No effect. |
3 | Abstract method ListsResources.createUserListMembers ( long p1, String[ ] p2 ) has been added to this interface. | No effect. |
4 | Abstract method ListsResources.createUserListSubscription ( long p1 ) has been added to this interface. | No effect. |
5 | Abstract method ListsResources.destroyUserList ( long p1 ) has been added to this interface. | No effect. |
6 | Abstract method ListsResources.destroyUserListMember ( long p1, long p2 ) has been added to this interface. | No effect. |
7 | Abstract method ListsResources.destroyUserListMember ( long p1, String p2 ) has been added to this interface. | No effect. |
8 | Abstract method ListsResources.destroyUserListMembers ( long p1, long[ ] p2 ) has been added to this interface. | No effect. |
9 | Abstract method ListsResources.destroyUserListMembers ( long p1, String[ ] p2 ) has been added to this interface. | No effect. |
10 | Abstract method ListsResources.destroyUserListSubscription ( long p1 ) has been added to this interface. | No effect. |
11 | Abstract method ListsResources.getUserListMembers ( long p1, long p2 ) has been added to this interface. | No effect. |
12 | Abstract method ListsResources.getUserListStatuses ( long p1, twitter4j.Paging p2 ) has been added to this interface. | No effect. |
13 | Abstract method ListsResources.getUserListSubscribers ( long p1, long p2 ) has been added to this interface. | No effect. |
14 | Abstract method ListsResources.getUserListsOwnerships ( long p1, int p2, long p3 ) has been added to this interface. | No effect. |
15 | Abstract method ListsResources.getUserListsOwnerships ( String p1, int p2, long p3 ) has been added to this interface. | No effect. |
16 | Abstract method ListsResources.showUserList ( long p1 ) has been added to this interface. | No effect. |
17 | Abstract method ListsResources.showUserListMembership ( long p1, long p2 ) has been added to this interface. | No effect. |
18 | Abstract method ListsResources.showUserListSubscription ( long p1, long p2 ) has been added to this interface. | No effect. |
19 | Abstract method ListsResources.updateUserList ( long p1, String p2, boolean p3, String p4 ) has been added to this interface. | No effect. |
[+] affected methods (39)
ListsResources.createUserList ( String p1, boolean p2, String p3 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListMember ( String p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListMember ( long p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListMembers ( String p1, String p2, String[ ] p3 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListMembers ( String p1, String p2, long[ ] p3 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListMembers ( long p1, String p2, String[ ] p3 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListMembers ( long p1, String p2, long[ ] p3 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListSubscription ( String p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.createUserListSubscription ( long p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.destroyUserList ( String p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.destroyUserList ( long p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.destroyUserListMember ( String p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.destroyUserListMember ( long p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.destroyUserListMembers ( String p1, String p2, String[ ] p3 )This abstract method is from 'ListsResources' interface.
ListsResources.destroyUserListSubscription ( String p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.destroyUserListSubscription ( long p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListMembers ( String p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListMembers ( long p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListMemberships ( String p1, long p2 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListMemberships ( String p1, long p2, boolean p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListMemberships ( long p1 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListMemberships ( long p1, long p2 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListMemberships ( long p1, long p2, boolean p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserLists ( String p1 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserLists ( long p1 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListStatuses ( String p1, String p2, twitter4j.Paging p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListStatuses ( long p1, String p2, twitter4j.Paging p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListSubscribers ( String p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListSubscribers ( long p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.getUserListSubscriptions ( String p1, long p2 )This abstract method is from 'ListsResources' interface.
ListsResources.showUserList ( String p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.showUserList ( long p1, String p2 )This abstract method is from 'ListsResources' interface.
ListsResources.showUserListMembership ( String p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.showUserListMembership ( long p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.showUserListSubscription ( String p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.showUserListSubscription ( long p1, String p2, long p3 )This abstract method is from 'ListsResources' interface.
ListsResources.updateUserList ( String p1, String p2, String p3, boolean p4, String p5 )This abstract method is from 'ListsResources' interface.
ListsResources.updateUserList ( long p1, String p2, String p3, boolean p4, String p5 )This abstract method is from 'ListsResources' interface.
twitter4j.Twitter.list ( )Return value of this abstract method has type 'ListsResources'.
package twitter4j.auth
[+] Authorization (1)
| Change | Effect |
---|
1 | Abstract method Authorization.getAuthorizationHeader ( twitter4j.HttpRequest p1 ) has been added to this interface. | No effect. |
[+] affected methods (8)
twitter4j.AsyncTwitterFactory.getInstance ( Authorization auth )1st parameter 'auth' of this method has type 'Authorization'.
Authorization.isEnabled ( )This abstract method is from 'Authorization' interface.
AuthorizationFactory.getInstance ( twitter4j.conf.Configuration conf )Return value of this method has type 'Authorization'.
twitter4j.media.ImageUploadFactory.getInstance ( Authorization authorization )1st parameter 'authorization' of this method has type 'Authorization'.
twitter4j.media.ImageUploadFactory.getInstance ( twitter4j.media.MediaProvider mediaProvider, Authorization authorization )2nd parameter 'authorization' of this method has type 'Authorization'.
twitter4j.TwitterBase.getAuthorization ( )Return value of this abstract method has type 'Authorization'.
twitter4j.TwitterFactory.getInstance ( Authorization auth )1st parameter 'auth' of this method has type 'Authorization'.
twitter4j.TwitterStreamFactory.getInstance ( Authorization auth )1st parameter 'auth' of this method has type 'Authorization'.
package twitter4j.conf
[+] Configuration (1)
| Change | Effect |
---|
1 | Abstract method Configuration.isDaemonEnabled ( ) has been added to this interface. | No effect. |
[+] affected methods (49)
twitter4j.AsyncTwitterFactory.AsyncTwitterFactory ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.auth.AuthorizationFactory.getInstance ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.auth.OAuth2Authorization.OAuth2Authorization ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.auth.OAuthAuthorization.OAuthAuthorization ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
Configuration.getAsyncNumThreads ( )This abstract method is from 'Configuration' interface.
Configuration.getContributingTo ( )This abstract method is from 'Configuration' interface.
Configuration.getDispatcherImpl ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpStreamingReadTimeout ( )This abstract method is from 'Configuration' interface.
Configuration.getLoggerFactory ( )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.getOAuth2AccessToken ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuth2InvalidateTokenURL ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuth2TokenType ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuth2TokenURL ( )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.getRestBaseURL ( )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.getUserStreamBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.isApplicationOnlyAuthEnabled ( )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.isIncludeMyRetweetEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isJSONStoreEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isMBeanEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isStallWarningsEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isTrimUserEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isUserStreamRepliesAllEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isUserStreamWithFollowingsEnabled ( )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.TwitterBase.getConfiguration ( )Return value of this abstract 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'.
twitter4j-stream-3.0.6.jar
package twitter4j
[+] TwitterStream (4)
| Change | Effect |
---|
1 | Abstract method TwitterStream.addListener ( StreamListener p1 ) has been added to this interface. | No effect. |
2 | Abstract method TwitterStream.clearListeners ( ) has been added to this interface. | No effect. |
3 | Abstract method TwitterStream.removeListener ( StreamListener p1 ) has been added to this interface. | No effect. |
4 | Abstract method TwitterStream.replaceListener ( StreamListener p1, StreamListener p2 ) has been added to this interface. | No effect. |
[+] affected methods (15)
TwitterStream.addConnectionLifeCycleListener ( ConnectionLifeCycleListener p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.cleanUp ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.filter ( FilterQuery p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.firehose ( int p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.links ( int p1 )This abstract method is from 'TwitterStream' interface.
TwitterStream.retweet ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.sample ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.shutdown ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.site ( boolean p1, long[ ] p2 )This abstract method is from 'TwitterStream' interface.
TwitterStream.user ( )This abstract method is from 'TwitterStream' interface.
TwitterStream.user ( String[ ] p1 )This abstract method is from 'TwitterStream' interface.
TwitterStreamFactory.getInstance ( )Return value of this method has type 'TwitterStream'.
TwitterStreamFactory.getInstance ( auth.AccessToken accessToken )Return value of this method has type 'TwitterStream'.
TwitterStreamFactory.getInstance ( auth.Authorization auth )Return value of this method has type 'TwitterStream'.
TwitterStreamFactory.getSingleton ( )Return value of this method has type 'TwitterStream'.
[+] UserStreamListener (1)
| Change | Effect |
---|
1 | Abstract method UserStreamListener.onUnfollow ( User p1, User p2 ) has been added to this interface. | No effect. |
[+] affected methods (17)
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.onDeletionNotice ( long p1, long 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.onFriendList ( long[ ] p1 )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.
to the top
Java ARchives (6)
twitter4j-appengine-3.0.6.jar
twitter4j-async-3.0.6.jar
twitter4j-core-3.0.6.jar
twitter4j-media-support-3.0.6.jar
twitter4j-spdy-support-3.0.6.jar
twitter4j-stream-3.0.6.jar
to the top
Generated on Wed Mar 19 07:13:24 2014 for Twitter4J by Java API Compliance Checker 1.3.6
A tool for checking backward compatibility of a Java library API