Uses of Class
org.apache.camel.component.twitter.data.ConsumerType
-
Packages that use ConsumerType Package Description org.apache.camel.component.twitter.data -
-
Uses of ConsumerType in org.apache.camel.component.twitter.data
Methods in org.apache.camel.component.twitter.data that return ConsumerType Modifier and Type Method Description static ConsumerTypeConsumerType. fromString(String uri)static ConsumerTypeConsumerType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsumerType[]ConsumerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-