| Package | Description |
|---|---|
| org.jclouds.blobstore.domain | |
| org.jclouds.blobstore.domain.internal |
| Modifier and Type | Method and Description |
|---|---|
StorageType |
StorageMetadata.getType()
Whether this resource is a container, file, etc.
|
static StorageType |
StorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageType[] |
StorageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BlobBuilder |
BlobBuilder.type(StorageType type) |
| Modifier and Type | Method and Description |
|---|---|
StorageType |
StorageMetadataImpl.getType()
Whether this resource is a container, file, etc.
|
| Modifier and Type | Method and Description |
|---|---|
BlobBuilder |
BlobBuilderImpl.type(StorageType type) |
BlobBuilder |
BlobBuilderImpl.PayloadBlobBuilderImpl.type(StorageType type) |
| Constructor and Description |
|---|
StorageMetadataImpl(StorageType type,
String id,
String name,
org.jclouds.domain.Location location,
URI uri,
String eTag,
Date lastModified,
Map<String,String> userMetadata) |
Copyright © 2009-2012 jclouds. All Rights Reserved.