Interface FileReference

All Superinterfaces:
Serializable

public interface FileReference extends Serializable
Represents a file reference
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the MIME type of the file content.
    Returns the UUID of the file.
    Returns the name of the file.
  • Method Details

    • getId

      UUID getId()
      Returns the UUID of the file.
      Returns:
      the UUID of the file
    • getName

      String getName()
      Returns the name of the file.
      Returns:
      the name of the file
    • getContentType

      String getContentType()
      Returns the MIME type of the file content.
      Returns:
      the MIME type of the file content