Uses of Class
org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamConfiguration
-
Packages that use GoogleSheetsStreamConfiguration Package Description org.apache.camel.component.google.sheets.stream -
-
Uses of GoogleSheetsStreamConfiguration in org.apache.camel.component.google.sheets.stream
Methods in org.apache.camel.component.google.sheets.stream that return GoogleSheetsStreamConfiguration Modifier and Type Method Description GoogleSheetsStreamConfiguration
GoogleSheetsStreamConfiguration. copy()
GoogleSheetsStreamConfiguration
GoogleSheetsStreamComponent. getConfiguration()
protected GoogleSheetsStreamConfiguration
GoogleSheetsStreamConsumer. getConfiguration()
GoogleSheetsStreamConfiguration
GoogleSheetsStreamEndpoint. getConfiguration()
Methods in org.apache.camel.component.google.sheets.stream with parameters of type GoogleSheetsStreamConfiguration Modifier and Type Method Description com.google.api.services.sheets.v4.Sheets
GoogleSheetsStreamComponent. getClient(GoogleSheetsStreamConfiguration endpointConfiguration)
void
GoogleSheetsStreamComponent. setConfiguration(GoogleSheetsStreamConfiguration configuration)
To use the shared configurationConstructors in org.apache.camel.component.google.sheets.stream with parameters of type GoogleSheetsStreamConfiguration Constructor Description GoogleSheetsStreamEndpoint(String uri, GoogleSheetsStreamComponent component, GoogleSheetsStreamConfiguration endpointConfiguration)
-