Class NotebookReader.FileOrFolder

java.lang.Object
io.deephaven.enterprise.dnd.notebook.NotebookReader.FileOrFolder
Enclosing class:
NotebookReader

public static final class NotebookReader.FileOrFolder extends Object
A record class that represents a file or folder.
  • 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

      public String getContents()
      Returns:
      the contents of the file.
    • getId

      public String getId()
      Returns:
      the ID of the object
    • getType

      public String getType()
      Returns:
      the type of the object