@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface BoxEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BoxEndpointBuilderFactory.AdvancedBoxEndpointBuilder
Advanced builder for endpoint for the Box component.
|
static interface |
BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Box component.
|
static interface |
BoxEndpointBuilderFactory.AdvancedBoxEndpointProducerBuilder
Advanced builder for endpoint producers for the Box component.
|
static interface |
BoxEndpointBuilderFactory.BoxBuilders |
static interface |
BoxEndpointBuilderFactory.BoxEndpointBuilder
Builder for endpoint for the Box component.
|
static interface |
BoxEndpointBuilderFactory.BoxEndpointConsumerBuilder
Builder for endpoint consumers for the Box component.
|
static interface |
BoxEndpointBuilderFactory.BoxEndpointProducerBuilder
Builder for endpoint producers for the Box component.
|
static class |
BoxEndpointBuilderFactory.EncryptionAlgorithm
Proxy enum for
com.box.sdk.EncryptionAlgorithm enum. |
| Modifier and Type | Method and Description |
|---|---|
static BoxEndpointBuilderFactory.BoxEndpointBuilder |
box(String path)
Box (camel-box)
For uploading downloading and managing files folders groups
collaborations etc on box DOT com.
|
static BoxEndpointBuilderFactory.BoxEndpointBuilder box(String path)
box:apiName/methodName
Path parameter: apiName (required)
What kind of operation to perform
The value can be one of: COLLABORATIONS, COMMENTS, EVENT_LOGS, FILES,
FOLDERS, GROUPS, EVENTS, SEARCH, TASKS, USERS
Path parameter: methodName (required)
What sub operation to use for the selected operationApache Camel