| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static SBOMComponentType |
SBOMComponentType.APPLICATION |
static SBOMComponentType |
SBOMComponentType.CONTAINER |
static SBOMComponentType |
SBOMComponentType.DATA |
static SBOMComponentType |
SBOMComponentType.DEVICE |
static SBOMComponentType |
SBOMComponentType.DEVICE_DRIVER |
static SBOMComponentType |
SBOMComponentType.FILE |
static SBOMComponentType |
SBOMComponentType.FIRMWARE |
static SBOMComponentType |
SBOMComponentType.FRAMEWORK |
static SBOMComponentType |
SBOMComponentType.LIBRARY |
static SBOMComponentType |
SBOMComponentType.MACHINE_LEARNING_MODEL |
static SBOMComponentType |
SBOMComponentType.OPERATING_SYSTEM |
static SBOMComponentType |
SBOMComponentType.PLATFORM |
| Modifier and Type | Method and Description |
|---|---|
static SBOMComponentType |
SBOMComponentType.fromValue(String value) |
SBOMComponentType |
SBOMComponent.getType()
The SBOM component type
|
| Modifier and Type | Method and Description |
|---|---|
void |
SBOMComponentType.SBOMComponentTypeSerializer.serialize(SBOMComponentType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SBOMComponent.setType(SBOMComponentType type) |
SBOMComponent |
SBOMComponent.type(SBOMComponentType type) |
| Constructor and Description |
|---|
SBOMComponent(String name,
SBOMComponentSupplier supplier,
SBOMComponentType type,
String version) |
| Constructor and Description |
|---|
SBOMComponentTypeSerializer(Class<SBOMComponentType> t) |
Copyright © 2026. All rights reserved.