@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.google-calendar-stream") public class GoogleCalendarStreamComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
GoogleCalendarStreamComponentConfiguration.GoogleCalendarStreamConfigurationNestedConfiguration |
Constructor and Description |
---|
GoogleCalendarStreamComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.google.calendar.GoogleCalendarClientFactory |
getClientFactory() |
GoogleCalendarStreamComponentConfiguration.GoogleCalendarStreamConfigurationNestedConfiguration |
getConfiguration() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setClientFactory(org.apache.camel.component.google.calendar.GoogleCalendarClientFactory clientFactory) |
void |
setConfiguration(GoogleCalendarStreamComponentConfiguration.GoogleCalendarStreamConfigurationNestedConfiguration configuration) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public GoogleCalendarStreamComponentConfiguration()
public GoogleCalendarStreamComponentConfiguration.GoogleCalendarStreamConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(GoogleCalendarStreamComponentConfiguration.GoogleCalendarStreamConfigurationNestedConfiguration 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