public final class FileHTTPHeaders extends Object
| Constructor and Description |
|---|
FileHTTPHeaders() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileCacheControl()
Get the fileCacheControl property: Sets the file's cache control.
|
String |
getFileContentDisposition()
Get the fileContentDisposition property: Sets the file's
Content-Disposition header.
|
String |
getFileContentEncoding()
Get the fileContentEncoding property: Specifies which content encodings
have been applied to the file.
|
String |
getFileContentLanguage()
Get the fileContentLanguage property: Specifies the natural languages
used by this resource.
|
byte[] |
getFileContentMD5()
Get the fileContentMD5 property: Sets the file's MD5 hash.
|
String |
getFileContentType()
Get the fileContentType property: Sets the MIME content type of the
file.
|
FileHTTPHeaders |
setFileCacheControl(String fileCacheControl)
Set the fileCacheControl property: Sets the file's cache control.
|
FileHTTPHeaders |
setFileContentDisposition(String fileContentDisposition)
Set the fileContentDisposition property: Sets the file's
Content-Disposition header.
|
FileHTTPHeaders |
setFileContentEncoding(String fileContentEncoding)
Set the fileContentEncoding property: Specifies which content encodings
have been applied to the file.
|
FileHTTPHeaders |
setFileContentLanguage(String fileContentLanguage)
Set the fileContentLanguage property: Specifies the natural languages
used by this resource.
|
FileHTTPHeaders |
setFileContentMD5(byte[] fileContentMD5)
Set the fileContentMD5 property: Sets the file's MD5 hash.
|
FileHTTPHeaders |
setFileContentType(String fileContentType)
Set the fileContentType property: Sets the MIME content type of the
file.
|
public String getFileContentType()
public FileHTTPHeaders setFileContentType(String fileContentType)
fileContentType - the fileContentType value to set.public String getFileContentEncoding()
public FileHTTPHeaders setFileContentEncoding(String fileContentEncoding)
fileContentEncoding - the fileContentEncoding value to set.public String getFileContentLanguage()
public FileHTTPHeaders setFileContentLanguage(String fileContentLanguage)
fileContentLanguage - the fileContentLanguage value to set.public String getFileCacheControl()
public FileHTTPHeaders setFileCacheControl(String fileCacheControl)
fileCacheControl - the fileCacheControl value to set.public byte[] getFileContentMD5()
public FileHTTPHeaders setFileContentMD5(byte[] fileContentMD5)
fileContentMD5 - the fileContentMD5 value to set.public String getFileContentDisposition()
public FileHTTPHeaders setFileContentDisposition(String fileContentDisposition)
fileContentDisposition - the fileContentDisposition value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.