| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
BlockBlobsGetBlockListHeaders |
BlockBlobsGetBlockListResponse.headers() |
BlockBlobsGetBlockListHeaders |
BlockBlobsGetBlockListHeaders.withBlobContentLength(Long blobContentLength)
Set the blobContentLength value.
|
BlockBlobsGetBlockListHeaders |
BlockBlobsGetBlockListHeaders.withContentType(String contentType)
Set the contentType value.
|
BlockBlobsGetBlockListHeaders |
BlockBlobsGetBlockListHeaders.withDate(OffsetDateTime date)
Set the date value.
|
BlockBlobsGetBlockListHeaders |
BlockBlobsGetBlockListHeaders.withETag(String eTag)
Set the eTag value.
|
BlockBlobsGetBlockListHeaders |
BlockBlobsGetBlockListHeaders.withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlockBlobsGetBlockListHeaders |
BlockBlobsGetBlockListHeaders.withRequestId(String requestId)
Set the requestId value.
|
BlockBlobsGetBlockListHeaders |
BlockBlobsGetBlockListHeaders.withVersion(String version)
Set the version value.
|
| Constructor and Description |
|---|
BlockBlobsGetBlockListResponse(int statusCode,
BlockBlobsGetBlockListHeaders headers,
Map<String,String> rawHeaders,
BlockList body)
Creates an instance of BlockBlobsGetBlockListResponse.
|
Copyright © 2018. All rights reserved.