@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.google-calendar") public class GoogleCalendarComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
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() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setClientFactory(org.apache.camel.component.google.calendar.GoogleCalendarClientFactory clientFactory) |
void |
setConfiguration(GoogleCalendarComponentConfiguration.GoogleCalendarConfigurationNestedConfiguration configuration) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
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)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel