public final class BlobDeleteHeaders extends Object
Constructor and Description |
---|
BlobDeleteHeaders() |
Modifier and Type | Method and Description |
---|---|
OffsetDateTime |
date()
Get the date value.
|
String |
requestId()
Get the requestId value.
|
String |
version()
Get the version value.
|
BlobDeleteHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
BlobDeleteHeaders |
withRequestId(String requestId)
Set the requestId value.
|
BlobDeleteHeaders |
withVersion(String version)
Set the version value.
|
public String requestId()
public BlobDeleteHeaders withRequestId(String requestId)
requestId
- the requestId value to set.public String version()
public BlobDeleteHeaders withVersion(String version)
version
- the version value to set.public OffsetDateTime date()
public BlobDeleteHeaders withDate(OffsetDateTime date)
date
- the date value to set.This documentation was released into the public domain.