@ConfigurationProperties(prefix="camel.component.google-calendar") public class GoogleCalendarComponentConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GoogleCalendarComponentConfiguration.GoogleCalendarConfigurationNestedConfiguration |
Constructor and Description |
---|
GoogleCalendarComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.google.calendar.GoogleCalendarClientFactory |
getClientFactory() |
GoogleCalendarComponentConfiguration.GoogleCalendarConfigurationNestedConfiguration |
getConfiguration() |
void |
setClientFactory(org.apache.camel.component.google.calendar.GoogleCalendarClientFactory clientFactory) |
void |
setConfiguration(GoogleCalendarComponentConfiguration.GoogleCalendarConfigurationNestedConfiguration configuration) |
public GoogleCalendarComponentConfiguration()
public GoogleCalendarComponentConfiguration.GoogleCalendarConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(GoogleCalendarComponentConfiguration.GoogleCalendarConfigurationNestedConfiguration configuration)
public org.apache.camel.component.google.calendar.GoogleCalendarClientFactory getClientFactory()
public void setClientFactory(org.apache.camel.component.google.calendar.GoogleCalendarClientFactory clientFactory)
Apache Camel