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