Uses of Enum Class
org.kuali.coeus.s2sgen.api.core.AuditError.Level
Packages that use AuditError.Level
-
Uses of AuditError.Level in org.kuali.coeus.s2sgen.api.core
Methods in org.kuali.coeus.s2sgen.api.core that return AuditError.LevelModifier and TypeMethodDescriptionAuditError.getLevel()static AuditError.LevelReturns the enum constant of this class with the specified name.static AuditError.Level[]AuditError.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kuali.coeus.s2sgen.api.core with parameters of type AuditError.LevelConstructors in org.kuali.coeus.s2sgen.api.core with parameters of type AuditError.LevelModifierConstructorDescriptionAuditError(String errorKey, String messageKey, String link, AuditError.Level level, String... errorParms)