| 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.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getText()
The markdown content.
|
NotebookMarkdownCellDefinitionType |
getType()
Type of the markdown cell.
|
int |
hashCode() |
NotebookMarkdownCellDefinition |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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 NotebookMarkdownCellDefinition putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.