public interface BasicTournament extends LongTermEvent
Modifier and Type | Method and Description |
---|---|
CategorySummary |
getCategory()
Returns a
CategorySummary representing the category associated with the current instance |
List<Competitor> |
getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
default List<Competition> |
getSchedule()
Returns a
List of events that belong to the associated tournament |
default Boolean |
isExhibitionGames()
Returns the
Boolean specifying if the tournament is exhibition game |
getSport, getTournamentCoverage
getId, getName, getReplacedBy, getScheduledEndTime, getScheduledTime, getSportId, isStartTimeTbd
CategorySummary getCategory()
CategorySummary
representing the category associated with the current instanceCategorySummary
representing the category associated with the current instanceList<Competitor> getCompetitors()
List
of competitors that participate in the sport event
associated with the current instanceList
of competitors that participate in the sport event
associated with the current instancedefault Boolean isExhibitionGames()
Boolean
specifying if the tournament is exhibition gameBoolean
specifying if the tournament is exhibition gamedefault List<Competition> getSchedule()
List
of events that belong to the associated tournamentList
of events that belong to the associated tournamentCopyright © 2016–2025. All rights reserved.