public enum QChatSystemNotificationType extends java.lang.Enum<QChatSystemNotificationType>
限定符和类型 | 方法和说明 |
---|---|
int |
getValue() |
static QChatSystemNotificationType |
typeOfValue(int value) |
static QChatSystemNotificationType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static QChatSystemNotificationType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final QChatSystemNotificationType SERVER_MEMBER_INVITE
public static final QChatSystemNotificationType SERVER_MEMBER_INVITE_REJECT
public static final QChatSystemNotificationType SERVER_MEMBER_APPLY
public static final QChatSystemNotificationType SERVER_MEMBER_APPLY_REJECT
public static final QChatSystemNotificationType SERVER_CREATE
public static final QChatSystemNotificationType SERVER_REMOVE
public static final QChatSystemNotificationType SERVER_UPDATE
public static final QChatSystemNotificationType SERVER_MEMBER_INVITE_DONE
public static final QChatSystemNotificationType SERVER_MEMBER_INVITE_ACCEPT
public static final QChatSystemNotificationType SERVER_MEMBER_APPLY_DONE
public static final QChatSystemNotificationType SERVER_MEMBER_APPLY_ACCEPT
public static final QChatSystemNotificationType SERVER_MEMBER_KICK
public static final QChatSystemNotificationType SERVER_MEMBER_LEAVE
public static final QChatSystemNotificationType SERVER_MEMBER_UPDATE
public static final QChatSystemNotificationType CHANNEL_CREATE
public static final QChatSystemNotificationType CHANNEL_REMOVE
public static final QChatSystemNotificationType CHANNEL_UPDATE
public static final QChatSystemNotificationType CHANNEL_UPDATE_WHITE_BLACK_ROLE
public static final QChatSystemNotificationType CHANNEL_UPDATE_WHITE_BLACK_MEMBER
public static final QChatSystemNotificationType UPDATE_QUICK_COMMENT
public static final QChatSystemNotificationType CHANNEL_CATEGORY_CREATE
public static final QChatSystemNotificationType CHANNEL_CATEGORY_REMOVE
public static final QChatSystemNotificationType CHANNEL_CATEGORY_UPDATE
public static final QChatSystemNotificationType CHANNEL_CATEGORY_UPDATE_WHITE_BLACK_ROLE
public static final QChatSystemNotificationType CHANNEL_CATEGORY_UPDATE_WHITE_BLACK_MEMBER
public static final QChatSystemNotificationType SERVER_ROLE_MEMBER_ADD
public static final QChatSystemNotificationType SERVER_ROLE_MEMBER_DELETE
public static final QChatSystemNotificationType SERVER_ROLE_AUTH_UPDATE
public static final QChatSystemNotificationType CHANNEL_ROLE_AUTH_UPDATE
public static final QChatSystemNotificationType MEMBER_ROLE_AUTH_UPDATE
public static final QChatSystemNotificationType CHANNEL_VISIBILITY_UPDATE
public static final QChatSystemNotificationType SERVER_ENTER_LEAVE
public static final QChatSystemNotificationType SERVER_MEMBER_JOIN_BY_INVITE_CODE
public static final QChatSystemNotificationType VISITOR_CHANNEL_VISIBILITY_UPDATE
public static final QChatSystemNotificationType MY_MEMBER_INFO_UPDATED
public static final QChatSystemNotificationType CUSTOM
public static QChatSystemNotificationType[] values()
for (QChatSystemNotificationType c : QChatSystemNotificationType.values()) System.out.println(c);
public static QChatSystemNotificationType valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值public int getValue()
public static QChatSystemNotificationType typeOfValue(int value)