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