public enum AutomaticCallbackReleaseCause extends Enum<AutomaticCallbackReleaseCause>
Enum Constant and Description |
---|
BUSY |
FORBIDDEN |
GLOBALFAILURE |
REQUESTFAILURE |
REQUESTTIMEOUT |
SERVERFAILURE |
TEMPORARILYUNAVAILABLE |
TRANSLATIONFAILURE |
USERNOTFOUND |
Modifier and Type | Method and Description |
---|---|
static AutomaticCallbackReleaseCause |
get(String value) |
static AutomaticCallbackReleaseCause[] |
getArray(String[] values) |
String |
toString() |
String |
value() |
static AutomaticCallbackReleaseCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomaticCallbackReleaseCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutomaticCallbackReleaseCause BUSY
public static final AutomaticCallbackReleaseCause FORBIDDEN
public static final AutomaticCallbackReleaseCause GLOBALFAILURE
public static final AutomaticCallbackReleaseCause REQUESTFAILURE
public static final AutomaticCallbackReleaseCause SERVERFAILURE
public static final AutomaticCallbackReleaseCause TRANSLATIONFAILURE
public static final AutomaticCallbackReleaseCause TEMPORARILYUNAVAILABLE
public static final AutomaticCallbackReleaseCause USERNOTFOUND
public static final AutomaticCallbackReleaseCause REQUESTTIMEOUT
public static AutomaticCallbackReleaseCause[] values()
for (AutomaticCallbackReleaseCause c : AutomaticCallbackReleaseCause.values()) System.out.println(c);
public static AutomaticCallbackReleaseCause 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 nullpublic String value()
public String toString()
toString
in class Enum<AutomaticCallbackReleaseCause>
public static AutomaticCallbackReleaseCause get(String value)
public static AutomaticCallbackReleaseCause[] getArray(String[] values)
Copyright © 2017 ECG. All rights reserved.