Interface IFileData

    • Method Detail

      • content

        byte[] content()
        Required. The binary content of the file.
        Returns:
        The content of the file.
      • fileName

        String fileName()
        Required. The name of the file.
        Returns:
        The name of the file
      • contentType

        String contentType()
        Required. The MIME type of the file.
        Returns:
        The MIME type of the file.