Generated by
JDiff

Interface twitter4j.api.TrendsMethods

Changed Methods
ResponseList<Trends> getDailyTrends() Change in return type from List<Trends> to ResponseList<Trends>.
Returns the top 20 trending topics for each hour in a given day.
ResponseList<Trends> getDailyTrends(Date, boolean) Change in return type from List<Trends> to ResponseList<Trends>.
Returns the top 20 trending topics for each hour in a given day.
ResponseList<Trends> getWeeklyTrends() Change in return type from List<Trends> to ResponseList<Trends>.
Returns the top 30 trending topics for each day in a given week.
ResponseList<Trends> getWeeklyTrends(Date, boolean) Change in return type from List<Trends> to ResponseList<Trends>.
Returns the top 30 trending topics for each day in a given week.