Uses of Enum Class
tech.skworks.tachyon.api.audit.AuditLevel
Packages that use AuditLevel
-
Uses of AuditLevel in tech.skworks.tachyon.api.audit
Subclasses with type arguments of type AuditLevel in tech.skworks.tachyon.api.auditModifier and TypeClassDescriptionenumDefines the criticality and delivery level of anAuditEntry.Methods in tech.skworks.tachyon.api.audit that return AuditLevelModifier and TypeMethodDescription@NotNull AuditLevelAuditEntry.auditLevel()Returns the value of theauditLevelrecord component.static AuditLevelReturns the enum constant of this class with the specified name.static AuditLevel[]AuditLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.skworks.tachyon.api.audit with parameters of type AuditLevelModifier and TypeMethodDescriptionstatic AuditEntryAuditEntry.of(@NotNull String module, @NotNull String action, @Nullable String description, @NotNull AuditLevel auditLevel) static AuditEntryAuditEntry.of(@NotNull String module, @NotNull String action, @NotNull AuditLevel auditLevel) static AuditEntryAuditEntry.of(@NotNull UUID playerId, @NotNull String module, @NotNull String action, @Nullable String description, @NotNull AuditLevel auditLevel) static AuditEntryAuditEntry.of(@NotNull UUID playerId, @NotNull String module, @NotNull String action, @NotNull AuditLevel auditLevel) Constructors in tech.skworks.tachyon.api.audit with parameters of type AuditLevelModifierConstructorDescriptionAuditEntry(@Nullable String playerId, @NotNull String module, @NotNull String action, @Nullable String description, @NotNull AuditLevel auditLevel, long timestamp) Creates an instance of aAuditEntryrecord class.