Uses of Class
com.levigo.jadice.server.rest.dto.LogEntryDTO.Level
-
Packages that use LogEntryDTO.Level Package Description com.levigo.jadice.server.rest.dto This package contains all model elements that are transfered as content to / from the REST service interfaces. -
-
Uses of LogEntryDTO.Level in com.levigo.jadice.server.rest.dto
Methods in com.levigo.jadice.server.rest.dto that return LogEntryDTO.Level Modifier and Type Method Description LogEntryDTO.Level
LogEntryDTO. getLevel()
static LogEntryDTO.Level
LogEntryDTO.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogEntryDTO.Level[]
LogEntryDTO.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.levigo.jadice.server.rest.dto with parameters of type LogEntryDTO.Level Constructor Description LogEntryDTO(XMLGregorianCalendar timestamp, LogEntryDTO.Level level, String id, String message)
-