| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TEXT |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
NotebookMarkdownCellDefinition() |
NotebookMarkdownCellDefinition(String text,
NotebookMarkdownCellDefinitionType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this NotebookMarkdownCellDefinition object is equal to o.
|
String |
getText()
The markdown content.
|
NotebookMarkdownCellDefinitionType |
getType()
Type of the markdown cell.
|
int |
hashCode() |
void |
setText(String text) |
void |
setType(NotebookMarkdownCellDefinitionType type) |
NotebookMarkdownCellDefinition |
text(String text) |
String |
toString() |
NotebookMarkdownCellDefinition |
type(NotebookMarkdownCellDefinitionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_TEXT
public static final String JSON_PROPERTY_TYPE
public NotebookMarkdownCellDefinition()
public NotebookMarkdownCellDefinition(String text, NotebookMarkdownCellDefinitionType type)
public NotebookMarkdownCellDefinition text(String text)
public String getText()
public void setText(String text)
public NotebookMarkdownCellDefinition type(NotebookMarkdownCellDefinitionType type)
public NotebookMarkdownCellDefinitionType getType()
public void setType(NotebookMarkdownCellDefinitionType type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.