Uses of Enum Class
org.apache.camel.component.dropbox.util.DropboxOperation
Packages that use DropboxOperation
-
Uses of DropboxOperation in org.apache.camel.component.dropbox
Methods in org.apache.camel.component.dropbox that return DropboxOperationMethods in org.apache.camel.component.dropbox with parameters of type DropboxOperationModifier and TypeMethodDescriptionvoidDropboxConfiguration.setOperation(DropboxOperation operation) The specific action (typically is a CRUD action) to perform on Dropbox remote folder. -
Uses of DropboxOperation in org.apache.camel.component.dropbox.util
Methods in org.apache.camel.component.dropbox.util that return DropboxOperationModifier and TypeMethodDescriptionstatic DropboxOperationReturns the enum constant of this class with the specified name.static DropboxOperation[]DropboxOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.