Uses of Interface
org.apache.camel.builder.endpoint.dsl.TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder
Packages that use TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder
-
Uses of TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.twitterTimeline(String path) Twitter Timeline (camel-twitter) Send tweets and receive tweets from user's timeline.StaticEndpointBuilders.twitterTimeline(String componentName, String path) Twitter Timeline (camel-twitter) Send tweets and receive tweets from user's timeline. -
Uses of TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilderModifier and TypeMethodDescriptionTwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder.accessToken(String accessToken) The access token.TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder.accessTokenSecret(String accessTokenSecret) The access secret.TwitterTimelineEndpointBuilderFactory.AdvancedTwitterTimelineEndpointBuilder.basic()TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder.consumerKey(String consumerKey) The consumer key.TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder.consumerSecret(String consumerSecret) The consumer secret.TwitterTimelineEndpointBuilderFactory.endpointBuilder(String componentName, String path) TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder.httpProxyHost(String httpProxyHost) The http proxy host which can be used for the camel-twitter.TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder.httpProxyPassword(String httpProxyPassword) The http proxy password which can be used for the camel-twitter.TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder.httpProxyPort(Integer httpProxyPort) The http proxy port which can be used for the camel-twitter.TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder.httpProxyPort(String httpProxyPort) The http proxy port which can be used for the camel-twitter.TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder.httpProxyUser(String httpProxyUser) The http proxy user which can be used for the camel-twitter.The list name when using timelineType=list.TwitterTimelineEndpointBuilderFactory.TwitterTimelineBuilders.twitterTimeline(String path) Twitter Timeline (camel-twitter) Send tweets and receive tweets from user's timeline.TwitterTimelineEndpointBuilderFactory.TwitterTimelineBuilders.twitterTimeline(String componentName, String path) Twitter Timeline (camel-twitter) Send tweets and receive tweets from user's timeline.The username when using timelineType=user.