Interface GoogleMailEndpointBuilderFactory.GoogleMailBuilders

    • Method Detail

      • googleMail

        default GoogleMailEndpointBuilderFactory.GoogleMailEndpointBuilder googleMail​(String path)
        Google Mail (camel-google-mail) Manage messages in Google Mail. Category: cloud,api,mail Since: 2.15 Maven coordinates: org.apache.camel:camel-google-mail Syntax: 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, stop, trash, untrash, update, watch
        Parameters:
        path - apiName/methodName
      • googleMail

        default GoogleMailEndpointBuilderFactory.GoogleMailEndpointBuilder googleMail​(String componentName,
                                                                                      String path)
        Google Mail (camel-google-mail) Manage messages in Google Mail. Category: cloud,api,mail Since: 2.15 Maven coordinates: org.apache.camel:camel-google-mail Syntax: 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, stop, trash, untrash, update, watch
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - apiName/methodName