public interface MultiPartSpecification
Modifier and Type | Method and Description |
---|---|
String |
getCharset() |
Object |
getContent() |
String |
getControlName() |
String |
getFileName() |
Map<String,String> |
getHeaders() |
String |
getMimeType() |
boolean |
hasFileName() |
Object getContent()
String getControlName()
null
.String getMimeType()
null
.Map<String,String> getHeaders()
String getCharset()
null
.String getFileName()
null
.boolean hasFileName()
true
if this multi-part specification contains a filename, false
otherwise.Copyright © 2010–2019. All rights reserved.