| Package | Description |
|---|---|
| org.cyclonedx.model | |
| org.cyclonedx.model.vulnerability |
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationalContact> |
Metadata.getAuthors() |
List<OrganizationalContact> |
OrganizationalEntity.getContacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Metadata.addAuthor(OrganizationalContact author) |
void |
OrganizationalEntity.addContact(OrganizationalContact contact) |
| Modifier and Type | Method and Description |
|---|---|
void |
Metadata.setAuthors(List<OrganizationalContact> authors) |
void |
OrganizationalEntity.setContacts(List<OrganizationalContact> contacts) |
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationalContact> |
Vulnerability.Credits.getIndividuals() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vulnerability.Credits.setIndividuals(List<OrganizationalContact> individuals) |
Copyright © 2017–2022 OWASP Foundation. All rights reserved.