Class DropboxEndpointBuilderFactory.DropboxHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.DropboxEndpointBuilderFactory.DropboxHeaderNameBuilder
Enclosing interface:
DropboxEndpointBuilderFactory

public static class DropboxEndpointBuilderFactory.DropboxHeaderNameBuilder extends Object
The builder of headers' name for the Dropbox component.
  • Constructor Details

    • DropboxHeaderNameBuilder

      public DropboxHeaderNameBuilder()
  • Method Details

    • dropboxRemotePath

      public String dropboxRemotePath()
      The remote path. The option is a: String type. Group: all
      Returns:
      the name of the header DropboxRemotePath.
    • dropboxNewRemotePath

      public String dropboxNewRemotePath()
      The new remote path. The option is a: String type. Group: move
      Returns:
      the name of the header DropboxNewRemotePath.
    • dropboxLocalPath

      public String dropboxLocalPath()
      The local path. The option is a: String type. Group: put
      Returns:
      the name of the header DropboxLocalPath.
    • dropboxUploadMode

      public String dropboxUploadMode()
      The upload mode. The option is a: String type. Group: put
      Returns:
      the name of the header DropboxUploadMode.
    • dropboxQuery

      public String dropboxQuery()
      The query. The option is a: String type. Group: search
      Returns:
      the name of the header DropboxQuery.
    • dropboxPutFileName

      public String dropboxPutFileName()
      The name of the file to upload. The option is a: String type. Group: put
      Returns:
      the name of the header DropboxPutFileName.
    • downloadedFile

      public String downloadedFile()
      In case of single file download, path of the remote file downloaded. The option is a: String type. Group: get
      Returns:
      the name of the header DOWNLOADED_FILE.
    • downloadedFiles

      public String downloadedFiles()
      In case of multiple files download, path of the remote files downloaded. The option is a: String type. Group: get
      Returns:
      the name of the header DOWNLOADED_FILES.
    • uploadedFile

      public String uploadedFile()
      In case of single file upload, path of the remote path uploaded. The option is a: String type. Group: put
      Returns:
      the name of the header UPLOADED_FILE.
    • uploadedFiles

      public String uploadedFiles()
      In case of multiple files upload, string with the remote paths uploaded. The option is a: String type. Group: put
      Returns:
      the name of the header UPLOADED_FILES.
    • foundFiles

      public String foundFiles()
      List of file path founded. The option is a: String type. Group: search
      Returns:
      the name of the header FOUND_FILES.
    • deletedPath

      public String deletedPath()
      Name of the path deleted on dropbox. The option is a: String type. Group: del
      Returns:
      the name of the header DELETED_PATH.
    • movedPath

      public String movedPath()
      Name of the path moved on dropbox. The option is a: String type. Group: move
      Returns:
      the name of the header MOVED_PATH.