public interface MultipartItem
Modifier and Type | Method and Description |
---|---|
String |
getAsString() |
ByteSource |
getBytes() |
MediaType |
getContentType() |
String |
getFileName() |
String |
getName() |
long |
getSize() |
String getName()
String getFileName()
MediaType getContentType()
ByteSource getBytes()
String getAsString()
long getSize()