public static enum GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageOperations extends Enum<GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageOperations>
org.apache.camel.component.google.storage.GoogleCloudStorageOperations enum.| Enum Constant and Description |
|---|
copyObject |
createDownloadLink |
deleteBucket |
deleteObject |
getObject |
listBuckets |
listObjects |
| Modifier and Type | Method and Description |
|---|---|
static GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageOperations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageOperations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageOperations copyObject
public static final GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageOperations listObjects
public static final GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageOperations deleteObject
public static final GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageOperations deleteBucket
public static final GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageOperations listBuckets
public static final GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageOperations getObject
public static final GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageOperations createDownloadLink
public static GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageOperations[] values()
for (GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageOperations c : GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageOperations.values()) System.out.println(c);
public static GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageOperations 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