public interface IOperationFileItem
Modifier and Type | Method and Description |
---|---|
String |
getContentType()
Get the content type.
|
File |
getFile()
Get the uploaded file.
|
String |
getFileName()
Get the file name.
|
String getFileName()
String getContentType()
null
if the data was not present in the request.File getFile()
This value may be null
. However this case indicates
an error condition.