|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Trends | |
|---|---|
| twitter4j | |
| Uses of Trends in twitter4j |
|---|
| Methods in twitter4j that return Trends | |
|---|---|
Trends |
Twitter.getCurrentTrends()
Returns the current top 10 trending topics on Twitter. |
Trends |
Twitter.getCurrentTrends(boolean excludeHashTags)
Returns the current top 10 trending topics on Twitter. |
Trends |
Twitter.getTrends()
Returns the top ten topics that are currently trending on Twitter. |
| Methods in twitter4j that return types with arguments of type Trends | |
|---|---|
java.util.List<Trends> |
Twitter.getDailyTrends()
Returns the top 20 trending topics for each hour in a given day. |
java.util.List<Trends> |
Twitter.getDailyTrends(java.util.Date date,
boolean excludeHashTags)
Returns the top 20 trending topics for each hour in a given day. |
java.util.List<Trends> |
Twitter.getWeeklyTrends()
Returns the top 30 trending topics for each day in a given week. |
java.util.List<Trends> |
Twitter.getWeeklyTrends(java.util.Date date,
boolean excludeHashTags)
Returns the top 30 trending topics for each day in a given week. |
| Methods in twitter4j with parameters of type Trends | |
|---|---|
int |
Trends.compareTo(Trends that)
|
void |
TwitterListener.gotCurrentTrends(Trends trends)
|
void |
TwitterAdapter.gotCurrentTrends(Trends trends)
|
void |
TwitterListener.gotTrends(Trends trends)
|
void |
TwitterAdapter.gotTrends(Trends trends)
|
| Method parameters in twitter4j with type arguments of type Trends | |
|---|---|
void |
TwitterListener.gotDailyTrends(java.util.List<Trends> trendsList)
|
void |
TwitterAdapter.gotDailyTrends(java.util.List<Trends> trendsList)
|
void |
TwitterListener.gotWeeklyTrends(java.util.List<Trends> trendsList)
|
void |
TwitterAdapter.gotWeeklyTrends(java.util.List<Trends> trendsList)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||