Uses of Class
org.apache.camel.component.twitter.data.TrendsType
-
Packages that use TrendsType Package Description 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 Modifier and Type Method Description static TrendsTypeTrendsType. fromString(String uri)Deprecated.static TrendsTypeTrendsType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static TrendsType[]TrendsType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-