| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static NotebookMarkdownCellDefinitionType |
NotebookMarkdownCellDefinitionType.MARKDOWN |
| Modifier and Type | Method and Description |
|---|---|
static NotebookMarkdownCellDefinitionType |
NotebookMarkdownCellDefinitionType.fromValue(String value) |
NotebookMarkdownCellDefinitionType |
NotebookMarkdownCellDefinition.getType()
Type of the markdown cell.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotebookMarkdownCellDefinitionType.NotebookMarkdownCellDefinitionTypeSerializer.serialize(NotebookMarkdownCellDefinitionType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
NotebookMarkdownCellDefinition.setType(NotebookMarkdownCellDefinitionType type) |
NotebookMarkdownCellDefinition |
NotebookMarkdownCellDefinition.type(NotebookMarkdownCellDefinitionType type) |
| Constructor and Description |
|---|
NotebookMarkdownCellDefinition(String text,
NotebookMarkdownCellDefinitionType type) |
| Constructor and Description |
|---|
NotebookMarkdownCellDefinitionTypeSerializer(Class<NotebookMarkdownCellDefinitionType> t) |
Copyright © 2024. All rights reserved.