Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
BlobsSetHTTPHeadersHeaders |
BlobsSetHTTPHeadersResponse.headers() |
BlobsSetHTTPHeadersHeaders |
BlobsSetHTTPHeadersHeaders.withBlobSequenceNumber(Long blobSequenceNumber)
Set the blobSequenceNumber value.
|
BlobsSetHTTPHeadersHeaders |
BlobsSetHTTPHeadersHeaders.withDateProperty(OffsetDateTime dateProperty)
Set the dateProperty value.
|
BlobsSetHTTPHeadersHeaders |
BlobsSetHTTPHeadersHeaders.withETag(String eTag)
Set the eTag value.
|
BlobsSetHTTPHeadersHeaders |
BlobsSetHTTPHeadersHeaders.withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobsSetHTTPHeadersHeaders |
BlobsSetHTTPHeadersHeaders.withRequestId(String requestId)
Set the requestId value.
|
BlobsSetHTTPHeadersHeaders |
BlobsSetHTTPHeadersHeaders.withVersion(String version)
Set the version value.
|
Constructor and Description |
---|
BlobsSetHTTPHeadersResponse(int statusCode,
BlobsSetHTTPHeadersHeaders headers,
Map<String,String> rawHeaders,
Void body)
Creates an instance of BlobsSetHTTPHeadersResponse.
|
Copyright © 2018. All rights reserved.