Uses of Record Class
com.endurancetrio.business.event.dto.EventDTO
Packages that use EventDTO
-
Uses of EventDTO in com.endurancetrio.business.event.dto
Methods in com.endurancetrio.business.event.dto that return EventDTOModifier and TypeMethodDescriptionRaceDTO.event()Returns the value of theeventrecord component.Methods in com.endurancetrio.business.event.dto that return types with arguments of type EventDTOModifier and TypeMethodDescriptionEventsPageDTO.events()Returns the value of theeventsrecord component.Constructors in com.endurancetrio.business.event.dto with parameters of type EventDTOModifierConstructorDescriptionRaceDTO(Long id, String title, String subtitle, LocalDate date, LocalTime time, List<String> sports, List<String> distanceTypes, String raceTypeGroup, DistanceMetadataDTO distanceMetadata, EventDTO event) Creates an instance of aRaceDTOrecord class.Constructor parameters in com.endurancetrio.business.event.dto with type arguments of type EventDTOModifierConstructorDescriptionEventsPageDTO(List<EventDTO> events, PaginationDTO pagination) Creates an instance of aEventsPageDTOrecord class. -
Uses of EventDTO in com.endurancetrio.business.event.mapper
Methods in com.endurancetrio.business.event.mapper that return EventDTO