public static enum InviteRoomSystemHelper.CallOutRoomSystemStatus extends java.lang.Enum<InviteRoomSystemHelper.CallOutRoomSystemStatus>
Enum Constant and Description |
---|
CallOutRoomSystem_Busy
Busy
|
CallOutRoomSystem_Decline
Decline
|
CallOutRoomSystem_Failed
Call failed.
|
CallOutRoomSystem_Ring
Ring.
|
CallOutRoomSystem_Success
Call out successfully.
|
CallOutRoomSystem_Timeout
Call out timeout.
|
CallOutRoomSystem_Unknown
Unknown error.
|
Modifier and Type | Method and Description |
---|---|
static InviteRoomSystemHelper.CallOutRoomSystemStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InviteRoomSystemHelper.CallOutRoomSystemStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InviteRoomSystemHelper.CallOutRoomSystemStatus CallOutRoomSystem_Unknown
public static final InviteRoomSystemHelper.CallOutRoomSystemStatus CallOutRoomSystem_Success
public static final InviteRoomSystemHelper.CallOutRoomSystemStatus CallOutRoomSystem_Ring
public static final InviteRoomSystemHelper.CallOutRoomSystemStatus CallOutRoomSystem_Timeout
public static final InviteRoomSystemHelper.CallOutRoomSystemStatus CallOutRoomSystem_Failed
public static final InviteRoomSystemHelper.CallOutRoomSystemStatus CallOutRoomSystem_Busy
public static final InviteRoomSystemHelper.CallOutRoomSystemStatus CallOutRoomSystem_Decline
public static InviteRoomSystemHelper.CallOutRoomSystemStatus[] values()
for (InviteRoomSystemHelper.CallOutRoomSystemStatus c : InviteRoomSystemHelper.CallOutRoomSystemStatus.values()) System.out.println(c);
public static InviteRoomSystemHelper.CallOutRoomSystemStatus 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