Interface IOperationFileItem
- All Known Implementing Classes:
- OperationFileItem
public interface IOperationFileItem
- 
Method SummaryModifier and TypeMethodDescriptionGet the content type.getFile()Get the uploaded file.Get the file name.
- 
Method Details- 
getFileNameString getFileName()Get the file name.- Returns:
- The file name.
 
- 
getContentTypeString getContentType()Get the content type.- Returns:
- The content type,
    or nullif the data was not present in the request.
 
- 
getFileFile getFile()Get the uploaded file.This value may be null. However this case indicates an error condition.- Returns:
- The file
 
 
-