|
Spring Social Twitter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.social.twitter.api.Trends
public class Trends
Represents a list of trending topics at a specific point in time.
| Constructor Summary | |
|---|---|
Trends(java.util.Date time,
java.util.List<Trend> trends)
|
|
| Method Summary | |
|---|---|
java.util.Date |
getTime()
|
java.util.List<Trend> |
getTrends()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Trends(java.util.Date time,
java.util.List<Trend> trends)
| Method Detail |
|---|
public java.util.Date getTime()
public java.util.List<Trend> getTrends()
|
Spring Social Twitter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||