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