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