public static enum Rule.Type extends Enum<Rule.Type>
Rule.type()| Enum Constant and Description |
|---|
INTERRUPTION_FILTER |
NON_TALK_TIME_FILTER |
SENTIMENT_FILTER |
TRANSCRIPT_FILTER |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static Rule.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rule.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rule.Type NON_TALK_TIME_FILTER
public static final Rule.Type INTERRUPTION_FILTER
public static final Rule.Type TRANSCRIPT_FILTER
public static final Rule.Type SENTIMENT_FILTER
public static final Rule.Type UNKNOWN_TO_SDK_VERSION
public static Rule.Type[] values()
for (Rule.Type c : Rule.Type.values()) System.out.println(c);
public static Rule.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.