Spring Social Twitter

org.springframework.social.twitter.api
Class Trends

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

public class Trends
extends java.lang.Object

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

Author:
Craig Walls

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

Trends

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

getTime

public java.util.Date getTime()

getTrends

public java.util.List<Trend> getTrends()

Spring Social Twitter