Uses of Enum Class
digital.nedra.commons.starter.audit.dto.Severity
Packages that use Severity
-
Uses of Severity in digital.nedra.commons.starter.audit.dto
Methods in digital.nedra.commons.starter.audit.dto that return SeverityModifier and TypeMethodDescription@NonNull SeverityAuditEvent.severity()Returns the value of theseverityrecord component.static SeverityReturns the enum constant of this class with the specified name.static Severity[]Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in digital.nedra.commons.starter.audit.dto with parameters of type SeverityModifierConstructorDescriptionAuditEvent(@NonNull String id, @NonNull String name, @NonNull Severity severity) Creates an instance of aAuditEventrecord class.