public enum RegistrationFeatureType extends java.lang.Enum<RegistrationFeatureType>
| Enum Constant and Description |
|---|
BDSA |
BINARY_ANALYSIS |
CONNECT_AND_SHARE |
CRYPTO_ALGORITHMS |
CUSTOM_SIGNATURES |
DEEP_VULNERABILITY_INTELLIGENCE |
ISCAN |
NOTIFICATIONS |
OPSSIGHT |
OSS_ATTRIBUTION |
OSS_NOTICES_REPORTS |
POLICY_MANAGEMENT |
PROJECT_MANAGEMENT |
REST_API |
RISK_MANAGEMENT |
SNIPPET |
THREAT_CHECKER |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prettyPrint() |
static RegistrationFeatureType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegistrationFeatureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegistrationFeatureType BDSA
public static final RegistrationFeatureType BINARY_ANALYSIS
public static final RegistrationFeatureType CONNECT_AND_SHARE
public static final RegistrationFeatureType CRYPTO_ALGORITHMS
public static final RegistrationFeatureType CUSTOM_SIGNATURES
public static final RegistrationFeatureType DEEP_VULNERABILITY_INTELLIGENCE
public static final RegistrationFeatureType ISCAN
public static final RegistrationFeatureType NOTIFICATIONS
public static final RegistrationFeatureType OPSSIGHT
public static final RegistrationFeatureType OSS_ATTRIBUTION
public static final RegistrationFeatureType OSS_NOTICES_REPORTS
public static final RegistrationFeatureType POLICY_MANAGEMENT
public static final RegistrationFeatureType PROJECT_MANAGEMENT
public static final RegistrationFeatureType REST_API
public static final RegistrationFeatureType RISK_MANAGEMENT
public static final RegistrationFeatureType SNIPPET
public static final RegistrationFeatureType THREAT_CHECKER
public static RegistrationFeatureType[] values()
for (RegistrationFeatureType c : RegistrationFeatureType.values()) System.out.println(c);
public static RegistrationFeatureType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String prettyPrint()