| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder |
StaticEndpointBuilders.googleSheets(String path)
Google Sheets (camel-google-sheets)
Manage spreadsheets in Google Sheets.
|
static GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder |
StaticEndpointBuilders.googleSheets(String componentName,
String path)
Google Sheets (camel-google-sheets)
Manage spreadsheets in Google Sheets.
|
| Modifier and Type | Method and Description |
|---|---|
default GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder |
GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder.accessToken(String accessToken)
OAuth 2 access token.
|
default GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder |
GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder.applicationName(String applicationName)
Google Sheets application name.
|
default GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder |
GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointBuilder.basic() |
default GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder |
GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder.clientId(String clientId)
Client ID of the sheets application.
|
default GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder |
GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder.clientSecret(String clientSecret)
Client secret of the sheets application.
|
static GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder |
GoogleSheetsEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder |
GoogleSheetsEndpointBuilderFactory.GoogleSheetsBuilders.googleSheets(String path)
Google Sheets (camel-google-sheets)
Manage spreadsheets in Google Sheets.
|
default GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder |
GoogleSheetsEndpointBuilderFactory.GoogleSheetsBuilders.googleSheets(String componentName,
String path)
Google Sheets (camel-google-sheets)
Manage spreadsheets in Google Sheets.
|
default GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder |
GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder.inBody(String inBody)
Sets the name of a parameter to be passed in the exchange In Body.
|
default GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder |
GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder.refreshToken(String refreshToken)
OAuth 2 refresh token.
|
Apache Camel