@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.google-sheets-stream") public class GoogleSheetsStreamComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
GoogleSheetsStreamComponentConfiguration.GoogleSheetsStreamConfigurationNestedConfiguration |
Constructor and Description |
---|
GoogleSheetsStreamComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.google.sheets.GoogleSheetsClientFactory |
getClientFactory() |
GoogleSheetsStreamComponentConfiguration.GoogleSheetsStreamConfigurationNestedConfiguration |
getConfiguration() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setClientFactory(org.apache.camel.component.google.sheets.GoogleSheetsClientFactory clientFactory) |
void |
setConfiguration(GoogleSheetsStreamComponentConfiguration.GoogleSheetsStreamConfigurationNestedConfiguration configuration) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public GoogleSheetsStreamComponentConfiguration()
public GoogleSheetsStreamComponentConfiguration.GoogleSheetsStreamConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(GoogleSheetsStreamComponentConfiguration.GoogleSheetsStreamConfigurationNestedConfiguration configuration)
public org.apache.camel.component.google.sheets.GoogleSheetsClientFactory getClientFactory()
public void setClientFactory(org.apache.camel.component.google.sheets.GoogleSheetsClientFactory clientFactory)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel