Package | Description |
---|---|
org.apache.camel.component.dropbox | |
org.apache.camel.component.dropbox.util |
Modifier and Type | Method and Description |
---|---|
DropboxOperation |
DropboxConfiguration.getOperation() |
Modifier and Type | Method and Description |
---|---|
void |
DropboxConfiguration.setOperation(DropboxOperation operation)
The specific action (typically is a CRUD action) to perform on Dropbox remote folder.
|
Modifier and Type | Method and Description |
---|---|
static DropboxOperation |
DropboxOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DropboxOperation[] |
DropboxOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Apache Camel