| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SBOMComponentDependency |
SBOMComponentDependency.addDependsOnItem(String dependsOnItem) |
SBOMComponentDependency |
SBOMComponentDependency.dependsOn(List<String> dependsOn) |
SBOMComponentDependency |
SBOMComponentDependency.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SBOMComponentDependency |
SBOMComponentDependency.ref(String ref) |
| Modifier and Type | Method and Description |
|---|---|
List<SBOMComponentDependency> |
SBOMAttributes.getDependencies()
List of dependencies between components of the SBOM.
|
| Modifier and Type | Method and Description |
|---|---|
SBOMAttributes |
SBOMAttributes.addDependenciesItem(SBOMComponentDependency dependenciesItem) |
| Modifier and Type | Method and Description |
|---|---|
SBOMAttributes |
SBOMAttributes.dependencies(List<SBOMComponentDependency> dependencies) |
void |
SBOMAttributes.setDependencies(List<SBOMComponentDependency> dependencies) |
| Constructor and Description |
|---|
SBOMAttributes(String bomFormat,
List<SBOMComponent> components,
List<SBOMComponentDependency> dependencies,
SBOMMetadata metadata,
String serialNumber,
SpecVersion specVersion,
Long version) |
Copyright © 2025. All rights reserved.