Uses of Interface
org.apache.camel.builder.endpoint.dsl.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder
Packages that use GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder
-
Uses of GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.googleSheets(String path) Google Sheets (camel-google-sheets) Manage spreadsheets in Google Sheets.StaticEndpointBuilders.googleSheets(String componentName, String path) Google Sheets (camel-google-sheets) Manage spreadsheets in Google Sheets. -
Uses of GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilderModifier and TypeMethodDescriptionGoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder.accessToken(String accessToken) OAuth 2 access token.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder.applicationName(String applicationName) Google Sheets application name.GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointBuilder.basic()Client ID of the sheets application.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder.clientSecret(String clientSecret) Client secret of the sheets application.Delegate for wide-domain service account.GoogleSheetsEndpointBuilderFactory.endpointBuilder(String componentName, String path) GoogleSheetsEndpointBuilderFactory.GoogleSheetsBuilders.googleSheets(String path) Google Sheets (camel-google-sheets) Manage spreadsheets in Google Sheets.GoogleSheetsEndpointBuilderFactory.GoogleSheetsBuilders.googleSheets(String componentName, String path) Google Sheets (camel-google-sheets) Manage spreadsheets in Google Sheets.Sets the name of a parameter to be passed in the exchange In Body.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder.refreshToken(String refreshToken) OAuth 2 refresh token.Specifies the level of permissions you want a sheets application to have to a user account.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder.scopes(Collection<String> scopes) Specifies the level of permissions you want a sheets application to have to a user account.GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder.serviceAccountKey(String serviceAccountKey) Sets .json file with credentials for Service account.