Interface TwitterTimelineEndpointBuilderFactory.TwitterTimelineBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
TwitterTimelineEndpointBuilderFactory

public static interface TwitterTimelineEndpointBuilderFactory.TwitterTimelineBuilders
  • Method Details

    • twitterTimeline

      Twitter Timeline (camel-twitter) Send tweets and receive tweets from user's timeline. Category: saas,social Since: 2.10 Maven coordinates: org.apache.camel:camel-twitter
      Returns:
      the dsl builder for the headers' name.
    • twitterTimeline

      Twitter Timeline (camel-twitter) Send tweets and receive tweets from user's timeline. Category: saas,social Since: 2.10 Maven coordinates: org.apache.camel:camel-twitter Syntax: twitter-timeline:timelineType Path parameter: timelineType (required) The timeline type to produce/consume. There are 6 enums and the value can be one of: PUBLIC, HOME, USER, MENTIONS, LIST, UNKNOWN
      Parameters:
      path - timelineType
      Returns:
      the dsl builder
    • twitterTimeline

      Twitter Timeline (camel-twitter) Send tweets and receive tweets from user's timeline. Category: saas,social Since: 2.10 Maven coordinates: org.apache.camel:camel-twitter Syntax: twitter-timeline:timelineType Path parameter: timelineType (required) The timeline type to produce/consume. There are 6 enums and the value can be one of: PUBLIC, HOME, USER, MENTIONS, LIST, UNKNOWN
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - timelineType
      Returns:
      the dsl builder