public final class BlobsSetMetadataHeaders extends Object
| Type | Property and Description |
|---|---|
OffsetDateTime |
date
Get the dateProperty value.
|
| Constructor and Description |
|---|
BlobsSetMetadataHeaders() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
dateProperty()
Get the dateProperty 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.
|
BlobsSetMetadataHeaders |
withDateProperty(OffsetDateTime dateProperty)
Set the dateProperty value.
|
BlobsSetMetadataHeaders |
withETag(String eTag)
Set the eTag value.
|
BlobsSetMetadataHeaders |
withIsServerEncrypted(Boolean isServerEncrypted)
Set the isServerEncrypted value.
|
BlobsSetMetadataHeaders |
withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobsSetMetadataHeaders |
withRequestId(String requestId)
Set the requestId value.
|
BlobsSetMetadataHeaders |
withVersion(String version)
Set the version value.
|
public OffsetDateTime dateProperty
public String eTag()
public BlobsSetMetadataHeaders withETag(String eTag)
eTag - the eTag value to set.public OffsetDateTime lastModified()
public BlobsSetMetadataHeaders withLastModified(OffsetDateTime lastModified)
lastModified - the lastModified value to set.public String requestId()
public BlobsSetMetadataHeaders withRequestId(String requestId)
requestId - the requestId value to set.public String version()
public BlobsSetMetadataHeaders withVersion(String version)
version - the version value to set.public OffsetDateTime dateProperty()
public BlobsSetMetadataHeaders withDateProperty(OffsetDateTime dateProperty)
dateProperty - the dateProperty value to set.public Boolean isServerEncrypted()
public BlobsSetMetadataHeaders withIsServerEncrypted(Boolean isServerEncrypted)
isServerEncrypted - the isServerEncrypted value to set.Copyright © 2018. All rights reserved.