Interface TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointBuilder
- Enclosing interface:
- TwitterTimelineEndpointBuilderFactory
public static interface TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilderBuilder for endpoint producers for the Twitter Timeline component.
-
-
Method Summary
-
-
-
Method Detail
-
advanced
default TwitterTimelineEndpointBuilderFactory.AdvancedTwitterTimelineEndpointProducerBuilder advanced()
-
list
default TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder list(String list)
The list name when using timelineType=list. The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
list- the value to set- Returns:
- the dsl builder
-
user
default TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder user(String user)
The username when using timelineType=user. The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
user- the value to set- Returns:
- the dsl builder
-
httpProxyHost
default TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder httpProxyHost(String httpProxyHost)
The http proxy host which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead. The option is a: <code>java.lang.String</code> type. Group: proxy- Parameters:
httpProxyHost- the value to set- Returns:
- the dsl builder
-
httpProxyPassword
default TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder httpProxyPassword(String httpProxyPassword)
The http proxy password which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead. The option is a: <code>java.lang.String</code> type. Group: proxy- Parameters:
httpProxyPassword- the value to set- Returns:
- the dsl builder
-
httpProxyPort
default TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder httpProxyPort(Integer httpProxyPort)
The http proxy port which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead. The option is a: <code>java.lang.Integer</code> type. Group: proxy- Parameters:
httpProxyPort- the value to set- Returns:
- the dsl builder
-
httpProxyPort
default TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder httpProxyPort(String httpProxyPort)
The http proxy port which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead. The option will be converted to a <code>java.lang.Integer</code> type. Group: proxy- Parameters:
httpProxyPort- the value to set- Returns:
- the dsl builder
-
httpProxyUser
default TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder httpProxyUser(String httpProxyUser)
The http proxy user which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead. The option is a: <code>java.lang.String</code> type. Group: proxy- Parameters:
httpProxyUser- the value to set- Returns:
- the dsl builder
-
accessToken
default TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder accessToken(String accessToken)
The access token. Can also be configured on the TwitterComponent level instead. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
accessToken- the value to set- Returns:
- the dsl builder
-
accessTokenSecret
default TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder accessTokenSecret(String accessTokenSecret)
The access secret. Can also be configured on the TwitterComponent level instead. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
accessTokenSecret- the value to set- Returns:
- the dsl builder
-
consumerKey
default TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder consumerKey(String consumerKey)
The consumer key. Can also be configured on the TwitterComponent level instead. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
consumerKey- the value to set- Returns:
- the dsl builder
-
consumerSecret
default TwitterTimelineEndpointBuilderFactory.TwitterTimelineEndpointProducerBuilder consumerSecret(String consumerSecret)
The consumer secret. Can also be configured on the TwitterComponent level instead. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
consumerSecret- the value to set- Returns:
- the dsl builder
-
-