Interface TwitterTimelineEndpointBuilderFactory.TwitterTimelineBuilders

    • Method Detail

      • twitterTimeline

        default TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder twitterTimeline​(String path)
        Twitter Timeline (camel-twitter) Send tweets and receive tweets from user's timeline. Category: api,cloud,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 7 enums and the value can be one of: PUBLIC, HOME, USER, MENTIONS, RETWEETSOFME, LIST, UNKNOWN
        Parameters:
        path - timelineType
        Returns:
        the dsl builder
      • twitterTimeline

        default TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder twitterTimeline​(String componentName,
                                                                                                     String path)
        Twitter Timeline (camel-twitter) Send tweets and receive tweets from user's timeline. Category: api,cloud,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 7 enums and the value can be one of: PUBLIC, HOME, USER, MENTIONS, RETWEETSOFME, LIST, UNKNOWN
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - timelineType
        Returns:
        the dsl builder