public enum ThreatAssessmentContentType extends java.lang.Enum<ThreatAssessmentContentType>
| Enum Constant and Description |
|---|
FILE
file
|
MAIL
mail
|
UNEXPECTED_VALUE
For ThreatAssessmentContentType values that were not expected from the service
|
URL
url
|
| Modifier and Type | Method and Description |
|---|---|
static ThreatAssessmentContentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreatAssessmentContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreatAssessmentContentType MAIL
public static final ThreatAssessmentContentType URL
public static final ThreatAssessmentContentType FILE
public static final ThreatAssessmentContentType UNEXPECTED_VALUE
public static ThreatAssessmentContentType[] values()
for (ThreatAssessmentContentType c : ThreatAssessmentContentType.values()) System.out.println(c);
public static ThreatAssessmentContentType 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 null