Package | Description |
---|---|
org.apache.camel.component.google.sheets | |
org.apache.camel.component.google.sheets.internal |
Modifier and Type | Method and Description |
---|---|
GoogleSheetsApiName |
GoogleSheetsConfiguration.getApiName() |
protected GoogleSheetsApiName |
GoogleSheetsComponent.getApiName(String apiNameStr) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
GoogleSheetsComponent.createEndpoint(String uri,
String methodName,
GoogleSheetsApiName apiName,
GoogleSheetsConfiguration endpointConfiguration) |
void |
GoogleSheetsConfiguration.setApiName(GoogleSheetsApiName apiName)
What kind of operation to perform
|
Constructor and Description |
---|
GoogleSheetsEndpoint(String uri,
GoogleSheetsComponent component,
GoogleSheetsApiName apiName,
String methodName,
GoogleSheetsConfiguration endpointConfiguration) |
Modifier and Type | Method and Description |
---|---|
static GoogleSheetsApiName |
GoogleSheetsApiName.fromValue(String value) |
static GoogleSheetsApiName |
GoogleSheetsApiName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleSheetsApiName[] |
GoogleSheetsApiName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GoogleSheetsConfiguration |
GoogleSheetsApiCollection.getEndpointConfiguration(GoogleSheetsApiName apiName) |
Apache Camel