Uses of Enum Class
de.murmelmeister.murmelapi.punishment.audit.PunishmentLog.Action
Packages that use PunishmentLog.Action
-
Uses of PunishmentLog.Action in de.murmelmeister.murmelapi.punishment.audit
Fields in de.murmelmeister.murmelapi.punishment.audit declared as PunishmentLog.ActionModifier and TypeFieldDescriptionprivate final PunishmentLog.ActionPunishmentLog.actionThe field for theactionrecord component.Methods in de.murmelmeister.murmelapi.punishment.audit that return PunishmentLog.ActionModifier and TypeMethodDescriptionPunishmentLog.action()Returns the value of theactionrecord component.static PunishmentLog.ActionReturns the enum constant of this class with the specified name.static PunishmentLog.Action[]PunishmentLog.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.murmelmeister.murmelapi.punishment.audit with parameters of type PunishmentLog.ActionModifier and TypeMethodDescriptionprivate PunishmentLogPunishmentLogProviderImpl.insertAndLoadLog(PunishmentLog.Action action, Integer userId, String ipAddress, PunishmentReason reason, int createdBy) Constructors in de.murmelmeister.murmelapi.punishment.audit with parameters of type PunishmentLog.ActionModifierConstructorDescriptionPunishmentLog(UUID id, PunishmentLog.Action action, Integer userId, String ipAddress, Integer reasonId, int reasonTypeId, String reasonText, Long reasonDuration, boolean reasonAutoFlagIp, boolean reasonAutoPunish, int createdBy, LocalDateTime createdAt) Creates an instance of aPunishmentLogrecord class.