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