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, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods 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:
advancedin interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder- Specified by:
advancedin 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: <code>java.lang.String</code> type. Group: common- Specified by:
applicationNamein interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder- Specified by:
applicationNamein interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder- Parameters:
applicationName- the value to set- Returns:
- the dsl builder
-
clientId
Client ID of the mail application. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
clientIdin interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder- Specified by:
clientIdin interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder- Parameters:
clientId- the value to set- Returns:
- the dsl builder
-
delegate
Delegate for wide-domain service account. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
delegatein interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder- Specified by:
delegatein 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: <code>java.lang.String</code> type. Group: common- Specified by:
inBodyin interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder- Specified by:
inBodyin 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: <code>java.util.Collection<java.lang.String></code> type. Group: common- Specified by:
scopesin interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder- Specified by:
scopesin interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder- Parameters:
scopes- the value to set- Returns:
- the dsl builder
-
scopes
GMail scopes. The option will be converted to a <code>java.util.Collection<java.lang.String></code> type. Group: common- Specified by:
scopesin interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder- Specified by:
scopesin 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: <code>java.lang.String</code> type. Group: security- Specified by:
accessTokenin interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder- Specified by:
accessTokenin 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: <code>java.lang.String</code> type. Group: security- Specified by:
clientSecretin interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder- Specified by:
clientSecretin 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: <code>java.lang.String</code> type. Group: security- Specified by:
refreshTokenin interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder- Specified by:
refreshTokenin 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: <code>java.lang.String</code> type. Group: security- Specified by:
serviceAccountKeyin interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder- Specified by:
serviceAccountKeyin interfaceGoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder- Parameters:
serviceAccountKey- the value to set- Returns:
- the dsl builder
-