| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static VulnerabilitiesType |
VulnerabilitiesType.VULNERABILITIES |
| Modifier and Type | Method and Description |
|---|---|
static VulnerabilitiesType |
VulnerabilitiesType.fromValue(String value) |
VulnerabilitiesType |
Vulnerability.getType()
The JSON:API type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VulnerabilitiesType.VulnerabilitiesTypeSerializer.serialize(VulnerabilitiesType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
Vulnerability.setType(VulnerabilitiesType type) |
Vulnerability |
Vulnerability.type(VulnerabilitiesType type) |
| Constructor and Description |
|---|
Vulnerability(VulnerabilityAttributes attributes,
String id,
VulnerabilityRelationships relationships,
VulnerabilitiesType type) |
| Constructor and Description |
|---|
VulnerabilitiesTypeSerializer(Class<VulnerabilitiesType> t) |
Copyright © 2026. All rights reserved.