Uses of Enum
org.cyclonedx.model.vulnerability.Vulnerability.Analysis.Response
Packages that use Vulnerability.Analysis.Response
-
Uses of Vulnerability.Analysis.Response in org.cyclonedx.model.vulnerability
Subclasses with type arguments of type Vulnerability.Analysis.Response in org.cyclonedx.model.vulnerabilityFields in org.cyclonedx.model.vulnerability with type parameters of type Vulnerability.Analysis.ResponseModifier and TypeFieldDescriptionprivate List<Vulnerability.Analysis.Response> Vulnerability.Analysis.responsesMethods in org.cyclonedx.model.vulnerability that return Vulnerability.Analysis.ResponseModifier and TypeMethodDescriptionVulnerability.Analysis.Response.fromString(String text) Returns the enum constant of this type with the specified name.static Vulnerability.Analysis.Response[]Vulnerability.Analysis.Response.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cyclonedx.model.vulnerability that return types with arguments of type Vulnerability.Analysis.ResponseMethod parameters in org.cyclonedx.model.vulnerability with type arguments of type Vulnerability.Analysis.ResponseModifier and TypeMethodDescriptionvoidVulnerability.Analysis.setResponses(List<Vulnerability.Analysis.Response> responses)