|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TrendsMethods
| Method Summary | |
|---|---|
ResponseList<Trends> |
getDailyTrends()
Returns the top 20 trending topics for each hour in a given day. |
ResponseList<Trends> |
getDailyTrends(Date date,
boolean excludeHashTags)
Returns the top 20 trending topics for each hour in a given day. |
ResponseList<Trends> |
getWeeklyTrends()
Returns the top 30 trending topics for each day in a given week. |
ResponseList<Trends> |
getWeeklyTrends(Date date,
boolean excludeHashTags)
Returns the top 30 trending topics for each day in a given week. |
| Method Detail |
|---|
ResponseList<Trends> getDailyTrends()
throws TwitterException
TwitterException - when Twitter service or network is unavailable
ResponseList<Trends> getDailyTrends(Date date,
boolean excludeHashTags)
throws TwitterException
date - Permits specifying a start date for the report.excludeHashTags - Setting this to true will remove all hashtags from the trends list.
TwitterException - when Twitter service or network is unavailable
ResponseList<Trends> getWeeklyTrends()
throws TwitterException
TwitterException - when Twitter service or network is unavailable
ResponseList<Trends> getWeeklyTrends(Date date,
boolean excludeHashTags)
throws TwitterException
date - Permits specifying a start date for the report.excludeHashTags - Setting this to true will remove all hashtags from the trends list.
TwitterException - when Twitter service or network is unavailable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||