Uses of Enum Class
io.mateu.dtos.ResultTypeDto
-
Uses of ResultTypeDto in io.mateu.dtos
Methods in io.mateu.dtos that return ResultTypeDtoModifier and TypeMethodDescriptionResultDto.resultType()Returns the value of theresultTyperecord component.static ResultTypeDtoReturns the enum constant of this class with the specified name.static ResultTypeDto[]ResultTypeDto.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 ResultTypeDtoModifierConstructorDescriptionResultDto(String title, ResultTypeDto resultType, String message, List<DestinationDto> interestingLinks, DestinationDto nowTo, String leftSideImageUrl, ServerSideObjectDto actionHandler) Creates an instance of aResultDtorecord class.