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