|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StorageType | |
|---|---|
| org.jclouds.blobstore.domain | |
| org.jclouds.blobstore.domain.internal | |
| Uses of StorageType in org.jclouds.blobstore.domain |
|---|
| Methods in org.jclouds.blobstore.domain that return StorageType | |
|---|---|
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. |
| Uses of StorageType in org.jclouds.blobstore.domain.internal |
|---|
| Methods in org.jclouds.blobstore.domain.internal that return StorageType | |
|---|---|
StorageType |
StorageMetadataImpl.getType()
Whether this resource is a container, file, etc. |
| Constructors in org.jclouds.blobstore.domain.internal with parameters of type StorageType | |
|---|---|
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date lastModified,
Map<String,String> userMetadata)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||