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