| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static AnnotationKind |
AnnotationKind.POINT_IN_TIME |
static AnnotationKind |
AnnotationKind.TIME_REGION |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationKind |
AnnotationKind.fromValue(String value) |
AnnotationKind |
AnnotationInPage.getType()
Kind of annotation.
|
AnnotationKind |
AnnotationCreateAttributes.getType()
Kind of annotation.
|
AnnotationKind |
AnnotationAttributes.getType()
Kind of annotation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationKind.AnnotationKindSerializer.serialize(AnnotationKind value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AnnotationInPage.setType(AnnotationKind type) |
void |
AnnotationCreateAttributes.setType(AnnotationKind type) |
void |
AnnotationAttributes.setType(AnnotationKind type) |
AnnotationInPage |
AnnotationInPage.type(AnnotationKind type) |
AnnotationCreateAttributes |
AnnotationCreateAttributes.type(AnnotationKind type) |
AnnotationAttributes |
AnnotationAttributes.type(AnnotationKind type) |
| Constructor and Description |
|---|
AnnotationAttributes(String authorId,
AnnotationColor color,
Long createdAt,
String description,
Long endTime,
Long modifiedAt,
String pageId,
Long startTime,
AnnotationKind type) |
AnnotationCreateAttributes(AnnotationColor color,
String description,
String pageId,
Long startTime,
AnnotationKind type) |
AnnotationInPage(String authorId,
AnnotationColor color,
Long createdAt,
String description,
Long endTime,
UUID id,
Long modifiedAt,
String pageId,
Long startTime,
AnnotationKind type) |
| Constructor and Description |
|---|
AnnotationKindSerializer(Class<AnnotationKind> t) |
Copyright © 2026. All rights reserved.