Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
BlobSetHTTPHeadersHeaders |
BlobSetHTTPHeadersResponse.headers() |
BlobSetHTTPHeadersHeaders |
BlobSetHTTPHeadersHeaders.withBlobSequenceNumber(Long blobSequenceNumber)
Set the blobSequenceNumber value.
|
BlobSetHTTPHeadersHeaders |
BlobSetHTTPHeadersHeaders.withDate(OffsetDateTime date)
Set the date value.
|
BlobSetHTTPHeadersHeaders |
BlobSetHTTPHeadersHeaders.withETag(String eTag)
Set the eTag value.
|
BlobSetHTTPHeadersHeaders |
BlobSetHTTPHeadersHeaders.withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobSetHTTPHeadersHeaders |
BlobSetHTTPHeadersHeaders.withRequestId(String requestId)
Set the requestId value.
|
BlobSetHTTPHeadersHeaders |
BlobSetHTTPHeadersHeaders.withVersion(String version)
Set the version value.
|
Constructor and Description |
---|
BlobSetHTTPHeadersResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
BlobSetHTTPHeadersHeaders headers,
Map<String,String> rawHeaders,
Void body)
Creates an instance of BlobSetHTTPHeadersResponse.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.