public enum CallStatsStreamType extends Enum<CallStatsStreamType>
| Modifier and Type | Method and Description |
|---|---|
int |
getMessageCode() |
String |
getMessageType() |
String |
toString() |
static CallStatsStreamType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallStatsStreamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CallStatsStreamType INBOUND
public static final CallStatsStreamType OUTBOUND
public static CallStatsStreamType[] values()
for (CallStatsStreamType c : CallStatsStreamType.values()) System.out.println(c);
public static CallStatsStreamType 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 getMessageType()
public int getMessageCode()
public String toString()
toString in class Enum<CallStatsStreamType>Copyright © 2021. All rights reserved.