Class NotebookFolder


  • public final class NotebookFolder
    extends Object
    The folder that this notebook is in. If not specified, this notebook will appear at the root level.
    • Constructor Detail

      • NotebookFolder

        public NotebookFolder()
    • Method Detail

      • getName

        public String getName()
        Get the name property: The name of the folder that this notebook is in.
        Returns:
        the name value.
      • setName

        public NotebookFolder setName​(String name)
        Set the name property: The name of the folder that this notebook is in.
        Parameters:
        name - the name value to set.
        Returns:
        the NotebookFolder object itself.