Uses of Class
org.jclouds.blobstore.domain.StorageType

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.
 

Methods in org.jclouds.blobstore.domain with parameters of type StorageType
 BlobBuilder BlobBuilder.type(StorageType type)
           
 

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.
 

Methods in org.jclouds.blobstore.domain.internal with parameters of type StorageType
 BlobBuilder BlobBuilderImpl.type(StorageType type)
           
 BlobBuilder BlobBuilderImpl.PayloadBlobBuilderImpl.type(StorageType type)
           
 

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)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.