Interface GoogleMailEndpointBuilderFactory.GoogleMailEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
,org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
,GoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder
,GoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder
- Enclosing interface:
GoogleMailEndpointBuilderFactory
public static interface GoogleMailEndpointBuilderFactory.GoogleMailEndpointBuilder
extends GoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder, GoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder
Builder for endpoint for the Google Mail component.
-
Method Summary
Modifier and TypeMethodDescriptionaccessToken
(String accessToken) OAuth 2 access token.advanced()
applicationName
(String applicationName) Google mail application name.Client ID of the mail application.clientSecret
(String clientSecret) Client secret of the mail application.Delegate for wide-domain service account.Sets the name of a parameter to be passed in the exchange In Body.refreshToken
(String refreshToken) OAuth 2 refresh token.GMail scopes.scopes
(Collection<String> scopes) GMail scopes.serviceAccountKey
(String serviceAccountKey) Service account key in json format to authenticate an application as a service account.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
Methods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolve
Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
Methods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.GoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder
backoffErrorThreshold, backoffErrorThreshold, backoffIdleThreshold, backoffIdleThreshold, backoffMultiplier, backoffMultiplier, delay, delay, greedy, greedy, initialDelay, initialDelay, repeatCount, repeatCount, runLoggingLevel, runLoggingLevel, scheduledExecutorService, scheduledExecutorService, scheduler, scheduler, schedulerProperties, schedulerProperties, sendEmptyMessageWhenIdle, sendEmptyMessageWhenIdle, startScheduler, startScheduler, timeUnit, timeUnit, useFixedDelay, useFixedDelay
-
Method Details
-
advanced
- Specified by:
advanced
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder
- Specified by:
advanced
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder
-
applicationName
default GoogleMailEndpointBuilderFactory.GoogleMailEndpointBuilder applicationName(String applicationName) Google mail application name. Example would be camel-google-mail/1.0. The option is a:java.lang.String
type. Group: common- Specified by:
applicationName
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder
- Specified by:
applicationName
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder
- Parameters:
applicationName
- the value to set- Returns:
- the dsl builder
-
clientId
Client ID of the mail application. The option is a:java.lang.String
type. Group: common- Specified by:
clientId
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder
- Specified by:
clientId
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder
- Parameters:
clientId
- the value to set- Returns:
- the dsl builder
-
delegate
Delegate for wide-domain service account. The option is a:java.lang.String
type. Group: common- Specified by:
delegate
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder
- Specified by:
delegate
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder
- Parameters:
delegate
- the value to set- Returns:
- the dsl builder
-
inBody
Sets the name of a parameter to be passed in the exchange In Body. The option is a:java.lang.String
type. Group: common- Specified by:
inBody
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder
- Specified by:
inBody
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder
- Parameters:
inBody
- the value to set- Returns:
- the dsl builder
-
scopes
default GoogleMailEndpointBuilderFactory.GoogleMailEndpointBuilder scopes(Collection<String> scopes) GMail scopes. The option is a:java.util.Collection<java.lang.String>
type. Group: common- Specified by:
scopes
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder
- Specified by:
scopes
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder
- Parameters:
scopes
- the value to set- Returns:
- the dsl builder
-
scopes
GMail scopes. The option will be converted to ajava.util.Collection<java.lang.String>
type. Group: common- Specified by:
scopes
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder
- Specified by:
scopes
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder
- Parameters:
scopes
- the value to set- Returns:
- the dsl builder
-
accessToken
OAuth 2 access token. This typically expires after an hour so refreshToken is recommended for long term usage. The option is a:java.lang.String
type. Group: security- Specified by:
accessToken
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder
- Specified by:
accessToken
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder
- Parameters:
accessToken
- the value to set- Returns:
- the dsl builder
-
clientSecret
default GoogleMailEndpointBuilderFactory.GoogleMailEndpointBuilder clientSecret(String clientSecret) Client secret of the mail application. The option is a:java.lang.String
type. Group: security- Specified by:
clientSecret
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder
- Specified by:
clientSecret
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder
- Parameters:
clientSecret
- the value to set- Returns:
- the dsl builder
-
refreshToken
default GoogleMailEndpointBuilderFactory.GoogleMailEndpointBuilder refreshToken(String refreshToken) OAuth 2 refresh token. Using this, the Google Calendar component can obtain a new accessToken whenever the current one expires - a necessity if the application is long-lived. The option is a:java.lang.String
type. Group: security- Specified by:
refreshToken
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder
- Specified by:
refreshToken
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder
- Parameters:
refreshToken
- the value to set- Returns:
- the dsl builder
-
serviceAccountKey
default GoogleMailEndpointBuilderFactory.GoogleMailEndpointBuilder serviceAccountKey(String serviceAccountKey) Service account key in json format to authenticate an application as a service account. Accept base64 adding the prefix base64:. The option is a:java.lang.String
type. Group: security- Specified by:
serviceAccountKey
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder
- Specified by:
serviceAccountKey
in interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder
- Parameters:
serviceAccountKey
- the value to set- Returns:
- the dsl builder
-