public static enum InviteRoomSystemHelper.PairingRoomSystemResult extends java.lang.Enum<InviteRoomSystemHelper.PairingRoomSystemResult>
Enum Constant and Description |
---|
PairingRoomSystem_Meeting_Not_Exist
The meeting does not exist.
|
PairingRoomSystem_No_Privilege
The user has no privilege to enter the meeting.
|
PairingRoomSystem_Other_Error
Other errors.
|
PairingRoomSystem_Paringcode_Not_Exist
The paring code does not exist.
|
PairingRoomSystem_Success
Paired successfully.
|
PairingRoomSystem_Unknown
Unknown error.
|
Modifier and Type | Method and Description |
---|---|
static InviteRoomSystemHelper.PairingRoomSystemResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InviteRoomSystemHelper.PairingRoomSystemResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InviteRoomSystemHelper.PairingRoomSystemResult PairingRoomSystem_Unknown
public static final InviteRoomSystemHelper.PairingRoomSystemResult PairingRoomSystem_Success
public static final InviteRoomSystemHelper.PairingRoomSystemResult PairingRoomSystem_Meeting_Not_Exist
public static final InviteRoomSystemHelper.PairingRoomSystemResult PairingRoomSystem_Paringcode_Not_Exist
public static final InviteRoomSystemHelper.PairingRoomSystemResult PairingRoomSystem_No_Privilege
public static final InviteRoomSystemHelper.PairingRoomSystemResult PairingRoomSystem_Other_Error
public static InviteRoomSystemHelper.PairingRoomSystemResult[] values()
for (InviteRoomSystemHelper.PairingRoomSystemResult c : InviteRoomSystemHelper.PairingRoomSystemResult.values()) System.out.println(c);
public static InviteRoomSystemHelper.PairingRoomSystemResult 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