NotebookFolder Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. NotebookFolder
- com.
Implements
public final class NotebookFolder
implements JsonSerializable<NotebookFolder>
The folder that this notebook is in. If not specified, this notebook will appear at the root level.
Constructor Summary
| Constructor | Description |
|---|---|
| NotebookFolder() |
Creates an instance of Notebook |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Notebook |
fromJson(JsonReader jsonReader)
Reads an instance of Notebook |
| String |
getName()
Get the name property: The name of the folder that this notebook is in. |
|
Notebook |
setName(String name)
Set the name property: The name of the folder that this notebook is in. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
NotebookFolder
public NotebookFolder()
Creates an instance of NotebookFolder class.
Method Details
fromJson
public static NotebookFolder fromJson(JsonReader jsonReader)
Reads an instance of NotebookFolder from the JsonReader.
Parameters:
Returns:
Throws:
getName
public String getName()
Get the name property: The name of the folder that this notebook is in.
Returns:
setName
public NotebookFolder setName(String name)
Set the name property: The name of the folder that this notebook is in.
Parameters:
Returns: