Class ListBlobBlocksResponseImpl
- java.lang.Object
-
- org.jclouds.azureblob.domain.internal.ListBlobBlocksResponseImpl
-
- All Implemented Interfaces:
ListBlobBlocksResponse
public class ListBlobBlocksResponseImpl extends Object implements ListBlobBlocksResponse
Represents the list of blocks which compose a blob
-
-
Constructor Summary
Constructors Constructor Description ListBlobBlocksResponseImpl(List<BlobBlockProperties> blocks)
-
-
-
Constructor Detail
-
ListBlobBlocksResponseImpl
public ListBlobBlocksResponseImpl(List<BlobBlockProperties> blocks)
-
-
Method Detail
-
getBlocks
public List<BlobBlockProperties> getBlocks()
- Specified by:
getBlocks
in interfaceListBlobBlocksResponse
-
-