| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SBOMComponentProperty |
SBOMComponentProperty.name(String name) |
SBOMComponentProperty |
SBOMComponentProperty.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SBOMComponentProperty |
SBOMComponentProperty.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<SBOMComponentProperty> |
SBOMComponent.getProperties()
The custom properties of the component of the SBOM.
|
| Modifier and Type | Method and Description |
|---|---|
SBOMComponent |
SBOMComponent.addPropertiesItem(SBOMComponentProperty propertiesItem) |
| Modifier and Type | Method and Description |
|---|---|
SBOMComponent |
SBOMComponent.properties(List<SBOMComponentProperty> properties) |
void |
SBOMComponent.setProperties(List<SBOMComponentProperty> properties) |
Copyright © 2026. All rights reserved.