Uses of Class
org.apache.camel.component.google.sheets.GoogleSheetsConfiguration
-
Packages that use GoogleSheetsConfiguration Package Description org.apache.camel.component.google.sheets org.apache.camel.component.google.sheets.internal -
-
Uses of GoogleSheetsConfiguration in org.apache.camel.component.google.sheets
Subclasses of GoogleSheetsConfiguration in org.apache.camel.component.google.sheets Modifier and Type Class Description class
SheetsSpreadsheetsEndpointConfiguration
Camel endpoint configuration forSheets.Spreadsheets
.class
SheetsSpreadsheetsValuesEndpointConfiguration
Camel endpoint configuration forSheets.Spreadsheets.Values
.Methods in org.apache.camel.component.google.sheets that return GoogleSheetsConfiguration Modifier and Type Method Description GoogleSheetsConfiguration
GoogleSheetsComponent. getConfiguration()
Methods in org.apache.camel.component.google.sheets that return types with arguments of type GoogleSheetsConfiguration Modifier and Type Method Description protected org.apache.camel.support.component.ApiMethodPropertiesHelper<GoogleSheetsConfiguration>
GoogleSheetsEndpoint. getPropertiesHelper()
Methods in org.apache.camel.component.google.sheets with parameters of type GoogleSheetsConfiguration Modifier and Type Method Description protected org.apache.camel.Endpoint
GoogleSheetsComponent. createEndpoint(String uri, String methodName, GoogleSheetsApiName apiName, GoogleSheetsConfiguration endpointConfiguration)
com.google.api.services.sheets.v4.Sheets
GoogleSheetsComponent. getClient(GoogleSheetsConfiguration config)
void
GoogleSheetsComponent. setConfiguration(GoogleSheetsConfiguration configuration)
To use the shared configurationConstructors in org.apache.camel.component.google.sheets with parameters of type GoogleSheetsConfiguration Constructor Description GoogleSheetsEndpoint(String uri, GoogleSheetsComponent component, GoogleSheetsApiName apiName, String methodName, GoogleSheetsConfiguration endpointConfiguration)
-
Uses of GoogleSheetsConfiguration in org.apache.camel.component.google.sheets.internal
Methods in org.apache.camel.component.google.sheets.internal that return GoogleSheetsConfiguration Modifier and Type Method Description GoogleSheetsConfiguration
GoogleSheetsApiCollection. getEndpointConfiguration(GoogleSheetsApiName apiName)
-