Uses of Class
org.apache.camel.component.twitter.data.TrendsType

Packages that use TrendsType
org.apache.camel.component.twitter.data   
 

Uses of TrendsType in org.apache.camel.component.twitter.data
 

Methods in org.apache.camel.component.twitter.data that return TrendsType
static TrendsType TrendsType.fromUri(String uri)
           
static TrendsType TrendsType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TrendsType[] TrendsType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Apache Camel