@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 |
---|---|
String |
getClientFactory() |
GoogleSheetsComponentConfiguration.GoogleSheetsConfigurationNestedConfiguration |
getConfiguration() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setClientFactory(String clientFactory) |
void |
setConfiguration(GoogleSheetsComponentConfiguration.GoogleSheetsConfigurationNestedConfiguration configuration) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public GoogleSheetsComponentConfiguration.GoogleSheetsConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(GoogleSheetsComponentConfiguration.GoogleSheetsConfigurationNestedConfiguration configuration)
public String getClientFactory()
public void setClientFactory(String clientFactory)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel