public static interface GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder extends ComponentBuilder<org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamComponent>
| Modifier and Type | Method and Description |
|---|---|
default GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
accessToken(String accessToken)
OAuth 2 access token.
|
default GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
applicationName(String applicationName)
Google Calendar application name.
|
default GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
calendarId(String calendarId)
The calendarId to be used.
|
default GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
clientFactory(org.apache.camel.component.google.calendar.GoogleCalendarClientFactory clientFactory)
The client Factory.
|
default GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
clientId(String clientId)
Client ID of the calendar application.
|
default GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
clientSecret(String clientSecret)
Client secret of the calendar application.
|
default GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
configuration(org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration configuration)
The configuration.
|
default GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
considerLastUpdate(boolean considerLastUpdate)
Take into account the lastUpdate of the last event polled as start
date for the next poll.
|
default GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
consumeFromNow(boolean consumeFromNow)
Consume events in the selected calendar from now on.
|
default GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
maxResults(int maxResults)
Max results to be returned.
|
default GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
query(String query)
The query to execute on calendar.
|
default GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
refreshToken(String refreshToken)
OAuth 2 refresh token.
|
default GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
scopes(List<String> scopes)
Specifies the level of permissions you want a calendar application to
have to a user account.
|
build, build, doSetProperty, registerdefault GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder accessToken(String accessToken)
java.lang.String type.
Group: consumerdefault GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder applicationName(String applicationName)
java.lang.String type.
Group: consumerdefault GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder calendarId(String calendarId)
java.lang.String type.
Default: primary
Group: consumerdefault GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder clientId(String clientId)
java.lang.String type.
Group: consumerdefault GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder clientSecret(String clientSecret)
java.lang.String type.
Group: consumerdefault GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder considerLastUpdate(boolean considerLastUpdate)
boolean type.
Default: false
Group: consumerdefault GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder consumeFromNow(boolean consumeFromNow)
boolean type.
Default: true
Group: consumerdefault GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder maxResults(int maxResults)
int type.
Default: 10
Group: consumerdefault GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder query(String query)
java.lang.String type.
Group: consumerdefault GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder refreshToken(String refreshToken)
java.lang.String type.
Group: consumerdefault GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder scopes(List<String> scopes)
java.util.List type.
Group: consumerdefault GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder clientFactory(org.apache.camel.component.google.calendar.GoogleCalendarClientFactory clientFactory)
org.apache.camel.component.google.calendar.GoogleCalendarClientFactory type.
Group: advanceddefault GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder configuration(org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration configuration)
org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration type.
Group: advancedApache Camel