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