Uses of Interface
org.apache.camel.builder.endpoint.dsl.GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder
Packages that use GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder
-
Uses of GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.googleCalendar(String path) Google Calendar (camel-google-calendar) Perform various operations on a Google Calendar.StaticEndpointBuilders.googleCalendar(String componentName, String path) Google Calendar (camel-google-calendar) Perform various operations on a Google Calendar. -
Uses of GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilderModifier and TypeMethodDescriptionGoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder.accessToken(String accessToken) OAuth 2 access token.GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder.applicationName(String applicationName) Google calendar application name.GoogleCalendarEndpointBuilderFactory.AdvancedGoogleCalendarEndpointBuilder.basic()Client ID of the calendar application.GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder.clientSecret(String clientSecret) Client secret of the calendar application.Delegate for wide-domain service account.GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder.emailAddress(String emailAddress) The emailAddress of the Google Service Account.GoogleCalendarEndpointBuilderFactory.endpointBuilder(String componentName, String path) GoogleCalendarEndpointBuilderFactory.GoogleCalendarBuilders.googleCalendar(String path) Google Calendar (camel-google-calendar) Perform various operations on a Google Calendar.GoogleCalendarEndpointBuilderFactory.GoogleCalendarBuilders.googleCalendar(String componentName, String path) Google Calendar (camel-google-calendar) Perform various operations on a Google Calendar.Sets the name of a parameter to be passed in the exchange In Body.GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder.p12FileName(String p12FileName) The name of the p12 file which has the private key to use with the Google Service Account.GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder.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.GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder.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.