Uses of Interface
twitter4j.Trends

Packages that use Trends
twitter4j.api   
twitter4j.json   
 

Uses of Trends in twitter4j.api
 

Methods in twitter4j.api that return Trends
 Trends TrendsMethods.getCurrentTrends()
          Returns the current top 10 trending topics on Twitter.
 Trends TrendsMethods.getCurrentTrends(boolean excludeHashTags)
          Returns the current top 10 trending topics on Twitter.
 Trends LocalTrendsMethods.getLocationTrends(int woeid)
          Returns the top 10 trending topics for a specific location Twitter has trending topic information for.
 Trends TrendsMethods.getTrends()
          Returns the top ten topics that are currently trending on Twitter.
 

Methods in twitter4j.api that return types with arguments of type Trends
 java.util.List<Trends> TrendsMethods.getDailyTrends()
          Returns the top 20 trending topics for each hour in a given day.
 java.util.List<Trends> TrendsMethods.getDailyTrends(java.util.Date date, boolean excludeHashTags)
          Returns the top 20 trending topics for each hour in a given day.
 java.util.List<Trends> TrendsMethods.getWeeklyTrends()
          Returns the top 30 trending topics for each day in a given week.
 java.util.List<Trends> TrendsMethods.getWeeklyTrends(java.util.Date date, boolean excludeHashTags)
          Returns the top 30 trending topics for each day in a given week.
 

Uses of Trends in twitter4j.json
 

Methods in twitter4j.json that return Trends
static Trends DataObjectFactory.createTrends(java.lang.String rawJSON)
          Constructs a Trends object from rawJSON string.
 



Copyright © 2011. All Rights Reserved.