Class NotebookFolder

java.lang.Object
com.azure.analytics.synapse.artifacts.models.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 Details

    • NotebookFolder

      public NotebookFolder()
  • Method Details

    • 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.