Uses of Enum Class
io.mateu.dtos.StatusTypeDto
-
Uses of StatusTypeDto in io.mateu.dtos
Methods in io.mateu.dtos that return StatusTypeDtoModifier and TypeMethodDescriptionStatusDto.type()Returns the value of thetyperecord component.static StatusTypeDtoReturns the enum constant of this class with the specified name.static StatusTypeDto[]StatusTypeDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.mateu.dtos with parameters of type StatusTypeDtoModifierConstructorDescriptionStatusDto(StatusTypeDto type, String message) Creates an instance of aStatusDtorecord class.