Uses of Record Class
io.mateu.dtos.DestinationDto
-
Uses of DestinationDto in io.mateu.dtos
Methods in io.mateu.dtos that return DestinationDtoModifier and TypeMethodDescriptionResultDto.nowTo()Returns the value of thenowTorecord component.Methods in io.mateu.dtos that return types with arguments of type DestinationDtoModifier and TypeMethodDescriptionResultDto.interestingLinks()Returns the value of theinterestingLinksrecord component.Constructors in io.mateu.dtos with parameters of type DestinationDtoModifierConstructorDescriptionResultDto(String title, ResultTypeDto resultType, String message, List<DestinationDto> interestingLinks, DestinationDto nowTo, String leftSideImageUrl, ServerSideObjectDto actionHandler) Creates an instance of aResultDtorecord class.Constructor parameters in io.mateu.dtos with type arguments of type DestinationDtoModifierConstructorDescriptionResultDto(String title, ResultTypeDto resultType, String message, List<DestinationDto> interestingLinks, DestinationDto nowTo, String leftSideImageUrl, ServerSideObjectDto actionHandler) Creates an instance of aResultDtorecord class.