Package | Description |
---|---|
org.apache.camel.component.dropbox.dto | |
org.apache.camel.component.dropbox.util |
Modifier and Type | Method and Description |
---|---|
Map<String,DropboxResultCode> |
DropboxFileUploadResult.getResults() |
Constructor and Description |
---|
DropboxFileUploadResult(String path,
DropboxResultCode resultCode) |
Constructor and Description |
---|
DropboxFileUploadResult(Map<String,DropboxResultCode> results) |
Modifier and Type | Method and Description |
---|---|
static DropboxResultCode |
DropboxResultCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DropboxResultCode[] |
DropboxResultCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Apache Camel