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