public enum ChatMessagePolicyViolationVerdictDetailsTypes extends java.lang.Enum<ChatMessagePolicyViolationVerdictDetailsTypes>
| Enum Constant and Description |
|---|
ALLOW_FALSE_POSITIVE_OVERRIDE
allow False Positive Override
|
ALLOW_OVERRIDE_WITH_JUSTIFICATION
allow Override With Justification
|
ALLOW_OVERRIDE_WITHOUT_JUSTIFICATION
allow Override Without Justification
|
NONE
none
|
UNEXPECTED_VALUE
For ChatMessagePolicyViolationVerdictDetailsTypes values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static ChatMessagePolicyViolationVerdictDetailsTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChatMessagePolicyViolationVerdictDetailsTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChatMessagePolicyViolationVerdictDetailsTypes NONE
public static final ChatMessagePolicyViolationVerdictDetailsTypes ALLOW_FALSE_POSITIVE_OVERRIDE
public static final ChatMessagePolicyViolationVerdictDetailsTypes ALLOW_OVERRIDE_WITHOUT_JUSTIFICATION
public static final ChatMessagePolicyViolationVerdictDetailsTypes ALLOW_OVERRIDE_WITH_JUSTIFICATION
public static final ChatMessagePolicyViolationVerdictDetailsTypes UNEXPECTED_VALUE
public static ChatMessagePolicyViolationVerdictDetailsTypes[] values()
for (ChatMessagePolicyViolationVerdictDetailsTypes c : ChatMessagePolicyViolationVerdictDetailsTypes.values()) System.out.println(c);
public static ChatMessagePolicyViolationVerdictDetailsTypes 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