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, 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.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:
advancedin interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder- Specified by:
advancedin 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: <code>java.lang.String</code> type. Group: common- Specified by:
applicationNamein interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder- Specified by:
applicationNamein 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: <code>java.lang.String</code> type. Group: common- Specified by:
clientIdin interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder- Specified by:
clientIdin 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: <code>java.lang.String</code> type. Group: common- Specified by:
delegatein interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder- Specified by:
delegatein 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: <code>java.lang.String</code> type. Group: common- Specified by:
inBodyin interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder- Specified by:
inBodyin 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: <code>java.util.List<java.lang.String></code> type. Default: https://www.googleapis.com/auth/calendar Group: common- Specified by:
scopesin interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder- Specified by:
scopesin 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 a <code>java.util.List<java.lang.String></code> type. Default: https://www.googleapis.com/auth/calendar Group: common- Specified by:
scopesin interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder- Specified by:
scopesin 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: <code>java.lang.String</code> type. Group: security- Specified by:
accessTokenin interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder- Specified by:
accessTokenin 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: <code>java.lang.String</code> type. Group: security- Specified by:
clientSecretin interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder- Specified by:
clientSecretin 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: <code>java.lang.String</code> type. Group: security- Specified by:
emailAddressin interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder- Specified by:
emailAddressin 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: <code>java.lang.String</code> type. Group: security- Specified by:
p12FileNamein interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder- Specified by:
p12FileNamein 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: <code>java.lang.String</code> type. Group: security- Specified by:
refreshTokenin interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder- Specified by:
refreshTokenin 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: <code>java.lang.String</code> type. Group: security- Specified by:
serviceAccountKeyin interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder- Specified by:
serviceAccountKeyin 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: <code>java.lang.String</code> type. Group: security- Specified by:
userin interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder- Specified by:
userin interfaceGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder- Parameters:
user- the value to set- Returns:
- the dsl builder
-