Generated by
JDiff

Interface twitter4j.api.SearchMethodsAsync

Removed Methods
void getCurrentTrends() Returns the current top 10 trending topics on Twitter.
void getCurrentTrends(boolean) Returns the current top 10 trending topics on Twitter.
void getDailyTrends() Returns the top 20 trending topics for each hour in a given day.
void getDailyTrends(Date, boolean) Returns the top 20 trending topics for each hour in a given day.
void getTrends() Returns the top ten topics that are currently trending on Twitter.
void getWeeklyTrends() Returns the top 30 trending topics for each day in a given week.
void getWeeklyTrends(Date, boolean) Returns the top 30 trending topics for each day in a given week.