| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static AnnotationColor |
AnnotationColor.BLUE |
static AnnotationColor |
AnnotationColor.GRAY |
static AnnotationColor |
AnnotationColor.GREEN |
static AnnotationColor |
AnnotationColor.PURPLE |
static AnnotationColor |
AnnotationColor.RED |
static AnnotationColor |
AnnotationColor.YELLOW |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationColor |
AnnotationColor.fromValue(String value) |
AnnotationColor |
AnnotationInPage.getColor()
Color used to render the annotation in the UI.
|
AnnotationColor |
AnnotationCreateAttributes.getColor()
Color used to render the annotation in the UI.
|
AnnotationColor |
AnnotationAttributes.getColor()
Color used to render the annotation in the UI.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationInPage |
AnnotationInPage.color(AnnotationColor color) |
AnnotationCreateAttributes |
AnnotationCreateAttributes.color(AnnotationColor color) |
AnnotationAttributes |
AnnotationAttributes.color(AnnotationColor color) |
void |
AnnotationColor.AnnotationColorSerializer.serialize(AnnotationColor value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AnnotationInPage.setColor(AnnotationColor color) |
void |
AnnotationCreateAttributes.setColor(AnnotationColor color) |
void |
AnnotationAttributes.setColor(AnnotationColor color) |
| 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 |
|---|
AnnotationColorSerializer(Class<AnnotationColor> t) |
Copyright © 2026. All rights reserved.