Package com.vonage.client.incoming
Enum Class CallStatusDetail
- All Implemented Interfaces:
Serializable,Comparable<CallStatusDetail>,java.lang.constant.Constable
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Cannot route to the number.Deprecated.Carrier timed out.Deprecated.Call rejected by callee.Deprecated.Server error or failure.Deprecated.Number invalid.Deprecated.No detail field present.Deprecated.Number is no longer available.Deprecated.Rejected by carrier.Deprecated.Callee is temporarily unavailable.Deprecated.Detail present, but has not been mapped to an enum yet. -
Method Summary
Modifier and TypeMethodDescriptionstatic CallStatusDetailfromString(String detail) Deprecated.static CallStatusDetailDeprecated.Returns the enum constant of this class with the specified name.static CallStatusDetail[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NO_DETAIL
Deprecated.No detail field present. -
UNMAPPED_DETAIL
Deprecated.Detail present, but has not been mapped to an enum yet. -
INVALID_NUMBER
Deprecated.Number invalid. -
RESTRICTED
Deprecated.Rejected by carrier. -
DECLINED
Deprecated.Call rejected by callee. -
CANNOT_ROUTE
Deprecated.Cannot route to the number. -
NUMBER_OUT_OF_SERVICE
Deprecated.Number is no longer available. -
INTERNAL_ERROR
Deprecated.Server error or failure. -
CARRIER_TIMEOUT
Deprecated.Carrier timed out. -
UNAVAILABLE
Deprecated.Callee is temporarily unavailable.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromString
Deprecated.
-
CallStatusDetail.