| Package | Description |
|---|---|
| org.agorava.twitter.model |
| Modifier and Type | Method and Description |
|---|---|
Trends |
SearchService.getLocalTrends(long whereOnEarthId)
Retrieves the top 10 trending topics for a given location, identified by its "Where on Earth" (WOE) ID.
|
Trends |
SearchService.getLocalTrends(long whereOnEarthId,
boolean excludeHashtags)
Retrieves the top 10 trending topics for a given location, identified by its "Where on Earth" (WOE) ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<Trends> |
SearchService.getDailyTrends()
Retrieves the top 20 trending topics, hourly for the past 24 hours.
|
List<Trends> |
SearchService.getDailyTrends(boolean excludeHashtags)
Retrieves the top 20 trending topics, hourly for the past 24 hours.
|
List<Trends> |
SearchService.getDailyTrends(boolean excludeHashtags,
String startDate)
Retrieves the top 20 trending topics, hourly for a 24-hour period starting at the specified date.
|
List<Trends> |
SearchService.getWeeklyTrends()
Retrieves the top 30 trending topics for each day in the past week.
|
List<Trends> |
SearchService.getWeeklyTrends(boolean excludeHashtags)
Retrieves the top 30 trending topics for each day in the past week.
|
List<Trends> |
SearchService.getWeeklyTrends(boolean excludeHashtags,
String startDate)
Retrieves the top 30 trending topics for each day in a given week.
|
Copyright © 2013. All Rights Reserved.