public static interface GoogleMailEndpointBuilderFactory.GoogleMailBuilders
| Modifier and Type | Method and Description |
|---|---|
default GoogleMailEndpointBuilderFactory.GoogleMailEndpointBuilder |
googleMail(String path)
Google Mail (camel-google-mail)
The google-mail component provides access to Google Mail.
|
default 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