Interface DropboxConstants
-
public interface DropboxConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
DELETED_PATH
static String
DOWNLOADED_FILE
static String
DOWNLOADED_FILES
static String
DROPBOX_FILE_SEPARATOR
static String
FOUND_FILES
static String
HEADER_LOCAL_PATH
static String
HEADER_NEW_REMOTE_PATH
static String
HEADER_PUT_FILE_NAME
static String
HEADER_QUERY
static String
HEADER_REMOTE_PATH
static String
HEADER_UPLOAD_MODE
static String
MOVED_PATH
static long
POLL_CONSUMER_DELAY
static String
UPLOADED_FILE
static String
UPLOADED_FILES
-
-
-
Field Detail
-
DROPBOX_FILE_SEPARATOR
static final String DROPBOX_FILE_SEPARATOR
- See Also:
- Constant Field Values
-
POLL_CONSUMER_DELAY
static final long POLL_CONSUMER_DELAY
- See Also:
- Constant Field Values
-
HEADER_REMOTE_PATH
@Metadata(label="all", description="The remote path", javaType="String") static final String HEADER_REMOTE_PATH
- See Also:
- Constant Field Values
-
HEADER_NEW_REMOTE_PATH
@Metadata(label="move", description="The new remote path", javaType="String") static final String HEADER_NEW_REMOTE_PATH
- See Also:
- Constant Field Values
-
HEADER_LOCAL_PATH
@Metadata(label="put", description="The local path", javaType="String") static final String HEADER_LOCAL_PATH
- See Also:
- Constant Field Values
-
HEADER_UPLOAD_MODE
@Metadata(label="put", description="The upload mode", javaType="String") static final String HEADER_UPLOAD_MODE
- See Also:
- Constant Field Values
-
HEADER_QUERY
@Metadata(label="search", description="The query", javaType="String") static final String HEADER_QUERY
- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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
-
-