public enum WSEventType extends java.lang.Enum<WSEventType>
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getValue() |
static WSEventType |
ofValue(java.lang.String value) |
static WSEventType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static WSEventType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final WSEventType EventGuildCreate
public static final WSEventType EventGuildUpdate
public static final WSEventType EventGuildDelete
public static final WSEventType EventChannelCreate
public static final WSEventType EventChannelUpdate
public static final WSEventType EventChannelDelete
public static final WSEventType EventGuildMemberAdd
public static final WSEventType EventGuildMemberUpdate
public static final WSEventType EventGuildMemberRemove
public static final WSEventType EventMessageCreate
public static final WSEventType EventMessageReactionAdd
public static final WSEventType EventMessageReactionRemove
public static final WSEventType EventAtMessageCreate
public static final WSEventType EventPublicMessageDelete
public static final WSEventType EventDirectMessageCreate
public static final WSEventType EventDirectMessageDelete
public static final WSEventType EventAudioStart
public static final WSEventType EventAudioFinish
public static final WSEventType EventAudioOnMic
public static final WSEventType EventAudioOffMic
public static final WSEventType EventMessageAuditPass
public static final WSEventType EventMessageAuditReject
public static final WSEventType EventMessageDelete
public static final WSEventType EventForumThreadCreate
public static final WSEventType EventForumThreadUpdate
public static final WSEventType EventForumThreadDelete
public static final WSEventType EventForumPostCreate
public static final WSEventType EventForumPostDelete
public static final WSEventType EventForumReplyCreate
public static final WSEventType EventForumReplyDelete
public static final WSEventType EventForumAuditResult
public static final WSEventType EventInteractionCreate
public static final WSEventType TypeReady
public static final WSEventType TypeResumed
public static WSEventType[] values()
for (WSEventType c : WSEventType.values()) System.out.println(c);
public static WSEventType valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public java.lang.String getValue()
public static WSEventType ofValue(java.lang.String value)
Copyright © 2023. All rights reserved.