@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 |
|---|---|
Boolean |
getBasicPropertyBinding() |
String |
getClientFactory() |
GoogleCalendarStreamComponentConfiguration.GoogleCalendarStreamConfigurationNestedConfiguration |
getConfiguration() |
void |
setBasicPropertyBinding(Boolean basicPropertyBinding) |
void |
setClientFactory(String clientFactory) |
void |
setConfiguration(GoogleCalendarStreamComponentConfiguration.GoogleCalendarStreamConfigurationNestedConfiguration configuration) |
public GoogleCalendarStreamComponentConfiguration()
public GoogleCalendarStreamComponentConfiguration.GoogleCalendarStreamConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(GoogleCalendarStreamComponentConfiguration.GoogleCalendarStreamConfigurationNestedConfiguration configuration)
public String getClientFactory()
public void setClientFactory(String clientFactory)
public Boolean getBasicPropertyBinding()
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
Apache Camel