Interface FileReference
-
- All Superinterfaces:
Serializable
public interface FileReference extends Serializable
Represents a file reference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContentType()
Returns the MIME type of the file content.UUID
getId()
Returns the UUID of the file.String
getName()
Returns the name of the file.
-
-
-
Method Detail
-
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
-
-