Generated by
JDiff

Class twitter4j.TwitterAdapter

Removed Methods
void deletedUserList(UserList) @since Twitter4J 2.1.0
 

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 gotAvailableTrends(ResponseList<Location>) @param locations the locations
void gotGeoDetails(Place)  
void gotIncomingFriendships(IDs) @since Twitter4J 2.1.2
void gotLocationTrends(Trends) @param trends trends
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 gotRetweetedBy(ResponseList<User>) @since Twitter4J 2.1.3
void gotRetweetedByIDs(IDs) @since Twitter4J 2.1.3
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 lookedupUsers(ResponseList<User>) @since Twitter4J 2.1.1
void searchedPlaces(ResponseList<Place>) @since Twitter4J 2.1.7
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.