| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static CycloneDXComponentType |
CycloneDXComponentType.APPLICATION |
static CycloneDXComponentType |
CycloneDXComponentType.LIBRARY |
static CycloneDXComponentType |
CycloneDXComponentType.OPERATING_SYSTEM |
| Modifier and Type | Method and Description |
|---|---|
static CycloneDXComponentType |
CycloneDXComponentType.fromValue(String value) |
CycloneDXComponentType |
CycloneDXComponent.getType()
The type of the scanned component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CycloneDXComponentType.CycloneDXComponentTypeSerializer.serialize(CycloneDXComponentType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CycloneDXComponent.setType(CycloneDXComponentType type) |
CycloneDXComponent |
CycloneDXComponent.type(CycloneDXComponentType type) |
| Constructor and Description |
|---|
CycloneDXComponent(String bomRef,
String name,
CycloneDXComponentType type,
String version) |
| Constructor and Description |
|---|
CycloneDXComponentTypeSerializer(Class<CycloneDXComponentType> t) |
Copyright © 2026. All rights reserved.