| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static AnnotationType |
AnnotationType.ANNOTATION |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationType |
AnnotationType.fromValue(String value) |
AnnotationType |
AnnotationRequestData.getType()
Annotation resource type.
|
AnnotationType |
AnnotationData.getType()
Annotation resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationType.AnnotationTypeSerializer.serialize(AnnotationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AnnotationRequestData.setType(AnnotationType type) |
void |
AnnotationData.setType(AnnotationType type) |
AnnotationRequestData |
AnnotationRequestData.type(AnnotationType type) |
AnnotationData |
AnnotationData.type(AnnotationType type) |
| Constructor and Description |
|---|
AnnotationData(AnnotationAttributes attributes,
UUID id,
AnnotationType type) |
AnnotationRequestData(AnnotationCreateAttributes attributes,
AnnotationType type) |
| Constructor and Description |
|---|
AnnotationTypeSerializer(Class<AnnotationType> t) |
Copyright © 2026. All rights reserved.