Package de.presti.ree6.logger.events
Enum Class LogTyp
- All Implemented Interfaces:
Serializable
,Comparable<LogTyp>
,Constable
The used Log-Types.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionLogTyp for the Logs which are fired when channel data gets changed.LogTyp for not yet implemented Logs.LogTyp for the Logs which are fired when User role related data changes.LogTyp for the Logs which are fired when a Message gets deleted.LogTyp for the Logs which are fired when a User changes their Nickname.LogTyp for the Logs which are fired when a Role gets changed.LogTyp for the Logs which are fired when a User gets invited to a GuildLogTyp for the Logs which are fired when a User joins a Guild.LogTyp for the Logs which are fired when a User leaves a Guild.LogTyp for the Logs which are fired when a User gets banned.LogTyp for the Logs which are fired when a User gets unbanned.LogTyp for the Logs which are fired when a User joins a Voice-channel.LogTyp for the Logs which are fired when a User leaves a Voice-channel.LogTyp for the Logs which are fired when a User moves between Voice channels. -
Method Summary
-
Enum Constant Details
-
SERVER_JOIN
LogTyp for the Logs which are fired when a User joins a Guild. -
SERVER_LEAVE
LogTyp for the Logs which are fired when a User leaves a Guild. -
SERVER_INVITE
LogTyp for the Logs which are fired when a User gets invited to a Guild -
VC_JOIN
LogTyp for the Logs which are fired when a User joins a Voice-channel. -
VC_MOVE
LogTyp for the Logs which are fired when a User moves between Voice channels. -
VC_LEAVE
LogTyp for the Logs which are fired when a User leaves a Voice-channel. -
NICKNAME_CHANGE
LogTyp for the Logs which are fired when a User changes their Nickname. -
ROLEDATA_CHANGE
LogTyp for the Logs which are fired when a Role gets changed. -
MEMBERROLE_CHANGE
LogTyp for the Logs which are fired when User role related data changes. -
CHANNELDATA_CHANGE
LogTyp for the Logs which are fired when channel data gets changed. -
USER_BAN
LogTyp for the Logs which are fired when a User gets banned. -
USER_UNBAN
LogTyp for the Logs which are fired when a User gets unbanned. -
MESSAGE_DELETE
LogTyp for the Logs which are fired when a Message gets deleted. -
ELSE
LogTyp for not yet implemented Logs.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-