public final class PathHttpHeaders extends Object
Constructor and Description |
---|
PathHttpHeaders() |
Modifier and Type | Method and Description |
---|---|
String |
getCacheControl()
Get the cacheControl property: Optional.
|
String |
getContentDisposition()
Get the contentDisposition property: Optional.
|
String |
getContentEncoding()
Get the contentEncoding property: Optional.
|
String |
getContentLanguage()
Get the contentLanguage property: Optional.
|
byte[] |
getContentMd5()
Get the contentMd5 property: Specify the transactional md5 for the body, to be validated by the service.
|
String |
getContentType()
Get the contentType property: Optional.
|
byte[] |
getTransactionalContentHash()
Get the transactionalContentHash property: Specify the transactional md5 for the body, to be validated by the
service.
|
PathHttpHeaders |
setCacheControl(String cacheControl)
Set the cacheControl property: Optional.
|
PathHttpHeaders |
setContentDisposition(String contentDisposition)
Set the contentDisposition property: Optional.
|
PathHttpHeaders |
setContentEncoding(String contentEncoding)
Set the contentEncoding property: Optional.
|
PathHttpHeaders |
setContentLanguage(String contentLanguage)
Set the contentLanguage property: Optional.
|
PathHttpHeaders |
setContentMd5(byte[] contentMd5)
Set the contentMd5 property: Specify the transactional md5 for the body, to be validated by the service.
|
PathHttpHeaders |
setContentType(String contentType)
Set the contentType property: Optional.
|
PathHttpHeaders |
setTransactionalContentHash(byte[] transactionalContentHash)
Set the transactionalContentHash property: Specify the transactional md5 for the body, to be validated by the
service.
|
public String getCacheControl()
public PathHttpHeaders setCacheControl(String cacheControl)
cacheControl
- the cacheControl value to set.public String getContentEncoding()
public PathHttpHeaders setContentEncoding(String contentEncoding)
contentEncoding
- the contentEncoding value to set.public String getContentLanguage()
public PathHttpHeaders setContentLanguage(String contentLanguage)
contentLanguage
- the contentLanguage value to set.public String getContentDisposition()
public PathHttpHeaders setContentDisposition(String contentDisposition)
contentDisposition
- the contentDisposition value to set.public String getContentType()
public PathHttpHeaders setContentType(String contentType)
contentType
- the contentType value to set.public byte[] getContentMd5()
public PathHttpHeaders setContentMd5(byte[] contentMd5)
contentMd5
- the contentMd5 value to set.public byte[] getTransactionalContentHash()
public PathHttpHeaders setTransactionalContentHash(byte[] transactionalContentHash)
transactionalContentHash
- the transactionalContentHash value to set.Copyright © 2021 Microsoft Corporation. All rights reserved.