Interface DropboxConstants


public interface DropboxConstants
  • Field Details

    • DROPBOX_FILE_SEPARATOR

      static final String DROPBOX_FILE_SEPARATOR
      See Also:
    • POLL_CONSUMER_DELAY

      static final long POLL_CONSUMER_DELAY
      See Also:
    • HEADER_REMOTE_PATH

      @Metadata(label="all", description="The remote path", javaType="String") static final String HEADER_REMOTE_PATH
      See Also:
    • HEADER_NEW_REMOTE_PATH

      @Metadata(label="move", description="The new remote path", javaType="String") static final String HEADER_NEW_REMOTE_PATH
      See Also:
    • HEADER_LOCAL_PATH

      @Metadata(label="put", description="The local path", javaType="String") static final String HEADER_LOCAL_PATH
      See Also:
    • HEADER_UPLOAD_MODE

      @Metadata(label="put", description="The upload mode", javaType="String") static final String HEADER_UPLOAD_MODE
      See Also:
    • HEADER_QUERY

      @Metadata(label="search", description="The query", javaType="String") static final String HEADER_QUERY
      See Also:
    • HEADER_PUT_FILE_NAME

      @Metadata(label="put", description="The name of the file to upload", javaType="String") static final String HEADER_PUT_FILE_NAME
      See Also:
    • DOWNLOADED_FILE

      @Metadata(label="get", description="In case of single file download, path of the remote file downloaded", javaType="String") static final String DOWNLOADED_FILE
    • DOWNLOADED_FILES

      @Metadata(label="get", description="In case of multiple files download, path of the remote files downloaded", javaType="String") static final String DOWNLOADED_FILES
    • UPLOADED_FILE

      @Metadata(label="put", description="In case of single file upload, path of the remote path uploaded", javaType="String") static final String UPLOADED_FILE
    • UPLOADED_FILES

      @Metadata(label="put", description="In case of multiple files upload, string with the remote paths uploaded", javaType="String") static final String UPLOADED_FILES
    • FOUND_FILES

      @Metadata(label="search", description="List of file path founded", javaType="String") static final String FOUND_FILES
    • DELETED_PATH

      @Metadata(label="del", description="Name of the path deleted on dropbox", javaType="String") static final String DELETED_PATH
    • MOVED_PATH

      @Metadata(label="move", description="Name of the path moved on dropbox", javaType="String") static final String MOVED_PATH