|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableContentMetadata
Field Summary |
---|
Fields inherited from interface org.jclouds.io.ContentMetadata |
---|
HTTP_HEADERS |
Method Summary | |
---|---|
void |
setContentDisposition(String contentDisposition)
Set Content Disposition of the payload Not all providers may support it |
void |
setContentEncoding(String contentEncoding)
Set Content Encoding of the payload Not all providers may support it |
void |
setContentLanguage(String contentLanguage)
Set Content Language of the payload Not all providers may support it |
void |
setContentLength(Long contentLength)
|
void |
setContentMD5(byte[] md5)
|
void |
setContentType(String contentType)
|
void |
setPropertiesFromHttpHeaders(com.google.common.collect.Multimap<String,String> headers)
sets properties related to the http headers listed in ContentMetadata.HTTP_HEADERS |
Methods inherited from interface org.jclouds.io.ContentMetadata |
---|
getContentDisposition, getContentEncoding, getContentLanguage, getContentLength, getContentMD5, getContentType, toBuilder |
Method Detail |
---|
void setPropertiesFromHttpHeaders(com.google.common.collect.Multimap<String,String> headers)
ContentMetadata.HTTP_HEADERS
void setContentLength(@Nullable Long contentLength)
void setContentMD5(@Nullable byte[] md5)
void setContentType(@Nullable String contentType)
void setContentDisposition(@Nullable String contentDisposition)
contentDisposition
- void setContentLanguage(@Nullable String contentLanguage)
contentLanguage
- void setContentEncoding(@Nullable String contentEncoding)
contentEncoding
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |