public static enum DropboxEndpointBuilderFactory.DropboxUploadMode extends Enum<DropboxEndpointBuilderFactory.DropboxUploadMode>
org.apache.camel.component.dropbox.util.DropboxUploadMode
enum.| Modifier and Type | Method and Description |
|---|---|
static DropboxEndpointBuilderFactory.DropboxUploadMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DropboxEndpointBuilderFactory.DropboxUploadMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DropboxEndpointBuilderFactory.DropboxUploadMode add
public static final DropboxEndpointBuilderFactory.DropboxUploadMode force
public static DropboxEndpointBuilderFactory.DropboxUploadMode[] values()
for (DropboxEndpointBuilderFactory.DropboxUploadMode c : DropboxEndpointBuilderFactory.DropboxUploadMode.values()) System.out.println(c);
public static DropboxEndpointBuilderFactory.DropboxUploadMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullApache Camel