@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface DropboxEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DropboxEndpointBuilderFactory.AdvancedDropboxEndpointBuilder
Advanced builder for endpoint for the Dropbox component.
|
static interface |
DropboxEndpointBuilderFactory.AdvancedDropboxEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Dropbox component.
|
static interface |
DropboxEndpointBuilderFactory.AdvancedDropboxEndpointProducerBuilder
Advanced builder for endpoint producers for the Dropbox component.
|
static interface |
DropboxEndpointBuilderFactory.DropboxBuilders |
static interface |
DropboxEndpointBuilderFactory.DropboxEndpointBuilder
Builder for endpoint for the Dropbox component.
|
static interface |
DropboxEndpointBuilderFactory.DropboxEndpointConsumerBuilder
Builder for endpoint consumers for the Dropbox component.
|
static interface |
DropboxEndpointBuilderFactory.DropboxEndpointProducerBuilder
Builder for endpoint producers for the Dropbox component.
|
static class |
DropboxEndpointBuilderFactory.DropboxUploadMode
Proxy enum for
org.apache.camel.component.dropbox.util.DropboxUploadMode
enum. |
| Modifier and Type | Method and Description |
|---|---|
static DropboxEndpointBuilderFactory.DropboxEndpointBuilder |
dropbox(String path)
Dropbox (camel-dropbox)
For uploading, downloading and managing files, folders, groups,
collaborations, etc on dropbox DOT com.
|
static DropboxEndpointBuilderFactory.DropboxEndpointBuilder dropbox(String path)
dropbox:operation
Path parameter: operation (required)
The specific action (typically is a CRUD action) to perform on Dropbox
remote folder.
The value can be one of: put, del, search, get, moveApache Camel