public static enum EventNotificationContent.EventNotificationType extends java.lang.Enum<EventNotificationContent.EventNotificationType>
枚举常量和说明 |
---|
group_dissolved
群组被群主解散
|
group_info_updated
群信息被更新
|
group_keeper_added
用户被指派为群管理员
|
group_keeper_removed
群管理员权限被撤销
|
group_max_member_count_changed
群组最大成员数变更
|
group_member_added
群成员被添加
|
group_member_exit
群成员退群
|
group_member_keep_silence
群成员被禁言
|
group_member_keep_silence_cancel
群成员禁言解除
|
group_member_removed
群成员被移除
|
group_owner_changed
群主权限转移
|
group_type_changed
群组类型(公开群、私有群等)变更
|
限定符和类型 | 方法和说明 |
---|---|
static EventNotificationContent.EventNotificationType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static EventNotificationContent.EventNotificationType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final EventNotificationContent.EventNotificationType group_member_added
public static final EventNotificationContent.EventNotificationType group_member_removed
public static final EventNotificationContent.EventNotificationType group_member_exit
public static final EventNotificationContent.EventNotificationType group_info_updated
public static final EventNotificationContent.EventNotificationType group_member_keep_silence
public static final EventNotificationContent.EventNotificationType group_member_keep_silence_cancel
public static final EventNotificationContent.EventNotificationType group_keeper_added
public static final EventNotificationContent.EventNotificationType group_keeper_removed
public static final EventNotificationContent.EventNotificationType group_dissolved
public static final EventNotificationContent.EventNotificationType group_owner_changed
public static final EventNotificationContent.EventNotificationType group_type_changed
public static final EventNotificationContent.EventNotificationType group_max_member_count_changed
public static EventNotificationContent.EventNotificationType[] values()
for (EventNotificationContent.EventNotificationType c : EventNotificationContent.EventNotificationType.values()) System.out.println(c);
public static EventNotificationContent.EventNotificationType valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值