| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static NoteWidgetDefinitionType |
NoteWidgetDefinitionType.NOTE |
| Modifier and Type | Method and Description |
|---|---|
static NoteWidgetDefinitionType |
NoteWidgetDefinitionType.fromValue(String value) |
NoteWidgetDefinitionType |
NoteWidgetDefinition.getType()
Type of the note widget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NoteWidgetDefinitionType.NoteWidgetDefinitionTypeSerializer.serialize(NoteWidgetDefinitionType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
NoteWidgetDefinition.setType(NoteWidgetDefinitionType type) |
NoteWidgetDefinition |
NoteWidgetDefinition.type(NoteWidgetDefinitionType type) |
| Constructor and Description |
|---|
NoteWidgetDefinition(String content,
NoteWidgetDefinitionType type) |
| Constructor and Description |
|---|
NoteWidgetDefinitionTypeSerializer(Class<NoteWidgetDefinitionType> t) |
Copyright © 2024. All rights reserved.