Enum NvdCveClientBuilder.BooleanFilter

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      HAS_CERT_ALERTS
      Returns vulnerabilities with have CERT alerts.
      HAS_CERT_NOTES
      Returns vulnerabilities with have CERT notes.
      HAS_KEV
      Returns vulnerabilities with Known Exploited Vulnerabilities information.
      HAS_OVAL
      Returns vulnerabilities that have OVAL information.
      IS_VULNERABLE
      Used in conjunction with the CPE Search and returns only those considered vulnerable.
      NO_REJECTED
      Do not include rejected CVEs.
    • Method Detail

      • values

        public static NvdCveClientBuilder.BooleanFilter[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (NvdCveClientBuilder.BooleanFilter c : NvdCveClientBuilder.BooleanFilter.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static NvdCveClientBuilder.BooleanFilter valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • toParameterName

        public java.lang.String toParameterName()
        Returns the API querystring parameter.
        Returns:
        the API querystring parameter