|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Trends | |
|---|---|
| twitter4j.api | |
| twitter4j.json | |
| Uses of Trends in twitter4j.api |
|---|
| Methods in twitter4j.api that return Trends | |
|---|---|
Trends |
LocalTrendsMethods.getLocationTrends(int woeid)
Returns the top 10 trending topics for a specific location Twitter has trending topic information for. |
| Methods in twitter4j.api that return types with arguments of type Trends | |
|---|---|
ResponseList<Trends> |
TrendsMethods.getDailyTrends()
Returns the top 20 trending topics for each hour in a given day. |
ResponseList<Trends> |
TrendsMethods.getDailyTrends(Date date,
boolean excludeHashTags)
Returns the top 20 trending topics for each hour in a given day. |
ResponseList<Trends> |
TrendsMethods.getWeeklyTrends()
Returns the top 30 trending topics for each day in a given week. |
ResponseList<Trends> |
TrendsMethods.getWeeklyTrends(Date date,
boolean excludeHashTags)
Returns the top 30 trending topics for each day in a given week. |
| Uses of Trends in twitter4j.json |
|---|
| Methods in twitter4j.json that return Trends | |
|---|---|
static Trends |
DataObjectFactory.createTrends(String rawJSON)
Constructs a Trends object from rawJSON string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||