JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.collibra.dgc.core.api.model.reference
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 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