Uses of Enum Class
org.apache.camel.component.dropbox.util.DropboxUploadMode
Packages that use DropboxUploadMode
Package
Description
-
Uses of DropboxUploadMode in org.apache.camel.component.dropbox
Methods in org.apache.camel.component.dropbox that return DropboxUploadModeMethods in org.apache.camel.component.dropbox with parameters of type DropboxUploadModeModifier and TypeMethodDescriptionvoidDropboxConfiguration.setUploadMode(DropboxUploadMode uploadMode) Which mode to upload. in case of "add" the new file will be renamed if a file with the same name already exists on dropbox. in case of "force" if a file with the same name already exists on dropbox, this will be overwritten. -
Uses of DropboxUploadMode in org.apache.camel.component.dropbox.core
Methods in org.apache.camel.component.dropbox.core with parameters of type DropboxUploadModeModifier and TypeMethodDescriptionDropboxAPIFacade.put(String localPath, String remotePath, DropboxUploadMode mode) Put or upload a new file or an entire directory to dropbox -
Uses of DropboxUploadMode in org.apache.camel.component.dropbox.util
Methods in org.apache.camel.component.dropbox.util that return DropboxUploadModeModifier and TypeMethodDescriptionstatic DropboxUploadModeDropboxHelper.getUploadMode(DropboxConfiguration configuration, org.apache.camel.Exchange exchange) static DropboxUploadModeReturns the enum constant of this class with the specified name.static DropboxUploadMode[]DropboxUploadMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DropboxUploadMode in org.apache.camel.component.dropbox.validator
Methods in org.apache.camel.component.dropbox.validator with parameters of type DropboxUploadModeModifier and TypeMethodDescriptionstatic voidDropboxConfigurationValidator.validatePutOp(String localPath, String remotePath, DropboxUploadMode uploadMode)