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