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