| Modifier and Type | Method and Description |
|---|---|
static Role |
Role.fromValue(String value) |
static Role |
Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Role> |
Artifact.getRoles()
The role or roles played by the artifact in the analysis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Artifact.setRoles(Set<Role> roles)
The role or roles played by the artifact in the analysis.
|
Artifact |
Artifact.withRoles(Set<Role> roles) |
Copyright © 2020 Contrast Security. All rights reserved.