Interface GoogleDriveEndpointBuilderFactory.GoogleDriveBuilders

    • Method Detail

      • googleDrive

        default GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointBuilder googleDrive​(String path)
        Google Drive (camel-google-drive) Manage files in Google Drive. Category: file,cloud,api Since: 2.14 Maven coordinates: org.apache.camel:camel-google-drive Syntax: google-drive:apiName/methodName Path parameter: apiName (required) What kind of operation to perform There are 14 enums and the value can be one of: DRIVE_ABOUT, DRIVE_APPS, DRIVE_CHANGES, DRIVE_CHANNELS, DRIVE_CHILDREN, DRIVE_COMMENTS, DRIVE_FILES, DRIVE_PARENTS, DRIVE_PERMISSIONS, DRIVE_PROPERTIES, DRIVE_DRIVES, DRIVE_TEAMDRIVES, DRIVE_REPLIES, DRIVE_REVISIONS Path parameter: methodName (required) What sub operation to use for the selected operation There are 13 enums and the value can be one of: copy, delete, get, getIdForEmail, insert, list, patch, stop, touch, trash, untrash, update, watch
        Parameters:
        path - apiName/methodName
        Returns:
        the dsl builder
      • googleDrive

        default GoogleDriveEndpointBuilderFactory.GoogleDriveEndpointBuilder googleDrive​(String componentName,
                                                                                         String path)
        Google Drive (camel-google-drive) Manage files in Google Drive. Category: file,cloud,api Since: 2.14 Maven coordinates: org.apache.camel:camel-google-drive Syntax: google-drive:apiName/methodName Path parameter: apiName (required) What kind of operation to perform There are 14 enums and the value can be one of: DRIVE_ABOUT, DRIVE_APPS, DRIVE_CHANGES, DRIVE_CHANNELS, DRIVE_CHILDREN, DRIVE_COMMENTS, DRIVE_FILES, DRIVE_PARENTS, DRIVE_PERMISSIONS, DRIVE_PROPERTIES, DRIVE_DRIVES, DRIVE_TEAMDRIVES, DRIVE_REPLIES, DRIVE_REVISIONS Path parameter: methodName (required) What sub operation to use for the selected operation There are 13 enums and the value can be one of: copy, delete, get, getIdForEmail, insert, list, patch, stop, touch, trash, untrash, update, watch
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - apiName/methodName
        Returns:
        the dsl builder