Uses of Enum Class
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.vulnerabilityMethods in org.cyclonedx.model.vulnerability that return Vulnerability.Analysis.ResponseModifier and TypeMethodDescriptionVulnerability.Analysis.Response.fromString(String text) Returns the enum constant of this class with the specified name.static Vulnerability.Analysis.Response[]Vulnerability.Analysis.Response.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cyclonedx.model.vulnerability that return types with arguments of type Vulnerability.Analysis.ResponseMethods in org.cyclonedx.model.vulnerability with parameters of type Vulnerability.Analysis.ResponseModifier and TypeMethodDescriptionvoidVulnerability.Analysis.addResponse(Vulnerability.Analysis.Response response) Method parameters in org.cyclonedx.model.vulnerability with type arguments of type Vulnerability.Analysis.ResponseModifier and TypeMethodDescriptionvoidVulnerability.Analysis.setResponses(List<Vulnerability.Analysis.Response> responses)