public static enum InMeetingChatController.MobileRTCWebinarChatPriviledge extends java.lang.Enum<InMeetingChatController.MobileRTCWebinarChatPriviledge>
| Enum Constant and Description |
|---|
All_Panelists |
All_Panelists_And_Attendees |
No_One |
| Modifier and Type | Method and Description |
|---|---|
static InMeetingChatController.MobileRTCWebinarChatPriviledge |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InMeetingChatController.MobileRTCWebinarChatPriviledge[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InMeetingChatController.MobileRTCWebinarChatPriviledge No_One
public static final InMeetingChatController.MobileRTCWebinarChatPriviledge All_Panelists
public static final InMeetingChatController.MobileRTCWebinarChatPriviledge All_Panelists_And_Attendees
public static InMeetingChatController.MobileRTCWebinarChatPriviledge[] values()
for (InMeetingChatController.MobileRTCWebinarChatPriviledge c : InMeetingChatController.MobileRTCWebinarChatPriviledge.values()) System.out.println(c);
public static InMeetingChatController.MobileRTCWebinarChatPriviledge 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