org.springframework.social.twitter.api
Class Trends

java.lang.Object
  extended by org.springframework.social.twitter.api.TwitterObject
      extended by org.springframework.social.twitter.api.Trends

public class Trends
extends TwitterObject

Represents a list of trending topics at a specific point in time.


Constructor Summary
Trends(Date time, List<Trend> trends)
           
 
Method Summary
 Date getTime()
           
 List<Trend> getTrends()
           
 
Methods inherited from class org.springframework.social.twitter.api.TwitterObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trends

public Trends(Date time,
              List<Trend> trends)
Method Detail

getTime

public Date getTime()

getTrends

public List<Trend> getTrends()