@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface GoogleMailEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GoogleMailEndpointBuilderFactory.AdvancedGoogleMailEndpointBuilder
Advanced builder for endpoint for the Google Mail component.
|
static interface |
GoogleMailEndpointBuilderFactory.AdvancedGoogleMailEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Google Mail component.
|
static interface |
GoogleMailEndpointBuilderFactory.AdvancedGoogleMailEndpointProducerBuilder
Advanced builder for endpoint producers for the Google Mail component.
|
static interface |
GoogleMailEndpointBuilderFactory.GoogleMailBuilders |
static interface |
GoogleMailEndpointBuilderFactory.GoogleMailEndpointBuilder
Builder for endpoint for the Google Mail component.
|
static interface |
GoogleMailEndpointBuilderFactory.GoogleMailEndpointConsumerBuilder
Builder for endpoint consumers for the Google Mail component.
|
static interface |
GoogleMailEndpointBuilderFactory.GoogleMailEndpointProducerBuilder
Builder for endpoint producers for the Google Mail component.
|
| Modifier and Type | Method and Description |
|---|---|
static GoogleMailEndpointBuilderFactory.GoogleMailEndpointBuilder |
googleMail(String path)
Google Mail (camel-google-mail)
The google-mail component provides access to Google Mail.
|
static GoogleMailEndpointBuilderFactory.GoogleMailEndpointBuilder googleMail(String path)
google-mail:apiName/methodName
Path parameter: apiName (required)
What kind of operation to perform
The value can be one of: THREADS, MESSAGES, ATTACHMENTS, LABELS, HISTORY,
DRAFTS, USERS
Path parameter: methodName (required)
What sub operation to use for the selected operation
The value can be one of: attachments, create, delete, get, getProfile,
gmailImport, insert, list, modify, patch, send, trash, untrash, updateApache Camel