Uses of Interface
twitter4j.Trends

Packages that use Trends
twitter4j   
twitter4j.api   
 

Uses of Trends in twitter4j
 

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

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

Methods in twitter4j with parameters of type Trends
 void TwitterListener.gotCurrentTrends(Trends trends)
           
 void TwitterAdapter.gotCurrentTrends(Trends trends)
           
 void TwitterListener.gotLocationTrends(Trends trends)
           
 void TwitterAdapter.gotLocationTrends(Trends trends)
           
 void TwitterListener.gotTrends(Trends trends)
           
 void TwitterAdapter.gotTrends(Trends trends)
           
 

Method parameters in twitter4j with type arguments of type Trends
 void TwitterListener.gotDailyTrends(java.util.List<Trends> trendsList)
           
 void TwitterAdapter.gotDailyTrends(java.util.List<Trends> trendsList)
           
 void TwitterListener.gotWeeklyTrends(java.util.List<Trends> trendsList)
           
 void TwitterAdapter.gotWeeklyTrends(java.util.List<Trends> trendsList)
           
 

Uses of Trends in twitter4j.api
 

Methods in twitter4j.api that return Trends
 Trends SearchMethods.getCurrentTrends()
          Returns the current top 10 trending topics on Twitter.
 Trends SearchMethods.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 SearchMethods.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> SearchMethods.getDailyTrends()
          Returns the top 20 trending topics for each hour in a given day.
 java.util.List<Trends> SearchMethods.getDailyTrends(java.util.Date date, boolean excludeHashTags)
          Returns the top 20 trending topics for each hour in a given day.
 java.util.List<Trends> SearchMethods.getWeeklyTrends()
          Returns the top 30 trending topics for each day in a given week.
 java.util.List<Trends> SearchMethods.getWeeklyTrends(java.util.Date date, boolean excludeHashTags)
          Returns the top 30 trending topics for each day in a given week.
 



Copyright © 2010. All Rights Reserved.