Uses of Interface
org.apache.camel.builder.component.dsl.GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder
Packages that use GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder
-
Uses of GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.googleCalendar()Google Calendar (camel-google-calendar) Perform various operations on a Google Calendar. -
Uses of GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilderModifier and TypeMethodDescriptionGoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder.accessToken(String accessToken) OAuth 2 access token.GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder.applicationName(String applicationName) Google calendar application name.GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder.clientFactory(org.apache.camel.component.google.calendar.GoogleCalendarClientFactory clientFactory) To use the GoogleCalendarClientFactory as factory for creating the client.Client ID of the calendar application.GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder.clientSecret(String clientSecret) Client secret of the calendar application.GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder.configuration(org.apache.camel.component.google.calendar.GoogleCalendarConfiguration configuration) To use the shared configuration.Delegate for wide-domain service account.GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder.emailAddress(String emailAddress) The emailAddress of the Google Service Account.GoogleCalendarComponentBuilderFactory.googleCalendar()Google Calendar (camel-google-calendar) Perform various operations on a Google Calendar.GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder.p12FileName(String p12FileName) The name of the p12 file which has the private key to use with the Google Service Account.GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder.refreshToken(String refreshToken) OAuth 2 refresh token.Specifies the level of permissions you want a calendar application to have to a user account.GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder.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.