|
||||||||||
| 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, RFC1123_DATE_PATTERN |
| 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)
Deprecated. use setContentMD5(HashCode) instead. |
void |
setContentMD5(com.google.common.hash.HashCode md5)
|
void |
setContentType(String contentType)
|
void |
setExpires(Date expires)
|
| Methods inherited from interface org.jclouds.io.ContentMetadata |
|---|
getContentDisposition, getContentEncoding, getContentLanguage, getContentLength, getContentMD5, getContentMD5AsHashCode, getContentType, getExpires, toBuilder |
| Method Detail |
|---|
void setContentLength(@Nullable
Long contentLength)
@Deprecated
void setContentMD5(@Nullable
byte[] md5)
setContentMD5(HashCode) instead.
void setContentMD5(@Nullable
com.google.common.hash.HashCode md5)
void setContentType(@Nullable
String contentType)
void setContentDisposition(@Nullable
String contentDisposition)
contentDisposition -
void setContentLanguage(@Nullable
String contentLanguage)
contentLanguage -
void setContentEncoding(@Nullable
String contentEncoding)
contentEncoding -
void setExpires(@Nullable
Date expires)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||