Package org.duracloud.common.rest
Class RestUtil.RequestContent
java.lang.Object
org.duracloud.common.rest.RestUtil.RequestContent
- Enclosing interface:
- RestUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
contentStream
-
mimeType
-
size
protected long size
-
-
Constructor Details
-
RequestContent
public RequestContent()
-
-
Method Details
-
getContentStream
- Returns:
- the contentStream
-
getMimeType
- Returns:
- the mimeType
-
getSize
public long getSize()- Returns:
- the size
-