Package | Description |
---|---|
org.apache.camel.component.dropbox | |
org.apache.camel.component.dropbox.core | |
org.apache.camel.component.dropbox.util |
Modifier and Type | Method and Description |
---|---|
DropboxUploadMode |
DropboxConfiguration.getUploadMode() |
Modifier and Type | Method and Description |
---|---|
void |
DropboxConfiguration.setUploadMode(DropboxUploadMode uploadMode)
Which mode to upload.
|
Modifier and Type | Method and Description |
---|---|
DropboxResult |
DropboxAPIFacade.put(String localPath,
String remotePath,
DropboxUploadMode mode)
Put or upload a new file or an entire directory to dropbox
|
Modifier and Type | Method and Description |
---|---|
static DropboxUploadMode |
DropboxUploadMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DropboxUploadMode[] |
DropboxUploadMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Apache Camel