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