public final class BlobHierarchyListSegment extends Object
| Constructor and Description |
|---|
BlobHierarchyListSegment() |
| Modifier and Type | Method and Description |
|---|---|
List<BlobItem> |
blobItems()
Get the blobItems value.
|
List<BlobPrefix> |
blobPrefixes()
Get the blobPrefixes value.
|
BlobHierarchyListSegment |
withBlobItems(List<BlobItem> blobItems)
Set the blobItems value.
|
BlobHierarchyListSegment |
withBlobPrefixes(List<BlobPrefix> blobPrefixes)
Set the blobPrefixes value.
|
public List<BlobPrefix> blobPrefixes()
public BlobHierarchyListSegment withBlobPrefixes(List<BlobPrefix> blobPrefixes)
blobPrefixes - the blobPrefixes value to set.public BlobHierarchyListSegment withBlobItems(List<BlobItem> blobItems)
blobItems - the blobItems value to set.This documentation was released into the public domain.