public final class BlobsUndeleteHeaders extends Object
| Constructor and Description |
|---|
BlobsUndeleteHeaders() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
date()
Get the date value.
|
String |
requestId()
Get the requestId value.
|
String |
version()
Get the version value.
|
BlobsUndeleteHeaders |
withDate(OffsetDateTime date)
Set the date value.
|
BlobsUndeleteHeaders |
withRequestId(String requestId)
Set the requestId value.
|
BlobsUndeleteHeaders |
withVersion(String version)
Set the version value.
|
public String requestId()
public BlobsUndeleteHeaders withRequestId(String requestId)
requestId - the requestId value to set.public String version()
public BlobsUndeleteHeaders withVersion(String version)
version - the version value to set.public OffsetDateTime date()
public BlobsUndeleteHeaders withDate(OffsetDateTime date)
date - the date value to set.Copyright © 2018. All rights reserved.