Uses of Enum Class
net.andresbustamante.yafoot.web.dto.MatchStatus
Packages that use MatchStatus
Package
Description
REST controllers for the core Web app.
Mapstruct mappers for the Web core app.
-
Uses of MatchStatus in net.andresbustamante.yafoot.core.web.controllers
Methods in net.andresbustamante.yafoot.core.web.controllers with parameters of type MatchStatusModifier and TypeMethodDescriptionMatchesApi.findMatches
(@Valid LocalDate startDate, @Valid LocalDate endDate, @Valid SportCode sport, @Valid MatchStatus status) MatchesController.findMatches
(LocalDate startDate, LocalDate endDate, SportCode sport, MatchStatus status) -
Uses of MatchStatus in net.andresbustamante.yafoot.core.web.mappers
Methods in net.andresbustamante.yafoot.core.web.mappers that return MatchStatusModifier and TypeMethodDescriptionprotected MatchStatus
MatchMapperImpl.matchStatusEnumToMatchStatus
(net.andresbustamante.yafoot.core.model.enums.MatchStatusEnum matchStatusEnum) -
Uses of MatchStatus in net.andresbustamante.yafoot.web.dto
Methods in net.andresbustamante.yafoot.web.dto that return MatchStatusModifier and TypeMethodDescriptionstatic MatchStatus
@Valid MatchStatus
Match.getStatus()
Get statusstatic MatchStatus
Returns the enum constant of this class with the specified name.static MatchStatus[]
MatchStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.andresbustamante.yafoot.web.dto with parameters of type MatchStatusModifier and TypeMethodDescriptionvoid
Match.setStatus
(MatchStatus status) Match.status
(MatchStatus status)