Uses of Class
org.jclouds.azureblob.domain.BlobType

Packages that use BlobType
org.jclouds.azureblob.domain   
org.jclouds.azureblob.domain.internal   
 

Uses of BlobType in org.jclouds.azureblob.domain
 

Methods in org.jclouds.azureblob.domain that return BlobType
static BlobType BlobType.fromValue(String type)
           
 BlobType BlobProperties.getType()
           
static BlobType BlobType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BlobType[] BlobType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of BlobType in org.jclouds.azureblob.domain.internal
 

Methods in org.jclouds.azureblob.domain.internal that return BlobType
 BlobType BlobPropertiesImpl.getType()
          
 BlobType MutableBlobPropertiesImpl.getType()
          
 

Methods in org.jclouds.azureblob.domain.internal with parameters of type BlobType
 void MutableBlobPropertiesImpl.setType(BlobType type)
          
 

Constructors in org.jclouds.azureblob.domain.internal with parameters of type BlobType
BlobPropertiesImpl(BlobType type, String name, String container, URI url, Date lastModified, String eTag, long size, String contentType, byte[] contentMD5, String contentMetadata, String contentLanguage, LeaseStatus leaseStatus, Map<String,String> metadata)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.