Interface GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
,org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
,GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
,GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
- Enclosing interface:
GoogleCalendarEndpointBuilderFactory
public static interface GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder
extends GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder, GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
Builder for endpoint for the Google Calendar component.
-
Method Summary
Modifier and TypeMethodDescriptionaccessToken
(String accessToken) OAuth 2 access token.advanced()
applicationName
(String applicationName) Google calendar application name.Client ID of the calendar application.clientSecret
(String clientSecret) Client secret of the calendar application.Delegate for wide-domain service account.emailAddress
(String emailAddress) The emailAddress of the Google Service Account.Sets the name of a parameter to be passed in the exchange In Body.p12FileName
(String p12FileName) The name of the p12 file which has the private key to use with the Google Service Account.refreshToken
(String refreshToken) OAuth 2 refresh token.Specifies the level of permissions you want a calendar application to have to a user account.Specifies the level of permissions you want a calendar application to have to a user account.serviceAccountKey
(String serviceAccountKey) Service account key in json format to authenticate an application as a service account.The email address of the user the application is trying to impersonate in the service account flow.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.GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
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 interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
- Specified by:
advanced
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
-
applicationName
default GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder applicationName(String applicationName) Google calendar application name. Example would be camel-google-calendar/1.0. The option is a:java.lang.String
type. Group: common- Specified by:
applicationName
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
- Specified by:
applicationName
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
- Parameters:
applicationName
- the value to set- Returns:
- the dsl builder
-
clientId
default GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder clientId(String clientId) Client ID of the calendar application. The option is a:java.lang.String
type. Group: common- Specified by:
clientId
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
- Specified by:
clientId
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
- Parameters:
clientId
- the value to set- Returns:
- the dsl builder
-
delegate
default GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder delegate(String delegate) Delegate for wide-domain service account. The option is a:java.lang.String
type. Group: common- Specified by:
delegate
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
- Specified by:
delegate
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
- 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 interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
- Specified by:
inBody
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
- Parameters:
inBody
- the value to set- Returns:
- the dsl builder
-
scopes
default GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder scopes(List<String> scopes) Specifies the level of permissions you want a calendar application to have to a user account. You can separate multiple scopes by comma. See https://developers.google.com/google-apps/calendar/auth for more info. The option is a:java.util.List<java.lang.String>
type. Default: https://www.googleapis.com/auth/calendar Group: common- Specified by:
scopes
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
- Specified by:
scopes
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
- Parameters:
scopes
- the value to set- Returns:
- the dsl builder
-
scopes
Specifies the level of permissions you want a calendar application to have to a user account. You can separate multiple scopes by comma. See https://developers.google.com/google-apps/calendar/auth for more info. The option will be converted to ajava.util.List<java.lang.String>
type. Default: https://www.googleapis.com/auth/calendar Group: common- Specified by:
scopes
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
- Specified by:
scopes
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
- Parameters:
scopes
- the value to set- Returns:
- the dsl builder
-
accessToken
default GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder accessToken(String 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 interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
- Specified by:
accessToken
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
- Parameters:
accessToken
- the value to set- Returns:
- the dsl builder
-
clientSecret
default GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder clientSecret(String clientSecret) Client secret of the calendar application. The option is a:java.lang.String
type. Group: security- Specified by:
clientSecret
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
- Specified by:
clientSecret
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
- Parameters:
clientSecret
- the value to set- Returns:
- the dsl builder
-
emailAddress
default GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder emailAddress(String emailAddress) The emailAddress of the Google Service Account. The option is a:java.lang.String
type. Group: security- Specified by:
emailAddress
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
- Specified by:
emailAddress
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
- Parameters:
emailAddress
- the value to set- Returns:
- the dsl builder
-
p12FileName
default GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder p12FileName(String p12FileName) The name of the p12 file which has the private key to use with the Google Service Account. The option is a:java.lang.String
type. Group: security- Specified by:
p12FileName
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
- Specified by:
p12FileName
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
- Parameters:
p12FileName
- the value to set- Returns:
- the dsl builder
-
refreshToken
default GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder 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 interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
- Specified by:
refreshToken
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
- Parameters:
refreshToken
- the value to set- Returns:
- the dsl builder
-
serviceAccountKey
default GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder 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 interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
- Specified by:
serviceAccountKey
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
- Parameters:
serviceAccountKey
- the value to set- Returns:
- the dsl builder
-
user
The email address of the user the application is trying to impersonate in the service account flow. The option is a:java.lang.String
type. Group: security- Specified by:
user
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
- Specified by:
user
in interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
- Parameters:
user
- the value to set- Returns:
- the dsl builder
-