-
static interface
Builder for endpoint for the Google Calendar component.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder.accessToken(String accessToken)
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder.applicationName(String applicationName)
Google calendar application name.
GoogleCalendarEndpointBuilderFactory.AdvancedGoogleCalendarEndpointProducerBuilder.basic()
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder.clientId(String clientId)
Client ID of the calendar application.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder.clientSecret(String clientSecret)
Client secret of the calendar application.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder.delegate(String delegate)
Delegate for wide-domain service account.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder.emailAddress(String emailAddress)
The emailAddress of the Google Service Account.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder.inBody(String inBody)
Sets the name of a parameter to be passed in the exchange In Body.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder.p12FileName(String p12FileName)
The name of the p12 file which has the private key to use with the
Google Service Account.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder.refreshToken(String refreshToken)
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder.scopes(String scopes)
Specifies the level of permissions you want a calendar application to
have to a user account.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder.scopes(List<String> scopes)
Specifies the level of permissions you want a calendar application to
have to a user account.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder.serviceAccountKey(String serviceAccountKey)
Service account key in json format to authenticate an application as
a service account.
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder.user(String user)
The email address of the user the application is trying to
impersonate in the service account flow.