public static enum PreMeetingService.ScheduleOrEditMeetingError extends java.lang.Enum<PreMeetingService.ScheduleOrEditMeetingError>
Enum Constant and Description |
---|
HOST_MEETING_IN_CHINA_NOT_SUPPORT
Host meeting in China is not supported.
|
INVAILD_MEETING_AUDIO_TYPE
The meeting audio type is invalid.
|
INVAILD_MEETING_AUTO_RECORD_TYPE
Meeting auto-recording type is invalid.
|
INVAILD_MEETING_TIMEZONE
The meeting timezone is invalid.
|
INVAILD_MEETING_TOPIC
The meeting topic is invalid.
|
INVAILD_SCHEDULE_FOR_HOST_EMAIL
The email to be set as host is invalid.
|
INVAILD_SPECIFIED_DOMAINS
Specified domains are invalid.
|
INVAILD_THIRD_PARTY_AUDIO_INFO
The third party audio information is invalid.
|
INVALID_PARAMETER
The meeting parameters are invalid.
|
ONLY_SIGNIN_USER_CAN_JOIN_NOT_SUPPORT
The feature that only signed-in user can join the meeting is not supported.
|
OTHER_ERROR
Other errors.
|
SPECIFIED_DOMAINS_CAN_JOIN_NOT_SUPPORT
The feature that users who are in specified domains can join the meeting is not supported.
|
SUCCESS
Schedule meeting successfully.
|
WRONG_USAGE_ERROR
Incorrect usage of the feature.
|
Modifier and Type | Method and Description |
---|---|
static PreMeetingService.ScheduleOrEditMeetingError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PreMeetingService.ScheduleOrEditMeetingError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreMeetingService.ScheduleOrEditMeetingError SUCCESS
public static final PreMeetingService.ScheduleOrEditMeetingError WRONG_USAGE_ERROR
public static final PreMeetingService.ScheduleOrEditMeetingError INVALID_PARAMETER
public static final PreMeetingService.ScheduleOrEditMeetingError INVAILD_MEETING_TOPIC
public static final PreMeetingService.ScheduleOrEditMeetingError INVAILD_MEETING_TIMEZONE
public static final PreMeetingService.ScheduleOrEditMeetingError INVAILD_MEETING_AUDIO_TYPE
public static final PreMeetingService.ScheduleOrEditMeetingError INVAILD_THIRD_PARTY_AUDIO_INFO
public static final PreMeetingService.ScheduleOrEditMeetingError INVAILD_SCHEDULE_FOR_HOST_EMAIL
public static final PreMeetingService.ScheduleOrEditMeetingError ONLY_SIGNIN_USER_CAN_JOIN_NOT_SUPPORT
public static final PreMeetingService.ScheduleOrEditMeetingError SPECIFIED_DOMAINS_CAN_JOIN_NOT_SUPPORT
public static final PreMeetingService.ScheduleOrEditMeetingError INVAILD_SPECIFIED_DOMAINS
public static final PreMeetingService.ScheduleOrEditMeetingError INVAILD_MEETING_AUTO_RECORD_TYPE
public static final PreMeetingService.ScheduleOrEditMeetingError HOST_MEETING_IN_CHINA_NOT_SUPPORT
public static final PreMeetingService.ScheduleOrEditMeetingError OTHER_ERROR
public static PreMeetingService.ScheduleOrEditMeetingError[] values()
for (PreMeetingService.ScheduleOrEditMeetingError c : PreMeetingService.ScheduleOrEditMeetingError.values()) System.out.println(c);
public static PreMeetingService.ScheduleOrEditMeetingError 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