| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AnnotationInPage |
AnnotationInPage.addWidgetIdsItem(String widgetIdsItem) |
AnnotationInPage |
AnnotationInPage.authorId(String authorId) |
AnnotationInPage |
AnnotationInPage.color(AnnotationColor color) |
AnnotationInPage |
AnnotationInPage.createdAt(Long createdAt) |
AnnotationInPage |
AnnotationInPage.description(String description) |
AnnotationInPage |
AnnotationInPage.endTime(Long endTime) |
AnnotationInPage |
AnnotationInPage.id(UUID id) |
AnnotationInPage |
AnnotationInPage.modifiedAt(Long modifiedAt) |
AnnotationInPage |
AnnotationInPage.pageId(String pageId) |
AnnotationInPage |
AnnotationInPage.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AnnotationInPage |
AnnotationInPage.startTime(Long startTime) |
AnnotationInPage |
AnnotationInPage.type(AnnotationKind type) |
AnnotationInPage |
AnnotationInPage.widgetIds(List<String> widgetIds) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AnnotationInPage> |
PageAnnotationsAttributes.getAnnotations()
Map of annotation UUID to annotation object, keyed by annotation ID.
|
| Modifier and Type | Method and Description |
|---|---|
PageAnnotationsAttributes |
PageAnnotationsAttributes.putAnnotationsItem(String key,
AnnotationInPage annotationsItem) |
| Modifier and Type | Method and Description |
|---|---|
PageAnnotationsAttributes |
PageAnnotationsAttributes.annotations(Map<String,AnnotationInPage> annotations) |
void |
PageAnnotationsAttributes.setAnnotations(Map<String,AnnotationInPage> annotations) |
| Constructor and Description |
|---|
PageAnnotationsAttributes(Map<String,AnnotationInPage> annotations,
List<UUID> globalAnnotations,
Map<String,List<UUID>> widgetMapping) |
Copyright © 2026. All rights reserved.