Interface DropboxEndpointBuilderFactory.DropboxBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
DropboxEndpointBuilderFactory

public static interface DropboxEndpointBuilderFactory.DropboxBuilders
  • Method Details

    • dropbox

      Dropbox (camel-dropbox) Upload, download and manage files, folders, groups, collaborations, etc on Dropbox. Category: cloud,file,api Since: 2.14 Maven coordinates: org.apache.camel:camel-dropbox
      Returns:
      the dsl builder for the headers' name.
    • dropbox

      Dropbox (camel-dropbox) Upload, download and manage files, folders, groups, collaborations, etc on Dropbox. Category: cloud,file,api Since: 2.14 Maven coordinates: org.apache.camel:camel-dropbox Syntax: dropbox:operation Path parameter: operation (required) The specific action (typically is a CRUD action) to perform on Dropbox remote folder. There are 5 enums and the value can be one of: put, del, search, get, move
      Parameters:
      path - operation
      Returns:
      the dsl builder
    • dropbox

      default DropboxEndpointBuilderFactory.DropboxEndpointBuilder dropbox(String componentName, String path)
      Dropbox (camel-dropbox) Upload, download and manage files, folders, groups, collaborations, etc on Dropbox. Category: cloud,file,api Since: 2.14 Maven coordinates: org.apache.camel:camel-dropbox Syntax: dropbox:operation Path parameter: operation (required) The specific action (typically is a CRUD action) to perform on Dropbox remote folder. There are 5 enums and the value can be one of: put, del, search, get, move
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - operation
      Returns:
      the dsl builder