public final class BlobSetMetadataHeaders extends Object
| Constructor and Description |
|---|
BlobSetMetadataHeaders() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
date()
Get the date value.
|
String |
eTag()
Get the eTag value.
|
Boolean |
isServerEncrypted()
Get the isServerEncrypted value.
|
OffsetDateTime |
lastModified()
Get the lastModified value.
|
String |
requestId()
Get the requestId value.
|
String |
version()
Get the version value.
|
BlobSetMetadataHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
BlobSetMetadataHeaders |
withETag(String eTag)
Set the eTag value.
|
BlobSetMetadataHeaders |
withIsServerEncrypted(Boolean isServerEncrypted)
Set the isServerEncrypted value.
|
BlobSetMetadataHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobSetMetadataHeaders |
withRequestId(String requestId)
Set the requestId value.
|
BlobSetMetadataHeaders |
withVersion(String version)
Set the version value.
|
public String eTag()
public BlobSetMetadataHeaders withETag(String eTag)
eTag - the eTag value to set.public OffsetDateTime lastModified()
public BlobSetMetadataHeaders withLastModified(OffsetDateTime lastModified)
lastModified - the lastModified value to set.public String requestId()
public BlobSetMetadataHeaders withRequestId(String requestId)
requestId - the requestId value to set.public String version()
public BlobSetMetadataHeaders withVersion(String version)
version - the version value to set.public OffsetDateTime date()
public BlobSetMetadataHeaders withDate(OffsetDateTime date)
date - the date value to set.public Boolean isServerEncrypted()
public BlobSetMetadataHeaders withIsServerEncrypted(Boolean isServerEncrypted)
isServerEncrypted - the isServerEncrypted value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.