Class NotebookReader.FileOrFolder
java.lang.Object
io.deephaven.enterprise.dnd.notebook.NotebookReader.FileOrFolder
- Enclosing class:
- NotebookReader
A record class that represents a file or folder.
-
Method Summary
-
Method Details
-
isFolder
public boolean isFolder()Is this a folder?- Returns:
- true if this is a folder
-
isFile
public boolean isFile()Is this a file?- Returns:
- true if this is a file
-
getContents
- Returns:
- the contents of the file.
-
getId
- Returns:
- the ID of the object
-
getType
- Returns:
- the type of the object
-