@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface GoogleCalendarEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GoogleCalendarEndpointBuilderFactory.AdvancedGoogleCalendarEndpointBuilder
Advanced builder for endpoint for the Google Calendar component.
|
static interface |
GoogleCalendarEndpointBuilderFactory.AdvancedGoogleCalendarEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Google Calendar
component.
|
static interface |
GoogleCalendarEndpointBuilderFactory.AdvancedGoogleCalendarEndpointProducerBuilder
Advanced builder for endpoint producers for the Google Calendar
component.
|
static interface |
GoogleCalendarEndpointBuilderFactory.GoogleCalendarBuilders |
static interface |
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder
Builder for endpoint for the Google Calendar component.
|
static interface |
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointConsumerBuilder
Builder for endpoint consumers for the Google Calendar component.
|
static interface |
GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointProducerBuilder
Builder for endpoint producers for the Google Calendar component.
|
| Modifier and Type | Method and Description |
|---|---|
static GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder |
googleCalendar(String path)
Google Calendar (camel-google-calendar)
The google-calendar component provides access to Google Calendar.
|
static GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder googleCalendar(String path)
google-calendar:apiName/methodName
Path parameter: apiName (required)
What kind of operation to perform
The value can be one of: ACL, LIST, CALENDARS, CHANNELS, COLORS,
FREEBUSY, EVENTS, SETTINGS
Path parameter: methodName (required)
What sub operation to use for the selected operation
The value can be one of: calendarImport, clear, delete, get, insert,
instances, list, move, patch, query, quickAdd, stop, update, watchApache Camel