public interface Tournament extends LongTermEvent
Modifier and Type | Method and Description |
---|---|
CategorySummary |
getCategory()
Returns a
CategorySummary representing the category associated with the current instance |
CurrentSeasonInfo |
getCurrentSeason()
Returns a
CurrentSeasonInfo which contains data about the season in which the current instance
tournament is happening |
default List<Competition> |
getSchedule()
Returns a
List of events that belong to the associated tournament |
List<Season> |
getSeasons()
Returns a list of associated tournament seasons
|
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 instanceCurrentSeasonInfo getCurrentSeason()
CurrentSeasonInfo
which contains data about the season in which the current instance
tournament is happeningCurrentSeasonInfo
which provides data about the season in
which the current instance tournament is happeningList<Season> getSeasons()
default 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.