Schnittstelle IOperationFileItem

Alle bekannten Implementierungsklassen:
OperationFileItem

public interface IOperationFileItem
  • Methodendetails

    • getFileName

      String getFileName()
      Get the file name.
      Gibt zurück:
      The file name.
    • getContentType

      String getContentType()
      Get the content type.
      Gibt zurück:
      The content type, or null if the data was not present in the request.
    • getFile

      File getFile()
      Get the uploaded file.

      This value may be null. However this case indicates an error condition.

      Gibt zurück:
      The file