public final class ListBlobsIncludeItemWrapper extends Object
| Constructor and Description |
|---|
ListBlobsIncludeItemWrapper(List<ListBlobsIncludeItem> listBlobsIncludeItem)
Creates an instance of ListBlobsIncludeItemWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListBlobsIncludeItem> |
items()
Get the List<ListBlobsIncludeItem> contained in this wrapper.
|
public ListBlobsIncludeItemWrapper(List<ListBlobsIncludeItem> listBlobsIncludeItem)
listBlobsIncludeItem - the list.public List<ListBlobsIncludeItem> items()
This documentation was released into the public domain.