| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SBOMComponent |
SBOMComponent.addLicensesItem(SBOMComponentLicense licensesItem) |
SBOMComponent |
SBOMComponent.addPropertiesItem(SBOMComponentProperty propertiesItem) |
SBOMComponent |
SBOMComponent.bomRef(String bomRef) |
SBOMComponent |
SBOMComponent.licenses(List<SBOMComponentLicense> licenses) |
SBOMComponent |
SBOMComponent.name(String name) |
SBOMComponent |
SBOMComponent.properties(List<SBOMComponentProperty> properties) |
SBOMComponent |
SBOMComponent.purl(String purl) |
SBOMComponent |
SBOMComponent.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SBOMComponent |
SBOMComponent.supplier(SBOMComponentSupplier supplier) |
SBOMComponent |
SBOMComponent.type(SBOMComponentType type) |
SBOMComponent |
SBOMComponent.version(String version) |
| Modifier and Type | Method and Description |
|---|---|
List<SBOMComponent> |
SBOMAttributes.getComponents()
A list of software and hardware components.
|
| Modifier and Type | Method and Description |
|---|---|
SBOMAttributes |
SBOMAttributes.addComponentsItem(SBOMComponent componentsItem) |
| Modifier and Type | Method and Description |
|---|---|
SBOMAttributes |
SBOMAttributes.components(List<SBOMComponent> components) |
void |
SBOMAttributes.setComponents(List<SBOMComponent> components) |
| 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.