| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static SpecVersion |
SpecVersion.ONE_FIVE |
static SpecVersion |
SpecVersion.ONE_FOUR |
static SpecVersion |
SpecVersion.ONE_ONE |
static SpecVersion |
SpecVersion.ONE_THREE |
static SpecVersion |
SpecVersion.ONE_TWO |
static SpecVersion |
SpecVersion.ONE_ZERO |
| Modifier and Type | Method and Description |
|---|---|
static SpecVersion |
SpecVersion.fromValue(String value) |
SpecVersion |
SBOMAttributes.getSpecVersion()
The version of the CycloneDX specification a BOM conforms to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpecVersion.SpecVersionSerializer.serialize(SpecVersion value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SBOMAttributes.setSpecVersion(SpecVersion specVersion) |
SBOMAttributes |
SBOMAttributes.specVersion(SpecVersion specVersion) |
| Constructor and Description |
|---|
SBOMAttributes(String bomFormat,
List<SBOMComponent> components,
List<SBOMComponentDependency> dependencies,
SBOMMetadata metadata,
String serialNumber,
SpecVersion specVersion,
Long version) |
| Constructor and Description |
|---|
SpecVersionSerializer(Class<SpecVersion> t) |
Copyright © 2025. All rights reserved.