@ConfigurationProperties(prefix="camel.component.google-drive") public class GoogleDriveComponentConfiguration extends Object
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() |
void |
setClientFactory(org.apache.camel.component.google.drive.GoogleDriveClientFactory clientFactory) |
void |
setConfiguration(GoogleDriveComponentConfiguration.GoogleDriveConfigurationNestedConfiguration configuration) |
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)
Apache Camel