twitter4j
Interface Trends

All Superinterfaces:
java.lang.Comparable<Trends>, java.io.Serializable
All Known Implementing Classes:
TrendsJSONImpl

public interface Trends
extends java.lang.Comparable<Trends>, java.io.Serializable

A data class representing Trends.

Since:
Twitter4J 2.0.2
Author:
Yusuke Yamamoto - yusuke at mac.com

Method Summary
 java.util.Date getAsOf()
           
 java.util.Date getTrendAt()
           
 Trend[] getTrends()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getTrends

Trend[] getTrends()

getAsOf

java.util.Date getAsOf()

getTrendAt

java.util.Date getTrendAt()