public interface TrendsMethodsAsync
Modifier and Type | Method and Description |
---|---|
void |
getCurrentTrends()
Returns the current top 10 trending topics on Twitter.
|
void |
getCurrentTrends(boolean excludeHashTags)
Returns the current top 10 trending topics on Twitter.
|
void |
getDailyTrends()
Returns the top 20 trending topics for each hour in a given day.
|
void |
getDailyTrends(java.util.Date date,
boolean excludeHashTags)
Returns the top 20 trending topics for each hour in a given day.
|
void |
getTrends()
Returns the top ten topics that are currently trending on Twitter.
|
void |
getWeeklyTrends()
Returns the top 30 trending topics for each day in a given week.
|
void |
getWeeklyTrends(java.util.Date date,
boolean excludeHashTags)
Returns the top 30 trending topics for each day in a given week.
|
void getTrends()
void getCurrentTrends()
void getCurrentTrends(boolean excludeHashTags)
excludeHashTags
- Setting this to true will remove all hashtags from the trends list.void getDailyTrends()
void getDailyTrends(java.util.Date date, boolean excludeHashTags)
date
- Permits specifying a start date for the report.excludeHashTags
- Setting this to true will remove all hashtags from the trends list.void getWeeklyTrends()
void getWeeklyTrends(java.util.Date date, boolean excludeHashTags)
date
- Permits specifying a start date for the report.excludeHashTags
- Setting this to true will remove all hashtags from the trends list.