Binary compatibility report for the Twitter4J library between 2.2.6 and 3.0.0 versions
Test Info
Library Name | Twitter4J |
Version #1 | 2.2.6 |
Version #2 | 3.0.0 |
Test Results
Total Java ARchives | 5 |
---|
Total Methods / Classes | 2323 / 178 |
---|
Verdict | Incompatible (33.3%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 402 |
---|
Removed Methods | High | 464 |
---|
Problems with Data Types | High | 230 |
---|
Medium | 0 |
Low | 4 |
Problems with Methods | High | 6 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 83 |
Added Methods (402)
twitter4j-async-3.0.0.jar, AsyncOAuthSupport.class
package twitter4j.auth
AsyncOAuthSupport.getOAuthAccessTokenAsync ( ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthAccessTokenAsync:()V]
AsyncOAuthSupport.getOAuthAccessTokenAsync ( String p1 ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthAccessTokenAsync:(Ljava/lang/String;)V]
AsyncOAuthSupport.getOAuthAccessTokenAsync ( String p1, String p2 ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthAccessTokenAsync:(Ljava/lang/String;Ljava/lang/String;)V]
AsyncOAuthSupport.getOAuthAccessTokenAsync ( RequestToken p1 ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthAccessTokenAsync:(Ltwitter4j/auth/RequestToken;)V]
AsyncOAuthSupport.getOAuthAccessTokenAsync ( RequestToken p1, String p2 ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthAccessTokenAsync:(Ltwitter4j/auth/RequestToken;Ljava/lang/String;)V]
AsyncOAuthSupport.getOAuthRequestTokenAsync ( ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthRequestTokenAsync:()V]
AsyncOAuthSupport.getOAuthRequestTokenAsync ( String p1 ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthRequestTokenAsync:(Ljava/lang/String;)V]
AsyncOAuthSupport.getOAuthRequestTokenAsync ( String p1, String p2 ) [abstract] : void
[run-time name: twitter4j/auth/AsyncOAuthSupport.getOAuthRequestTokenAsync:(Ljava/lang/String;Ljava/lang/String;)V]
twitter4j-async-3.0.0.jar, AsyncTwitterFactory.class
package twitter4j
AsyncTwitterFactory.getInstance ( Twitter twitter ) : AsyncTwitter
[run-time name: twitter4j/AsyncTwitterFactory.getInstance:(Ltwitter4j/Twitter;)Ltwitter4j/AsyncTwitter;]
twitter4j-async-3.0.0.jar, DirectMessagesResourcesAsync.class
package twitter4j.api
DirectMessagesResourcesAsync.destroyDirectMessage ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/DirectMessagesResourcesAsync.destroyDirectMessage:(J)V]
DirectMessagesResourcesAsync.getDirectMessages ( ) [abstract] : void
[run-time name: twitter4j/api/DirectMessagesResourcesAsync.getDirectMessages:()V]
DirectMessagesResourcesAsync.getDirectMessages ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/DirectMessagesResourcesAsync.getDirectMessages:(Ltwitter4j/Paging;)V]
DirectMessagesResourcesAsync.getSentDirectMessages ( ) [abstract] : void
[run-time name: twitter4j/api/DirectMessagesResourcesAsync.getSentDirectMessages:()V]
DirectMessagesResourcesAsync.getSentDirectMessages ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/DirectMessagesResourcesAsync.getSentDirectMessages:(Ltwitter4j/Paging;)V]
DirectMessagesResourcesAsync.sendDirectMessage ( long p1, String p2 ) [abstract] : void
[run-time name: twitter4j/api/DirectMessagesResourcesAsync.sendDirectMessage:(JLjava/lang/String;)V]
DirectMessagesResourcesAsync.sendDirectMessage ( String p1, String p2 ) [abstract] : void
[run-time name: twitter4j/api/DirectMessagesResourcesAsync.sendDirectMessage:(Ljava/lang/String;Ljava/lang/String;)V]
DirectMessagesResourcesAsync.showDirectMessage ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/DirectMessagesResourcesAsync.showDirectMessage:(J)V]
twitter4j-async-3.0.0.jar, FavoritesResourcesAsync.class
package twitter4j.api
FavoritesResourcesAsync.createFavorite ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FavoritesResourcesAsync.createFavorite:(J)V]
FavoritesResourcesAsync.destroyFavorite ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FavoritesResourcesAsync.destroyFavorite:(J)V]
FavoritesResourcesAsync.getFavorites ( ) [abstract] : void
[run-time name: twitter4j/api/FavoritesResourcesAsync.getFavorites:()V]
FavoritesResourcesAsync.getFavorites ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FavoritesResourcesAsync.getFavorites:(J)V]
FavoritesResourcesAsync.getFavorites ( long p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/FavoritesResourcesAsync.getFavorites:(JLtwitter4j/Paging;)V]
FavoritesResourcesAsync.getFavorites ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/FavoritesResourcesAsync.getFavorites:(Ljava/lang/String;)V]
FavoritesResourcesAsync.getFavorites ( String p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/FavoritesResourcesAsync.getFavorites:(Ljava/lang/String;Ltwitter4j/Paging;)V]
FavoritesResourcesAsync.getFavorites ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/FavoritesResourcesAsync.getFavorites:(Ltwitter4j/Paging;)V]
twitter4j-async-3.0.0.jar, FriendsFollowersResourcesAsync.class
package twitter4j.api
FriendsFollowersResourcesAsync.createFriendship ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.createFriendship:(J)V]
FriendsFollowersResourcesAsync.createFriendship ( long p1, boolean p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.createFriendship:(JZ)V]
FriendsFollowersResourcesAsync.createFriendship ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.createFriendship:(Ljava/lang/String;)V]
FriendsFollowersResourcesAsync.createFriendship ( String p1, boolean p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.createFriendship:(Ljava/lang/String;Z)V]
FriendsFollowersResourcesAsync.destroyFriendship ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.destroyFriendship:(J)V]
FriendsFollowersResourcesAsync.destroyFriendship ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.destroyFriendship:(Ljava/lang/String;)V]
FriendsFollowersResourcesAsync.getFollowersIDs ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.getFollowersIDs:(J)V]
FriendsFollowersResourcesAsync.getFollowersIDs ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.getFollowersIDs:(JJ)V]
FriendsFollowersResourcesAsync.getFollowersIDs ( String p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.getFollowersIDs:(Ljava/lang/String;J)V]
FriendsFollowersResourcesAsync.getFriendsIDs ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.getFriendsIDs:(J)V]
FriendsFollowersResourcesAsync.getFriendsIDs ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.getFriendsIDs:(JJ)V]
FriendsFollowersResourcesAsync.getFriendsIDs ( String p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.getFriendsIDs:(Ljava/lang/String;J)V]
FriendsFollowersResourcesAsync.getIncomingFriendships ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.getIncomingFriendships:(J)V]
FriendsFollowersResourcesAsync.getOutgoingFriendships ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.getOutgoingFriendships:(J)V]
FriendsFollowersResourcesAsync.lookupFriendships ( long[ ] p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.lookupFriendships:([J)V]
FriendsFollowersResourcesAsync.lookupFriendships ( String[ ] p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.lookupFriendships:([Ljava/lang/String;)V]
FriendsFollowersResourcesAsync.showFriendship ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.showFriendship:(JJ)V]
FriendsFollowersResourcesAsync.showFriendship ( String p1, String p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.showFriendship:(Ljava/lang/String;Ljava/lang/String;)V]
FriendsFollowersResourcesAsync.updateFriendship ( long p1, boolean p2, boolean p3 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.updateFriendship:(JZZ)V]
FriendsFollowersResourcesAsync.updateFriendship ( String p1, boolean p2, boolean p3 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersResourcesAsync.updateFriendship:(Ljava/lang/String;ZZ)V]
twitter4j-async-3.0.0.jar, HelpResourcesAsync.class
package twitter4j.api
HelpResourcesAsync.getAPIConfiguration ( ) [abstract] : void
[run-time name: twitter4j/api/HelpResourcesAsync.getAPIConfiguration:()V]
HelpResourcesAsync.getLanguages ( ) [abstract] : void
[run-time name: twitter4j/api/HelpResourcesAsync.getLanguages:()V]
HelpResourcesAsync.getPrivacyPolicy ( ) [abstract] : void
[run-time name: twitter4j/api/HelpResourcesAsync.getPrivacyPolicy:()V]
HelpResourcesAsync.getRateLimitStatus ( ) [abstract] : void
[run-time name: twitter4j/api/HelpResourcesAsync.getRateLimitStatus:()V]
HelpResourcesAsync.getRateLimitStatus ( String[ ] p1 ) [abstract] : void
[run-time name: twitter4j/api/HelpResourcesAsync.getRateLimitStatus:([Ljava/lang/String;)V]
HelpResourcesAsync.getTermsOfService ( ) [abstract] : void
[run-time name: twitter4j/api/HelpResourcesAsync.getTermsOfService:()V]
twitter4j-async-3.0.0.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.createUserList ( String p1, boolean p2, String p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.createUserList:(Ljava/lang/String;ZLjava/lang/String;)V]
ListsResourcesAsync.createUserListMember ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.createUserListMember:(IJ)V]
ListsResourcesAsync.createUserListMember ( long p1, String p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.createUserListMember:(JLjava/lang/String;J)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.createUserListMembers ( long p1, String p2, long[ ] p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.createUserListMembers:(JLjava/lang/String;[J)V]
ListsResourcesAsync.createUserListMembers ( long p1, String p2, String[ ] p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.createUserListMembers:(JLjava/lang/String;[Ljava/lang/String;)V]
ListsResourcesAsync.createUserListSubscription ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.createUserListSubscription:(I)V]
ListsResourcesAsync.createUserListSubscription ( long p1, String p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.createUserListSubscription:(JLjava/lang/String;)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.destroyUserList ( long p1, String p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.destroyUserList:(JLjava/lang/String;)V]
ListsResourcesAsync.destroyUserListMember ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.destroyUserListMember:(IJ)V]
ListsResourcesAsync.destroyUserListMember ( long p1, String p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.destroyUserListMember:(JLjava/lang/String;J)V]
ListsResourcesAsync.destroyUserListSubscription ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.destroyUserListSubscription:(I)V]
ListsResourcesAsync.destroyUserListSubscription ( long p1, String p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.destroyUserListSubscription:(JLjava/lang/String;)V]
ListsResourcesAsync.getUserListMembers ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListMembers:(IJ)V]
ListsResourcesAsync.getUserListMembers ( long p1, String p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListMembers:(JLjava/lang/String;J)V]
ListsResourcesAsync.getUserListMemberships ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListMemberships:(J)V]
ListsResourcesAsync.getUserListMemberships ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListMemberships:(JJ)V]
ListsResourcesAsync.getUserListMemberships ( long p1, long p2, boolean p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListMemberships:(JJZ)V]
ListsResourcesAsync.getUserListMemberships ( String p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListMemberships:(Ljava/lang/String;J)V]
ListsResourcesAsync.getUserListMemberships ( String p1, long p2, boolean p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListMemberships:(Ljava/lang/String;JZ)V]
ListsResourcesAsync.getUserLists ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserLists:(J)V]
ListsResourcesAsync.getUserLists ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserLists:(Ljava/lang/String;)V]
ListsResourcesAsync.getUserListStatuses ( int p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListStatuses:(ILtwitter4j/Paging;)V]
ListsResourcesAsync.getUserListStatuses ( long p1, String p2, twitter4j.Paging p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListStatuses:(JLjava/lang/String;Ltwitter4j/Paging;)V]
ListsResourcesAsync.getUserListSubscribers ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListSubscribers:(IJ)V]
ListsResourcesAsync.getUserListSubscribers ( long p1, String p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListSubscribers:(JLjava/lang/String;J)V]
ListsResourcesAsync.getUserListSubscriptions ( String p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.getUserListSubscriptions:(Ljava/lang/String;J)V]
ListsResourcesAsync.showUserList ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.showUserList:(I)V]
ListsResourcesAsync.showUserList ( long p1, String p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.showUserList:(JLjava/lang/String;)V]
ListsResourcesAsync.showUserListMembership ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.showUserListMembership:(IJ)V]
ListsResourcesAsync.showUserListMembership ( long p1, String p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.showUserListMembership:(JLjava/lang/String;J)V]
ListsResourcesAsync.showUserListSubscription ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.showUserListSubscription:(IJ)V]
ListsResourcesAsync.showUserListSubscription ( long p1, String p2, long p3 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.showUserListSubscription:(JLjava/lang/String;J)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]
ListsResourcesAsync.updateUserList ( long p1, String p2, String p3, boolean p4, String p5 ) [abstract] : void
[run-time name: twitter4j/api/ListsResourcesAsync.updateUserList:(JLjava/lang/String;Ljava/lang/String;ZLjava/lang/String;)V]
twitter4j-async-3.0.0.jar, PlacesGeoResourcesAsync.class
package twitter4j.api
PlacesGeoResourcesAsync.createPlace ( String p1, String p2, String p3, twitter4j.GeoLocation p4, String p5 ) [abstract] : void
[run-time name: twitter4j/api/PlacesGeoResourcesAsync.createPlace:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ltwitter4j/GeoLocation;Ljava/lang/String;)V]
PlacesGeoResourcesAsync.getGeoDetails ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/PlacesGeoResourcesAsync.getGeoDetails:(Ljava/lang/String;)V]
PlacesGeoResourcesAsync.getSimilarPlaces ( twitter4j.GeoLocation p1, String p2, String p3, String p4 ) [abstract] : void
[run-time name: twitter4j/api/PlacesGeoResourcesAsync.getSimilarPlaces:(Ltwitter4j/GeoLocation;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
PlacesGeoResourcesAsync.reverseGeoCode ( twitter4j.GeoQuery p1 ) [abstract] : void
[run-time name: twitter4j/api/PlacesGeoResourcesAsync.reverseGeoCode:(Ltwitter4j/GeoQuery;)V]
PlacesGeoResourcesAsync.searchPlaces ( twitter4j.GeoQuery p1 ) [abstract] : void
[run-time name: twitter4j/api/PlacesGeoResourcesAsync.searchPlaces:(Ltwitter4j/GeoQuery;)V]
twitter4j-async-3.0.0.jar, SavedSearchesResourcesAsync.class
package twitter4j.api
SavedSearchesResourcesAsync.createSavedSearch ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/SavedSearchesResourcesAsync.createSavedSearch:(Ljava/lang/String;)V]
SavedSearchesResourcesAsync.destroySavedSearch ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/SavedSearchesResourcesAsync.destroySavedSearch:(I)V]
SavedSearchesResourcesAsync.getSavedSearches ( ) [abstract] : void
[run-time name: twitter4j/api/SavedSearchesResourcesAsync.getSavedSearches:()V]
SavedSearchesResourcesAsync.showSavedSearch ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/SavedSearchesResourcesAsync.showSavedSearch:(I)V]
twitter4j-async-3.0.0.jar, SearchResourceAsync.class
package twitter4j.api
SearchResourceAsync.search ( twitter4j.Query p1 ) [abstract] : void
[run-time name: twitter4j/api/SearchResourceAsync.search:(Ltwitter4j/Query;)V]
twitter4j-async-3.0.0.jar, SpamReportingResourceAsync.class
package twitter4j.api
SpamReportingResourceAsync.reportSpam ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/SpamReportingResourceAsync.reportSpam:(J)V]
SpamReportingResourceAsync.reportSpam ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/SpamReportingResourceAsync.reportSpam:(Ljava/lang/String;)V]
twitter4j-async-3.0.0.jar, SuggestedUsersResourcesAsync.class
package twitter4j.api
SuggestedUsersResourcesAsync.getMemberSuggestions ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/SuggestedUsersResourcesAsync.getMemberSuggestions:(Ljava/lang/String;)V]
SuggestedUsersResourcesAsync.getSuggestedUserCategories ( ) [abstract] : void
[run-time name: twitter4j/api/SuggestedUsersResourcesAsync.getSuggestedUserCategories:()V]
SuggestedUsersResourcesAsync.getUserSuggestions ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/SuggestedUsersResourcesAsync.getUserSuggestions:(Ljava/lang/String;)V]
twitter4j-async-3.0.0.jar, TimelinesResourcesAsync.class
package twitter4j.api
TimelinesResourcesAsync.getHomeTimeline ( ) [abstract] : void
[run-time name: twitter4j/api/TimelinesResourcesAsync.getHomeTimeline:()V]
TimelinesResourcesAsync.getHomeTimeline ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/TimelinesResourcesAsync.getHomeTimeline:(Ltwitter4j/Paging;)V]
TimelinesResourcesAsync.getMentions ( ) [abstract] : void
[run-time name: twitter4j/api/TimelinesResourcesAsync.getMentions:()V]
TimelinesResourcesAsync.getMentions ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/TimelinesResourcesAsync.getMentions:(Ltwitter4j/Paging;)V]
TimelinesResourcesAsync.getUserTimeline ( ) [abstract] : void
[run-time name: twitter4j/api/TimelinesResourcesAsync.getUserTimeline:()V]
TimelinesResourcesAsync.getUserTimeline ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/TimelinesResourcesAsync.getUserTimeline:(J)V]
TimelinesResourcesAsync.getUserTimeline ( long p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/TimelinesResourcesAsync.getUserTimeline:(JLtwitter4j/Paging;)V]
TimelinesResourcesAsync.getUserTimeline ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/TimelinesResourcesAsync.getUserTimeline:(Ljava/lang/String;)V]
TimelinesResourcesAsync.getUserTimeline ( String p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/TimelinesResourcesAsync.getUserTimeline:(Ljava/lang/String;Ltwitter4j/Paging;)V]
TimelinesResourcesAsync.getUserTimeline ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/TimelinesResourcesAsync.getUserTimeline:(Ltwitter4j/Paging;)V]
twitter4j-async-3.0.0.jar, TrendsResourcesAsync.class
package twitter4j.api
TrendsResourcesAsync.getAvailableTrends ( ) [abstract] : void
[run-time name: twitter4j/api/TrendsResourcesAsync.getAvailableTrends:()V]
twitter4j-async-3.0.0.jar, TweetsResourcesAsync.class
package twitter4j.api
TweetsResourcesAsync.destroyStatus ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/TweetsResourcesAsync.destroyStatus:(J)V]
TweetsResourcesAsync.getRetweets ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/TweetsResourcesAsync.getRetweets:(J)V]
TweetsResourcesAsync.retweetStatus ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/TweetsResourcesAsync.retweetStatus:(J)V]
TweetsResourcesAsync.showStatus ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/TweetsResourcesAsync.showStatus:(J)V]
TweetsResourcesAsync.updateStatus ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/TweetsResourcesAsync.updateStatus:(Ljava/lang/String;)V]
TweetsResourcesAsync.updateStatus ( twitter4j.StatusUpdate p1 ) [abstract] : void
[run-time name: twitter4j/api/TweetsResourcesAsync.updateStatus:(Ltwitter4j/StatusUpdate;)V]
twitter4j-async-3.0.0.jar, TwitterAdapter.class
package twitter4j
TwitterAdapter.createdSavedSearch ( SavedSearch savedSearch ) : void
[run-time name: twitter4j/TwitterAdapter.createdSavedSearch:(Ltwitter4j/SavedSearch;)V]
TwitterAdapter.createdUserListMember ( UserList userList ) : void
[run-time name: twitter4j/TwitterAdapter.createdUserListMember:(Ltwitter4j/UserList;)V]
TwitterAdapter.createdUserListMembers ( UserList userList ) : void
[run-time name: twitter4j/TwitterAdapter.createdUserListMembers:(Ltwitter4j/UserList;)V]
TwitterAdapter.destroyedSavedSearch ( SavedSearch savedSearch ) : void
[run-time name: twitter4j/TwitterAdapter.destroyedSavedSearch:(Ltwitter4j/SavedSearch;)V]
TwitterAdapter.destroyedUserListMember ( UserList userList ) : void
[run-time name: twitter4j/TwitterAdapter.destroyedUserListMember:(Ltwitter4j/UserList;)V]
TwitterAdapter.gotBlockIDs ( IDs blockingUsersIDs ) : void
[run-time name: twitter4j/TwitterAdapter.gotBlockIDs:(Ltwitter4j/IDs;)V]
TwitterAdapter.gotBlocksList ( ResponseList blockingUsers ) : void
[run-time name: twitter4j/TwitterAdapter.gotBlocksList:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotContributees ( ResponseList users ) : void
[run-time name: twitter4j/TwitterAdapter.gotContributees:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotContributors ( ResponseList users ) : void
[run-time name: twitter4j/TwitterAdapter.gotContributors:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotOAuthAccessToken ( auth.AccessToken token ) : void
[run-time name: twitter4j/TwitterAdapter.gotOAuthAccessToken:(Ltwitter4j/auth/AccessToken;)V]
TwitterAdapter.gotOAuthRequestToken ( auth.RequestToken token ) : void
[run-time name: twitter4j/TwitterAdapter.gotOAuthRequestToken:(Ltwitter4j/auth/RequestToken;)V]
TwitterAdapter.gotRateLimitStatus ( java.util.Map rateLimitStatus ) : void
[run-time name: twitter4j/TwitterAdapter.gotRateLimitStatus:(Ljava/util/Map;)V]
TwitterAdapter.gotSavedSearch ( SavedSearch savedSearch ) : void
[run-time name: twitter4j/TwitterAdapter.gotSavedSearch:(Ltwitter4j/SavedSearch;)V]
TwitterAdapter.gotSavedSearches ( ResponseList savedSearches ) : void
[run-time name: twitter4j/TwitterAdapter.gotSavedSearches:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotUserLists ( ResponseList userLists ) : void
[run-time name: twitter4j/TwitterAdapter.gotUserLists:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.removedProfileBanner ( ) : void
[run-time name: twitter4j/TwitterAdapter.removedProfileBanner:()V]
TwitterAdapter.updatedProfileBanner ( ) : void
[run-time name: twitter4j/TwitterAdapter.updatedProfileBanner:()V]
twitter4j-async-3.0.0.jar, TwitterListener.class
package twitter4j
TwitterListener.createdSavedSearch ( SavedSearch p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.createdSavedSearch:(Ltwitter4j/SavedSearch;)V]
TwitterListener.createdUserListMember ( UserList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.createdUserListMember:(Ltwitter4j/UserList;)V]
TwitterListener.createdUserListMembers ( UserList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.createdUserListMembers:(Ltwitter4j/UserList;)V]
TwitterListener.destroyedSavedSearch ( SavedSearch p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.destroyedSavedSearch:(Ltwitter4j/SavedSearch;)V]
TwitterListener.destroyedUserListMember ( UserList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.destroyedUserListMember:(Ltwitter4j/UserList;)V]
TwitterListener.gotBlockIDs ( IDs p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotBlockIDs:(Ltwitter4j/IDs;)V]
TwitterListener.gotBlocksList ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotBlocksList:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotContributees ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotContributees:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotContributors ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotContributors:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotOAuthAccessToken ( auth.AccessToken p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotOAuthAccessToken:(Ltwitter4j/auth/AccessToken;)V]
TwitterListener.gotOAuthRequestToken ( auth.RequestToken p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotOAuthRequestToken:(Ltwitter4j/auth/RequestToken;)V]
TwitterListener.gotRateLimitStatus ( java.util.Map p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotRateLimitStatus:(Ljava/util/Map;)V]
TwitterListener.gotSavedSearch ( SavedSearch p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotSavedSearch:(Ltwitter4j/SavedSearch;)V]
TwitterListener.gotSavedSearches ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotSavedSearches:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotUserLists ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotUserLists:(Ltwitter4j/ResponseList;)V]
TwitterListener.removedProfileBanner ( ) [abstract] : void
[run-time name: twitter4j/TwitterListener.removedProfileBanner:()V]
TwitterListener.updatedProfileBanner ( ) [abstract] : void
[run-time name: twitter4j/TwitterListener.updatedProfileBanner:()V]
twitter4j-async-3.0.0.jar, TwitterMethod.class
package twitter4j
TwitterMethod.valueOf ( String name ) [static] : TwitterMethod
[run-time name: twitter4j/TwitterMethod.valueOf:(Ljava/lang/String;)Ltwitter4j/TwitterMethod;]
TwitterMethod.values ( ) [static] : TwitterMethod[ ]
[run-time name: twitter4j/TwitterMethod.values:()[Ltwitter4j/TwitterMethod;]
twitter4j-async-3.0.0.jar, UndocumentedResourcesAsync.class
package twitter4j.api
UndocumentedResourcesAsync.getRelatedResults ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/UndocumentedResourcesAsync.getRelatedResults:(J)V]
twitter4j-async-3.0.0.jar, UsersResourcesAsync.class
package twitter4j.api
UsersResourcesAsync.createBlock ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.createBlock:(J)V]
UsersResourcesAsync.createBlock ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.createBlock:(Ljava/lang/String;)V]
UsersResourcesAsync.destroyBlock ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.destroyBlock:(J)V]
UsersResourcesAsync.destroyBlock ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.destroyBlock:(Ljava/lang/String;)V]
UsersResourcesAsync.getAccountSettings ( ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.getAccountSettings:()V]
UsersResourcesAsync.getBlocksIDs ( ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.getBlocksIDs:()V]
UsersResourcesAsync.getBlocksList ( ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.getBlocksList:()V]
UsersResourcesAsync.getBlocksList ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.getBlocksList:(J)V]
UsersResourcesAsync.getContributees ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.getContributees:(J)V]
UsersResourcesAsync.getContributees ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.getContributees:(Ljava/lang/String;)V]
UsersResourcesAsync.getContributors ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.getContributors:(J)V]
UsersResourcesAsync.getContributors ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.getContributors:(Ljava/lang/String;)V]
UsersResourcesAsync.lookupUsers ( long[ ] p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.lookupUsers:([J)V]
UsersResourcesAsync.lookupUsers ( String[ ] p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.lookupUsers:([Ljava/lang/String;)V]
UsersResourcesAsync.removeProfileBanner ( ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.removeProfileBanner:()V]
UsersResourcesAsync.searchUsers ( String p1, int p2 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.searchUsers:(Ljava/lang/String;I)V]
UsersResourcesAsync.showUser ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.showUser:(J)V]
UsersResourcesAsync.showUser ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.showUser:(Ljava/lang/String;)V]
UsersResourcesAsync.updateAccountSettings ( Integer p1, Boolean p2, String p3, String p4, String p5, String p6 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.updateAccountSettings:(Ljava/lang/Integer;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
UsersResourcesAsync.updateProfile ( String p1, String p2, String p3, String p4 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.updateProfile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
UsersResourcesAsync.updateProfileBackgroundImage ( java.io.File p1, boolean p2 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.updateProfileBackgroundImage:(Ljava/io/File;Z)V]
UsersResourcesAsync.updateProfileBackgroundImage ( java.io.InputStream p1, boolean p2 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.updateProfileBackgroundImage:(Ljava/io/InputStream;Z)V]
UsersResourcesAsync.updateProfileBanner ( java.io.File p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.updateProfileBanner:(Ljava/io/File;)V]
UsersResourcesAsync.updateProfileBanner ( java.io.InputStream p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.updateProfileBanner:(Ljava/io/InputStream;)V]
UsersResourcesAsync.updateProfileColors ( String p1, String p2, String p3, String p4, String p5 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.updateProfileColors:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
UsersResourcesAsync.updateProfileImage ( java.io.File p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.updateProfileImage:(Ljava/io/File;)V]
UsersResourcesAsync.updateProfileImage ( java.io.InputStream p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.updateProfileImage:(Ljava/io/InputStream;)V]
UsersResourcesAsync.verifyCredentials ( ) [abstract] : void
[run-time name: twitter4j/api/UsersResourcesAsync.verifyCredentials:()V]
twitter4j-core-3.0.0.jar, AccessToken.class
package twitter4j.auth
AccessToken.AccessToken ( String token, String tokenSecret, long userId )
[run-time name: twitter4j/auth/AccessToken."<init>":(Ljava/lang/String;Ljava/lang/String;J)V]
twitter4j-core-3.0.0.jar, Configuration.class
package twitter4j.conf
Configuration.getContributingTo ( ) [abstract] : long
[run-time name: twitter4j/conf/Configuration.getContributingTo:()J]
Configuration.isIncludeMyRetweetEnabled ( ) [abstract] : boolean
[run-time name: twitter4j/conf/Configuration.isIncludeMyRetweetEnabled:()Z]
Configuration.isStallWarningsEnabled ( ) [abstract] : boolean
[run-time name: twitter4j/conf/Configuration.isStallWarningsEnabled:()Z]
twitter4j-core-3.0.0.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setContributingTo ( long contributingTo ) : ConfigurationBuilder
[run-time name: twitter4j/conf/ConfigurationBuilder.setContributingTo:(J)Ltwitter4j/conf/ConfigurationBuilder;]
ConfigurationBuilder.setIncludeMyRetweetEnabled ( boolean enabled ) : ConfigurationBuilder
[run-time name: twitter4j/conf/ConfigurationBuilder.setIncludeMyRetweetEnabled:(Z)Ltwitter4j/conf/ConfigurationBuilder;]
twitter4j-core-3.0.0.jar, DataObjectFactory.class
package twitter4j.json
DataObjectFactory.createRateLimitStatus ( String rawJSON ) [static] : java.util.Map
[run-time name: twitter4j/json/DataObjectFactory.createRateLimitStatus:(Ljava/lang/String;)Ljava/util/Map;]
twitter4j-core-3.0.0.jar, DirectMessagesResources.class
package twitter4j.api
DirectMessagesResources.destroyDirectMessage ( long p1 ) [abstract] : twitter4j.DirectMessage
[run-time name: twitter4j/api/DirectMessagesResources.destroyDirectMessage:(J)Ltwitter4j/DirectMessage;]
DirectMessagesResources.getDirectMessages ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/DirectMessagesResources.getDirectMessages:()Ltwitter4j/ResponseList;]
DirectMessagesResources.getDirectMessages ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/DirectMessagesResources.getDirectMessages:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
DirectMessagesResources.getSentDirectMessages ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/DirectMessagesResources.getSentDirectMessages:()Ltwitter4j/ResponseList;]
DirectMessagesResources.getSentDirectMessages ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/DirectMessagesResources.getSentDirectMessages:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
DirectMessagesResources.sendDirectMessage ( long p1, String p2 ) [abstract] : twitter4j.DirectMessage
[run-time name: twitter4j/api/DirectMessagesResources.sendDirectMessage:(JLjava/lang/String;)Ltwitter4j/DirectMessage;]
DirectMessagesResources.sendDirectMessage ( String p1, String p2 ) [abstract] : twitter4j.DirectMessage
[run-time name: twitter4j/api/DirectMessagesResources.sendDirectMessage:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/DirectMessage;]
DirectMessagesResources.showDirectMessage ( long p1 ) [abstract] : twitter4j.DirectMessage
[run-time name: twitter4j/api/DirectMessagesResources.showDirectMessage:(J)Ltwitter4j/DirectMessage;]
twitter4j-core-3.0.0.jar, FavoritesResources.class
package twitter4j.api
FavoritesResources.createFavorite ( long p1 ) [abstract] : twitter4j.Status
[run-time name: twitter4j/api/FavoritesResources.createFavorite:(J)Ltwitter4j/Status;]
FavoritesResources.destroyFavorite ( long p1 ) [abstract] : twitter4j.Status
[run-time name: twitter4j/api/FavoritesResources.destroyFavorite:(J)Ltwitter4j/Status;]
FavoritesResources.getFavorites ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FavoritesResources.getFavorites:()Ltwitter4j/ResponseList;]
FavoritesResources.getFavorites ( long p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FavoritesResources.getFavorites:(J)Ltwitter4j/ResponseList;]
FavoritesResources.getFavorites ( long p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FavoritesResources.getFavorites:(JLtwitter4j/Paging;)Ltwitter4j/ResponseList;]
FavoritesResources.getFavorites ( String p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FavoritesResources.getFavorites:(Ljava/lang/String;)Ltwitter4j/ResponseList;]
FavoritesResources.getFavorites ( String p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FavoritesResources.getFavorites:(Ljava/lang/String;Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
FavoritesResources.getFavorites ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FavoritesResources.getFavorites:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
twitter4j-core-3.0.0.jar, FriendsFollowersResources.class
package twitter4j.api
FriendsFollowersResources.createFriendship ( long p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/FriendsFollowersResources.createFriendship:(J)Ltwitter4j/User;]
FriendsFollowersResources.createFriendship ( long p1, boolean p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/FriendsFollowersResources.createFriendship:(JZ)Ltwitter4j/User;]
FriendsFollowersResources.createFriendship ( String p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/FriendsFollowersResources.createFriendship:(Ljava/lang/String;)Ltwitter4j/User;]
FriendsFollowersResources.createFriendship ( String p1, boolean p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/FriendsFollowersResources.createFriendship:(Ljava/lang/String;Z)Ltwitter4j/User;]
FriendsFollowersResources.destroyFriendship ( long p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/FriendsFollowersResources.destroyFriendship:(J)Ltwitter4j/User;]
FriendsFollowersResources.destroyFriendship ( String p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/FriendsFollowersResources.destroyFriendship:(Ljava/lang/String;)Ltwitter4j/User;]
FriendsFollowersResources.getFollowersIDs ( long p1 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendsFollowersResources.getFollowersIDs:(J)Ltwitter4j/IDs;]
FriendsFollowersResources.getFollowersIDs ( long p1, long p2 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendsFollowersResources.getFollowersIDs:(JJ)Ltwitter4j/IDs;]
FriendsFollowersResources.getFollowersIDs ( String p1, long p2 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendsFollowersResources.getFollowersIDs:(Ljava/lang/String;J)Ltwitter4j/IDs;]
FriendsFollowersResources.getFriendsIDs ( long p1 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendsFollowersResources.getFriendsIDs:(J)Ltwitter4j/IDs;]
FriendsFollowersResources.getFriendsIDs ( long p1, long p2 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendsFollowersResources.getFriendsIDs:(JJ)Ltwitter4j/IDs;]
FriendsFollowersResources.getFriendsIDs ( String p1, long p2 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendsFollowersResources.getFriendsIDs:(Ljava/lang/String;J)Ltwitter4j/IDs;]
FriendsFollowersResources.getIncomingFriendships ( long p1 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendsFollowersResources.getIncomingFriendships:(J)Ltwitter4j/IDs;]
FriendsFollowersResources.getOutgoingFriendships ( long p1 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendsFollowersResources.getOutgoingFriendships:(J)Ltwitter4j/IDs;]
FriendsFollowersResources.lookupFriendships ( long[ ] p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FriendsFollowersResources.lookupFriendships:([J)Ltwitter4j/ResponseList;]
FriendsFollowersResources.lookupFriendships ( String[ ] p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FriendsFollowersResources.lookupFriendships:([Ljava/lang/String;)Ltwitter4j/ResponseList;]
FriendsFollowersResources.showFriendship ( long p1, long p2 ) [abstract] : twitter4j.Relationship
[run-time name: twitter4j/api/FriendsFollowersResources.showFriendship:(JJ)Ltwitter4j/Relationship;]
FriendsFollowersResources.showFriendship ( String p1, String p2 ) [abstract] : twitter4j.Relationship
[run-time name: twitter4j/api/FriendsFollowersResources.showFriendship:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/Relationship;]
FriendsFollowersResources.updateFriendship ( long p1, boolean p2, boolean p3 ) [abstract] : twitter4j.Relationship
[run-time name: twitter4j/api/FriendsFollowersResources.updateFriendship:(JZZ)Ltwitter4j/Relationship;]
FriendsFollowersResources.updateFriendship ( String p1, boolean p2, boolean p3 ) [abstract] : twitter4j.Relationship
[run-time name: twitter4j/api/FriendsFollowersResources.updateFriendship:(Ljava/lang/String;ZZ)Ltwitter4j/Relationship;]
twitter4j-core-3.0.0.jar, GeoQuery.class
package twitter4j
GeoQuery.getQuery ( ) : String
[run-time name: twitter4j/GeoQuery.getQuery:()Ljava/lang/String;]
GeoQuery.setQuery ( String query ) : void
[run-time name: twitter4j/GeoQuery.setQuery:(Ljava/lang/String;)V]
twitter4j-core-3.0.0.jar, HelpResources.class
package twitter4j.api
HelpResources.getAPIConfiguration ( ) [abstract] : twitter4j.TwitterAPIConfiguration
[run-time name: twitter4j/api/HelpResources.getAPIConfiguration:()Ltwitter4j/TwitterAPIConfiguration;]
HelpResources.getLanguages ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/HelpResources.getLanguages:()Ltwitter4j/ResponseList;]
HelpResources.getPrivacyPolicy ( ) [abstract] : String
[run-time name: twitter4j/api/HelpResources.getPrivacyPolicy:()Ljava/lang/String;]
HelpResources.getRateLimitStatus ( ) [abstract] : java.util.Map
[run-time name: twitter4j/api/HelpResources.getRateLimitStatus:()Ljava/util/Map;]
HelpResources.getRateLimitStatus ( String[ ] p1 ) [abstract] : java.util.Map
[run-time name: twitter4j/api/HelpResources.getRateLimitStatus:([Ljava/lang/String;)Ljava/util/Map;]
HelpResources.getTermsOfService ( ) [abstract] : String
[run-time name: twitter4j/api/HelpResources.getTermsOfService:()Ljava/lang/String;]
twitter4j-core-3.0.0.jar, Language.class
package twitter4j.api
HelpResources.Language.getCode ( ) [abstract] : String
[run-time name: twitter4j/api/HelpResources.Language.getCode:()Ljava/lang/String;]
HelpResources.Language.getName ( ) [abstract] : String
[run-time name: twitter4j/api/HelpResources.Language.getName:()Ljava/lang/String;]
HelpResources.Language.getStatus ( ) [abstract] : String
[run-time name: twitter4j/api/HelpResources.Language.getStatus:()Ljava/lang/String;]
twitter4j-core-3.0.0.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.createUserList ( String p1, boolean p2, String p3 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.createUserList:(Ljava/lang/String;ZLjava/lang/String;)Ltwitter4j/UserList;]
ListsResources.createUserListMember ( int p1, long p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.createUserListMember:(IJ)Ltwitter4j/UserList;]
ListsResources.createUserListMember ( long p1, String p2, long p3 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.createUserListMember:(JLjava/lang/String;J)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.createUserListMembers ( long p1, String p2, long[ ] p3 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.createUserListMembers:(JLjava/lang/String;[J)Ltwitter4j/UserList;]
ListsResources.createUserListMembers ( long p1, String p2, String[ ] p3 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.createUserListMembers:(JLjava/lang/String;[Ljava/lang/String;)Ltwitter4j/UserList;]
ListsResources.createUserListSubscription ( int p1 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.createUserListSubscription:(I)Ltwitter4j/UserList;]
ListsResources.createUserListSubscription ( long p1, String p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.createUserListSubscription:(JLjava/lang/String;)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.destroyUserList ( long p1, String p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserList:(JLjava/lang/String;)Ltwitter4j/UserList;]
ListsResources.destroyUserListMember ( int p1, long p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserListMember:(IJ)Ltwitter4j/UserList;]
ListsResources.destroyUserListMember ( long p1, String p2, long p3 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserListMember:(JLjava/lang/String;J)Ltwitter4j/UserList;]
ListsResources.destroyUserListSubscription ( int p1 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserListSubscription:(I)Ltwitter4j/UserList;]
ListsResources.destroyUserListSubscription ( long p1, String p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.destroyUserListSubscription:(JLjava/lang/String;)Ltwitter4j/UserList;]
ListsResources.getUserListMembers ( int p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListMembers:(IJ)Ltwitter4j/PagableResponseList;]
ListsResources.getUserListMembers ( long p1, String p2, long p3 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListMembers:(JLjava/lang/String;J)Ltwitter4j/PagableResponseList;]
ListsResources.getUserListMemberships ( long p1 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListMemberships:(J)Ltwitter4j/PagableResponseList;]
ListsResources.getUserListMemberships ( long p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListMemberships:(JJ)Ltwitter4j/PagableResponseList;]
ListsResources.getUserListMemberships ( long p1, long p2, boolean p3 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListMemberships:(JJZ)Ltwitter4j/PagableResponseList;]
ListsResources.getUserListMemberships ( String p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListMemberships:(Ljava/lang/String;J)Ltwitter4j/PagableResponseList;]
ListsResources.getUserListMemberships ( String p1, long p2, boolean p3 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListMemberships:(Ljava/lang/String;JZ)Ltwitter4j/PagableResponseList;]
ListsResources.getUserLists ( long p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/ListsResources.getUserLists:(J)Ltwitter4j/ResponseList;]
ListsResources.getUserLists ( String p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/ListsResources.getUserLists:(Ljava/lang/String;)Ltwitter4j/ResponseList;]
ListsResources.getUserListStatuses ( int p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/ListsResources.getUserListStatuses:(ILtwitter4j/Paging;)Ltwitter4j/ResponseList;]
ListsResources.getUserListStatuses ( long p1, String p2, twitter4j.Paging p3 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/ListsResources.getUserListStatuses:(JLjava/lang/String;Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
ListsResources.getUserListSubscribers ( int p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListSubscribers:(IJ)Ltwitter4j/PagableResponseList;]
ListsResources.getUserListSubscribers ( long p1, String p2, long p3 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListSubscribers:(JLjava/lang/String;J)Ltwitter4j/PagableResponseList;]
ListsResources.getUserListSubscriptions ( String p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListsResources.getUserListSubscriptions:(Ljava/lang/String;J)Ltwitter4j/PagableResponseList;]
ListsResources.showUserList ( int p1 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.showUserList:(I)Ltwitter4j/UserList;]
ListsResources.showUserList ( long p1, String p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.showUserList:(JLjava/lang/String;)Ltwitter4j/UserList;]
ListsResources.showUserListMembership ( int p1, long p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/ListsResources.showUserListMembership:(IJ)Ltwitter4j/User;]
ListsResources.showUserListMembership ( long p1, String p2, long p3 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/ListsResources.showUserListMembership:(JLjava/lang/String;J)Ltwitter4j/User;]
ListsResources.showUserListSubscription ( int p1, long p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/ListsResources.showUserListSubscription:(IJ)Ltwitter4j/User;]
ListsResources.showUserListSubscription ( long p1, String p2, long p3 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/ListsResources.showUserListSubscription:(JLjava/lang/String;J)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;]
ListsResources.updateUserList ( long p1, String p2, String p3, boolean p4, String p5 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListsResources.updateUserList:(JLjava/lang/String;Ljava/lang/String;ZLjava/lang/String;)Ltwitter4j/UserList;]
twitter4j-core-3.0.0.jar, MediaEntity.class
package twitter4j
MediaEntity.getMediaURL ( ) [abstract] : String
[run-time name: twitter4j/MediaEntity.getMediaURL:()Ljava/lang/String;]
MediaEntity.getMediaURLHttps ( ) [abstract] : String
[run-time name: twitter4j/MediaEntity.getMediaURLHttps:()Ljava/lang/String;]
twitter4j-core-3.0.0.jar, PlacesGeoResources.class
package twitter4j.api
PlacesGeoResources.createPlace ( String p1, String p2, String p3, twitter4j.GeoLocation p4, String p5 ) [abstract] : twitter4j.Place
[run-time name: twitter4j/api/PlacesGeoResources.createPlace:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ltwitter4j/GeoLocation;Ljava/lang/String;)Ltwitter4j/Place;]
PlacesGeoResources.getGeoDetails ( String p1 ) [abstract] : twitter4j.Place
[run-time name: twitter4j/api/PlacesGeoResources.getGeoDetails:(Ljava/lang/String;)Ltwitter4j/Place;]
PlacesGeoResources.getSimilarPlaces ( twitter4j.GeoLocation p1, String p2, String p3, String p4 ) [abstract] : twitter4j.SimilarPlaces
[run-time name: twitter4j/api/PlacesGeoResources.getSimilarPlaces:(Ltwitter4j/GeoLocation;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/SimilarPlaces;]
PlacesGeoResources.reverseGeoCode ( twitter4j.GeoQuery p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/PlacesGeoResources.reverseGeoCode:(Ltwitter4j/GeoQuery;)Ltwitter4j/ResponseList;]
PlacesGeoResources.searchPlaces ( twitter4j.GeoQuery p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/PlacesGeoResources.searchPlaces:(Ltwitter4j/GeoQuery;)Ltwitter4j/ResponseList;]
twitter4j-core-3.0.0.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.getLongProperty ( java.util.Properties props, String prefix, String name ) : long
[run-time name: twitter4j/conf/PropertyConfiguration.getLongProperty:(Ljava/util/Properties;Ljava/lang/String;Ljava/lang/String;)J]
PropertyConfiguration.isIncludeMyRetweetEnabled ( ) : boolean
[run-time name: twitter4j/conf/PropertyConfiguration.isIncludeMyRetweetEnabled:()Z]
PropertyConfiguration.isStallWarningsEnabled ( ) : boolean
[run-time name: twitter4j/conf/PropertyConfiguration.isStallWarningsEnabled:()Z]
PropertyConfiguration.setIncludeMyRetweetEnabled ( boolean x0 ) : void
[run-time name: twitter4j/conf/PropertyConfiguration.setIncludeMyRetweetEnabled:(Z)V]
twitter4j-core-3.0.0.jar, Query.class
package twitter4j
Query.count ( int count ) : Query
[run-time name: twitter4j/Query.count:(I)Ltwitter4j/Query;]
Query.getCount ( ) : int
[run-time name: twitter4j/Query.getCount:()I]
Query.setCount ( int count ) : void
[run-time name: twitter4j/Query.setCount:(I)V]
twitter4j-core-3.0.0.jar, QueryResult.class
package twitter4j
QueryResult.getCount ( ) [abstract] : int
[run-time name: twitter4j/QueryResult.getCount:()I]
QueryResult.getRefreshURL ( ) [abstract] : String
[run-time name: twitter4j/QueryResult.getRefreshURL:()Ljava/lang/String;]
QueryResult.hasNext ( ) [abstract] : boolean
[run-time name: twitter4j/QueryResult.hasNext:()Z]
QueryResult.nextQuery ( ) [abstract] : Query
[run-time name: twitter4j/QueryResult.nextQuery:()Ltwitter4j/Query;]
twitter4j-core-3.0.0.jar, RateLimitStatus.class
package twitter4j
RateLimitStatus.getLimit ( ) [abstract] : int
[run-time name: twitter4j/RateLimitStatus.getLimit:()I]
RateLimitStatus.getRemaining ( ) [abstract] : int
[run-time name: twitter4j/RateLimitStatus.getRemaining:()I]
twitter4j-core-3.0.0.jar, SavedSearchesResource.class
package twitter4j.api
SavedSearchesResource.createSavedSearch ( String p1 ) [abstract] : twitter4j.SavedSearch
[run-time name: twitter4j/api/SavedSearchesResource.createSavedSearch:(Ljava/lang/String;)Ltwitter4j/SavedSearch;]
SavedSearchesResource.destroySavedSearch ( int p1 ) [abstract] : twitter4j.SavedSearch
[run-time name: twitter4j/api/SavedSearchesResource.destroySavedSearch:(I)Ltwitter4j/SavedSearch;]
SavedSearchesResource.getSavedSearches ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/SavedSearchesResource.getSavedSearches:()Ltwitter4j/ResponseList;]
SavedSearchesResource.showSavedSearch ( int p1 ) [abstract] : twitter4j.SavedSearch
[run-time name: twitter4j/api/SavedSearchesResource.showSavedSearch:(I)Ltwitter4j/SavedSearch;]
twitter4j-core-3.0.0.jar, SearchResource.class
package twitter4j.api
SearchResource.search ( twitter4j.Query p1 ) [abstract] : twitter4j.QueryResult
[run-time name: twitter4j/api/SearchResource.search:(Ltwitter4j/Query;)Ltwitter4j/QueryResult;]
twitter4j-core-3.0.0.jar, SpamReportingResource.class
package twitter4j.api
SpamReportingResource.reportSpam ( long p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/SpamReportingResource.reportSpam:(J)Ltwitter4j/User;]
SpamReportingResource.reportSpam ( String p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/SpamReportingResource.reportSpam:(Ljava/lang/String;)Ltwitter4j/User;]
twitter4j-core-3.0.0.jar, Status.class
package twitter4j
Status.getMyRetweet ( ) [abstract] : Status
[run-time name: twitter4j/Status.getMyRetweet:()Ltwitter4j/Status;]
Status.isPossiblySensitive ( ) [abstract] : boolean
[run-time name: twitter4j/Status.isPossiblySensitive:()Z]
twitter4j-core-3.0.0.jar, SuggestedUsersResources.class
package twitter4j.api
SuggestedUsersResources.getMemberSuggestions ( String p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/SuggestedUsersResources.getMemberSuggestions:(Ljava/lang/String;)Ltwitter4j/ResponseList;]
SuggestedUsersResources.getSuggestedUserCategories ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/SuggestedUsersResources.getSuggestedUserCategories:()Ltwitter4j/ResponseList;]
SuggestedUsersResources.getUserSuggestions ( String p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/SuggestedUsersResources.getUserSuggestions:(Ljava/lang/String;)Ltwitter4j/ResponseList;]
twitter4j-core-3.0.0.jar, TimelinesResources.class
package twitter4j.api
TimelinesResources.getHomeTimeline ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelinesResources.getHomeTimeline:()Ltwitter4j/ResponseList;]
TimelinesResources.getHomeTimeline ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelinesResources.getHomeTimeline:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
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;]
TimelinesResources.getMentionsTimeline ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelinesResources.getMentionsTimeline:()Ltwitter4j/ResponseList;]
TimelinesResources.getMentionsTimeline ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelinesResources.getMentionsTimeline:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
TimelinesResources.getUserTimeline ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelinesResources.getUserTimeline:()Ltwitter4j/ResponseList;]
TimelinesResources.getUserTimeline ( long p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelinesResources.getUserTimeline:(J)Ltwitter4j/ResponseList;]
TimelinesResources.getUserTimeline ( long p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelinesResources.getUserTimeline:(JLtwitter4j/Paging;)Ltwitter4j/ResponseList;]
TimelinesResources.getUserTimeline ( String p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelinesResources.getUserTimeline:(Ljava/lang/String;)Ltwitter4j/ResponseList;]
TimelinesResources.getUserTimeline ( String p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelinesResources.getUserTimeline:(Ljava/lang/String;Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
TimelinesResources.getUserTimeline ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelinesResources.getUserTimeline:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
twitter4j-core-3.0.0.jar, Trend.class
package twitter4j
Trend.getURL ( ) [abstract] : String
[run-time name: twitter4j/Trend.getURL:()Ljava/lang/String;]
twitter4j-core-3.0.0.jar, TrendsResources.class
package twitter4j.api
TrendsResources.getAvailableTrends ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TrendsResources.getAvailableTrends:()Ltwitter4j/ResponseList;]
twitter4j-core-3.0.0.jar, TweetsResources.class
package twitter4j.api
TweetsResources.destroyStatus ( long p1 ) [abstract] : twitter4j.Status
[run-time name: twitter4j/api/TweetsResources.destroyStatus:(J)Ltwitter4j/Status;]
TweetsResources.getRetweets ( long p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TweetsResources.getRetweets:(J)Ltwitter4j/ResponseList;]
TweetsResources.retweetStatus ( long p1 ) [abstract] : twitter4j.Status
[run-time name: twitter4j/api/TweetsResources.retweetStatus:(J)Ltwitter4j/Status;]
TweetsResources.showStatus ( long p1 ) [abstract] : twitter4j.Status
[run-time name: twitter4j/api/TweetsResources.showStatus:(J)Ltwitter4j/Status;]
TweetsResources.updateStatus ( String p1 ) [abstract] : twitter4j.Status
[run-time name: twitter4j/api/TweetsResources.updateStatus:(Ljava/lang/String;)Ltwitter4j/Status;]
TweetsResources.updateStatus ( twitter4j.StatusUpdate p1 ) [abstract] : twitter4j.Status
[run-time name: twitter4j/api/TweetsResources.updateStatus:(Ltwitter4j/StatusUpdate;)Ltwitter4j/Status;]
twitter4j-core-3.0.0.jar, TwitterException.class
package twitter4j
TwitterException.getErrorCode ( ) : int
[run-time name: twitter4j/TwitterException.getErrorCode:()I]
twitter4j-core-3.0.0.jar, UndocumentedResources.class
package twitter4j.api
UndocumentedResources.getRelatedResults ( long p1 ) [abstract] : twitter4j.RelatedResults
[run-time name: twitter4j/api/UndocumentedResources.getRelatedResults:(J)Ltwitter4j/RelatedResults;]
twitter4j-core-3.0.0.jar, URLEntity.class
package twitter4j
URLEntity.getExpandedURL ( ) [abstract] : String
[run-time name: twitter4j/URLEntity.getExpandedURL:()Ljava/lang/String;]
URLEntity.getURL ( ) [abstract] : String
[run-time name: twitter4j/URLEntity.getURL:()Ljava/lang/String;]
twitter4j-core-3.0.0.jar, User.class
package twitter4j
User.getBiggerProfileImageURL ( ) [abstract] : String
[run-time name: twitter4j/User.getBiggerProfileImageURL:()Ljava/lang/String;]
User.getBiggerProfileImageURLHttps ( ) [abstract] : String
[run-time name: twitter4j/User.getBiggerProfileImageURLHttps:()Ljava/lang/String;]
User.getMiniProfileImageURL ( ) [abstract] : String
[run-time name: twitter4j/User.getMiniProfileImageURL:()Ljava/lang/String;]
User.getMiniProfileImageURLHttps ( ) [abstract] : String
[run-time name: twitter4j/User.getMiniProfileImageURLHttps:()Ljava/lang/String;]
User.getOriginalProfileImageURL ( ) [abstract] : String
[run-time name: twitter4j/User.getOriginalProfileImageURL:()Ljava/lang/String;]
User.getOriginalProfileImageURLHttps ( ) [abstract] : String
[run-time name: twitter4j/User.getOriginalProfileImageURLHttps:()Ljava/lang/String;]
User.getProfileBackgroundImageURL ( ) [abstract] : String
[run-time name: twitter4j/User.getProfileBackgroundImageURL:()Ljava/lang/String;]
User.getProfileBannerIPadRetinaURL ( ) [abstract] : String
[run-time name: twitter4j/User.getProfileBannerIPadRetinaURL:()Ljava/lang/String;]
User.getProfileBannerIPadURL ( ) [abstract] : String
[run-time name: twitter4j/User.getProfileBannerIPadURL:()Ljava/lang/String;]
User.getProfileBannerMobileRetinaURL ( ) [abstract] : String
[run-time name: twitter4j/User.getProfileBannerMobileRetinaURL:()Ljava/lang/String;]
User.getProfileBannerMobileURL ( ) [abstract] : String
[run-time name: twitter4j/User.getProfileBannerMobileURL:()Ljava/lang/String;]
User.getProfileBannerRetinaURL ( ) [abstract] : String
[run-time name: twitter4j/User.getProfileBannerRetinaURL:()Ljava/lang/String;]
User.getProfileBannerURL ( ) [abstract] : String
[run-time name: twitter4j/User.getProfileBannerURL:()Ljava/lang/String;]
User.getProfileImageURL ( ) [abstract] : String
[run-time name: twitter4j/User.getProfileImageURL:()Ljava/lang/String;]
User.getProfileImageURLHttps ( ) [abstract] : String
[run-time name: twitter4j/User.getProfileImageURLHttps:()Ljava/lang/String;]
User.getURL ( ) [abstract] : String
[run-time name: twitter4j/User.getURL:()Ljava/lang/String;]
twitter4j-core-3.0.0.jar, UsersResources.class
package twitter4j.api
UsersResources.createBlock ( long p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/UsersResources.createBlock:(J)Ltwitter4j/User;]
UsersResources.createBlock ( String p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/UsersResources.createBlock:(Ljava/lang/String;)Ltwitter4j/User;]
UsersResources.destroyBlock ( long p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/UsersResources.destroyBlock:(J)Ltwitter4j/User;]
UsersResources.destroyBlock ( String p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/UsersResources.destroyBlock:(Ljava/lang/String;)Ltwitter4j/User;]
UsersResources.getAccountSettings ( ) [abstract] : twitter4j.AccountSettings
[run-time name: twitter4j/api/UsersResources.getAccountSettings:()Ltwitter4j/AccountSettings;]
UsersResources.getBlocksIDs ( ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/UsersResources.getBlocksIDs:()Ltwitter4j/IDs;]
UsersResources.getBlocksList ( ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/UsersResources.getBlocksList:()Ltwitter4j/PagableResponseList;]
UsersResources.getBlocksList ( long p1 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/UsersResources.getBlocksList:(J)Ltwitter4j/PagableResponseList;]
UsersResources.getContributees ( long p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UsersResources.getContributees:(J)Ltwitter4j/ResponseList;]
UsersResources.getContributees ( String p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UsersResources.getContributees:(Ljava/lang/String;)Ltwitter4j/ResponseList;]
UsersResources.getContributors ( long p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UsersResources.getContributors:(J)Ltwitter4j/ResponseList;]
UsersResources.getContributors ( String p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UsersResources.getContributors:(Ljava/lang/String;)Ltwitter4j/ResponseList;]
UsersResources.lookupUsers ( long[ ] p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UsersResources.lookupUsers:([J)Ltwitter4j/ResponseList;]
UsersResources.lookupUsers ( String[ ] p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UsersResources.lookupUsers:([Ljava/lang/String;)Ltwitter4j/ResponseList;]
UsersResources.removeProfileBanner ( ) [abstract] : void
[run-time name: twitter4j/api/UsersResources.removeProfileBanner:()V]
UsersResources.searchUsers ( String p1, int p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UsersResources.searchUsers:(Ljava/lang/String;I)Ltwitter4j/ResponseList;]
UsersResources.showUser ( long p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/UsersResources.showUser:(J)Ltwitter4j/User;]
UsersResources.showUser ( String p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/UsersResources.showUser:(Ljava/lang/String;)Ltwitter4j/User;]
UsersResources.updateAccountSettings ( Integer p1, Boolean p2, String p3, String p4, String p5, String p6 ) [abstract] : twitter4j.AccountSettings
[run-time name: twitter4j/api/UsersResources.updateAccountSettings:(Ljava/lang/Integer;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/AccountSettings;]
UsersResources.updateProfile ( String p1, String p2, String p3, String p4 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/UsersResources.updateProfile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/User;]
UsersResources.updateProfileBackgroundImage ( java.io.File p1, boolean p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/UsersResources.updateProfileBackgroundImage:(Ljava/io/File;Z)Ltwitter4j/User;]
UsersResources.updateProfileBackgroundImage ( java.io.InputStream p1, boolean p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/UsersResources.updateProfileBackgroundImage:(Ljava/io/InputStream;Z)Ltwitter4j/User;]
UsersResources.updateProfileBanner ( java.io.File p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResources.updateProfileBanner:(Ljava/io/File;)V]
UsersResources.updateProfileBanner ( java.io.InputStream p1 ) [abstract] : void
[run-time name: twitter4j/api/UsersResources.updateProfileBanner:(Ljava/io/InputStream;)V]
UsersResources.updateProfileColors ( String p1, String p2, String p3, String p4, String p5 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/UsersResources.updateProfileColors:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/User;]
UsersResources.updateProfileImage ( java.io.File p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/UsersResources.updateProfileImage:(Ljava/io/File;)Ltwitter4j/User;]
UsersResources.updateProfileImage ( java.io.InputStream p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/UsersResources.updateProfileImage:(Ljava/io/InputStream;)Ltwitter4j/User;]
UsersResources.verifyCredentials ( ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/UsersResources.verifyCredentials:()Ltwitter4j/User;]
twitter4j-media-support-3.0.0.jar, MediaProvider.class
package twitter4j.media
MediaProvider.valueOf ( String name ) [static] : MediaProvider
[run-time name: twitter4j/media/MediaProvider.valueOf:(Ljava/lang/String;)Ltwitter4j/media/MediaProvider;]
MediaProvider.values ( ) [static] : MediaProvider[ ]
[run-time name: twitter4j/media/MediaProvider.values:()[Ltwitter4j/media/MediaProvider;]
twitter4j-stream-3.0.0.jar, StallWarning.class
package twitter4j
StallWarning.equals ( Object o ) : boolean
[run-time name: twitter4j/StallWarning.equals:(Ljava/lang/Object;)Z]
StallWarning.getCode ( ) : String
[run-time name: twitter4j/StallWarning.getCode:()Ljava/lang/String;]
StallWarning.getMessage ( ) : String
[run-time name: twitter4j/StallWarning.getMessage:()Ljava/lang/String;]
StallWarning.getPercentFull ( ) : int
[run-time name: twitter4j/StallWarning.getPercentFull:()I]
StallWarning.hashCode ( ) : int
[run-time name: twitter4j/StallWarning.hashCode:()I]
StallWarning.toString ( ) : String
[run-time name: twitter4j/StallWarning.toString:()Ljava/lang/String;]
twitter4j-stream-3.0.0.jar, StatusAdapter.class
package twitter4j
StatusAdapter.onStallWarning ( StallWarning warning ) : void
[run-time name: twitter4j/StatusAdapter.onStallWarning:(Ltwitter4j/StallWarning;)V]
twitter4j-stream-3.0.0.jar, StatusListener.class
package twitter4j
StatusListener.onStallWarning ( StallWarning p1 ) [abstract] : void
[run-time name: twitter4j/StatusListener.onStallWarning:(Ltwitter4j/StallWarning;)V]
to the top
Removed Methods (464)
twitter4j-async-2.2.6.jar, AccountMethodsAsync.class
package twitter4j.api
AccountMethodsAsync.getAccountSettings ( ) [abstract] : void
[run-time name: twitter4j/api/AccountMethodsAsync.getAccountSettings:()V]
AccountMethodsAsync.getAccountTotals ( ) [abstract] : void
[run-time name: twitter4j/api/AccountMethodsAsync.getAccountTotals:()V]
AccountMethodsAsync.getRateLimitStatus ( ) [abstract] : void
[run-time name: twitter4j/api/AccountMethodsAsync.getRateLimitStatus:()V]
AccountMethodsAsync.updateAccountSettings ( Integer p1, Boolean p2, String p3, String p4, String p5, String p6 ) [abstract] : void
[run-time name: twitter4j/api/AccountMethodsAsync.updateAccountSettings:(Ljava/lang/Integer;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
AccountMethodsAsync.updateProfile ( String p1, String p2, String p3, String p4 ) [abstract] : void
[run-time name: twitter4j/api/AccountMethodsAsync.updateProfile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
AccountMethodsAsync.updateProfileBackgroundImage ( java.io.File p1, boolean p2 ) [abstract] : void
[run-time name: twitter4j/api/AccountMethodsAsync.updateProfileBackgroundImage:(Ljava/io/File;Z)V]
AccountMethodsAsync.updateProfileBackgroundImage ( java.io.InputStream p1, boolean p2 ) [abstract] : void
[run-time name: twitter4j/api/AccountMethodsAsync.updateProfileBackgroundImage:(Ljava/io/InputStream;Z)V]
AccountMethodsAsync.updateProfileColors ( String p1, String p2, String p3, String p4, String p5 ) [abstract] : void
[run-time name: twitter4j/api/AccountMethodsAsync.updateProfileColors:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
AccountMethodsAsync.updateProfileImage ( java.io.File p1 ) [abstract] : void
[run-time name: twitter4j/api/AccountMethodsAsync.updateProfileImage:(Ljava/io/File;)V]
AccountMethodsAsync.updateProfileImage ( java.io.InputStream p1 ) [abstract] : void
[run-time name: twitter4j/api/AccountMethodsAsync.updateProfileImage:(Ljava/io/InputStream;)V]
AccountMethodsAsync.verifyCredentials ( ) [abstract] : void
[run-time name: twitter4j/api/AccountMethodsAsync.verifyCredentials:()V]
twitter4j-async-2.2.6.jar, BlockMethodsAsync.class
package twitter4j.api
BlockMethodsAsync.createBlock ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/BlockMethodsAsync.createBlock:(J)V]
BlockMethodsAsync.createBlock ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/BlockMethodsAsync.createBlock:(Ljava/lang/String;)V]
BlockMethodsAsync.destroyBlock ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/BlockMethodsAsync.destroyBlock:(J)V]
BlockMethodsAsync.destroyBlock ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/BlockMethodsAsync.destroyBlock:(Ljava/lang/String;)V]
BlockMethodsAsync.existsBlock ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/BlockMethodsAsync.existsBlock:(J)V]
BlockMethodsAsync.existsBlock ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/BlockMethodsAsync.existsBlock:(Ljava/lang/String;)V]
BlockMethodsAsync.getBlockingUsers ( ) [abstract] : void
[run-time name: twitter4j/api/BlockMethodsAsync.getBlockingUsers:()V]
BlockMethodsAsync.getBlockingUsers ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/BlockMethodsAsync.getBlockingUsers:(I)V]
BlockMethodsAsync.getBlockingUsersIDs ( ) [abstract] : void
[run-time name: twitter4j/api/BlockMethodsAsync.getBlockingUsersIDs:()V]
twitter4j-async-2.2.6.jar, DirectMessageMethodsAsync.class
package twitter4j.api
DirectMessageMethodsAsync.destroyDirectMessage ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/DirectMessageMethodsAsync.destroyDirectMessage:(J)V]
DirectMessageMethodsAsync.getDirectMessages ( ) [abstract] : void
[run-time name: twitter4j/api/DirectMessageMethodsAsync.getDirectMessages:()V]
DirectMessageMethodsAsync.getDirectMessages ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/DirectMessageMethodsAsync.getDirectMessages:(Ltwitter4j/Paging;)V]
DirectMessageMethodsAsync.getSentDirectMessages ( ) [abstract] : void
[run-time name: twitter4j/api/DirectMessageMethodsAsync.getSentDirectMessages:()V]
DirectMessageMethodsAsync.getSentDirectMessages ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/DirectMessageMethodsAsync.getSentDirectMessages:(Ltwitter4j/Paging;)V]
DirectMessageMethodsAsync.sendDirectMessage ( long p1, String p2 ) [abstract] : void
[run-time name: twitter4j/api/DirectMessageMethodsAsync.sendDirectMessage:(JLjava/lang/String;)V]
DirectMessageMethodsAsync.sendDirectMessage ( String p1, String p2 ) [abstract] : void
[run-time name: twitter4j/api/DirectMessageMethodsAsync.sendDirectMessage:(Ljava/lang/String;Ljava/lang/String;)V]
DirectMessageMethodsAsync.showDirectMessage ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/DirectMessageMethodsAsync.showDirectMessage:(J)V]
twitter4j-async-2.2.6.jar, FavoriteMethodsAsync.class
package twitter4j.api
FavoriteMethodsAsync.createFavorite ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FavoriteMethodsAsync.createFavorite:(J)V]
FavoriteMethodsAsync.destroyFavorite ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FavoriteMethodsAsync.destroyFavorite:(J)V]
FavoriteMethodsAsync.getFavorites ( ) [abstract] : void
[run-time name: twitter4j/api/FavoriteMethodsAsync.getFavorites:()V]
FavoriteMethodsAsync.getFavorites ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/FavoriteMethodsAsync.getFavorites:(I)V]
FavoriteMethodsAsync.getFavorites ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/FavoriteMethodsAsync.getFavorites:(Ljava/lang/String;)V]
FavoriteMethodsAsync.getFavorites ( String p1, int p2 ) [abstract] : void
[run-time name: twitter4j/api/FavoriteMethodsAsync.getFavorites:(Ljava/lang/String;I)V]
FavoriteMethodsAsync.getFavorites ( String p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/FavoriteMethodsAsync.getFavorites:(Ljava/lang/String;Ltwitter4j/Paging;)V]
FavoriteMethodsAsync.getFavorites ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/FavoriteMethodsAsync.getFavorites:(Ltwitter4j/Paging;)V]
twitter4j-async-2.2.6.jar, FriendsFollowersMethodsAsync.class
package twitter4j.api
FriendsFollowersMethodsAsync.getFollowersIDs ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFollowersIDs:(J)V]
FriendsFollowersMethodsAsync.getFollowersIDs ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFollowersIDs:(JJ)V]
FriendsFollowersMethodsAsync.getFollowersIDs ( String p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFollowersIDs:(Ljava/lang/String;J)V]
FriendsFollowersMethodsAsync.getFriendsIDs ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFriendsIDs:(J)V]
FriendsFollowersMethodsAsync.getFriendsIDs ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFriendsIDs:(JJ)V]
FriendsFollowersMethodsAsync.getFriendsIDs ( String p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendsFollowersMethodsAsync.getFriendsIDs:(Ljava/lang/String;J)V]
twitter4j-async-2.2.6.jar, FriendshipMethodsAsync.class
package twitter4j.api
FriendshipMethodsAsync.createFriendship ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.createFriendship:(J)V]
FriendshipMethodsAsync.createFriendship ( long p1, boolean p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.createFriendship:(JZ)V]
FriendshipMethodsAsync.createFriendship ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.createFriendship:(Ljava/lang/String;)V]
FriendshipMethodsAsync.createFriendship ( String p1, boolean p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.createFriendship:(Ljava/lang/String;Z)V]
FriendshipMethodsAsync.destroyFriendship ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.destroyFriendship:(J)V]
FriendshipMethodsAsync.destroyFriendship ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.destroyFriendship:(Ljava/lang/String;)V]
FriendshipMethodsAsync.existsFriendship ( String p1, String p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.existsFriendship:(Ljava/lang/String;Ljava/lang/String;)V]
FriendshipMethodsAsync.getIncomingFriendships ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.getIncomingFriendships:(J)V]
FriendshipMethodsAsync.getNoRetweetIds ( ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.getNoRetweetIds:()V]
FriendshipMethodsAsync.getOutgoingFriendships ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.getOutgoingFriendships:(J)V]
FriendshipMethodsAsync.lookupFriendships ( long[ ] p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.lookupFriendships:([J)V]
FriendshipMethodsAsync.lookupFriendships ( String[ ] p1 ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.lookupFriendships:([Ljava/lang/String;)V]
FriendshipMethodsAsync.showFriendship ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.showFriendship:(JJ)V]
FriendshipMethodsAsync.showFriendship ( String p1, String p2 ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.showFriendship:(Ljava/lang/String;Ljava/lang/String;)V]
FriendshipMethodsAsync.updateFriendship ( long p1, boolean p2, boolean p3 ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.updateFriendship:(JZZ)V]
FriendshipMethodsAsync.updateFriendship ( String p1, boolean p2, boolean p3 ) [abstract] : void
[run-time name: twitter4j/api/FriendshipMethodsAsync.updateFriendship:(Ljava/lang/String;ZZ)V]
twitter4j-async-2.2.6.jar, GeoMethodsAsync.class
package twitter4j.api
GeoMethodsAsync.createPlace ( String p1, String p2, String p3, twitter4j.GeoLocation p4, String p5 ) [abstract] : void
[run-time name: twitter4j/api/GeoMethodsAsync.createPlace:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ltwitter4j/GeoLocation;Ljava/lang/String;)V]
GeoMethodsAsync.getGeoDetails ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/GeoMethodsAsync.getGeoDetails:(Ljava/lang/String;)V]
GeoMethodsAsync.getSimilarPlaces ( twitter4j.GeoLocation p1, String p2, String p3, String p4 ) [abstract] : void
[run-time name: twitter4j/api/GeoMethodsAsync.getSimilarPlaces:(Ltwitter4j/GeoLocation;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
GeoMethodsAsync.reverseGeoCode ( twitter4j.GeoQuery p1 ) [abstract] : void
[run-time name: twitter4j/api/GeoMethodsAsync.reverseGeoCode:(Ltwitter4j/GeoQuery;)V]
GeoMethodsAsync.searchPlaces ( twitter4j.GeoQuery p1 ) [abstract] : void
[run-time name: twitter4j/api/GeoMethodsAsync.searchPlaces:(Ltwitter4j/GeoQuery;)V]
twitter4j-async-2.2.6.jar, HelpMethodsAsync.class
package twitter4j.api
HelpMethodsAsync.getAPIConfiguration ( ) [abstract] : void
[run-time name: twitter4j/api/HelpMethodsAsync.getAPIConfiguration:()V]
HelpMethodsAsync.getLanguages ( ) [abstract] : void
[run-time name: twitter4j/api/HelpMethodsAsync.getLanguages:()V]
HelpMethodsAsync.test ( ) [abstract] : void
[run-time name: twitter4j/api/HelpMethodsAsync.test:()V]
twitter4j-async-2.2.6.jar, LegalResourcesAsync.class
package twitter4j.api
LegalResourcesAsync.getPrivacyPolicy ( ) [abstract] : void
[run-time name: twitter4j/api/LegalResourcesAsync.getPrivacyPolicy:()V]
LegalResourcesAsync.getTermsOfService ( ) [abstract] : void
[run-time name: twitter4j/api/LegalResourcesAsync.getTermsOfService:()V]
twitter4j-async-2.2.6.jar, ListMembersMethodsAsync.class
package twitter4j.api
ListMembersMethodsAsync.addUserListMember ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListMembersMethodsAsync.addUserListMember:(IJ)V]
ListMembersMethodsAsync.addUserListMembers ( int p1, long[ ] p2 ) [abstract] : void
[run-time name: twitter4j/api/ListMembersMethodsAsync.addUserListMembers:(I[J)V]
ListMembersMethodsAsync.addUserListMembers ( int p1, String[ ] p2 ) [abstract] : void
[run-time name: twitter4j/api/ListMembersMethodsAsync.addUserListMembers:(I[Ljava/lang/String;)V]
ListMembersMethodsAsync.deleteUserListMember ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListMembersMethodsAsync.deleteUserListMember:(IJ)V]
ListMembersMethodsAsync.getUserListMembers ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListMembersMethodsAsync.getUserListMembers:(IJ)V]
ListMembersMethodsAsync.showUserListMembership ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListMembersMethodsAsync.showUserListMembership:(IJ)V]
twitter4j-async-2.2.6.jar, ListMethodsAsync.class
package twitter4j.api
ListMethodsAsync.createUserList ( String p1, boolean p2, String p3 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.createUserList:(Ljava/lang/String;ZLjava/lang/String;)V]
ListMethodsAsync.destroyUserList ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.destroyUserList:(I)V]
ListMethodsAsync.getAllSubscribingUserLists ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.getAllSubscribingUserLists:(J)V]
ListMethodsAsync.getAllSubscribingUserLists ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.getAllSubscribingUserLists:(Ljava/lang/String;)V]
ListMethodsAsync.getUserListMemberships ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.getUserListMemberships:(J)V]
ListMethodsAsync.getUserListMemberships ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.getUserListMemberships:(JJ)V]
ListMethodsAsync.getUserListMemberships ( long p1, long p2, boolean p3 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.getUserListMemberships:(JJZ)V]
ListMethodsAsync.getUserListMemberships ( String p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.getUserListMemberships:(Ljava/lang/String;J)V]
ListMethodsAsync.getUserListMemberships ( String p1, long p2, boolean p3 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.getUserListMemberships:(Ljava/lang/String;JZ)V]
ListMethodsAsync.getUserLists ( long p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.getUserLists:(JJ)V]
ListMethodsAsync.getUserLists ( String p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.getUserLists:(Ljava/lang/String;J)V]
ListMethodsAsync.getUserListStatuses ( int p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.getUserListStatuses:(ILtwitter4j/Paging;)V]
ListMethodsAsync.getUserListSubscriptions ( String p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.getUserListSubscriptions:(Ljava/lang/String;J)V]
ListMethodsAsync.showUserList ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.showUserList:(I)V]
ListMethodsAsync.updateUserList ( int p1, String p2, boolean p3, String p4 ) [abstract] : void
[run-time name: twitter4j/api/ListMethodsAsync.updateUserList:(ILjava/lang/String;ZLjava/lang/String;)V]
twitter4j-async-2.2.6.jar, ListSubscribersMethodsAsync.class
package twitter4j.api
ListSubscribersMethodsAsync.createUserListSubscription ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/ListSubscribersMethodsAsync.createUserListSubscription:(I)V]
ListSubscribersMethodsAsync.destroyUserListSubscription ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/ListSubscribersMethodsAsync.destroyUserListSubscription:(I)V]
ListSubscribersMethodsAsync.getUserListSubscribers ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListSubscribersMethodsAsync.getUserListSubscribers:(IJ)V]
ListSubscribersMethodsAsync.showUserListSubscription ( int p1, long p2 ) [abstract] : void
[run-time name: twitter4j/api/ListSubscribersMethodsAsync.showUserListSubscription:(IJ)V]
twitter4j-async-2.2.6.jar, LocalTrendsMethodsAsync.class
package twitter4j.api
LocalTrendsMethodsAsync.getAvailableTrends ( ) [abstract] : void
[run-time name: twitter4j/api/LocalTrendsMethodsAsync.getAvailableTrends:()V]
LocalTrendsMethodsAsync.getAvailableTrends ( twitter4j.GeoLocation p1 ) [abstract] : void
[run-time name: twitter4j/api/LocalTrendsMethodsAsync.getAvailableTrends:(Ltwitter4j/GeoLocation;)V]
LocalTrendsMethodsAsync.getLocationTrends ( int p1 ) [abstract] : void
[run-time name: twitter4j/api/LocalTrendsMethodsAsync.getLocationTrends:(I)V]
twitter4j-async-2.2.6.jar, NewTwitterMethodsAsync.class
package twitter4j.api
NewTwitterMethodsAsync.getRelatedResults ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/NewTwitterMethodsAsync.getRelatedResults:(J)V]
twitter4j-async-2.2.6.jar, NotificationMethodsAsync.class
package twitter4j.api
NotificationMethodsAsync.disableNotification ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/NotificationMethodsAsync.disableNotification:(J)V]
NotificationMethodsAsync.disableNotification ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/NotificationMethodsAsync.disableNotification:(Ljava/lang/String;)V]
NotificationMethodsAsync.enableNotification ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/NotificationMethodsAsync.enableNotification:(J)V]
NotificationMethodsAsync.enableNotification ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/NotificationMethodsAsync.enableNotification:(Ljava/lang/String;)V]
twitter4j-async-2.2.6.jar, SearchMethodsAsync.class
package twitter4j.api
SearchMethodsAsync.search ( twitter4j.Query p1 ) [abstract] : void
[run-time name: twitter4j/api/SearchMethodsAsync.search:(Ltwitter4j/Query;)V]
twitter4j-async-2.2.6.jar, SpamReportingMethodsAsync.class
package twitter4j.api
SpamReportingMethodsAsync.reportSpam ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/SpamReportingMethodsAsync.reportSpam:(J)V]
SpamReportingMethodsAsync.reportSpam ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/SpamReportingMethodsAsync.reportSpam:(Ljava/lang/String;)V]
twitter4j-async-2.2.6.jar, StatusMethodsAsync.class
package twitter4j.api
StatusMethodsAsync.destroyStatus ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/StatusMethodsAsync.destroyStatus:(J)V]
StatusMethodsAsync.getRetweetedBy ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/StatusMethodsAsync.getRetweetedBy:(J)V]
StatusMethodsAsync.getRetweetedBy ( long p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/StatusMethodsAsync.getRetweetedBy:(JLtwitter4j/Paging;)V]
StatusMethodsAsync.getRetweetedByIDs ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/StatusMethodsAsync.getRetweetedByIDs:(J)V]
StatusMethodsAsync.getRetweetedByIDs ( long p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/StatusMethodsAsync.getRetweetedByIDs:(JLtwitter4j/Paging;)V]
StatusMethodsAsync.getRetweets ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/StatusMethodsAsync.getRetweets:(J)V]
StatusMethodsAsync.retweetStatus ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/StatusMethodsAsync.retweetStatus:(J)V]
StatusMethodsAsync.showStatus ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/StatusMethodsAsync.showStatus:(J)V]
StatusMethodsAsync.updateStatus ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/StatusMethodsAsync.updateStatus:(Ljava/lang/String;)V]
StatusMethodsAsync.updateStatus ( twitter4j.StatusUpdate p1 ) [abstract] : void
[run-time name: twitter4j/api/StatusMethodsAsync.updateStatus:(Ltwitter4j/StatusUpdate;)V]
twitter4j-async-2.2.6.jar, TimelineMethodsAsync.class
package twitter4j.api
TimelineMethodsAsync.getHomeTimeline ( ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getHomeTimeline:()V]
TimelineMethodsAsync.getHomeTimeline ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getHomeTimeline:(Ltwitter4j/Paging;)V]
TimelineMethodsAsync.getMentions ( ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getMentions:()V]
TimelineMethodsAsync.getMentions ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getMentions:(Ltwitter4j/Paging;)V]
TimelineMethodsAsync.getRetweetedByMe ( ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetedByMe:()V]
TimelineMethodsAsync.getRetweetedByMe ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetedByMe:(Ltwitter4j/Paging;)V]
TimelineMethodsAsync.getRetweetedByUser ( long p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetedByUser:(JLtwitter4j/Paging;)V]
TimelineMethodsAsync.getRetweetedByUser ( String p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetedByUser:(Ljava/lang/String;Ltwitter4j/Paging;)V]
TimelineMethodsAsync.getRetweetedToMe ( ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetedToMe:()V]
TimelineMethodsAsync.getRetweetedToMe ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetedToMe:(Ltwitter4j/Paging;)V]
TimelineMethodsAsync.getRetweetedToUser ( long p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetedToUser:(JLtwitter4j/Paging;)V]
TimelineMethodsAsync.getRetweetedToUser ( String p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetedToUser:(Ljava/lang/String;Ltwitter4j/Paging;)V]
TimelineMethodsAsync.getRetweetsOfMe ( ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetsOfMe:()V]
TimelineMethodsAsync.getRetweetsOfMe ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getRetweetsOfMe:(Ltwitter4j/Paging;)V]
TimelineMethodsAsync.getUserTimeline ( ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getUserTimeline:()V]
TimelineMethodsAsync.getUserTimeline ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getUserTimeline:(J)V]
TimelineMethodsAsync.getUserTimeline ( long p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getUserTimeline:(JLtwitter4j/Paging;)V]
TimelineMethodsAsync.getUserTimeline ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getUserTimeline:(Ljava/lang/String;)V]
TimelineMethodsAsync.getUserTimeline ( String p1, twitter4j.Paging p2 ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getUserTimeline:(Ljava/lang/String;Ltwitter4j/Paging;)V]
TimelineMethodsAsync.getUserTimeline ( twitter4j.Paging p1 ) [abstract] : void
[run-time name: twitter4j/api/TimelineMethodsAsync.getUserTimeline:(Ltwitter4j/Paging;)V]
twitter4j-async-2.2.6.jar, TrendsMethodsAsync.class
package twitter4j.api
TrendsMethodsAsync.getDailyTrends ( ) [abstract] : void
[run-time name: twitter4j/api/TrendsMethodsAsync.getDailyTrends:()V]
TrendsMethodsAsync.getDailyTrends ( java.util.Date p1, boolean p2 ) [abstract] : void
[run-time name: twitter4j/api/TrendsMethodsAsync.getDailyTrends:(Ljava/util/Date;Z)V]
TrendsMethodsAsync.getWeeklyTrends ( ) [abstract] : void
[run-time name: twitter4j/api/TrendsMethodsAsync.getWeeklyTrends:()V]
TrendsMethodsAsync.getWeeklyTrends ( java.util.Date p1, boolean p2 ) [abstract] : void
[run-time name: twitter4j/api/TrendsMethodsAsync.getWeeklyTrends:(Ljava/util/Date;Z)V]
twitter4j-async-2.2.6.jar, TwitterAdapter.class
package twitter4j
TwitterAdapter.addedUserListMember ( UserList userList ) : void
[run-time name: twitter4j/TwitterAdapter.addedUserListMember:(Ltwitter4j/UserList;)V]
TwitterAdapter.addedUserListMembers ( UserList userList ) : void
[run-time name: twitter4j/TwitterAdapter.addedUserListMembers:(Ltwitter4j/UserList;)V]
TwitterAdapter.deletedUserListMember ( UserList userList ) : void
[run-time name: twitter4j/TwitterAdapter.deletedUserListMember:(Ltwitter4j/UserList;)V]
TwitterAdapter.disabledNotification ( User user ) : void
[run-time name: twitter4j/TwitterAdapter.disabledNotification:(Ltwitter4j/User;)V]
TwitterAdapter.enabledNotification ( User user ) : void
[run-time name: twitter4j/TwitterAdapter.enabledNotification:(Ltwitter4j/User;)V]
TwitterAdapter.gotAccountTotals ( AccountTotals totals ) : void
[run-time name: twitter4j/TwitterAdapter.gotAccountTotals:(Ltwitter4j/AccountTotals;)V]
TwitterAdapter.gotAllUserLists ( ResponseList lists ) : void
[run-time name: twitter4j/TwitterAdapter.gotAllUserLists:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotBlockingUsers ( ResponseList blockingUsers ) : void
[run-time name: twitter4j/TwitterAdapter.gotBlockingUsers:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotBlockingUsersIDs ( IDs blockingUsersIDs ) : void
[run-time name: twitter4j/TwitterAdapter.gotBlockingUsersIDs:(Ltwitter4j/IDs;)V]
TwitterAdapter.gotCurrentTrends ( Trends trends ) : void
[run-time name: twitter4j/TwitterAdapter.gotCurrentTrends:(Ltwitter4j/Trends;)V]
TwitterAdapter.gotDailyTrends ( ResponseList trendsList ) : void
[run-time name: twitter4j/TwitterAdapter.gotDailyTrends:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotExistsBlock ( boolean blockExists ) : void
[run-time name: twitter4j/TwitterAdapter.gotExistsBlock:(Z)V]
TwitterAdapter.gotExistsFriendship ( boolean exists ) : void
[run-time name: twitter4j/TwitterAdapter.gotExistsFriendship:(Z)V]
TwitterAdapter.gotLocationTrends ( Trends trends ) : void
[run-time name: twitter4j/TwitterAdapter.gotLocationTrends:(Ltwitter4j/Trends;)V]
TwitterAdapter.gotNoRetweetIds ( IDs ids ) : void
[run-time name: twitter4j/TwitterAdapter.gotNoRetweetIds:(Ltwitter4j/IDs;)V]
TwitterAdapter.gotProfileImage ( ProfileImage image ) : void
[run-time name: twitter4j/TwitterAdapter.gotProfileImage:(Ltwitter4j/ProfileImage;)V]
TwitterAdapter.gotRateLimitStatus ( RateLimitStatus status ) : void
[run-time name: twitter4j/TwitterAdapter.gotRateLimitStatus:(Ltwitter4j/RateLimitStatus;)V]
TwitterAdapter.gotRetweetedBy ( ResponseList users ) : void
[run-time name: twitter4j/TwitterAdapter.gotRetweetedBy:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotRetweetedByIDs ( IDs ids ) : void
[run-time name: twitter4j/TwitterAdapter.gotRetweetedByIDs:(Ltwitter4j/IDs;)V]
TwitterAdapter.gotRetweetedByMe ( ResponseList statuses ) : void
[run-time name: twitter4j/TwitterAdapter.gotRetweetedByMe:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotRetweetedByUser ( ResponseList statuses ) : void
[run-time name: twitter4j/TwitterAdapter.gotRetweetedByUser:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotRetweetedToMe ( ResponseList statuses ) : void
[run-time name: twitter4j/TwitterAdapter.gotRetweetedToMe:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotRetweetedToUser ( ResponseList statuses ) : void
[run-time name: twitter4j/TwitterAdapter.gotRetweetedToUser:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotRetweetsOfMe ( ResponseList statuses ) : void
[run-time name: twitter4j/TwitterAdapter.gotRetweetsOfMe:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.gotUserLists ( PagableResponseList userLists ) : void
[run-time name: twitter4j/TwitterAdapter.gotUserLists:(Ltwitter4j/PagableResponseList;)V]
TwitterAdapter.gotWeeklyTrends ( ResponseList trendsList ) : void
[run-time name: twitter4j/TwitterAdapter.gotWeeklyTrends:(Ltwitter4j/ResponseList;)V]
TwitterAdapter.tested ( boolean test ) : void
[run-time name: twitter4j/TwitterAdapter.tested:(Z)V]
twitter4j-async-2.2.6.jar, TwitterListener.class
package twitter4j
TwitterListener.addedUserListMember ( UserList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.addedUserListMember:(Ltwitter4j/UserList;)V]
TwitterListener.addedUserListMembers ( UserList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.addedUserListMembers:(Ltwitter4j/UserList;)V]
TwitterListener.deletedUserListMember ( UserList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.deletedUserListMember:(Ltwitter4j/UserList;)V]
TwitterListener.disabledNotification ( User p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.disabledNotification:(Ltwitter4j/User;)V]
TwitterListener.enabledNotification ( User p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.enabledNotification:(Ltwitter4j/User;)V]
TwitterListener.gotAccountTotals ( AccountTotals p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotAccountTotals:(Ltwitter4j/AccountTotals;)V]
TwitterListener.gotAllUserLists ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotAllUserLists:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotBlockingUsers ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotBlockingUsers:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotBlockingUsersIDs ( IDs p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotBlockingUsersIDs:(Ltwitter4j/IDs;)V]
TwitterListener.gotCurrentTrends ( Trends p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotCurrentTrends:(Ltwitter4j/Trends;)V]
TwitterListener.gotDailyTrends ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotDailyTrends:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotExistsBlock ( boolean p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotExistsBlock:(Z)V]
TwitterListener.gotExistsFriendship ( boolean p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotExistsFriendship:(Z)V]
TwitterListener.gotLocationTrends ( Trends p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotLocationTrends:(Ltwitter4j/Trends;)V]
TwitterListener.gotNoRetweetIds ( IDs p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotNoRetweetIds:(Ltwitter4j/IDs;)V]
TwitterListener.gotProfileImage ( ProfileImage p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotProfileImage:(Ltwitter4j/ProfileImage;)V]
TwitterListener.gotRateLimitStatus ( RateLimitStatus p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotRateLimitStatus:(Ltwitter4j/RateLimitStatus;)V]
TwitterListener.gotRetweetedBy ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotRetweetedBy:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotRetweetedByIDs ( IDs p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotRetweetedByIDs:(Ltwitter4j/IDs;)V]
TwitterListener.gotRetweetedByMe ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotRetweetedByMe:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotRetweetedByUser ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotRetweetedByUser:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotRetweetedToMe ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotRetweetedToMe:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotRetweetedToUser ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotRetweetedToUser:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotRetweetsOfMe ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotRetweetsOfMe:(Ltwitter4j/ResponseList;)V]
TwitterListener.gotUserLists ( PagableResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotUserLists:(Ltwitter4j/PagableResponseList;)V]
TwitterListener.gotWeeklyTrends ( ResponseList p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.gotWeeklyTrends:(Ltwitter4j/ResponseList;)V]
TwitterListener.tested ( boolean p1 ) [abstract] : void
[run-time name: twitter4j/TwitterListener.tested:(Z)V]
twitter4j-async-2.2.6.jar, TwitterMethod.class
package twitter4j
TwitterMethod.equals ( Object o ) : boolean
[run-time name: twitter4j/TwitterMethod.equals:(Ljava/lang/Object;)Z]
TwitterMethod.hashCode ( ) : int
[run-time name: twitter4j/TwitterMethod.hashCode:()I]
TwitterMethod.name ( ) : String
[run-time name: twitter4j/TwitterMethod.name:()Ljava/lang/String;]
TwitterMethod.toString ( ) : String
[run-time name: twitter4j/TwitterMethod.toString:()Ljava/lang/String;]
twitter4j-async-2.2.6.jar, UserMethodsAsync.class
package twitter4j.api
UserMethodsAsync.getMemberSuggestions ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.getMemberSuggestions:(Ljava/lang/String;)V]
UserMethodsAsync.getProfileImage ( String p1, twitter4j.ProfileImage.ImageSize p2 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.getProfileImage:(Ljava/lang/String;Ltwitter4j/ProfileImage$ImageSize;)V]
UserMethodsAsync.getSuggestedUserCategories ( ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.getSuggestedUserCategories:()V]
UserMethodsAsync.getUserSuggestions ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.getUserSuggestions:(Ljava/lang/String;)V]
UserMethodsAsync.lookupUsers ( long[ ] p1 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.lookupUsers:([J)V]
UserMethodsAsync.lookupUsers ( String[ ] p1 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.lookupUsers:([Ljava/lang/String;)V]
UserMethodsAsync.searchUsers ( String p1, int p2 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.searchUsers:(Ljava/lang/String;I)V]
UserMethodsAsync.showUser ( long p1 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.showUser:(J)V]
UserMethodsAsync.showUser ( String p1 ) [abstract] : void
[run-time name: twitter4j/api/UserMethodsAsync.showUser:(Ljava/lang/String;)V]
twitter4j-core-2.2.6.jar, AccountMethods.class
package twitter4j.api
AccountMethods.getAccountSettings ( ) [abstract] : twitter4j.AccountSettings
[run-time name: twitter4j/api/AccountMethods.getAccountSettings:()Ltwitter4j/AccountSettings;]
AccountMethods.getAccountTotals ( ) [abstract] : twitter4j.AccountTotals
[run-time name: twitter4j/api/AccountMethods.getAccountTotals:()Ltwitter4j/AccountTotals;]
AccountMethods.getRateLimitStatus ( ) [abstract] : twitter4j.RateLimitStatus
[run-time name: twitter4j/api/AccountMethods.getRateLimitStatus:()Ltwitter4j/RateLimitStatus;]
AccountMethods.updateAccountSettings ( Integer p1, Boolean p2, String p3, String p4, String p5, String p6 ) [abstract] : twitter4j.AccountSettings
[run-time name: twitter4j/api/AccountMethods.updateAccountSettings:(Ljava/lang/Integer;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/AccountSettings;]
AccountMethods.updateProfile ( String p1, String p2, String p3, String p4 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/AccountMethods.updateProfile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/User;]
AccountMethods.updateProfileBackgroundImage ( java.io.File p1, boolean p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/AccountMethods.updateProfileBackgroundImage:(Ljava/io/File;Z)Ltwitter4j/User;]
AccountMethods.updateProfileBackgroundImage ( java.io.InputStream p1, boolean p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/AccountMethods.updateProfileBackgroundImage:(Ljava/io/InputStream;Z)Ltwitter4j/User;]
AccountMethods.updateProfileColors ( String p1, String p2, String p3, String p4, String p5 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/AccountMethods.updateProfileColors:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/User;]
AccountMethods.updateProfileImage ( java.io.File p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/AccountMethods.updateProfileImage:(Ljava/io/File;)Ltwitter4j/User;]
AccountMethods.updateProfileImage ( java.io.InputStream p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/AccountMethods.updateProfileImage:(Ljava/io/InputStream;)Ltwitter4j/User;]
AccountMethods.verifyCredentials ( ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/AccountMethods.verifyCredentials:()Ltwitter4j/User;]
twitter4j-core-2.2.6.jar, Annotation.class
package twitter4j
Annotation.addAttribute ( String name, String value ) : void
[run-time name: twitter4j/Annotation.addAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
Annotation.Annotation ( String type )
[run-time name: twitter4j/Annotation."<init>":(Ljava/lang/String;)V]
Annotation.Annotation ( String type, java.util.Map attributes )
[run-time name: twitter4j/Annotation."<init>":(Ljava/lang/String;Ljava/util/Map;)V]
Annotation.attribute ( String name, String value ) : Annotation
[run-time name: twitter4j/Annotation.attribute:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/Annotation;]
Annotation.attributes ( java.util.Map attributes ) : Annotation
[run-time name: twitter4j/Annotation.attributes:(Ljava/util/Map;)Ltwitter4j/Annotation;]
Annotation.compareTo ( Object x0 ) : int
[run-time name: twitter4j/Annotation.compareTo:(Ljava/lang/Object;)I]
Annotation.compareTo ( Annotation other ) : int
[run-time name: twitter4j/Annotation.compareTo:(Ltwitter4j/Annotation;)I]
Annotation.equals ( Object obj ) : boolean
[run-time name: twitter4j/Annotation.equals:(Ljava/lang/Object;)Z]
Annotation.getAttributes ( ) : java.util.Map
[run-time name: twitter4j/Annotation.getAttributes:()Ljava/util/Map;]
Annotation.getType ( ) : String
[run-time name: twitter4j/Annotation.getType:()Ljava/lang/String;]
Annotation.hashCode ( ) : int
[run-time name: twitter4j/Annotation.hashCode:()I]
Annotation.isEmpty ( ) : boolean
[run-time name: twitter4j/Annotation.isEmpty:()Z]
Annotation.setAttributes ( java.util.Map attributes ) : void
[run-time name: twitter4j/Annotation.setAttributes:(Ljava/util/Map;)V]
Annotation.setType ( String type ) : void
[run-time name: twitter4j/Annotation.setType:(Ljava/lang/String;)V]
Annotation.size ( ) : Integer
[run-time name: twitter4j/Annotation.size:()Ljava/lang/Integer;]
Annotation.toString ( ) : String
[run-time name: twitter4j/Annotation.toString:()Ljava/lang/String;]
Annotation.type ( String type ) : Annotation
[run-time name: twitter4j/Annotation.type:(Ljava/lang/String;)Ltwitter4j/Annotation;]
twitter4j-core-2.2.6.jar, Annotations.class
package twitter4j
Annotations.addAnnotation ( Annotation annotation ) : void
[run-time name: twitter4j/Annotations.addAnnotation:(Ltwitter4j/Annotation;)V]
Annotations.annotation ( Annotation annotation ) : Annotations
[run-time name: twitter4j/Annotations.annotation:(Ltwitter4j/Annotation;)Ltwitter4j/Annotations;]
Annotations.Annotations ( )
[run-time name: twitter4j/Annotations."<init>":()V]
Annotations.Annotations ( java.util.List annotations )
[run-time name: twitter4j/Annotations."<init>":(Ljava/util/List;)V]
Annotations.Annotations ( internal.org.json.JSONArray jsonArray )
[run-time name: twitter4j/Annotations."<init>":(Ltwitter4j/internal/org/json/JSONArray;)V]
Annotations.equals ( Object obj ) : boolean
[run-time name: twitter4j/Annotations.equals:(Ljava/lang/Object;)Z]
Annotations.getAnnotations ( ) : java.util.List
[run-time name: twitter4j/Annotations.getAnnotations:()Ljava/util/List;]
Annotations.hashCode ( ) : int
[run-time name: twitter4j/Annotations.hashCode:()I]
Annotations.isEmpty ( ) : boolean
[run-time name: twitter4j/Annotations.isEmpty:()Z]
Annotations.isExceedingLengthLimit ( ) : boolean
[run-time name: twitter4j/Annotations.isExceedingLengthLimit:()Z]
Annotations.isExceedingLengthLimit ( Annotations annotations ) [static] : boolean
[run-time name: twitter4j/Annotations.isExceedingLengthLimit:(Ltwitter4j/Annotations;)Z]
Annotations.setAnnotations ( java.util.List annotations ) : void
[run-time name: twitter4j/Annotations.setAnnotations:(Ljava/util/List;)V]
Annotations.size ( ) : Integer
[run-time name: twitter4j/Annotations.size:()Ljava/lang/Integer;]
Annotations.toString ( ) : String
[run-time name: twitter4j/Annotations.toString:()Ljava/lang/String;]
twitter4j-core-2.2.6.jar, BlockMethods.class
package twitter4j.api
BlockMethods.createBlock ( long p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/BlockMethods.createBlock:(J)Ltwitter4j/User;]
BlockMethods.createBlock ( String p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/BlockMethods.createBlock:(Ljava/lang/String;)Ltwitter4j/User;]
BlockMethods.destroyBlock ( long p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/BlockMethods.destroyBlock:(J)Ltwitter4j/User;]
BlockMethods.destroyBlock ( String p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/BlockMethods.destroyBlock:(Ljava/lang/String;)Ltwitter4j/User;]
BlockMethods.existsBlock ( long p1 ) [abstract] : boolean
[run-time name: twitter4j/api/BlockMethods.existsBlock:(J)Z]
BlockMethods.existsBlock ( String p1 ) [abstract] : boolean
[run-time name: twitter4j/api/BlockMethods.existsBlock:(Ljava/lang/String;)Z]
BlockMethods.getBlockingUsers ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/BlockMethods.getBlockingUsers:()Ltwitter4j/ResponseList;]
BlockMethods.getBlockingUsers ( int p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/BlockMethods.getBlockingUsers:(I)Ltwitter4j/ResponseList;]
BlockMethods.getBlockingUsersIDs ( ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/BlockMethods.getBlockingUsersIDs:()Ltwitter4j/IDs;]
twitter4j-core-2.2.6.jar, Configuration.class
package twitter4j.conf
Configuration.getSearchBaseURL ( ) [abstract] : String
[run-time name: twitter4j/conf/Configuration.getSearchBaseURL:()Ljava/lang/String;]
Configuration.getUploadBaseURL ( ) [abstract] : String
[run-time name: twitter4j/conf/Configuration.getUploadBaseURL:()Ljava/lang/String;]
Configuration.isIncludeEntitiesEnabled ( ) [abstract] : boolean
[run-time name: twitter4j/conf/Configuration.isIncludeEntitiesEnabled:()Z]
Configuration.isIncludeRTsEnabled ( ) [abstract] : boolean
[run-time name: twitter4j/conf/Configuration.isIncludeRTsEnabled:()Z]
twitter4j-core-2.2.6.jar, ConfigurationBuilder.class
package twitter4j.conf
ConfigurationBuilder.setSearchBaseURL ( String searchBaseURL ) : ConfigurationBuilder
[run-time name: twitter4j/conf/ConfigurationBuilder.setSearchBaseURL:(Ljava/lang/String;)Ltwitter4j/conf/ConfigurationBuilder;]
twitter4j-core-2.2.6.jar, DataObjectFactory.class
package twitter4j.json
DataObjectFactory.createRateLimitStatus ( String rawJSON ) [static] : twitter4j.RateLimitStatus
[run-time name: twitter4j/json/DataObjectFactory.createRateLimitStatus:(Ljava/lang/String;)Ltwitter4j/RateLimitStatus;]
DataObjectFactory.createTweet ( String rawJSON ) [static] : twitter4j.Tweet
[run-time name: twitter4j/json/DataObjectFactory.createTweet:(Ljava/lang/String;)Ltwitter4j/Tweet;]
twitter4j-core-2.2.6.jar, DirectMessageMethods.class
package twitter4j.api
DirectMessageMethods.destroyDirectMessage ( long p1 ) [abstract] : twitter4j.DirectMessage
[run-time name: twitter4j/api/DirectMessageMethods.destroyDirectMessage:(J)Ltwitter4j/DirectMessage;]
DirectMessageMethods.getDirectMessages ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/DirectMessageMethods.getDirectMessages:()Ltwitter4j/ResponseList;]
DirectMessageMethods.getDirectMessages ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/DirectMessageMethods.getDirectMessages:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
DirectMessageMethods.getSentDirectMessages ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/DirectMessageMethods.getSentDirectMessages:()Ltwitter4j/ResponseList;]
DirectMessageMethods.getSentDirectMessages ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/DirectMessageMethods.getSentDirectMessages:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
DirectMessageMethods.sendDirectMessage ( long p1, String p2 ) [abstract] : twitter4j.DirectMessage
[run-time name: twitter4j/api/DirectMessageMethods.sendDirectMessage:(JLjava/lang/String;)Ltwitter4j/DirectMessage;]
DirectMessageMethods.sendDirectMessage ( String p1, String p2 ) [abstract] : twitter4j.DirectMessage
[run-time name: twitter4j/api/DirectMessageMethods.sendDirectMessage:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/DirectMessage;]
DirectMessageMethods.showDirectMessage ( long p1 ) [abstract] : twitter4j.DirectMessage
[run-time name: twitter4j/api/DirectMessageMethods.showDirectMessage:(J)Ltwitter4j/DirectMessage;]
twitter4j-core-2.2.6.jar, FavoriteMethods.class
package twitter4j.api
FavoriteMethods.createFavorite ( long p1 ) [abstract] : twitter4j.Status
[run-time name: twitter4j/api/FavoriteMethods.createFavorite:(J)Ltwitter4j/Status;]
FavoriteMethods.destroyFavorite ( long p1 ) [abstract] : twitter4j.Status
[run-time name: twitter4j/api/FavoriteMethods.destroyFavorite:(J)Ltwitter4j/Status;]
FavoriteMethods.getFavorites ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FavoriteMethods.getFavorites:()Ltwitter4j/ResponseList;]
FavoriteMethods.getFavorites ( int p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FavoriteMethods.getFavorites:(I)Ltwitter4j/ResponseList;]
FavoriteMethods.getFavorites ( String p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FavoriteMethods.getFavorites:(Ljava/lang/String;)Ltwitter4j/ResponseList;]
FavoriteMethods.getFavorites ( String p1, int p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FavoriteMethods.getFavorites:(Ljava/lang/String;I)Ltwitter4j/ResponseList;]
FavoriteMethods.getFavorites ( String p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FavoriteMethods.getFavorites:(Ljava/lang/String;Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
FavoriteMethods.getFavorites ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FavoriteMethods.getFavorites:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
twitter4j-core-2.2.6.jar, FilterQuery.class
package twitter4j
FilterQuery.setIncludeEntities ( boolean include ) : FilterQuery
[run-time name: twitter4j/FilterQuery.setIncludeEntities:(Z)Ltwitter4j/FilterQuery;]
twitter4j-core-2.2.6.jar, FriendsFollowersMethods.class
package twitter4j.api
FriendsFollowersMethods.getFollowersIDs ( long p1 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendsFollowersMethods.getFollowersIDs:(J)Ltwitter4j/IDs;]
FriendsFollowersMethods.getFollowersIDs ( long p1, long p2 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendsFollowersMethods.getFollowersIDs:(JJ)Ltwitter4j/IDs;]
FriendsFollowersMethods.getFollowersIDs ( String p1, long p2 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendsFollowersMethods.getFollowersIDs:(Ljava/lang/String;J)Ltwitter4j/IDs;]
FriendsFollowersMethods.getFriendsIDs ( long p1 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendsFollowersMethods.getFriendsIDs:(J)Ltwitter4j/IDs;]
FriendsFollowersMethods.getFriendsIDs ( long p1, long p2 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendsFollowersMethods.getFriendsIDs:(JJ)Ltwitter4j/IDs;]
FriendsFollowersMethods.getFriendsIDs ( String p1, long p2 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendsFollowersMethods.getFriendsIDs:(Ljava/lang/String;J)Ltwitter4j/IDs;]
twitter4j-core-2.2.6.jar, FriendshipMethods.class
package twitter4j.api
FriendshipMethods.createFriendship ( long p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/FriendshipMethods.createFriendship:(J)Ltwitter4j/User;]
FriendshipMethods.createFriendship ( long p1, boolean p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/FriendshipMethods.createFriendship:(JZ)Ltwitter4j/User;]
FriendshipMethods.createFriendship ( String p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/FriendshipMethods.createFriendship:(Ljava/lang/String;)Ltwitter4j/User;]
FriendshipMethods.createFriendship ( String p1, boolean p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/FriendshipMethods.createFriendship:(Ljava/lang/String;Z)Ltwitter4j/User;]
FriendshipMethods.destroyFriendship ( long p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/FriendshipMethods.destroyFriendship:(J)Ltwitter4j/User;]
FriendshipMethods.destroyFriendship ( String p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/FriendshipMethods.destroyFriendship:(Ljava/lang/String;)Ltwitter4j/User;]
FriendshipMethods.existsFriendship ( String p1, String p2 ) [abstract] : boolean
[run-time name: twitter4j/api/FriendshipMethods.existsFriendship:(Ljava/lang/String;Ljava/lang/String;)Z]
FriendshipMethods.getIncomingFriendships ( long p1 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendshipMethods.getIncomingFriendships:(J)Ltwitter4j/IDs;]
FriendshipMethods.getNoRetweetIds ( ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendshipMethods.getNoRetweetIds:()Ltwitter4j/IDs;]
FriendshipMethods.getOutgoingFriendships ( long p1 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/FriendshipMethods.getOutgoingFriendships:(J)Ltwitter4j/IDs;]
FriendshipMethods.lookupFriendships ( long[ ] p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FriendshipMethods.lookupFriendships:([J)Ltwitter4j/ResponseList;]
FriendshipMethods.lookupFriendships ( String[ ] p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/FriendshipMethods.lookupFriendships:([Ljava/lang/String;)Ltwitter4j/ResponseList;]
FriendshipMethods.showFriendship ( long p1, long p2 ) [abstract] : twitter4j.Relationship
[run-time name: twitter4j/api/FriendshipMethods.showFriendship:(JJ)Ltwitter4j/Relationship;]
FriendshipMethods.showFriendship ( String p1, String p2 ) [abstract] : twitter4j.Relationship
[run-time name: twitter4j/api/FriendshipMethods.showFriendship:(Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/Relationship;]
FriendshipMethods.updateFriendship ( long p1, boolean p2, boolean p3 ) [abstract] : twitter4j.Relationship
[run-time name: twitter4j/api/FriendshipMethods.updateFriendship:(JZZ)Ltwitter4j/Relationship;]
FriendshipMethods.updateFriendship ( String p1, boolean p2, boolean p3 ) [abstract] : twitter4j.Relationship
[run-time name: twitter4j/api/FriendshipMethods.updateFriendship:(Ljava/lang/String;ZZ)Ltwitter4j/Relationship;]
twitter4j-core-2.2.6.jar, GeoMethods.class
package twitter4j.api
GeoMethods.createPlace ( String p1, String p2, String p3, twitter4j.GeoLocation p4, String p5 ) [abstract] : twitter4j.Place
[run-time name: twitter4j/api/GeoMethods.createPlace:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ltwitter4j/GeoLocation;Ljava/lang/String;)Ltwitter4j/Place;]
GeoMethods.getGeoDetails ( String p1 ) [abstract] : twitter4j.Place
[run-time name: twitter4j/api/GeoMethods.getGeoDetails:(Ljava/lang/String;)Ltwitter4j/Place;]
GeoMethods.getSimilarPlaces ( twitter4j.GeoLocation p1, String p2, String p3, String p4 ) [abstract] : twitter4j.SimilarPlaces
[run-time name: twitter4j/api/GeoMethods.getSimilarPlaces:(Ltwitter4j/GeoLocation;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/SimilarPlaces;]
GeoMethods.reverseGeoCode ( twitter4j.GeoQuery p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/GeoMethods.reverseGeoCode:(Ltwitter4j/GeoQuery;)Ltwitter4j/ResponseList;]
GeoMethods.searchPlaces ( twitter4j.GeoQuery p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/GeoMethods.searchPlaces:(Ltwitter4j/GeoQuery;)Ltwitter4j/ResponseList;]
twitter4j-core-2.2.6.jar, HelpMethods.class
package twitter4j.api
HelpMethods.getAPIConfiguration ( ) [abstract] : twitter4j.TwitterAPIConfiguration
[run-time name: twitter4j/api/HelpMethods.getAPIConfiguration:()Ltwitter4j/TwitterAPIConfiguration;]
HelpMethods.getLanguages ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/HelpMethods.getLanguages:()Ltwitter4j/ResponseList;]
HelpMethods.test ( ) [abstract] : boolean
[run-time name: twitter4j/api/HelpMethods.test:()Z]
twitter4j-core-2.2.6.jar, ImageSize.class
package twitter4j
ProfileImage.ImageSize.equals ( Object o ) : boolean
[run-time name: twitter4j/ProfileImage.ImageSize.equals:(Ljava/lang/Object;)Z]
ProfileImage.ImageSize.getName ( ) : String
[run-time name: twitter4j/ProfileImage.ImageSize.getName:()Ljava/lang/String;]
ProfileImage.ImageSize.hashCode ( ) : int
[run-time name: twitter4j/ProfileImage.ImageSize.hashCode:()I]
ProfileImage.ImageSize.toString ( ) : String
[run-time name: twitter4j/ProfileImage.ImageSize.toString:()Ljava/lang/String;]
twitter4j-core-2.2.6.jar, Language.class
package twitter4j.api
HelpMethods.Language.getCode ( ) [abstract] : String
[run-time name: twitter4j/api/HelpMethods.Language.getCode:()Ljava/lang/String;]
HelpMethods.Language.getName ( ) [abstract] : String
[run-time name: twitter4j/api/HelpMethods.Language.getName:()Ljava/lang/String;]
HelpMethods.Language.getStatus ( ) [abstract] : String
[run-time name: twitter4j/api/HelpMethods.Language.getStatus:()Ljava/lang/String;]
twitter4j-core-2.2.6.jar, LegalResources.class
package twitter4j.api
LegalResources.getPrivacyPolicy ( ) [abstract] : String
[run-time name: twitter4j/api/LegalResources.getPrivacyPolicy:()Ljava/lang/String;]
LegalResources.getTermsOfService ( ) [abstract] : String
[run-time name: twitter4j/api/LegalResources.getTermsOfService:()Ljava/lang/String;]
twitter4j-core-2.2.6.jar, ListMembersMethods.class
package twitter4j.api
ListMembersMethods.addUserListMember ( int p1, long p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMembersMethods.addUserListMember:(IJ)Ltwitter4j/UserList;]
ListMembersMethods.addUserListMembers ( int p1, long[ ] p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMembersMethods.addUserListMembers:(I[J)Ltwitter4j/UserList;]
ListMembersMethods.addUserListMembers ( int p1, String[ ] p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMembersMethods.addUserListMembers:(I[Ljava/lang/String;)Ltwitter4j/UserList;]
ListMembersMethods.deleteUserListMember ( int p1, long p2 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMembersMethods.deleteUserListMember:(IJ)Ltwitter4j/UserList;]
ListMembersMethods.getUserListMembers ( int p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListMembersMethods.getUserListMembers:(IJ)Ltwitter4j/PagableResponseList;]
ListMembersMethods.showUserListMembership ( int p1, long p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/ListMembersMethods.showUserListMembership:(IJ)Ltwitter4j/User;]
twitter4j-core-2.2.6.jar, ListMethods.class
package twitter4j.api
ListMethods.createUserList ( String p1, boolean p2, String p3 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMethods.createUserList:(Ljava/lang/String;ZLjava/lang/String;)Ltwitter4j/UserList;]
ListMethods.destroyUserList ( int p1 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMethods.destroyUserList:(I)Ltwitter4j/UserList;]
ListMethods.getAllUserLists ( long p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/ListMethods.getAllUserLists:(J)Ltwitter4j/ResponseList;]
ListMethods.getAllUserLists ( String p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/ListMethods.getAllUserLists:(Ljava/lang/String;)Ltwitter4j/ResponseList;]
ListMethods.getUserListMemberships ( long p1 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListMethods.getUserListMemberships:(J)Ltwitter4j/PagableResponseList;]
ListMethods.getUserListMemberships ( long p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListMethods.getUserListMemberships:(JJ)Ltwitter4j/PagableResponseList;]
ListMethods.getUserListMemberships ( long p1, long p2, boolean p3 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListMethods.getUserListMemberships:(JJZ)Ltwitter4j/PagableResponseList;]
ListMethods.getUserListMemberships ( String p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListMethods.getUserListMemberships:(Ljava/lang/String;J)Ltwitter4j/PagableResponseList;]
ListMethods.getUserListMemberships ( String p1, long p2, boolean p3 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListMethods.getUserListMemberships:(Ljava/lang/String;JZ)Ltwitter4j/PagableResponseList;]
ListMethods.getUserLists ( long p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListMethods.getUserLists:(JJ)Ltwitter4j/PagableResponseList;]
ListMethods.getUserLists ( String p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListMethods.getUserLists:(Ljava/lang/String;J)Ltwitter4j/PagableResponseList;]
ListMethods.getUserListStatuses ( int p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/ListMethods.getUserListStatuses:(ILtwitter4j/Paging;)Ltwitter4j/ResponseList;]
ListMethods.getUserListSubscriptions ( String p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListMethods.getUserListSubscriptions:(Ljava/lang/String;J)Ltwitter4j/PagableResponseList;]
ListMethods.showUserList ( int p1 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMethods.showUserList:(I)Ltwitter4j/UserList;]
ListMethods.updateUserList ( int p1, String p2, boolean p3, String p4 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListMethods.updateUserList:(ILjava/lang/String;ZLjava/lang/String;)Ltwitter4j/UserList;]
twitter4j-core-2.2.6.jar, ListSubscribersMethods.class
package twitter4j.api
ListSubscribersMethods.createUserListSubscription ( int p1 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListSubscribersMethods.createUserListSubscription:(I)Ltwitter4j/UserList;]
ListSubscribersMethods.destroyUserListSubscription ( int p1 ) [abstract] : twitter4j.UserList
[run-time name: twitter4j/api/ListSubscribersMethods.destroyUserListSubscription:(I)Ltwitter4j/UserList;]
ListSubscribersMethods.getUserListSubscribers ( int p1, long p2 ) [abstract] : twitter4j.PagableResponseList
[run-time name: twitter4j/api/ListSubscribersMethods.getUserListSubscribers:(IJ)Ltwitter4j/PagableResponseList;]
ListSubscribersMethods.showUserListSubscription ( int p1, long p2 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/ListSubscribersMethods.showUserListSubscription:(IJ)Ltwitter4j/User;]
twitter4j-core-2.2.6.jar, LocalTrendsMethods.class
package twitter4j.api
LocalTrendsMethods.getAvailableTrends ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/LocalTrendsMethods.getAvailableTrends:()Ltwitter4j/ResponseList;]
LocalTrendsMethods.getAvailableTrends ( twitter4j.GeoLocation p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/LocalTrendsMethods.getAvailableTrends:(Ltwitter4j/GeoLocation;)Ltwitter4j/ResponseList;]
LocalTrendsMethods.getLocationTrends ( int p1 ) [abstract] : twitter4j.Trends
[run-time name: twitter4j/api/LocalTrendsMethods.getLocationTrends:(I)Ltwitter4j/Trends;]
twitter4j-core-2.2.6.jar, MediaEntity.class
package twitter4j
MediaEntity.getMediaURL ( ) [abstract] : java.net.URL
[run-time name: twitter4j/MediaEntity.getMediaURL:()Ljava/net/URL;]
MediaEntity.getMediaURLHttps ( ) [abstract] : java.net.URL
[run-time name: twitter4j/MediaEntity.getMediaURLHttps:()Ljava/net/URL;]
twitter4j-core-2.2.6.jar, NewTwitterMethods.class
package twitter4j.api
NewTwitterMethods.getRelatedResults ( long p1 ) [abstract] : twitter4j.RelatedResults
[run-time name: twitter4j/api/NewTwitterMethods.getRelatedResults:(J)Ltwitter4j/RelatedResults;]
twitter4j-core-2.2.6.jar, NotificationMethods.class
package twitter4j.api
NotificationMethods.disableNotification ( long p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/NotificationMethods.disableNotification:(J)Ltwitter4j/User;]
NotificationMethods.disableNotification ( String p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/NotificationMethods.disableNotification:(Ljava/lang/String;)Ltwitter4j/User;]
NotificationMethods.enableNotification ( long p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/NotificationMethods.enableNotification:(J)Ltwitter4j/User;]
NotificationMethods.enableNotification ( String p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/NotificationMethods.enableNotification:(Ljava/lang/String;)Ltwitter4j/User;]
twitter4j-core-2.2.6.jar, ProfileImage.class
package twitter4j
ProfileImage.getURL ( ) [abstract] : String
[run-time name: twitter4j/ProfileImage.getURL:()Ljava/lang/String;]
twitter4j-core-2.2.6.jar, PropertyConfiguration.class
package twitter4j.conf
PropertyConfiguration.getSearchBaseURL ( ) : String
[run-time name: twitter4j/conf/PropertyConfiguration.getSearchBaseURL:()Ljava/lang/String;]
PropertyConfiguration.getUploadBaseURL ( ) : String
[run-time name: twitter4j/conf/PropertyConfiguration.getUploadBaseURL:()Ljava/lang/String;]
PropertyConfiguration.isIncludeEntitiesEnabled ( ) : boolean
[run-time name: twitter4j/conf/PropertyConfiguration.isIncludeEntitiesEnabled:()Z]
PropertyConfiguration.isIncludeRTsEnabled ( ) : boolean
[run-time name: twitter4j/conf/PropertyConfiguration.isIncludeRTsEnabled:()Z]
twitter4j-core-2.2.6.jar, Query.class
package twitter4j
Query.getPage ( ) : int
[run-time name: twitter4j/Query.getPage:()I]
Query.getRpp ( ) : int
[run-time name: twitter4j/Query.getRpp:()I]
Query.page ( int page ) : Query
[run-time name: twitter4j/Query.page:(I)Ltwitter4j/Query;]
Query.rpp ( int rpp ) : Query
[run-time name: twitter4j/Query.rpp:(I)Ltwitter4j/Query;]
Query.setPage ( int page ) : void
[run-time name: twitter4j/Query.setPage:(I)V]
Query.setRpp ( int rpp ) : void
[run-time name: twitter4j/Query.setRpp:(I)V]
twitter4j-core-2.2.6.jar, QueryResult.class
package twitter4j
QueryResult.getPage ( ) [abstract] : int
[run-time name: twitter4j/QueryResult.getPage:()I]
QueryResult.getResultsPerPage ( ) [abstract] : int
[run-time name: twitter4j/QueryResult.getResultsPerPage:()I]
QueryResult.getWarning ( ) [abstract] : String
[run-time name: twitter4j/QueryResult.getWarning:()Ljava/lang/String;]
twitter4j-core-2.2.6.jar, RateLimitStatus.class
package twitter4j
RateLimitStatus.getHourlyLimit ( ) [abstract] : int
[run-time name: twitter4j/RateLimitStatus.getHourlyLimit:()I]
RateLimitStatus.getRemainingHits ( ) [abstract] : int
[run-time name: twitter4j/RateLimitStatus.getRemainingHits:()I]
RateLimitStatus.getResetTime ( ) [abstract] : java.util.Date
[run-time name: twitter4j/RateLimitStatus.getResetTime:()Ljava/util/Date;]
twitter4j-core-2.2.6.jar, ResponseList.class
package twitter4j
ResponseList.getFeatureSpecificRateLimitStatus ( ) [abstract] : RateLimitStatus
[run-time name: twitter4j/ResponseList.getFeatureSpecificRateLimitStatus:()Ltwitter4j/RateLimitStatus;]
twitter4j-core-2.2.6.jar, SavedSearchesMethods.class
package twitter4j.api
SavedSearchesMethods.createSavedSearch ( String p1 ) [abstract] : twitter4j.SavedSearch
[run-time name: twitter4j/api/SavedSearchesMethods.createSavedSearch:(Ljava/lang/String;)Ltwitter4j/SavedSearch;]
SavedSearchesMethods.destroySavedSearch ( int p1 ) [abstract] : twitter4j.SavedSearch
[run-time name: twitter4j/api/SavedSearchesMethods.destroySavedSearch:(I)Ltwitter4j/SavedSearch;]
SavedSearchesMethods.getSavedSearches ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/SavedSearchesMethods.getSavedSearches:()Ltwitter4j/ResponseList;]
SavedSearchesMethods.showSavedSearch ( int p1 ) [abstract] : twitter4j.SavedSearch
[run-time name: twitter4j/api/SavedSearchesMethods.showSavedSearch:(I)Ltwitter4j/SavedSearch;]
twitter4j-core-2.2.6.jar, SearchMethods.class
package twitter4j.api
SearchMethods.search ( twitter4j.Query p1 ) [abstract] : twitter4j.QueryResult
[run-time name: twitter4j/api/SearchMethods.search:(Ltwitter4j/Query;)Ltwitter4j/QueryResult;]
twitter4j-core-2.2.6.jar, SpamReportingMethods.class
package twitter4j.api
SpamReportingMethods.reportSpam ( long p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/SpamReportingMethods.reportSpam:(J)Ltwitter4j/User;]
SpamReportingMethods.reportSpam ( String p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/SpamReportingMethods.reportSpam:(Ljava/lang/String;)Ltwitter4j/User;]
twitter4j-core-2.2.6.jar, Status.class
package twitter4j
Status.getAnnotations ( ) [abstract] : Annotations
[run-time name: twitter4j/Status.getAnnotations:()Ltwitter4j/Annotations;]
twitter4j-core-2.2.6.jar, StatusMethods.class
package twitter4j.api
StatusMethods.destroyStatus ( long p1 ) [abstract] : twitter4j.Status
[run-time name: twitter4j/api/StatusMethods.destroyStatus:(J)Ltwitter4j/Status;]
StatusMethods.getRetweetedBy ( long p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/StatusMethods.getRetweetedBy:(J)Ltwitter4j/ResponseList;]
StatusMethods.getRetweetedBy ( long p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/StatusMethods.getRetweetedBy:(JLtwitter4j/Paging;)Ltwitter4j/ResponseList;]
StatusMethods.getRetweetedByIDs ( long p1 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/StatusMethods.getRetweetedByIDs:(J)Ltwitter4j/IDs;]
StatusMethods.getRetweetedByIDs ( long p1, twitter4j.Paging p2 ) [abstract] : twitter4j.IDs
[run-time name: twitter4j/api/StatusMethods.getRetweetedByIDs:(JLtwitter4j/Paging;)Ltwitter4j/IDs;]
StatusMethods.getRetweets ( long p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/StatusMethods.getRetweets:(J)Ltwitter4j/ResponseList;]
StatusMethods.retweetStatus ( long p1 ) [abstract] : twitter4j.Status
[run-time name: twitter4j/api/StatusMethods.retweetStatus:(J)Ltwitter4j/Status;]
StatusMethods.showStatus ( long p1 ) [abstract] : twitter4j.Status
[run-time name: twitter4j/api/StatusMethods.showStatus:(J)Ltwitter4j/Status;]
StatusMethods.updateStatus ( String p1 ) [abstract] : twitter4j.Status
[run-time name: twitter4j/api/StatusMethods.updateStatus:(Ljava/lang/String;)Ltwitter4j/Status;]
StatusMethods.updateStatus ( twitter4j.StatusUpdate p1 ) [abstract] : twitter4j.Status
[run-time name: twitter4j/api/StatusMethods.updateStatus:(Ltwitter4j/StatusUpdate;)Ltwitter4j/Status;]
twitter4j-core-2.2.6.jar, StatusUpdate.class
package twitter4j
StatusUpdate.addAnnotation ( Annotation annotation ) : void
[run-time name: twitter4j/StatusUpdate.addAnnotation:(Ltwitter4j/Annotation;)V]
StatusUpdate.annotation ( Annotation annotation ) : StatusUpdate
[run-time name: twitter4j/StatusUpdate.annotation:(Ltwitter4j/Annotation;)Ltwitter4j/StatusUpdate;]
StatusUpdate.annotations ( Annotations annotations ) : StatusUpdate
[run-time name: twitter4j/StatusUpdate.annotations:(Ltwitter4j/Annotations;)Ltwitter4j/StatusUpdate;]
StatusUpdate.getAnnotations ( ) : Annotations
[run-time name: twitter4j/StatusUpdate.getAnnotations:()Ltwitter4j/Annotations;]
StatusUpdate.setAnnotations ( Annotations annotations ) : void
[run-time name: twitter4j/StatusUpdate.setAnnotations:(Ltwitter4j/Annotations;)V]
twitter4j-core-2.2.6.jar, TimelineMethods.class
package twitter4j.api
TimelineMethods.getHomeTimeline ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getHomeTimeline:()Ltwitter4j/ResponseList;]
TimelineMethods.getHomeTimeline ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getHomeTimeline:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
TimelineMethods.getMentions ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getMentions:()Ltwitter4j/ResponseList;]
TimelineMethods.getMentions ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getMentions:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
TimelineMethods.getRetweetedByMe ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getRetweetedByMe:()Ltwitter4j/ResponseList;]
TimelineMethods.getRetweetedByMe ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getRetweetedByMe:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
TimelineMethods.getRetweetedByUser ( long p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getRetweetedByUser:(JLtwitter4j/Paging;)Ltwitter4j/ResponseList;]
TimelineMethods.getRetweetedByUser ( String p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getRetweetedByUser:(Ljava/lang/String;Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
TimelineMethods.getRetweetedToMe ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getRetweetedToMe:()Ltwitter4j/ResponseList;]
TimelineMethods.getRetweetedToMe ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getRetweetedToMe:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
TimelineMethods.getRetweetedToUser ( long p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getRetweetedToUser:(JLtwitter4j/Paging;)Ltwitter4j/ResponseList;]
TimelineMethods.getRetweetedToUser ( String p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getRetweetedToUser:(Ljava/lang/String;Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
TimelineMethods.getRetweetsOfMe ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getRetweetsOfMe:()Ltwitter4j/ResponseList;]
TimelineMethods.getRetweetsOfMe ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getRetweetsOfMe:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
TimelineMethods.getUserTimeline ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getUserTimeline:()Ltwitter4j/ResponseList;]
TimelineMethods.getUserTimeline ( long p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getUserTimeline:(J)Ltwitter4j/ResponseList;]
TimelineMethods.getUserTimeline ( long p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getUserTimeline:(JLtwitter4j/Paging;)Ltwitter4j/ResponseList;]
TimelineMethods.getUserTimeline ( String p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getUserTimeline:(Ljava/lang/String;)Ltwitter4j/ResponseList;]
TimelineMethods.getUserTimeline ( String p1, twitter4j.Paging p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getUserTimeline:(Ljava/lang/String;Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
TimelineMethods.getUserTimeline ( twitter4j.Paging p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TimelineMethods.getUserTimeline:(Ltwitter4j/Paging;)Ltwitter4j/ResponseList;]
twitter4j-core-2.2.6.jar, TrendsMethods.class
package twitter4j.api
TrendsMethods.getDailyTrends ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TrendsMethods.getDailyTrends:()Ltwitter4j/ResponseList;]
TrendsMethods.getDailyTrends ( java.util.Date p1, boolean p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TrendsMethods.getDailyTrends:(Ljava/util/Date;Z)Ltwitter4j/ResponseList;]
TrendsMethods.getWeeklyTrends ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TrendsMethods.getWeeklyTrends:()Ltwitter4j/ResponseList;]
TrendsMethods.getWeeklyTrends ( java.util.Date p1, boolean p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/TrendsMethods.getWeeklyTrends:(Ljava/util/Date;Z)Ltwitter4j/ResponseList;]
twitter4j-core-2.2.6.jar, Tweet.class
package twitter4j
Tweet.getAnnotations ( ) [abstract] : Annotations
[run-time name: twitter4j/Tweet.getAnnotations:()Ltwitter4j/Annotations;]
Tweet.getCreatedAt ( ) [abstract] : java.util.Date
[run-time name: twitter4j/Tweet.getCreatedAt:()Ljava/util/Date;]
Tweet.getFromUser ( ) [abstract] : String
[run-time name: twitter4j/Tweet.getFromUser:()Ljava/lang/String;]
Tweet.getFromUserId ( ) [abstract] : long
[run-time name: twitter4j/Tweet.getFromUserId:()J]
Tweet.getFromUserName ( ) [abstract] : String
[run-time name: twitter4j/Tweet.getFromUserName:()Ljava/lang/String;]
Tweet.getGeoLocation ( ) [abstract] : GeoLocation
[run-time name: twitter4j/Tweet.getGeoLocation:()Ltwitter4j/GeoLocation;]
Tweet.getId ( ) [abstract] : long
[run-time name: twitter4j/Tweet.getId:()J]
Tweet.getInReplyToStatusId ( ) [abstract] : long
[run-time name: twitter4j/Tweet.getInReplyToStatusId:()J]
Tweet.getIsoLanguageCode ( ) [abstract] : String
[run-time name: twitter4j/Tweet.getIsoLanguageCode:()Ljava/lang/String;]
Tweet.getLocation ( ) [abstract] : String
[run-time name: twitter4j/Tweet.getLocation:()Ljava/lang/String;]
Tweet.getPlace ( ) [abstract] : Place
[run-time name: twitter4j/Tweet.getPlace:()Ltwitter4j/Place;]
Tweet.getProfileImageUrl ( ) [abstract] : String
[run-time name: twitter4j/Tweet.getProfileImageUrl:()Ljava/lang/String;]
Tweet.getSource ( ) [abstract] : String
[run-time name: twitter4j/Tweet.getSource:()Ljava/lang/String;]
Tweet.getText ( ) [abstract] : String
[run-time name: twitter4j/Tweet.getText:()Ljava/lang/String;]
Tweet.getToUser ( ) [abstract] : String
[run-time name: twitter4j/Tweet.getToUser:()Ljava/lang/String;]
Tweet.getToUserId ( ) [abstract] : long
[run-time name: twitter4j/Tweet.getToUserId:()J]
Tweet.getToUserName ( ) [abstract] : String
[run-time name: twitter4j/Tweet.getToUserName:()Ljava/lang/String;]
twitter4j-core-2.2.6.jar, TwitterException.class
package twitter4j
TwitterException.getFeatureSpecificRateLimitStatus ( ) : RateLimitStatus
[run-time name: twitter4j/TwitterException.getFeatureSpecificRateLimitStatus:()Ltwitter4j/RateLimitStatus;]
TwitterException.getRequestPath ( ) : String
[run-time name: twitter4j/TwitterException.getRequestPath:()Ljava/lang/String;]
twitter4j-core-2.2.6.jar, Twt.class
package twitter4j
Twt.getCreatedAt ( ) [abstract] : java.util.Date
[run-time name: twitter4j/Twt.getCreatedAt:()Ljava/util/Date;]
Twt.getGeoLocation ( ) [abstract] : GeoLocation
[run-time name: twitter4j/Twt.getGeoLocation:()Ltwitter4j/GeoLocation;]
Twt.getId ( ) [abstract] : long
[run-time name: twitter4j/Twt.getId:()J]
Twt.getInReplyToStatusId ( ) [abstract] : long
[run-time name: twitter4j/Twt.getInReplyToStatusId:()J]
Twt.getPlace ( ) [abstract] : Place
[run-time name: twitter4j/Twt.getPlace:()Ltwitter4j/Place;]
Twt.getSource ( ) [abstract] : String
[run-time name: twitter4j/Twt.getSource:()Ljava/lang/String;]
Twt.getText ( ) [abstract] : String
[run-time name: twitter4j/Twt.getText:()Ljava/lang/String;]
twitter4j-core-2.2.6.jar, URLEntity.class
package twitter4j
URLEntity.getExpandedURL ( ) [abstract] : java.net.URL
[run-time name: twitter4j/URLEntity.getExpandedURL:()Ljava/net/URL;]
URLEntity.getURL ( ) [abstract] : java.net.URL
[run-time name: twitter4j/URLEntity.getURL:()Ljava/net/URL;]
twitter4j-core-2.2.6.jar, User.class
package twitter4j
User.getProfileImageURL ( ) [abstract] : java.net.URL
[run-time name: twitter4j/User.getProfileImageURL:()Ljava/net/URL;]
User.getURL ( ) [abstract] : java.net.URL
[run-time name: twitter4j/User.getURL:()Ljava/net/URL;]
twitter4j-core-2.2.6.jar, UserMethods.class
package twitter4j.api
UserMethods.getMemberSuggestions ( String p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UserMethods.getMemberSuggestions:(Ljava/lang/String;)Ltwitter4j/ResponseList;]
UserMethods.getProfileImage ( String p1, twitter4j.ProfileImage.ImageSize p2 ) [abstract] : twitter4j.ProfileImage
[run-time name: twitter4j/api/UserMethods.getProfileImage:(Ljava/lang/String;Ltwitter4j/ProfileImage$ImageSize;)Ltwitter4j/ProfileImage;]
UserMethods.getSuggestedUserCategories ( ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UserMethods.getSuggestedUserCategories:()Ltwitter4j/ResponseList;]
UserMethods.getUserSuggestions ( String p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UserMethods.getUserSuggestions:(Ljava/lang/String;)Ltwitter4j/ResponseList;]
UserMethods.lookupUsers ( long[ ] p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UserMethods.lookupUsers:([J)Ltwitter4j/ResponseList;]
UserMethods.lookupUsers ( String[ ] p1 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UserMethods.lookupUsers:([Ljava/lang/String;)Ltwitter4j/ResponseList;]
UserMethods.searchUsers ( String p1, int p2 ) [abstract] : twitter4j.ResponseList
[run-time name: twitter4j/api/UserMethods.searchUsers:(Ljava/lang/String;I)Ltwitter4j/ResponseList;]
UserMethods.showUser ( long p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/UserMethods.showUser:(J)Ltwitter4j/User;]
UserMethods.showUser ( String p1 ) [abstract] : twitter4j.User
[run-time name: twitter4j/api/UserMethods.showUser:(Ljava/lang/String;)Ltwitter4j/User;]
twitter4j-media-support-2.2.6.jar, MediaProvider.class
package twitter4j.media
MediaProvider.equals ( Object o ) : boolean
[run-time name: twitter4j/media/MediaProvider.equals:(Ljava/lang/Object;)Z]
MediaProvider.getName ( ) : String
[run-time name: twitter4j/media/MediaProvider.getName:()Ljava/lang/String;]
MediaProvider.hashCode ( ) : int
[run-time name: twitter4j/media/MediaProvider.hashCode:()I]
MediaProvider.toString ( ) : String
[run-time name: twitter4j/media/MediaProvider.toString:()Ljava/lang/String;]
twitter4j-stream-2.2.6.jar, UserStreamAdapter.class
package twitter4j
UserStreamAdapter.onRetweet ( User source, User target, Status retweetedStatus ) : void
[run-time name: twitter4j/UserStreamAdapter.onRetweet:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V]
twitter4j-stream-2.2.6.jar, UserStreamListener.class
package twitter4j
UserStreamListener.onRetweet ( User p1, User p2, Status p3 ) [abstract] : void
[run-time name: twitter4j/UserStreamListener.onRetweet:(Ltwitter4j/User;Ltwitter4j/User;Ltwitter4j/Status;)V]
to the top
Problems with Data Types, High Severity (230)
twitter4j-async-2.2.6.jar
package twitter4j
[+] AsyncTwitter (21)
| Change | Effect |
---|
1 | Removed super-interface api.AccountMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Removed super-interface api.BlockMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Removed super-interface api.DirectMessageMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Removed super-interface api.FavoriteMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Removed super-interface api.FriendsFollowersMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
6 | Removed super-interface api.FriendshipMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
7 | Removed super-interface api.GeoMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
8 | Removed super-interface api.HelpMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
9 | Removed super-interface api.LegalResourcesAsync. | A client program may be interrupted by NoSuchMethodError exception. |
10 | Removed super-interface api.ListMembersMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
11 | Removed super-interface api.ListMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
12 | Removed super-interface api.ListSubscribersMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
13 | Removed super-interface api.LocalTrendsMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
14 | Removed super-interface api.NewTwitterMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
15 | Removed super-interface api.NotificationMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
16 | Removed super-interface api.SearchMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
17 | Removed super-interface api.SpamReportingMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
18 | Removed super-interface api.StatusMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
19 | Removed super-interface api.TimelineMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
20 | Removed super-interface api.TrendsMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
21 | Removed super-interface api.UserMethodsAsync. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (5)
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.getSingleton ( )Return value of this method has type 'AsyncTwitter'.
[+] TwitterListener (117)
| Change | Effect |
---|
1 | Abstract method TwitterListener.addedUserListMember ( UserList p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method TwitterListener.addedUserListMembers ( UserList p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method TwitterListener.deletedUserListMember ( UserList p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method TwitterListener.disabledNotification ( User p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Abstract method TwitterListener.enabledNotification ( User p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
6 | Abstract method TwitterListener.gotAccountTotals ( AccountTotals p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
7 | Abstract method TwitterListener.gotAllUserLists ( ResponseList p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
8 | Abstract method TwitterListener.gotBlockingUsers ( ResponseList p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
9 | Abstract method TwitterListener.gotBlockingUsersIDs ( IDs p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
10 | Abstract method TwitterListener.gotCurrentTrends ( Trends p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
11 | Abstract method TwitterListener.gotDailyTrends ( ResponseList p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
12 | Abstract method TwitterListener.gotExistsBlock ( boolean p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
13 | Abstract method TwitterListener.gotExistsFriendship ( boolean p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
14 | Abstract method TwitterListener.gotLocationTrends ( Trends p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
15 | Abstract method TwitterListener.gotNoRetweetIds ( IDs p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
16 | Abstract method TwitterListener.gotProfileImage ( ProfileImage p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
17 | Abstract method TwitterListener.gotRateLimitStatus ( RateLimitStatus p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
18 | Abstract method TwitterListener.gotRetweetedBy ( ResponseList p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
19 | Abstract method TwitterListener.gotRetweetedByIDs ( IDs p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
20 | Abstract method TwitterListener.gotRetweetedByMe ( ResponseList p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
21 | Abstract method TwitterListener.gotRetweetedByUser ( ResponseList p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
22 | Abstract method TwitterListener.gotRetweetedToMe ( ResponseList p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
23 | Abstract method TwitterListener.gotRetweetedToUser ( ResponseList p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
24 | Abstract method TwitterListener.gotRetweetsOfMe ( ResponseList p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
25 | Abstract method TwitterListener.gotUserLists ( PagableResponseList p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
26 | Abstract method TwitterListener.gotWeeklyTrends ( ResponseList p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
27 | Abstract method TwitterListener.tested ( boolean p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
28 | Field ACCOUNT_SETTINGS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
29 | Field ACCOUNT_TOTALS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
30 | Field ADD_LIST_MEMBER (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
31 | Field ADD_LIST_MEMBERS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
32 | Field ALL_USER_LISTS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
33 | Field AVAILABLE_TRENDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
34 | Field BLOCKING_USERS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
35 | Field BLOCKING_USERS_IDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
36 | Field CHECK_LIST_MEMBERSHIP (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
37 | Field CHECK_LIST_SUBSCRIPTION (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
38 | Field CONFIGURATION (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
39 | Field CREATE_BLOCK (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
40 | Field CREATE_FAVORITE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
41 | Field CREATE_FRIENDSHIP (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
42 | Field CREATE_PLACE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
43 | Field CREATE_USER_LIST (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
44 | Field DAILY_TRENDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
45 | Field DELETE_LIST_MEMBER (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
46 | Field DESTROY_BLOCK (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
47 | Field DESTROY_DIRECT_MESSAGE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
48 | Field DESTROY_FAVORITE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
49 | Field DESTROY_FRIENDSHIP (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
50 | Field DESTROY_STATUS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
51 | Field DIRECT_MESSAGES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
52 | Field DISABLE_NOTIFICATION (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
53 | Field DSTROY_USER_LIST (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
54 | Field ENABLE_NOTIFICATION (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
55 | Field EXISTS_BLOCK (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
56 | Field EXISTS_FRIENDSHIP (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
57 | Field FAVORITES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
58 | Field FOLLOWERS_IDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
59 | Field FRIENDS_IDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
60 | Field GEO_DETAILS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
61 | Field HOME_TIMELINE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
62 | Field INCOMING_FRIENDSHIP (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
63 | Field LANGUAGES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
64 | Field LIST_MEMBERS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
65 | Field LIST_SUBSCRIBERS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
66 | Field LOCATION_TRENDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
67 | Field LOOKUP_FRIENDSHIPS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
68 | Field LOOKUP_USERS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
69 | Field MEMBER_SUGGESTIONS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
70 | Field MENTIONS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
71 | Field OUTGOING_FRIENDSHIPS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
72 | Field PRIVACY_POLICY (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
73 | Field PROFILE_IMAGE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
74 | Field RATE_LIMIT_STATUS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
75 | Field RELATED_RESULT (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
76 | Field REPORT_SPAM (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
77 | Field RETWEETED_BY (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
78 | Field RETWEETED_BY_IDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
79 | Field RETWEETED_BY_ME (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
80 | Field RETWEETED_BY_USER (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
81 | Field RETWEETED_TO_ME (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
82 | Field RETWEETED_TO_USER (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
83 | Field RETWEETS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
84 | Field RETWEETS_OF_ME (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
85 | Field RETWEET_STATUS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
86 | Field REVERSE_GEO_CODE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
87 | Field SEARCH (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
88 | Field SEARCH_PLACES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
89 | Field SEARCH_USERS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
90 | Field SEND_DIRECT_MESSAGE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
91 | Field SENT_DIRECT_MESSAGES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
92 | Field SHOW_FRIENDSHIP (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
93 | Field SHOW_STATUS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
94 | Field SHOW_USER (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
95 | Field SHOW_USER_LIST (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
96 | Field SIMILAR_PLACES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
97 | Field SUBSCRIBE_LIST (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
98 | Field SUGGESTED_USER_CATEGORIES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
99 | Field TERMS_OF_SERVICE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
100 | Field TEST (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
101 | Field UNSUBSCRIBE_LIST (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
102 | Field UPDATE_ACCOUNT_SETTINGS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
103 | Field UPDATE_FRIENDSHIP (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
104 | Field UPDATE_PROFILE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
105 | Field UPDATE_PROFILE_BACKGROUND_IMAGE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
106 | Field UPDATE_PROFILE_COLORS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
107 | Field UPDATE_PROFILE_IMAGE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
108 | Field UPDATE_STATUS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
109 | Field UPDATE_USER_LIST (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
110 | Field USER_LISTS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
111 | Field USER_LIST_MEMBERSHIPS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
112 | Field USER_LIST_STATUSES (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
113 | Field USER_LIST_SUBSCRIPTIONS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
114 | Field USER_SUGGESTIONS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
115 | Field USER_TIMELINE (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
116 | Field VERIFY_CREDENTIALS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
117 | Field WEEKLY_TRENDS (TwitterMethod) has been removed from this interface. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (68)
AsyncTwitter.addListener ( TwitterListener p1 )1st parameter 'p1' of this abstract method has type 'TwitterListener'.
TwitterListener.checkedUserListMembership ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.checkedUserListSubscription ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdBlock ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFavorite ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFriendship ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdPlace ( Place p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedBlock ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedDirectMessage ( DirectMessage p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFavorite ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFriendship ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAccountSettings ( AccountSettings p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAPIConfiguration ( TwitterAPIConfiguration p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAvailableTrends ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDirectMessage ( DirectMessage p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDirectMessages ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFavorites ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowersIDs ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsIDs ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotGeoDetails ( Place p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotHomeTimeline ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotIncomingFriendships ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotLanguages ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMemberSuggestions ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMentions ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotOutgoingFriendships ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotPrivacyPolicy ( String p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRelatedResults ( RelatedResults p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweets ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotReverseGeoCode ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSentDirectMessages ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowFriendship ( Relationship p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSimilarPlaces ( SimilarPlaces p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSuggestedUserCategories ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotTermsOfService ( String p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserDetail ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListMembers ( PagableResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListMemberships ( PagableResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListStatuses ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListSubscribers ( PagableResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListSubscriptions ( PagableResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserSuggestions ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserTimeline ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.lookedUpFriendships ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.lookedupUsers ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.onException ( TwitterException p1, TwitterMethod p2 )This abstract method is from 'TwitterListener' interface.
TwitterListener.reportedSpam ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.retweetedStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.searched ( QueryResult p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.searchedPlaces ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.searchedUser ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.sentDirectMessage ( DirectMessage p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.subscribedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.unsubscribedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedAccountSettings ( AccountSettings p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedFriendship ( Relationship p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfile ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileBackgroundImage ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileColors ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileImage ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.verifiedCredentials ( User p1 )This abstract method is from 'TwitterListener' interface.
package twitter4j.api
[+] AccountMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AccountMethodsAsync.getAccountSettings ( )This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.getAccountTotals ( )This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.getRateLimitStatus ( )This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateAccountSettings ( Integer p1, Boolean p2, String p3, String p4, String p5, String p6 )This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateProfile ( String p1, String p2, String p3, String p4 )This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateProfileBackgroundImage ( java.io.File p1, boolean p2 )This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateProfileBackgroundImage ( java.io.InputStream p1, boolean p2 )This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateProfileColors ( String p1, String p2, String p3, String p4, String p5 )This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateProfileImage ( java.io.File p1 )This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.updateProfileImage ( java.io.InputStream p1 )This abstract method is from 'AccountMethodsAsync' interface.
AccountMethodsAsync.verifyCredentials ( )This abstract method is from 'AccountMethodsAsync' interface.
[+] BlockMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
BlockMethodsAsync.createBlock ( String p1 )This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.createBlock ( long p1 )This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.destroyBlock ( String p1 )This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.destroyBlock ( long p1 )This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.existsBlock ( String p1 )This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.existsBlock ( long p1 )This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.getBlockingUsers ( )This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.getBlockingUsers ( int p1 )This abstract method is from 'BlockMethodsAsync' interface.
BlockMethodsAsync.getBlockingUsersIDs ( )This abstract method is from 'BlockMethodsAsync' interface.
[+] DirectMessageMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
DirectMessageMethodsAsync.destroyDirectMessage ( long p1 )This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.getDirectMessages ( )This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.getDirectMessages ( twitter4j.Paging p1 )This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.getSentDirectMessages ( )This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.getSentDirectMessages ( twitter4j.Paging p1 )This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.sendDirectMessage ( String p1, String p2 )This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.sendDirectMessage ( long p1, String p2 )This abstract method is from 'DirectMessageMethodsAsync' interface.
DirectMessageMethodsAsync.showDirectMessage ( long p1 )This abstract method is from 'DirectMessageMethodsAsync' interface.
[+] FavoriteMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
FavoriteMethodsAsync.createFavorite ( long p1 )This abstract method is from 'FavoriteMethodsAsync' interface.
FavoriteMethodsAsync.destroyFavorite ( long p1 )This abstract method is from 'FavoriteMethodsAsync' interface.
FavoriteMethodsAsync.getFavorites ( )This abstract method is from 'FavoriteMethodsAsync' interface.
FavoriteMethodsAsync.getFavorites ( int p1 )This abstract method is from 'FavoriteMethodsAsync' interface.
FavoriteMethodsAsync.getFavorites ( String p1 )This abstract method is from 'FavoriteMethodsAsync' interface.
FavoriteMethodsAsync.getFavorites ( String p1, int p2 )This abstract method is from 'FavoriteMethodsAsync' interface.
FavoriteMethodsAsync.getFavorites ( String p1, twitter4j.Paging p2 )This abstract method is from 'FavoriteMethodsAsync' interface.
FavoriteMethodsAsync.getFavorites ( twitter4j.Paging p1 )This abstract method is from 'FavoriteMethodsAsync' interface.
[+] FriendsFollowersMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
FriendsFollowersMethodsAsync.getFollowersIDs ( String p1, long p2 )This abstract method is from 'FriendsFollowersMethodsAsync' interface.
FriendsFollowersMethodsAsync.getFollowersIDs ( long p1 )This abstract method is from 'FriendsFollowersMethodsAsync' interface.
FriendsFollowersMethodsAsync.getFollowersIDs ( long p1, long p2 )This abstract method is from 'FriendsFollowersMethodsAsync' interface.
FriendsFollowersMethodsAsync.getFriendsIDs ( String p1, long p2 )This abstract method is from 'FriendsFollowersMethodsAsync' interface.
FriendsFollowersMethodsAsync.getFriendsIDs ( long p1 )This abstract method is from 'FriendsFollowersMethodsAsync' interface.
FriendsFollowersMethodsAsync.getFriendsIDs ( long p1, long p2 )This abstract method is from 'FriendsFollowersMethodsAsync' interface.
[+] FriendshipMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
FriendshipMethodsAsync.createFriendship ( String p1 )This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.createFriendship ( String p1, boolean p2 )This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.createFriendship ( long p1 )This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.createFriendship ( long p1, boolean p2 )This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.destroyFriendship ( String p1 )This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.destroyFriendship ( long p1 )This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.existsFriendship ( String p1, String p2 )This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.getIncomingFriendships ( long p1 )This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.getNoRetweetIds ( )This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.getOutgoingFriendships ( long p1 )This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.lookupFriendships ( String[ ] p1 )This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.lookupFriendships ( long[ ] p1 )This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.showFriendship ( String p1, String p2 )This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.showFriendship ( long p1, long p2 )This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.updateFriendship ( String p1, boolean p2, boolean p3 )This abstract method is from 'FriendshipMethodsAsync' interface.
FriendshipMethodsAsync.updateFriendship ( long p1, boolean p2, boolean p3 )This abstract method is from 'FriendshipMethodsAsync' interface.
[+] GeoMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
GeoMethodsAsync.createPlace ( String p1, String p2, String p3, twitter4j.GeoLocation p4, String p5 )This abstract method is from 'GeoMethodsAsync' interface.
GeoMethodsAsync.getGeoDetails ( String p1 )This abstract method is from 'GeoMethodsAsync' interface.
GeoMethodsAsync.getSimilarPlaces ( twitter4j.GeoLocation p1, String p2, String p3, String p4 )This abstract method is from 'GeoMethodsAsync' interface.
GeoMethodsAsync.reverseGeoCode ( twitter4j.GeoQuery p1 )This abstract method is from 'GeoMethodsAsync' interface.
GeoMethodsAsync.searchPlaces ( twitter4j.GeoQuery p1 )This abstract method is from 'GeoMethodsAsync' interface.
[+] HelpMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
HelpMethodsAsync.getAPIConfiguration ( )This abstract method is from 'HelpMethodsAsync' interface.
HelpMethodsAsync.getLanguages ( )This abstract method is from 'HelpMethodsAsync' interface.
HelpMethodsAsync.test ( )This abstract method is from 'HelpMethodsAsync' interface.
[+] LegalResourcesAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
LegalResourcesAsync.getPrivacyPolicy ( )This abstract method is from 'LegalResourcesAsync' interface.
LegalResourcesAsync.getTermsOfService ( )This abstract method is from 'LegalResourcesAsync' interface.
[+] ListMembersMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ListMembersMethodsAsync.addUserListMember ( int p1, long p2 )This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.addUserListMembers ( int p1, String[ ] p2 )This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.addUserListMembers ( int p1, long[ ] p2 )This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.deleteUserListMember ( int p1, long p2 )This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.getUserListMembers ( int p1, long p2 )This abstract method is from 'ListMembersMethodsAsync' interface.
ListMembersMethodsAsync.showUserListMembership ( int p1, long p2 )This abstract method is from 'ListMembersMethodsAsync' interface.
[+] ListMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
ListMethodsAsync.createUserList ( String p1, boolean p2, String p3 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.destroyUserList ( int p1 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getAllSubscribingUserLists ( String p1 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getAllSubscribingUserLists ( long p1 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListMemberships ( String p1, long p2 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListMemberships ( String p1, long p2, boolean p3 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListMemberships ( long p1 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListMemberships ( long p1, long p2 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListMemberships ( long p1, long p2, boolean p3 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserLists ( String p1, long p2 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserLists ( long p1, long p2 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListStatuses ( int p1, twitter4j.Paging p2 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.getUserListSubscriptions ( String p1, long p2 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.showUserList ( int p1 )This abstract method is from 'ListMethodsAsync' interface.
ListMethodsAsync.updateUserList ( int p1, String p2, boolean p3, String p4 )This abstract method is from 'ListMethodsAsync' interface.
[+] ListSubscribersMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ListSubscribersMethodsAsync.createUserListSubscription ( int p1 )This abstract method is from 'ListSubscribersMethodsAsync' interface.
ListSubscribersMethodsAsync.destroyUserListSubscription ( int p1 )This abstract method is from 'ListSubscribersMethodsAsync' interface.
ListSubscribersMethodsAsync.getUserListSubscribers ( int p1, long p2 )This abstract method is from 'ListSubscribersMethodsAsync' interface.
ListSubscribersMethodsAsync.showUserListSubscription ( int p1, long p2 )This abstract method is from 'ListSubscribersMethodsAsync' interface.
[+] LocalTrendsMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
LocalTrendsMethodsAsync.getAvailableTrends ( )This abstract method is from 'LocalTrendsMethodsAsync' interface.
LocalTrendsMethodsAsync.getAvailableTrends ( twitter4j.GeoLocation p1 )This abstract method is from 'LocalTrendsMethodsAsync' interface.
LocalTrendsMethodsAsync.getLocationTrends ( int p1 )This abstract method is from 'LocalTrendsMethodsAsync' interface.
[+] NewTwitterMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
NewTwitterMethodsAsync.getRelatedResults ( long p1 )This abstract method is from 'NewTwitterMethodsAsync' interface.
[+] NotificationMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
NotificationMethodsAsync.disableNotification ( String p1 )This abstract method is from 'NotificationMethodsAsync' interface.
NotificationMethodsAsync.disableNotification ( long p1 )This abstract method is from 'NotificationMethodsAsync' interface.
NotificationMethodsAsync.enableNotification ( String p1 )This abstract method is from 'NotificationMethodsAsync' interface.
NotificationMethodsAsync.enableNotification ( long p1 )This abstract method is from 'NotificationMethodsAsync' interface.
[+] SearchMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SearchMethodsAsync.search ( twitter4j.Query p1 )This abstract method is from 'SearchMethodsAsync' interface.
[+] SpamReportingMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SpamReportingMethodsAsync.reportSpam ( String p1 )This abstract method is from 'SpamReportingMethodsAsync' interface.
SpamReportingMethodsAsync.reportSpam ( long p1 )This abstract method is from 'SpamReportingMethodsAsync' interface.
[+] StatusMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
StatusMethodsAsync.destroyStatus ( long p1 )This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweetedBy ( long p1 )This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweetedBy ( long p1, twitter4j.Paging p2 )This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweetedByIDs ( long p1 )This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweetedByIDs ( long p1, twitter4j.Paging p2 )This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.getRetweets ( long p1 )This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.retweetStatus ( long p1 )This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.showStatus ( long p1 )This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.updateStatus ( String p1 )This abstract method is from 'StatusMethodsAsync' interface.
StatusMethodsAsync.updateStatus ( twitter4j.StatusUpdate p1 )This abstract method is from 'StatusMethodsAsync' interface.
[+] TimelineMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
TimelineMethodsAsync.getHomeTimeline ( )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getHomeTimeline ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getMentions ( )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getMentions ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedByMe ( )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedByMe ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedByUser ( String p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedByUser ( long p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedToMe ( )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedToMe ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedToUser ( String p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetedToUser ( long p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetsOfMe ( )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getRetweetsOfMe ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( String p1 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( String p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( long p1 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( long p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethodsAsync' interface.
TimelineMethodsAsync.getUserTimeline ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethodsAsync' interface.
[+] TrendsMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TrendsMethodsAsync.getDailyTrends ( )This abstract method is from 'TrendsMethodsAsync' interface.
TrendsMethodsAsync.getDailyTrends ( java.util.Date p1, boolean p2 )This abstract method is from 'TrendsMethodsAsync' interface.
TrendsMethodsAsync.getWeeklyTrends ( )This abstract method is from 'TrendsMethodsAsync' interface.
TrendsMethodsAsync.getWeeklyTrends ( java.util.Date p1, boolean p2 )This abstract method is from 'TrendsMethodsAsync' interface.
[+] UserMethodsAsync (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
UserMethodsAsync.getMemberSuggestions ( String p1 )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getProfileImage ( String p1, twitter4j.ProfileImage.ImageSize p2 )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getSuggestedUserCategories ( )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.getUserSuggestions ( String p1 )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.lookupUsers ( String[ ] p1 )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.lookupUsers ( long[ ] p1 )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.searchUsers ( String p1, int p2 )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.showUser ( String p1 )This abstract method is from 'UserMethodsAsync' interface.
UserMethodsAsync.showUser ( long p1 )This abstract method is from 'UserMethodsAsync' interface.
twitter4j-core-2.2.6.jar
package twitter4j
[+] Annotation (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
Annotation.addAttribute ( String name, String value )This method is from 'Annotation' class.
Annotation.Annotation ( String type )This constructor is from 'Annotation' class.
Annotation.Annotation ( String type, java.util.Map attributes )This constructor is from 'Annotation' class.
Annotation.attribute ( String name, String value )This method is from 'Annotation' class.
Annotation.attributes ( java.util.Map attributes )This method is from 'Annotation' class.
Annotation.compareTo ( Object x0 )This method is from 'Annotation' class.
Annotation.compareTo ( Annotation other )This method is from 'Annotation' class.
Annotation.equals ( Object obj )This method is from 'Annotation' class.
Annotation.getAttributes ( )This method is from 'Annotation' class.
Annotation.getType ( )This method is from 'Annotation' class.
Annotation.hashCode ( )This method is from 'Annotation' class.
Annotation.isEmpty ( )This method is from 'Annotation' class.
Annotation.setAttributes ( java.util.Map attributes )This method is from 'Annotation' class.
Annotation.setType ( String type )This method is from 'Annotation' class.
Annotation.size ( )This method is from 'Annotation' class.
Annotation.toString ( )This method is from 'Annotation' class.
Annotation.type ( String type )This method is from 'Annotation' class.
[+] Annotations (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
Annotations.addAnnotation ( Annotation annotation )This method is from 'Annotations' class.
Annotations.annotation ( Annotation annotation )This method is from 'Annotations' class.
Annotations.Annotations ( )This constructor is from 'Annotations' class.
Annotations.Annotations ( java.util.List annotations )This constructor is from 'Annotations' class.
Annotations.Annotations ( internal.org.json.JSONArray jsonArray )This constructor is from 'Annotations' class.
Annotations.equals ( Object obj )This method is from 'Annotations' class.
Annotations.getAnnotations ( )This method is from 'Annotations' class.
Annotations.hashCode ( )This method is from 'Annotations' class.
Annotations.isEmpty ( )This method is from 'Annotations' class.
Annotations.isExceedingLengthLimit ( )This method is from 'Annotations' class.
Annotations.isExceedingLengthLimit ( Annotations annotations )This method is from 'Annotations' class.
Annotations.setAnnotations ( java.util.List annotations )This method is from 'Annotations' class.
Annotations.size ( )This method is from 'Annotations' class.
Annotations.toString ( )This method is from 'Annotations' class.
[+] MediaEntity (2)
| Change | Effect |
---|
1 | Abstract method MediaEntity.getMediaURL ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method MediaEntity.getMediaURLHttps ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (3)
MediaEntity.getId ( )This abstract method is from 'MediaEntity' interface.
MediaEntity.getSizes ( )This abstract method is from 'MediaEntity' interface.
MediaEntity.getType ( )This abstract method is from 'MediaEntity' interface.
[+] ProfileImage (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ProfileImage.getURL ( )This abstract method is from 'ProfileImage' interface.
[+] ProfileImage.ImageSize (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ProfileImage.ImageSize.equals ( Object o )This method is from 'ProfileImage.ImageSize' class.
ProfileImage.ImageSize.getName ( )This method is from 'ProfileImage.ImageSize' class.
ProfileImage.ImageSize.hashCode ( )This method is from 'ProfileImage.ImageSize' class.
ProfileImage.ImageSize.toString ( )This method is from 'ProfileImage.ImageSize' class.
[+] QueryResult (3)
| Change | Effect |
---|
1 | Abstract method QueryResult.getPage ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method QueryResult.getResultsPerPage ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method QueryResult.getWarning ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (8)
QueryResult.getCompletedIn ( )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.
TwitterAdapter.searched ( QueryResult result )1st parameter 'result' of this method has type 'QueryResult'.
TwitterListener.searched ( QueryResult p1 )1st parameter 'p1' of this abstract method has type 'QueryResult'.
[+] RateLimitStatus (3)
| Change | Effect |
---|
1 | Abstract method RateLimitStatus.getHourlyLimit ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method RateLimitStatus.getRemainingHits ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method RateLimitStatus.getResetTime ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (5)
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'.
[+] ResponseList (1)
| Change | Effect |
---|
1 | Abstract method ResponseList.getFeatureSpecificRateLimitStatus ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (40)
RelatedResults.getTweetsFromUser ( )Return value of this abstract method has type 'ResponseList'.
RelatedResults.getTweetsWithConversation ( )Return value of this abstract method has type 'ResponseList'.
RelatedResults.getTweetsWithReply ( )Return value of this abstract method has type 'ResponseList'.
ResponseList.getRateLimitStatus ( )This abstract method is from 'ResponseList' interface.
TwitterAdapter.gotAvailableTrends ( ResponseList locations )1st parameter 'locations' of this method has type 'ResponseList'.
TwitterAdapter.gotDirectMessages ( ResponseList messages )1st parameter 'messages' of this method has type 'ResponseList'.
TwitterAdapter.gotFavorites ( ResponseList statuses )1st parameter 'statuses' of this method has type 'ResponseList'.
TwitterAdapter.gotHomeTimeline ( ResponseList statuses )1st parameter 'statuses' of this method has type 'ResponseList'.
TwitterAdapter.gotLanguages ( ResponseList languages )1st parameter 'languages' of this method has type 'ResponseList'.
TwitterAdapter.gotMemberSuggestions ( ResponseList users )1st parameter 'users' of this method has type 'ResponseList'.
TwitterAdapter.gotMentions ( ResponseList statuses )1st parameter 'statuses' of this method has type 'ResponseList'.
TwitterAdapter.gotRetweets ( ResponseList retweets )1st parameter 'retweets' of this method has type 'ResponseList'.
TwitterAdapter.gotReverseGeoCode ( ResponseList places )1st parameter 'places' of this method has type 'ResponseList'.
TwitterAdapter.gotSentDirectMessages ( ResponseList messages )1st parameter 'messages' of this method has type 'ResponseList'.
TwitterAdapter.gotSuggestedUserCategories ( ResponseList categories )1st parameter 'categories' of this method has type 'ResponseList'.
TwitterAdapter.gotUserListStatuses ( ResponseList statuses )1st parameter 'statuses' of this method has type 'ResponseList'.
TwitterAdapter.gotUserSuggestions ( ResponseList users )1st parameter 'users' of this method has type 'ResponseList'.
TwitterAdapter.gotUserTimeline ( ResponseList statuses )1st parameter 'statuses' of this method has type 'ResponseList'.
TwitterAdapter.lookedUpFriendships ( ResponseList friendships )1st parameter 'friendships' of this method has type 'ResponseList'.
TwitterAdapter.lookedupUsers ( ResponseList users )1st parameter 'users' of this method has type 'ResponseList'.
TwitterAdapter.searchedPlaces ( ResponseList places )1st parameter 'places' of this method has type 'ResponseList'.
TwitterAdapter.searchedUser ( ResponseList userList )1st parameter 'userList' of this method has type 'ResponseList'.
TwitterListener.gotAvailableTrends ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotDirectMessages ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotFavorites ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotHomeTimeline ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotLanguages ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotMemberSuggestions ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotMentions ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotRetweets ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotReverseGeoCode ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotSentDirectMessages ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotSuggestedUserCategories ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotUserListStatuses ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotUserSuggestions ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.gotUserTimeline ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.lookedUpFriendships ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.lookedupUsers ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.searchedPlaces ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
TwitterListener.searchedUser ( ResponseList p1 )1st parameter 'p1' of this abstract method has type 'ResponseList'.
[+] Status (2)
| Change | Effect |
---|
1 | Abstract method Status.getAnnotations ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Removed super-interface Twt. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (43)
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.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.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.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.isRetweet ( )This abstract method is from 'Status' interface.
Status.isRetweetedByMe ( )This abstract method is from 'Status' interface.
Status.isTruncated ( )This abstract method is from 'Status' interface.
StatusAdapter.onStatus ( Status status )1st parameter 'status' of this method has type 'Status'.
StatusListener.onStatus ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterAdapter.createdFavorite ( Status status )1st parameter 'status' of this method has type 'Status'.
TwitterAdapter.destroyedFavorite ( Status status )1st parameter 'status' of this method has type 'Status'.
TwitterAdapter.destroyedStatus ( Status destroyedStatus )1st parameter 'destroyedStatus' of this method has type 'Status'.
TwitterAdapter.gotShowStatus ( Status statuses )1st parameter 'statuses' of this method has type 'Status'.
TwitterAdapter.retweetedStatus ( Status retweetedStatus )1st parameter 'retweetedStatus' of this method has type 'Status'.
TwitterAdapter.updatedStatus ( Status statuses )1st parameter 'statuses' of this method has type 'Status'.
TwitterListener.createdFavorite ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.destroyedFavorite ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.destroyedStatus ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.gotShowStatus ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.retweetedStatus ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.updatedStatus ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
User.getStatus ( )Return value of this abstract method has type 'Status'.
UserStreamAdapter.onFavorite ( User source, User target, Status favoritedStatus )3rd parameter 'favoritedStatus' of this method has type 'Status'.
UserStreamAdapter.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'.
[+] Tweet (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
Tweet.getAnnotations ( )This abstract method is from 'Tweet' interface.
Tweet.getCreatedAt ( )This abstract method is from 'Tweet' interface.
Tweet.getFromUser ( )This abstract method is from 'Tweet' interface.
Tweet.getFromUserId ( )This abstract method is from 'Tweet' interface.
Tweet.getFromUserName ( )This abstract method is from 'Tweet' interface.
Tweet.getGeoLocation ( )This abstract method is from 'Tweet' interface.
Tweet.getId ( )This abstract method is from 'Tweet' interface.
Tweet.getInReplyToStatusId ( )This abstract method is from 'Tweet' interface.
Tweet.getIsoLanguageCode ( )This abstract method is from 'Tweet' interface.
Tweet.getLocation ( )This abstract method is from 'Tweet' interface.
Tweet.getPlace ( )This abstract method is from 'Tweet' interface.
Tweet.getProfileImageUrl ( )This abstract method is from 'Tweet' interface.
Tweet.getSource ( )This abstract method is from 'Tweet' interface.
Tweet.getText ( )This abstract method is from 'Tweet' interface.
Tweet.getToUser ( )This abstract method is from 'Tweet' interface.
Tweet.getToUserId ( )This abstract method is from 'Tweet' interface.
Tweet.getToUserName ( )This abstract method is from 'Tweet' interface.
[+] Twitter (22)
| Change | Effect |
---|
1 | Removed super-interface api.AccountMethods. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Removed super-interface api.BlockMethods. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Removed super-interface api.DirectMessageMethods. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Removed super-interface api.FavoriteMethods. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Removed super-interface api.FriendsFollowersMethods. | A client program may be interrupted by NoSuchMethodError exception. |
6 | Removed super-interface api.FriendshipMethods. | A client program may be interrupted by NoSuchMethodError exception. |
7 | Removed super-interface api.GeoMethods. | A client program may be interrupted by NoSuchMethodError exception. |
8 | Removed super-interface api.HelpMethods. | A client program may be interrupted by NoSuchMethodError exception. |
9 | Removed super-interface api.LegalResources. | A client program may be interrupted by NoSuchMethodError exception. |
10 | Removed super-interface api.ListMembersMethods. | A client program may be interrupted by NoSuchMethodError exception. |
11 | Removed super-interface api.ListMethods. | A client program may be interrupted by NoSuchMethodError exception. |
12 | Removed super-interface api.ListSubscribersMethods. | A client program may be interrupted by NoSuchMethodError exception. |
13 | Removed super-interface api.LocalTrendsMethods. | A client program may be interrupted by NoSuchMethodError exception. |
14 | Removed super-interface api.NewTwitterMethods. | A client program may be interrupted by NoSuchMethodError exception. |
15 | Removed super-interface api.NotificationMethods. | A client program may be interrupted by NoSuchMethodError exception. |
16 | Removed super-interface api.SavedSearchesMethods. | A client program may be interrupted by NoSuchMethodError exception. |
17 | Removed super-interface api.SearchMethods. | A client program may be interrupted by NoSuchMethodError exception. |
18 | Removed super-interface api.SpamReportingMethods. | A client program may be interrupted by NoSuchMethodError exception. |
19 | Removed super-interface api.StatusMethods. | A client program may be interrupted by NoSuchMethodError exception. |
20 | Removed super-interface api.TimelineMethods. | A client program may be interrupted by NoSuchMethodError exception. |
21 | Removed super-interface api.TrendsMethods. | A client program may be interrupted by NoSuchMethodError exception. |
22 | Removed super-interface api.UserMethods. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (4)
TwitterFactory.getInstance ( )Return value of this method has type 'Twitter'.
TwitterFactory.getInstance ( auth.AccessToken accessToken )Return value of this method has type 'Twitter'.
TwitterFactory.getInstance ( auth.Authorization auth )Return value of this method has type 'Twitter'.
TwitterFactory.getSingleton ( )Return value of this method has type 'Twitter'.
[+] Twt (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
Twt.getCreatedAt ( )This abstract method is from 'Twt' interface.
Twt.getGeoLocation ( )This abstract method is from 'Twt' interface.
Twt.getId ( )This abstract method is from 'Twt' interface.
Twt.getInReplyToStatusId ( )This abstract method is from 'Twt' interface.
Twt.getPlace ( )This abstract method is from 'Twt' interface.
Twt.getSource ( )This abstract method is from 'Twt' interface.
Twt.getText ( )This abstract method is from 'Twt' interface.
[+] URLEntity (2)
| Change | Effect |
---|
1 | Abstract method URLEntity.getExpandedURL ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method URLEntity.getURL ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (3)
URLEntity.getDisplayURL ( )This abstract method is from 'URLEntity' interface.
URLEntity.getEnd ( )This abstract method is from 'URLEntity' interface.
URLEntity.getStart ( )This abstract method is from 'URLEntity' interface.
[+] User (2)
| Change | Effect |
---|
1 | Abstract method User.getProfileImageURL ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method User.getURL ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (117)
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 )3rd parameter 'blockedUser' 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 )3rd parameter 'followedUser' of this method has type 'User'.
SiteStreamsAdapter.onUnblock ( long forUser, User source, User unblockedUser )2nd parameter 'source' 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 )3rd parameter 'followedUser' 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 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onFavorite ( long p1, User p2, User p3, Status p4 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onFollow ( long p1, User p2, User p3 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUnblock ( long p1, User p2, User p3 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUnfavorite ( long p1, User p2, User p3, Status p4 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUnfollow ( long p1, User p2, User p3 )3rd parameter 'p3' 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 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUserListMemberDeletion ( long p1, User p2, User p3, UserList p4 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUserListSubscription ( long p1, User p2, User p3, UserList p4 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUserListUnsubscription ( long p1, User p2, User p3, UserList p4 )3rd parameter 'p3' 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 user )1st parameter 'user' of this method has type 'User'.
TwitterAdapter.checkedUserListSubscription ( User user )1st parameter 'user' of this method has type 'User'.
TwitterAdapter.createdBlock ( User user )1st parameter 'user' of this method has type 'User'.
TwitterAdapter.createdFriendship ( User user )1st parameter 'user' of this method has type 'User'.
TwitterAdapter.destroyedBlock ( User user )1st parameter 'user' of this method has type 'User'.
TwitterAdapter.destroyedFriendship ( User user )1st parameter 'user' of this method has type 'User'.
TwitterAdapter.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.getCreatedAt ( )This abstract method is from 'User' interface.
User.getDescription ( )This abstract method is from 'User' interface.
User.getFavouritesCount ( )This abstract method is from 'User' interface.
User.getFollowersCount ( )This abstract method is from 'User' interface.
User.getFriendsCount ( )This abstract method is from 'User' interface.
User.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.getName ( )This abstract method is from 'User' interface.
User.getProfileBackgroundColor ( )This abstract method is from 'User' interface.
User.getProfileBackgroundImageUrl ( )This abstract method is from 'User' interface.
User.getProfileBackgroundImageUrlHttps ( )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.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 )2nd parameter 'blockedUser' 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 )2nd parameter 'followedUser' of this method has type 'User'.
UserStreamAdapter.onUnblock ( User source, User unblockedUser )1st parameter 'source' of this method has type 'User'.
UserStreamAdapter.onUnfavorite ( User source, User target, Status unfavoritedStatus )2nd parameter 'target' of this method has type 'User'.
UserStreamAdapter.onUserListCreation ( User listOwner, UserList list )1st parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListDeletion ( User listOwner, UserList list )1st parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListMemberAddition ( User addedMember, User listOwner, UserList list )2nd parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListMemberDeletion ( User deletedMember, User listOwner, UserList list )2nd parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListSubscription ( User subscriber, User listOwner, UserList list )2nd parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListUnsubscription ( User subscriber, User listOwner, UserList list )2nd parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListUpdate ( User listOwner, UserList list )1st parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserProfileUpdate ( User updatedUser )1st parameter 'updatedUser' of this method has type 'User'.
UserStreamListener.onBlock ( User p1, User p2 )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'.
package twitter4j.api
[+] AccountMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AccountMethods.getAccountSettings ( )This abstract method is from 'AccountMethods' interface.
AccountMethods.getAccountTotals ( )This abstract method is from 'AccountMethods' interface.
AccountMethods.getRateLimitStatus ( )This abstract method is from 'AccountMethods' interface.
AccountMethods.updateAccountSettings ( Integer p1, Boolean p2, String p3, String p4, String p5, String p6 )This abstract method is from 'AccountMethods' interface.
AccountMethods.updateProfile ( String p1, String p2, String p3, String p4 )This abstract method is from 'AccountMethods' interface.
AccountMethods.updateProfileBackgroundImage ( java.io.File p1, boolean p2 )This abstract method is from 'AccountMethods' interface.
AccountMethods.updateProfileBackgroundImage ( java.io.InputStream p1, boolean p2 )This abstract method is from 'AccountMethods' interface.
AccountMethods.updateProfileColors ( String p1, String p2, String p3, String p4, String p5 )This abstract method is from 'AccountMethods' interface.
AccountMethods.updateProfileImage ( java.io.File p1 )This abstract method is from 'AccountMethods' interface.
AccountMethods.updateProfileImage ( java.io.InputStream p1 )This abstract method is from 'AccountMethods' interface.
AccountMethods.verifyCredentials ( )This abstract method is from 'AccountMethods' interface.
[+] BlockMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
BlockMethods.createBlock ( String p1 )This abstract method is from 'BlockMethods' interface.
BlockMethods.createBlock ( long p1 )This abstract method is from 'BlockMethods' interface.
BlockMethods.destroyBlock ( String p1 )This abstract method is from 'BlockMethods' interface.
BlockMethods.destroyBlock ( long p1 )This abstract method is from 'BlockMethods' interface.
BlockMethods.existsBlock ( String p1 )This abstract method is from 'BlockMethods' interface.
BlockMethods.existsBlock ( long p1 )This abstract method is from 'BlockMethods' interface.
BlockMethods.getBlockingUsers ( )This abstract method is from 'BlockMethods' interface.
BlockMethods.getBlockingUsers ( int p1 )This abstract method is from 'BlockMethods' interface.
BlockMethods.getBlockingUsersIDs ( )This abstract method is from 'BlockMethods' interface.
[+] DirectMessageMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
DirectMessageMethods.destroyDirectMessage ( long p1 )This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.getDirectMessages ( )This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.getDirectMessages ( twitter4j.Paging p1 )This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.getSentDirectMessages ( )This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.getSentDirectMessages ( twitter4j.Paging p1 )This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.sendDirectMessage ( String p1, String p2 )This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.sendDirectMessage ( long p1, String p2 )This abstract method is from 'DirectMessageMethods' interface.
DirectMessageMethods.showDirectMessage ( long p1 )This abstract method is from 'DirectMessageMethods' interface.
[+] FavoriteMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
FavoriteMethods.createFavorite ( long p1 )This abstract method is from 'FavoriteMethods' interface.
FavoriteMethods.destroyFavorite ( long p1 )This abstract method is from 'FavoriteMethods' interface.
FavoriteMethods.getFavorites ( )This abstract method is from 'FavoriteMethods' interface.
FavoriteMethods.getFavorites ( int p1 )This abstract method is from 'FavoriteMethods' interface.
FavoriteMethods.getFavorites ( String p1 )This abstract method is from 'FavoriteMethods' interface.
FavoriteMethods.getFavorites ( String p1, int p2 )This abstract method is from 'FavoriteMethods' interface.
FavoriteMethods.getFavorites ( String p1, twitter4j.Paging p2 )This abstract method is from 'FavoriteMethods' interface.
FavoriteMethods.getFavorites ( twitter4j.Paging p1 )This abstract method is from 'FavoriteMethods' interface.
[+] FriendsFollowersMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
FriendsFollowersMethods.getFollowersIDs ( String p1, long p2 )This abstract method is from 'FriendsFollowersMethods' interface.
FriendsFollowersMethods.getFollowersIDs ( long p1 )This abstract method is from 'FriendsFollowersMethods' interface.
FriendsFollowersMethods.getFollowersIDs ( long p1, long p2 )This abstract method is from 'FriendsFollowersMethods' interface.
FriendsFollowersMethods.getFriendsIDs ( String p1, long p2 )This abstract method is from 'FriendsFollowersMethods' interface.
FriendsFollowersMethods.getFriendsIDs ( long p1 )This abstract method is from 'FriendsFollowersMethods' interface.
FriendsFollowersMethods.getFriendsIDs ( long p1, long p2 )This abstract method is from 'FriendsFollowersMethods' interface.
[+] FriendshipMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
FriendshipMethods.createFriendship ( String p1 )This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.createFriendship ( String p1, boolean p2 )This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.createFriendship ( long p1 )This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.createFriendship ( long p1, boolean p2 )This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.destroyFriendship ( String p1 )This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.destroyFriendship ( long p1 )This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.existsFriendship ( String p1, String p2 )This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.getIncomingFriendships ( long p1 )This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.getNoRetweetIds ( )This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.getOutgoingFriendships ( long p1 )This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.lookupFriendships ( String[ ] p1 )This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.lookupFriendships ( long[ ] p1 )This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.showFriendship ( String p1, String p2 )This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.showFriendship ( long p1, long p2 )This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.updateFriendship ( String p1, boolean p2, boolean p3 )This abstract method is from 'FriendshipMethods' interface.
FriendshipMethods.updateFriendship ( long p1, boolean p2, boolean p3 )This abstract method is from 'FriendshipMethods' interface.
[+] GeoMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
GeoMethods.createPlace ( String p1, String p2, String p3, twitter4j.GeoLocation p4, String p5 )This abstract method is from 'GeoMethods' interface.
GeoMethods.getGeoDetails ( String p1 )This abstract method is from 'GeoMethods' interface.
GeoMethods.getSimilarPlaces ( twitter4j.GeoLocation p1, String p2, String p3, String p4 )This abstract method is from 'GeoMethods' interface.
GeoMethods.reverseGeoCode ( twitter4j.GeoQuery p1 )This abstract method is from 'GeoMethods' interface.
GeoMethods.searchPlaces ( twitter4j.GeoQuery p1 )This abstract method is from 'GeoMethods' interface.
[+] HelpMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
HelpMethods.getAPIConfiguration ( )This abstract method is from 'HelpMethods' interface.
HelpMethods.getLanguages ( )This abstract method is from 'HelpMethods' interface.
HelpMethods.test ( )This abstract method is from 'HelpMethods' interface.
[+] HelpMethods.Language (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
HelpMethods.Language.getCode ( )This abstract method is from 'HelpMethods.Language' interface.
HelpMethods.Language.getName ( )This abstract method is from 'HelpMethods.Language' interface.
HelpMethods.Language.getStatus ( )This abstract method is from 'HelpMethods.Language' interface.
[+] LegalResources (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
LegalResources.getPrivacyPolicy ( )This abstract method is from 'LegalResources' interface.
LegalResources.getTermsOfService ( )This abstract method is from 'LegalResources' interface.
[+] ListMembersMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ListMembersMethods.addUserListMember ( int p1, long p2 )This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.addUserListMembers ( int p1, String[ ] p2 )This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.addUserListMembers ( int p1, long[ ] p2 )This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.deleteUserListMember ( int p1, long p2 )This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.getUserListMembers ( int p1, long p2 )This abstract method is from 'ListMembersMethods' interface.
ListMembersMethods.showUserListMembership ( int p1, long p2 )This abstract method is from 'ListMembersMethods' interface.
[+] ListMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
ListMethods.createUserList ( String p1, boolean p2, String p3 )This abstract method is from 'ListMethods' interface.
ListMethods.destroyUserList ( int p1 )This abstract method is from 'ListMethods' interface.
ListMethods.getAllUserLists ( String p1 )This abstract method is from 'ListMethods' interface.
ListMethods.getAllUserLists ( long p1 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserListMemberships ( String p1, long p2 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserListMemberships ( String p1, long p2, boolean p3 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserListMemberships ( long p1 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserListMemberships ( long p1, long p2 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserListMemberships ( long p1, long p2, boolean p3 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserLists ( String p1, long p2 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserLists ( long p1, long p2 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserListStatuses ( int p1, twitter4j.Paging p2 )This abstract method is from 'ListMethods' interface.
ListMethods.getUserListSubscriptions ( String p1, long p2 )This abstract method is from 'ListMethods' interface.
ListMethods.showUserList ( int p1 )This abstract method is from 'ListMethods' interface.
ListMethods.updateUserList ( int p1, String p2, boolean p3, String p4 )This abstract method is from 'ListMethods' interface.
[+] ListSubscribersMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ListSubscribersMethods.createUserListSubscription ( int p1 )This abstract method is from 'ListSubscribersMethods' interface.
ListSubscribersMethods.destroyUserListSubscription ( int p1 )This abstract method is from 'ListSubscribersMethods' interface.
ListSubscribersMethods.getUserListSubscribers ( int p1, long p2 )This abstract method is from 'ListSubscribersMethods' interface.
ListSubscribersMethods.showUserListSubscription ( int p1, long p2 )This abstract method is from 'ListSubscribersMethods' interface.
[+] LocalTrendsMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
LocalTrendsMethods.getAvailableTrends ( )This abstract method is from 'LocalTrendsMethods' interface.
LocalTrendsMethods.getAvailableTrends ( twitter4j.GeoLocation p1 )This abstract method is from 'LocalTrendsMethods' interface.
LocalTrendsMethods.getLocationTrends ( int p1 )This abstract method is from 'LocalTrendsMethods' interface.
[+] NewTwitterMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
NewTwitterMethods.getRelatedResults ( long p1 )This abstract method is from 'NewTwitterMethods' interface.
[+] NotificationMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
NotificationMethods.disableNotification ( String p1 )This abstract method is from 'NotificationMethods' interface.
NotificationMethods.disableNotification ( long p1 )This abstract method is from 'NotificationMethods' interface.
NotificationMethods.enableNotification ( String p1 )This abstract method is from 'NotificationMethods' interface.
NotificationMethods.enableNotification ( long p1 )This abstract method is from 'NotificationMethods' interface.
[+] SavedSearchesMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SavedSearchesMethods.createSavedSearch ( String p1 )This abstract method is from 'SavedSearchesMethods' interface.
SavedSearchesMethods.destroySavedSearch ( int p1 )This abstract method is from 'SavedSearchesMethods' interface.
SavedSearchesMethods.getSavedSearches ( )This abstract method is from 'SavedSearchesMethods' interface.
SavedSearchesMethods.showSavedSearch ( int p1 )This abstract method is from 'SavedSearchesMethods' interface.
[+] SearchMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SearchMethods.search ( twitter4j.Query p1 )This abstract method is from 'SearchMethods' interface.
[+] SpamReportingMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SpamReportingMethods.reportSpam ( String p1 )This abstract method is from 'SpamReportingMethods' interface.
SpamReportingMethods.reportSpam ( long p1 )This abstract method is from 'SpamReportingMethods' interface.
[+] StatusMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
StatusMethods.destroyStatus ( long p1 )This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweetedBy ( long p1 )This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweetedBy ( long p1, twitter4j.Paging p2 )This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweetedByIDs ( long p1 )This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweetedByIDs ( long p1, twitter4j.Paging p2 )This abstract method is from 'StatusMethods' interface.
StatusMethods.getRetweets ( long p1 )This abstract method is from 'StatusMethods' interface.
StatusMethods.retweetStatus ( long p1 )This abstract method is from 'StatusMethods' interface.
StatusMethods.showStatus ( long p1 )This abstract method is from 'StatusMethods' interface.
StatusMethods.updateStatus ( String p1 )This abstract method is from 'StatusMethods' interface.
StatusMethods.updateStatus ( twitter4j.StatusUpdate p1 )This abstract method is from 'StatusMethods' interface.
[+] TimelineMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
TimelineMethods.getHomeTimeline ( )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getHomeTimeline ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getMentions ( )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getMentions ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedByMe ( )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedByMe ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedByUser ( String p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedByUser ( long p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedToMe ( )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedToMe ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedToUser ( String p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetedToUser ( long p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetsOfMe ( )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getRetweetsOfMe ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( String p1 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( String p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( long p1 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( long p1, twitter4j.Paging p2 )This abstract method is from 'TimelineMethods' interface.
TimelineMethods.getUserTimeline ( twitter4j.Paging p1 )This abstract method is from 'TimelineMethods' interface.
[+] TrendsMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TrendsMethods.getDailyTrends ( )This abstract method is from 'TrendsMethods' interface.
TrendsMethods.getDailyTrends ( java.util.Date p1, boolean p2 )This abstract method is from 'TrendsMethods' interface.
TrendsMethods.getWeeklyTrends ( )This abstract method is from 'TrendsMethods' interface.
TrendsMethods.getWeeklyTrends ( java.util.Date p1, boolean p2 )This abstract method is from 'TrendsMethods' interface.
[+] UserMethods (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
UserMethods.getMemberSuggestions ( String p1 )This abstract method is from 'UserMethods' interface.
UserMethods.getProfileImage ( String p1, twitter4j.ProfileImage.ImageSize p2 )This abstract method is from 'UserMethods' interface.
UserMethods.getSuggestedUserCategories ( )This abstract method is from 'UserMethods' interface.
UserMethods.getUserSuggestions ( String p1 )This abstract method is from 'UserMethods' interface.
UserMethods.lookupUsers ( String[ ] p1 )This abstract method is from 'UserMethods' interface.
UserMethods.lookupUsers ( long[ ] p1 )This abstract method is from 'UserMethods' interface.
UserMethods.searchUsers ( String p1, int p2 )This abstract method is from 'UserMethods' interface.
UserMethods.showUser ( String p1 )This abstract method is from 'UserMethods' interface.
UserMethods.showUser ( long p1 )This abstract method is from 'UserMethods' interface.
package twitter4j.conf
[+] Configuration (4)
| Change | Effect |
---|
1 | Abstract method Configuration.getSearchBaseURL ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method Configuration.getUploadBaseURL ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method Configuration.isIncludeEntitiesEnabled ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method Configuration.isIncludeRTsEnabled ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (52)
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.OAuthAuthorization.OAuthAuthorization ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
Configuration.getAsyncNumThreads ( )This abstract method is from 'Configuration' interface.
Configuration.getClientURL ( )This abstract method is from 'Configuration' interface.
Configuration.getClientVersion ( )This abstract method is from 'Configuration' interface.
Configuration.getDispatcherImpl ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpConnectionTimeout ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpDefaultMaxPerRoute ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpMaxTotalConnections ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyHost ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPassword ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPort ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyUser ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpReadTimeout ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryCount ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryIntervalSeconds ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpStreamingReadTimeout ( )This abstract method is from 'Configuration' interface.
Configuration.getMediaProvider ( )This abstract method is from 'Configuration' interface.
Configuration.getMediaProviderAPIKey ( )This abstract method is from 'Configuration' interface.
Configuration.getMediaProviderParameters ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessToken ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenSecret ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenURL ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthenticationURL ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthorizationURL ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerKey ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerSecret ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthRequestTokenURL ( )This abstract method is from 'Configuration' interface.
Configuration.getPassword ( )This abstract method is from 'Configuration' interface.
Configuration.getRequestHeaders ( )This abstract method is from 'Configuration' interface.
Configuration.getRestBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.getSiteStreamBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.getStreamBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.getUser ( )This abstract method is from 'Configuration' interface.
Configuration.getUserAgent ( )This abstract method is from 'Configuration' interface.
Configuration.getUserStreamBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.isDalvik ( )This abstract method is from 'Configuration' interface.
Configuration.isDebugEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isGAE ( )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.isUserStreamRepliesAllEnabled ( )This abstract method is from 'Configuration' interface.
ConfigurationBuilder.build ( )Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( )Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( String configTreePath )Return value of this method has type 'Configuration'.
ConfigurationFactory.getInstance ( )Return value of this abstract method has type 'Configuration'.
ConfigurationFactory.getInstance ( String p1 )Return value of this abstract method has type 'Configuration'.
twitter4j.media.ImageUploadFactory.ImageUploadFactory ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.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-2.2.6.jar
package twitter4j
[+] UserStreamListener (1)
| Change | Effect |
---|
1 | Abstract method UserStreamListener.onRetweet ( User p1, User p2, Status p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (18)
TwitterStream.addListener ( UserStreamListener p1 )1st parameter 'p1' of this abstract method has type 'UserStreamListener'.
UserStream.next ( UserStreamListener p1 )1st parameter 'p1' of this abstract method has type 'UserStreamListener'.
UserStreamListener.onBlock ( User p1, User p2 )This abstract method is from 'UserStreamListener' interface.
UserStreamListener.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
Problems with Methods, High Severity (6)
twitter4j-core-2.2.6.jar, InvocationStatisticsCalculator
package twitter4j.management
[+] InvocationStatisticsCalculator.increment ( long time, boolean success ) : void (1)
[run-time name: twitter4j/management/InvocationStatisticsCalculator.increment:(JZ)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
twitter4j-core-2.2.6.jar, OAuthAuthorization
package twitter4j.auth
[+] OAuthAuthorization.constructRequestURL ( String url ) [static] : String (1)
[run-time name: twitter4j/auth/OAuthAuthorization.constructRequestURL:(Ljava/lang/String;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] OAuthAuthorization.normalizeAuthorizationHeaders ( java.util.List params ) [static] : String (1)
[run-time name: twitter4j/auth/OAuthAuthorization.normalizeAuthorizationHeaders:(Ljava/util/List;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] OAuthAuthorization.normalizeRequestParameters ( java.util.List params ) [static] : String (1)
[run-time name: twitter4j/auth/OAuthAuthorization.normalizeRequestParameters:(Ljava/util/List;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] OAuthAuthorization.normalizeRequestParameters ( twitter4j.internal.http.HttpParameter[ ] params ) [static] : String (1)
[run-time name: twitter4j/auth/OAuthAuthorization.normalizeRequestParameters:([Ltwitter4j/internal/http/HttpParameter;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] OAuthAuthorization.toParamList ( twitter4j.internal.http.HttpParameter[ ] params ) [static] : java.util.List (1)
[run-time name: twitter4j/auth/OAuthAuthorization.toParamList:([Ltwitter4j/internal/http/HttpParameter;)Ljava/util/List;]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
to the top
Problems with Data Types, Low Severity (4)
twitter4j-core-2.2.6.jar
package twitter4j
[+] GeoQuery (2)
| Change | Effect |
---|
1 | Field CITY (java.lang.String) with the compile-time constant value "city" has been removed from this class. | A client program may change behavior. |
2 | Field NEIGHBORHOOD (java.lang.String) with the compile-time constant value "neighborhood" has been removed from this class. | A client program may change behavior. |
[+] affected methods (16)
GeoQuery.accuracy ( String accuracy )This method is from 'GeoQuery' class.
GeoQuery.equals ( Object o )This method is from 'GeoQuery' class.
GeoQuery.GeoQuery ( String ip )This constructor is from 'GeoQuery' class.
GeoQuery.GeoQuery ( GeoLocation location )This constructor is from 'GeoQuery' class.
GeoQuery.getAccuracy ( )This method is from 'GeoQuery' class.
GeoQuery.getGranularity ( )This method is from 'GeoQuery' class.
GeoQuery.getIp ( )This method is from 'GeoQuery' class.
GeoQuery.getLocation ( )This method is from 'GeoQuery' class.
GeoQuery.getMaxResults ( )This method is from 'GeoQuery' class.
GeoQuery.granularity ( String granularity )This method is from 'GeoQuery' class.
GeoQuery.hashCode ( )This method is from 'GeoQuery' class.
GeoQuery.maxResults ( int maxResults )This method is from 'GeoQuery' class.
GeoQuery.setAccuracy ( String accuracy )This method is from 'GeoQuery' class.
GeoQuery.setGranularity ( String granularity )This method is from 'GeoQuery' class.
GeoQuery.setMaxResults ( int maxResults )This method is from 'GeoQuery' class.
GeoQuery.toString ( )This method is from 'GeoQuery' class.
package twitter4j.conf
[+] PropertyConfiguration (2)
| Change | Effect |
---|
1 | Field SEARCH_BASE_URL (java.lang.String) with the compile-time constant value "searchBaseURL" has been removed from this class. | A client program may change behavior. |
2 | Field UPLOAD_BASE_URL (java.lang.String) with the compile-time constant value "uploadBaseURL" has been renamed to CONTRIBUTING_TO. | A client program may change behavior. |
[+] affected methods (33)
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.getMediaProvider ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProviderAPIKey ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProviderParameters ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessToken ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenSecret ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthenticationURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthorizationURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthRequestTokenURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRequestHeaders ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRestBaseURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.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.isGAE ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isGZIPEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isJSONStoreEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isMBeanEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isPrettyDebugEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isUserStreamRepliesAllEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.io.InputStream is )This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props )This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props, String treePath )This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.readResolve ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.toString ( )This method is from 'PropertyConfiguration' class.
to the top
Other Changes in Data Types (83)
twitter4j-async-2.2.6.jar
package twitter4j
[+] AsyncTwitter (16)
| Change | Effect |
---|
1 | Added super-interface api.DirectMessagesResourcesAsync. | No effect. |
2 | Added super-interface api.FavoritesResourcesAsync. | No effect. |
3 | Added super-interface api.FriendsFollowersResourcesAsync. | No effect. |
4 | Added super-interface api.HelpResourcesAsync. | No effect. |
5 | Added super-interface api.ListsResourcesAsync. | No effect. |
6 | Added super-interface api.PlacesGeoResourcesAsync. | No effect. |
7 | Added super-interface api.SavedSearchesResourcesAsync. | No effect. |
8 | Added super-interface api.SearchResourceAsync. | No effect. |
9 | Added super-interface api.SpamReportingResourceAsync. | No effect. |
10 | Added super-interface api.SuggestedUsersResourcesAsync. | No effect. |
11 | Added super-interface api.TimelinesResourcesAsync. | No effect. |
12 | Added super-interface api.TrendsResourcesAsync. | No effect. |
13 | Added super-interface api.TweetsResourcesAsync. | No effect. |
14 | Added super-interface api.UndocumentedResourcesAsync. | No effect. |
15 | Added super-interface api.UsersResourcesAsync. | No effect. |
16 | Added super-interface auth.AsyncOAuthSupport. | No effect. |
[+] affected methods (5)
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.getSingleton ( )Return value of this method has type 'AsyncTwitter'.
[+] TwitterListener (17)
| Change | Effect |
---|
1 | Abstract method TwitterListener.createdSavedSearch ( SavedSearch p1 ) has been added to this interface. | No effect. |
2 | Abstract method TwitterListener.createdUserListMember ( UserList p1 ) has been added to this interface. | No effect. |
3 | Abstract method TwitterListener.createdUserListMembers ( UserList p1 ) has been added to this interface. | No effect. |
4 | Abstract method TwitterListener.destroyedSavedSearch ( SavedSearch p1 ) has been added to this interface. | No effect. |
5 | Abstract method TwitterListener.destroyedUserListMember ( UserList p1 ) has been added to this interface. | No effect. |
6 | Abstract method TwitterListener.gotBlockIDs ( IDs p1 ) has been added to this interface. | No effect. |
7 | Abstract method TwitterListener.gotBlocksList ( ResponseList p1 ) has been added to this interface. | No effect. |
8 | Abstract method TwitterListener.gotContributees ( ResponseList p1 ) has been added to this interface. | No effect. |
9 | Abstract method TwitterListener.gotContributors ( ResponseList p1 ) has been added to this interface. | No effect. |
10 | Abstract method TwitterListener.gotOAuthAccessToken ( auth.AccessToken p1 ) has been added to this interface. | No effect. |
11 | Abstract method TwitterListener.gotOAuthRequestToken ( auth.RequestToken p1 ) has been added to this interface. | No effect. |
12 | Abstract method TwitterListener.gotRateLimitStatus ( java.util.Map p1 ) has been added to this interface. | No effect. |
13 | Abstract method TwitterListener.gotSavedSearch ( SavedSearch p1 ) has been added to this interface. | No effect. |
14 | Abstract method TwitterListener.gotSavedSearches ( ResponseList p1 ) has been added to this interface. | No effect. |
15 | Abstract method TwitterListener.gotUserLists ( ResponseList p1 ) has been added to this interface. | No effect. |
16 | Abstract method TwitterListener.removedProfileBanner ( ) has been added to this interface. | No effect. |
17 | Abstract method TwitterListener.updatedProfileBanner ( ) has been added to this interface. | No effect. |
[+] affected methods (68)
AsyncTwitter.addListener ( TwitterListener p1 )1st parameter 'p1' of this abstract method has type 'TwitterListener'.
TwitterListener.checkedUserListMembership ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.checkedUserListSubscription ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdBlock ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFavorite ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFriendship ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdPlace ( Place p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.createdUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedBlock ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedDirectMessage ( DirectMessage p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFavorite ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFriendship ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAccountSettings ( AccountSettings p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAPIConfiguration ( TwitterAPIConfiguration p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotAvailableTrends ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDirectMessage ( DirectMessage p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDirectMessages ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFavorites ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowersIDs ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsIDs ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotGeoDetails ( Place p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotHomeTimeline ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotIncomingFriendships ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotLanguages ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMemberSuggestions ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMentions ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotOutgoingFriendships ( IDs p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotPrivacyPolicy ( String p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRelatedResults ( RelatedResults p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRetweets ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotReverseGeoCode ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSentDirectMessages ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowFriendship ( Relationship p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSimilarPlaces ( SimilarPlaces p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSuggestedUserCategories ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotTermsOfService ( String p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserDetail ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListMembers ( PagableResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListMemberships ( PagableResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListStatuses ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListSubscribers ( PagableResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserListSubscriptions ( PagableResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserSuggestions ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserTimeline ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.lookedUpFriendships ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.lookedupUsers ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.onException ( TwitterException p1, TwitterMethod p2 )This abstract method is from 'TwitterListener' interface.
TwitterListener.reportedSpam ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.retweetedStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.searched ( QueryResult p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.searchedPlaces ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.searchedUser ( ResponseList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.sentDirectMessage ( DirectMessage p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.subscribedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.unsubscribedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedAccountSettings ( AccountSettings p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedFriendship ( Relationship p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfile ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileBackgroundImage ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileColors ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileImage ( User p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedStatus ( Status p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedUserList ( UserList p1 )This abstract method is from 'TwitterListener' interface.
TwitterListener.verifiedCredentials ( User p1 )This abstract method is from 'TwitterListener' interface.
twitter4j-core-2.2.6.jar
package twitter4j
[+] MediaEntity (2)
| Change | Effect |
---|
1 | Abstract method MediaEntity.getMediaURL ( ) has been added to this interface. | No effect. |
2 | Abstract method MediaEntity.getMediaURLHttps ( ) has been added to this interface. | No effect. |
[+] affected methods (3)
MediaEntity.getId ( )This abstract method is from 'MediaEntity' interface.
MediaEntity.getSizes ( )This abstract method is from 'MediaEntity' interface.
MediaEntity.getType ( )This abstract method is from 'MediaEntity' interface.
[+] QueryResult (4)
| Change | Effect |
---|
1 | Abstract method QueryResult.getCount ( ) has been added to this interface. | No effect. |
2 | Abstract method QueryResult.getRefreshURL ( ) has been added to this interface. | No effect. |
3 | Abstract method QueryResult.hasNext ( ) has been added to this interface. | No effect. |
4 | Abstract method QueryResult.nextQuery ( ) has been added to this interface. | No effect. |
[+] affected methods (8)
QueryResult.getCompletedIn ( )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.
TwitterAdapter.searched ( QueryResult result )1st parameter 'result' of this method has type 'QueryResult'.
TwitterListener.searched ( QueryResult p1 )1st parameter 'p1' of this abstract method has type 'QueryResult'.
[+] RateLimitStatus (2)
| Change | Effect |
---|
1 | Abstract method RateLimitStatus.getLimit ( ) has been added to this interface. | No effect. |
2 | Abstract method RateLimitStatus.getRemaining ( ) has been added to this interface. | No effect. |
[+] affected methods (5)
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 (2)
| Change | Effect |
---|
1 | Abstract method Status.getMyRetweet ( ) has been added to this interface. | No effect. |
2 | Abstract method Status.isPossiblySensitive ( ) has been added to this interface. | No effect. |
[+] affected methods (43)
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.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.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.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.isRetweet ( )This abstract method is from 'Status' interface.
Status.isRetweetedByMe ( )This abstract method is from 'Status' interface.
Status.isTruncated ( )This abstract method is from 'Status' interface.
StatusAdapter.onStatus ( Status status )1st parameter 'status' of this method has type 'Status'.
StatusListener.onStatus ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterAdapter.createdFavorite ( Status status )1st parameter 'status' of this method has type 'Status'.
TwitterAdapter.destroyedFavorite ( Status status )1st parameter 'status' of this method has type 'Status'.
TwitterAdapter.destroyedStatus ( Status destroyedStatus )1st parameter 'destroyedStatus' of this method has type 'Status'.
TwitterAdapter.gotShowStatus ( Status statuses )1st parameter 'statuses' of this method has type 'Status'.
TwitterAdapter.retweetedStatus ( Status retweetedStatus )1st parameter 'retweetedStatus' of this method has type 'Status'.
TwitterAdapter.updatedStatus ( Status statuses )1st parameter 'statuses' of this method has type 'Status'.
TwitterListener.createdFavorite ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.destroyedFavorite ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.destroyedStatus ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.gotShowStatus ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.retweetedStatus ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
TwitterListener.updatedStatus ( Status p1 )1st parameter 'p1' of this abstract method has type 'Status'.
User.getStatus ( )Return value of this abstract method has type 'Status'.
UserStreamAdapter.onFavorite ( User source, User target, Status favoritedStatus )3rd parameter 'favoritedStatus' of this method has type 'Status'.
UserStreamAdapter.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 added to this interface. | No effect. |
[+] 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.
[+] Twitter (15)
| Change | Effect |
---|
1 | Added super-interface api.DirectMessagesResources. | No effect. |
2 | Added super-interface api.FavoritesResources. | No effect. |
3 | Added super-interface api.FriendsFollowersResources. | No effect. |
4 | Added super-interface api.HelpResources. | No effect. |
5 | Added super-interface api.ListsResources. | No effect. |
6 | Added super-interface api.PlacesGeoResources. | No effect. |
7 | Added super-interface api.SavedSearchesResource. | No effect. |
8 | Added super-interface api.SearchResource. | No effect. |
9 | Added super-interface api.SpamReportingResource. | No effect. |
10 | Added super-interface api.SuggestedUsersResources. | No effect. |
11 | Added super-interface api.TimelinesResources. | No effect. |
12 | Added super-interface api.TrendsResources. | No effect. |
13 | Added super-interface api.TweetsResources. | No effect. |
14 | Added super-interface api.UndocumentedResources. | No effect. |
15 | Added super-interface api.UsersResources. | No effect. |
[+] affected methods (4)
TwitterFactory.getInstance ( )Return value of this method has type 'Twitter'.
TwitterFactory.getInstance ( auth.AccessToken accessToken )Return value of this method has type 'Twitter'.
TwitterFactory.getInstance ( auth.Authorization auth )Return value of this method has type 'Twitter'.
TwitterFactory.getSingleton ( )Return value of this method has type 'Twitter'.
[+] URLEntity (2)
| Change | Effect |
---|
1 | Abstract method URLEntity.getExpandedURL ( ) has been added to this interface. | No effect. |
2 | Abstract method URLEntity.getURL ( ) has been added to this interface. | No effect. |
[+] affected methods (3)
URLEntity.getDisplayURL ( )This abstract method is from 'URLEntity' interface.
URLEntity.getEnd ( )This abstract method is from 'URLEntity' interface.
URLEntity.getStart ( )This abstract method is from 'URLEntity' interface.
[+] User (16)
| Change | Effect |
---|
1 | Abstract method User.getBiggerProfileImageURL ( ) has been added to this interface. | No effect. |
2 | Abstract method User.getBiggerProfileImageURLHttps ( ) has been added to this interface. | No effect. |
3 | Abstract method User.getMiniProfileImageURL ( ) has been added to this interface. | No effect. |
4 | Abstract method User.getMiniProfileImageURLHttps ( ) has been added to this interface. | No effect. |
5 | Abstract method User.getOriginalProfileImageURL ( ) has been added to this interface. | No effect. |
6 | Abstract method User.getOriginalProfileImageURLHttps ( ) has been added to this interface. | No effect. |
7 | Abstract method User.getProfileBackgroundImageURL ( ) has been added to this interface. | No effect. |
8 | Abstract method User.getProfileBannerIPadRetinaURL ( ) has been added to this interface. | No effect. |
9 | Abstract method User.getProfileBannerIPadURL ( ) has been added to this interface. | No effect. |
10 | Abstract method User.getProfileBannerMobileRetinaURL ( ) has been added to this interface. | No effect. |
11 | Abstract method User.getProfileBannerMobileURL ( ) has been added to this interface. | No effect. |
12 | Abstract method User.getProfileBannerRetinaURL ( ) has been added to this interface. | No effect. |
13 | Abstract method User.getProfileBannerURL ( ) has been added to this interface. | No effect. |
14 | Abstract method User.getProfileImageURL ( ) has been added to this interface. | No effect. |
15 | Abstract method User.getProfileImageURLHttps ( ) has been added to this interface. | No effect. |
16 | Abstract method User.getURL ( ) has been added to this interface. | No effect. |
[+] affected methods (117)
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 )3rd parameter 'blockedUser' of this method has type 'User'.
SiteStreamsAdapter.onFavorite ( long forUser, User source, User target, Status favoritedStatus )2nd parameter 'source' 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 )2nd parameter 'source' 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 )3rd parameter 'listOwner' 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 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onFavorite ( long p1, User p2, User p3, Status p4 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onFollow ( long p1, User p2, User p3 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUnblock ( long p1, User p2, User p3 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUnfavorite ( long p1, User p2, User p3, Status p4 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUnfollow ( long p1, User p2, User p3 )3rd parameter 'p3' 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 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUserListMemberDeletion ( long p1, User p2, User p3, UserList p4 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUserListSubscription ( long p1, User p2, User p3, UserList p4 )3rd parameter 'p3' of this abstract method has type 'User'.
SiteStreamsListener.onUserListUnsubscription ( long p1, User p2, User p3, UserList p4 )3rd parameter 'p3' 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 user )1st parameter 'user' of this method has type 'User'.
TwitterAdapter.checkedUserListSubscription ( User user )1st parameter 'user' of this method has type 'User'.
TwitterAdapter.createdBlock ( User user )1st parameter 'user' of this method has type 'User'.
TwitterAdapter.createdFriendship ( User user )1st parameter 'user' of this method has type 'User'.
TwitterAdapter.destroyedBlock ( User user )1st parameter 'user' of this method has type 'User'.
TwitterAdapter.destroyedFriendship ( User user )1st parameter 'user' of this method has type 'User'.
TwitterAdapter.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.getCreatedAt ( )This abstract method is from 'User' interface.
User.getDescription ( )This abstract method is from 'User' interface.
User.getFavouritesCount ( )This abstract method is from 'User' interface.
User.getFollowersCount ( )This abstract method is from 'User' interface.
User.getFriendsCount ( )This abstract method is from 'User' interface.
User.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.getName ( )This abstract method is from 'User' interface.
User.getProfileBackgroundColor ( )This abstract method is from 'User' interface.
User.getProfileBackgroundImageUrl ( )This abstract method is from 'User' interface.
User.getProfileBackgroundImageUrlHttps ( )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.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 )2nd parameter 'blockedUser' of this method has type 'User'.
UserStreamAdapter.onFavorite ( User source, User target, Status favoritedStatus )1st parameter 'source' 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 )1st parameter 'source' of this method has type 'User'.
UserStreamAdapter.onUnfavorite ( User source, User target, Status unfavoritedStatus )2nd parameter 'target' of this method has type 'User'.
UserStreamAdapter.onUserListCreation ( User listOwner, UserList list )1st parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListDeletion ( User listOwner, UserList list )1st parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListMemberAddition ( User addedMember, User listOwner, UserList list )2nd parameter 'listOwner' of this method has type 'User'.
UserStreamAdapter.onUserListMemberDeletion ( User deletedMember, User listOwner, UserList list )1st parameter 'deletedMember' 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'.
package twitter4j.conf
[+] Configuration (3)
| Change | Effect |
---|
1 | Abstract method Configuration.getContributingTo ( ) has been added to this interface. | No effect. |
2 | Abstract method Configuration.isIncludeMyRetweetEnabled ( ) has been added to this interface. | No effect. |
3 | Abstract method Configuration.isStallWarningsEnabled ( ) has been added to this interface. | No effect. |
[+] affected methods (52)
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.OAuthAuthorization.OAuthAuthorization ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
Configuration.getAsyncNumThreads ( )This abstract method is from 'Configuration' interface.
Configuration.getClientURL ( )This abstract method is from 'Configuration' interface.
Configuration.getClientVersion ( )This abstract method is from 'Configuration' interface.
Configuration.getDispatcherImpl ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpConnectionTimeout ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpDefaultMaxPerRoute ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpMaxTotalConnections ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyHost ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPassword ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyPort ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpProxyUser ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpReadTimeout ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryCount ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpRetryIntervalSeconds ( )This abstract method is from 'Configuration' interface.
Configuration.getHttpStreamingReadTimeout ( )This abstract method is from 'Configuration' interface.
Configuration.getMediaProvider ( )This abstract method is from 'Configuration' interface.
Configuration.getMediaProviderAPIKey ( )This abstract method is from 'Configuration' interface.
Configuration.getMediaProviderParameters ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessToken ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenSecret ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAccessTokenURL ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthenticationURL ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthAuthorizationURL ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerKey ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthConsumerSecret ( )This abstract method is from 'Configuration' interface.
Configuration.getOAuthRequestTokenURL ( )This abstract method is from 'Configuration' interface.
Configuration.getPassword ( )This abstract method is from 'Configuration' interface.
Configuration.getRequestHeaders ( )This abstract method is from 'Configuration' interface.
Configuration.getRestBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.getSiteStreamBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.getStreamBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.getUser ( )This abstract method is from 'Configuration' interface.
Configuration.getUserAgent ( )This abstract method is from 'Configuration' interface.
Configuration.getUserStreamBaseURL ( )This abstract method is from 'Configuration' interface.
Configuration.isDalvik ( )This abstract method is from 'Configuration' interface.
Configuration.isDebugEnabled ( )This abstract method is from 'Configuration' interface.
Configuration.isGAE ( )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.isUserStreamRepliesAllEnabled ( )This abstract method is from 'Configuration' interface.
ConfigurationBuilder.build ( )Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( )Return value of this method has type 'Configuration'.
ConfigurationContext.getInstance ( String configTreePath )Return value of this method has type 'Configuration'.
ConfigurationFactory.getInstance ( )Return value of this abstract method has type 'Configuration'.
ConfigurationFactory.getInstance ( String p1 )Return value of this abstract method has type 'Configuration'.
twitter4j.media.ImageUploadFactory.ImageUploadFactory ( Configuration conf )1st parameter 'conf' of this method has type 'Configuration'.
twitter4j.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'.
[+] PropertyConfiguration (1)
| Change | Effect |
---|
1 | Field STREAM_STALL_WARNINGS_ENABLED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (33)
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.getMediaProvider ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProviderAPIKey ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getMediaProviderParameters ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessToken ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenSecret ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAccessTokenURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthenticationURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthAuthorizationURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getOAuthRequestTokenURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRequestHeaders ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.getRestBaseURL ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.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.isGAE ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isGZIPEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isJSONStoreEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isMBeanEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isPrettyDebugEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.isUserStreamRepliesAllEnabled ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.io.InputStream is )This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props )This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.PropertyConfiguration ( java.util.Properties props, String treePath )This constructor is from 'PropertyConfiguration' class.
PropertyConfiguration.readResolve ( )This method is from 'PropertyConfiguration' class.
PropertyConfiguration.toString ( )This method is from 'PropertyConfiguration' class.
package twitter4j.json
[+] JSONObjectType (1)
| Change | Effect |
---|
1 | Field STALL_WARNING has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (5)
JSONObjectType.determine ( twitter4j.internal.org.json.JSONObject json )This method is from 'JSONObjectType' class.
JSONObjectType.equals ( Object o )This method is from 'JSONObjectType' class.
JSONObjectType.getName ( )This method is from 'JSONObjectType' class.
JSONObjectType.hashCode ( )This method is from 'JSONObjectType' class.
JSONObjectType.toString ( )This method is from 'JSONObjectType' class.
twitter4j-stream-2.2.6.jar
package twitter4j
[+] StatusListener (1)
| Change | Effect |
---|
1 | Abstract method StatusListener.onStallWarning ( StallWarning p1 ) has been added to this interface. | No effect. |
[+] affected methods (6)
StatusListener.onDeletionNotice ( StatusDeletionNotice p1 )This abstract method is from 'StatusListener' interface.
StatusListener.onScrubGeo ( long p1, long p2 )This abstract method is from 'StatusListener' interface.
StatusListener.onStatus ( Status p1 )This abstract method is from 'StatusListener' interface.
StatusListener.onTrackLimitationNotice ( int p1 )This abstract method is from 'StatusListener' interface.
StatusStream.next ( StatusListener p1 )1st parameter 'p1' of this abstract method has type 'StatusListener'.
TwitterStream.addListener ( StatusListener p1 )1st parameter 'p1' of this abstract method has type 'StatusListener'.
to the top
Java ARchives (5)
twitter4j-appengine-2.2.6.jar
twitter4j-async-2.2.6.jar
twitter4j-core-2.2.6.jar
twitter4j-media-support-2.2.6.jar
twitter4j-stream-2.2.6.jar
to the top
Generated on Thu Nov 22 08:07:34 2012 for Twitter4J by Java API Compliance Checker 1.2.1
A tool for checking backward compatibility of a Java library API