Generated by
JDiff

Interface twitter4j.api.SearchMethods

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