-
static interface
Builder for endpoint for the Twitter Timeline component.
TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder.accessToken(String accessToken)
TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder.accessTokenSecret(String accessTokenSecret)
TwitterTimelineEndpointBuilderFactory.AdvancedTwitterTimelineEndpointProducerBuilder.basic()
TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder.consumerKey(String consumerKey)
TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder.consumerSecret(String consumerSecret)
TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder.httpProxyHost(String httpProxyHost)
The http proxy host which can be used for the camel-twitter.
TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder.httpProxyPassword(String httpProxyPassword)
The http proxy password which can be used for the camel-twitter.
TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder.httpProxyPort(Integer httpProxyPort)
The http proxy port which can be used for the camel-twitter.
TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder.httpProxyPort(String httpProxyPort)
The http proxy port which can be used for the camel-twitter.
TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder.httpProxyUser(String httpProxyUser)
The http proxy user which can be used for the camel-twitter.
TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder.list(String list)
The list name when using timelineType=list.
TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder.user(String user)
The username when using timelineType=user.