mirror of https://github.com/apache/jclouds.git
issue 432
This commit is contained in:
parent
4426bef0fa
commit
0423f08a87
|
@ -30,7 +30,7 @@ public interface MutableContentMetadata extends ContentMetadata {
|
||||||
|
|
||||||
void setContentMD5(@Nullable byte[] md5);
|
void setContentMD5(@Nullable byte[] md5);
|
||||||
|
|
||||||
void setContentType(@Nullable String md5);
|
void setContentType(@Nullable String contentType);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set Content Disposition of the payload
|
* Set Content Disposition of the payload
|
||||||
|
|
Loading…
Reference in New Issue