Uses of Interface
org.apache.camel.builder.endpoint.dsl.DropboxEndpointBuilderFactory.DropboxEndpointProducerBuilder
Packages that use DropboxEndpointBuilderFactory.DropboxEndpointProducerBuilder
-
Uses of DropboxEndpointBuilderFactory.DropboxEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of DropboxEndpointBuilderFactory.DropboxEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Dropbox component.Methods in org.apache.camel.builder.endpoint.dsl that return DropboxEndpointBuilderFactory.DropboxEndpointProducerBuilderModifier and TypeMethodDescriptionDropboxEndpointBuilderFactory.DropboxEndpointProducerBuilder.accessToken(String accessToken) The access token to make API requests for a specific Dropbox user.The apiKey to make API requests for a specific Dropbox user.The apiSecret to make API requests for a specific Dropbox user.DropboxEndpointBuilderFactory.AdvancedDropboxEndpointProducerBuilder.basic()DropboxEndpointBuilderFactory.DropboxEndpointProducerBuilder.clientIdentifier(String clientIdentifier) Name of the app registered to make API requests.The expire time to access token for a specific Dropbox user.The expire time to access token for a specific Dropbox user.Optional folder or file to upload on Dropbox from the local filesystem.DropboxEndpointBuilderFactory.DropboxEndpointProducerBuilder.newRemotePath(String newRemotePath) Destination file or folder.A space-separated list of sub-strings to search for.DropboxEndpointBuilderFactory.DropboxEndpointProducerBuilder.refreshToken(String refreshToken) The refresh token to refresh the access token for a specific Dropbox user.DropboxEndpointBuilderFactory.DropboxEndpointProducerBuilder.remotePath(String remotePath) Original file or folder to move.DropboxEndpointBuilderFactory.DropboxEndpointProducerBuilder.uploadMode(String uploadMode) Which mode to upload.DropboxEndpointBuilderFactory.DropboxEndpointProducerBuilder.uploadMode(org.apache.camel.component.dropbox.util.DropboxUploadMode uploadMode) Which mode to upload.