| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static MetricNotebookType |
MetricNotebookType.NOTEBOOKS |
| Modifier and Type | Method and Description |
|---|---|
static MetricNotebookType |
MetricNotebookType.fromValue(String value) |
MetricNotebookType |
MetricNotebookAsset.getType()
Notebook resource type.
|
MetricNotebookType |
MetricAssetNotebookRelationship.getType()
Notebook resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricNotebookType.MetricNotebookTypeSerializer.serialize(MetricNotebookType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
MetricNotebookAsset.setType(MetricNotebookType type) |
void |
MetricAssetNotebookRelationship.setType(MetricNotebookType type) |
MetricNotebookAsset |
MetricNotebookAsset.type(MetricNotebookType type) |
MetricAssetNotebookRelationship |
MetricAssetNotebookRelationship.type(MetricNotebookType type) |
| Constructor and Description |
|---|
MetricNotebookAsset(String id,
MetricNotebookType type) |
| Constructor and Description |
|---|
MetricNotebookTypeSerializer(Class<MetricNotebookType> t) |
Copyright © 2024. All rights reserved.