Generated by
JDiff

Class twitter4j.TwitterAdapter

Removed Methods
void deletedUserList(UserList) @since Twitter4J 2.1.0
void updatedDeliveryDevice(User)  
 

Added Methods
void addedUserListMembers(UserList) @since Twitter4J 2.1.7
void createdPlace(Place) @since Twitter4J 2.1.7
void destroyedUserList(UserList) @since Twitter4J 2.1.0
void gotAccountSettings(AccountSettings) @since Twitter4J 2.1.9
void gotAccountTotals(AccountTotals) @since Twitter4J 2.1.9
void gotAllUserLists(ResponseList<UserList>) @since Twitter4J 2.1.9
void gotAvailableTrends(ResponseList<Location>) @param locations the locations
void gotDirectMessage(DirectMessage) @since Twitter4J 2.1.9
void gotGeoDetails(Place)  
void gotIncomingFriendships(IDs) @since Twitter4J 2.1.2
void gotLocationTrends(Trends) @param trends trends
void gotMemberSuggestions(ResponseList<User>) @since Twitter4J 2.1.9
void gotNearByPlaces(ResponseList<Place>)  
void gotOutgoingFriendships(IDs) @since Twitter4J 2.1.2
void gotPrivacyPolicy(String) @since Twitter4J 2.1.7
void gotProfileImage(ProfileImage) @since Twitter4J 2.1.7
void gotRelatedResults(RelatedResults)  
void gotRetweetedBy(ResponseList<User>) @since Twitter4J 2.1.3
void gotRetweetedByIDs(IDs) @since Twitter4J 2.1.3
void gotRetweetedByUser(ResponseList<Status>) @since Twitter4J 2.1.9
void gotRetweetedToUser(ResponseList<Status>) @since Twitter4J 2.1.9
void gotReverseGeoCode(ResponseList<Place>)  
void gotSimilarPlaces(SimilarPlaces) @since Twitter4J 2.1.7
void gotSuggestedUserCategories(ResponseList<Category>) @since Twitter4J 2.1.1
void gotTermsOfService(String) @since Twitter4J 2.1.7
void gotUserSuggestions(ResponseList<User>) @since Twitter4J 2.1.1
void lookedUpFriendships(ResponseList<Friendship>) @since Twitter4J 2.1.9
void lookedupUsers(ResponseList<User>) @since Twitter4J 2.1.1
void searchedPlaces(ResponseList<Place>) @since Twitter4J 2.1.7
void updatedFriendship(Relationship) @since Twitter4J 2.1.9
void verifiedCredentials(User)  
 

Changed Methods
void checkedUserListMembership(User) Change in signature from PagableResponseList<User> to User.
@since Twitter4J 2.1.0
void gotUserListStatuses(ResponseList<Status>) Change in signature from PagableResponseList<UserList> to ResponseList<Status>.
@since Twitter4J 2.1.0
void reportedSpam(User) Change in exceptions thrown from twitter4j.TwitterException to no exceptions.