| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static NotebookMetadataType |
NotebookMetadataType.DOCUMENTATION |
static NotebookMetadataType |
NotebookMetadataType.INVESTIGATION |
static NotebookMetadataType |
NotebookMetadataType.POSTMORTEM |
static NotebookMetadataType |
NotebookMetadataType.REPORT |
static NotebookMetadataType |
NotebookMetadataType.RUNBOOK |
| Modifier and Type | Method and Description |
|---|---|
static NotebookMetadataType |
NotebookMetadataType.fromValue(String value) |
NotebookMetadataType |
NotebookMetadata.getType()
Metadata type of the notebook.
|
| Modifier and Type | Method and Description |
|---|---|
org.openapitools.jackson.nullable.JsonNullable<NotebookMetadataType> |
NotebookMetadata.getType_JsonNullable() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotebookMetadataType.NotebookMetadataTypeSerializer.serialize(NotebookMetadataType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
NotebookMetadata.setType(NotebookMetadataType type) |
NotebookMetadata |
NotebookMetadata.type(NotebookMetadataType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotebookMetadata.setType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<NotebookMetadataType> type) |
| Constructor and Description |
|---|
NotebookMetadataTypeSerializer(Class<NotebookMetadataType> t) |
Copyright © 2024. All rights reserved.