public interface TrendsMethodsAsync
Modifier and Type | Method and Description |
---|---|
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 |
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 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.