Uses of Interface
org.jclouds.azureblob.domain.BlobBlockProperties

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

Uses of BlobBlockProperties in org.jclouds.azureblob.domain
 

Methods in org.jclouds.azureblob.domain that return types with arguments of type BlobBlockProperties
 List<BlobBlockProperties> ListBlobBlocksResponse.getBlocks()
           
 

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

Classes in org.jclouds.azureblob.domain.internal that implement BlobBlockProperties
 class BlobBlockPropertiesImpl
          Representation of the blocks which compose a Blob
 

Methods in org.jclouds.azureblob.domain.internal that return types with arguments of type BlobBlockProperties
 List<BlobBlockProperties> ListBlobBlocksResponseImpl.getBlocks()
           
 

Constructor parameters in org.jclouds.azureblob.domain.internal with type arguments of type BlobBlockProperties
ListBlobBlocksResponseImpl(List<BlobBlockProperties> blocks)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.