Interface Tournament
- All Superinterfaces:
LongTermEvent,SportEvent
- All Known Implementing Classes:
TournamentImpl
Defines methods implemented by classes providing information about a tournament
-
Method Summary
Modifier and TypeMethodDescriptionReturns aCategorySummaryrepresenting the category associated with the current instanceReturns aCurrentSeasonInfowhich contains data about the season in which the current instance tournament is happeningdefault List<Competition>Returns aListof events that belong to the associated tournamentReturns a list of associated tournament seasonsdefault BooleanReturns theBooleanspecifying if the tournament is exhibition gameMethods inherited from interface com.sportradar.unifiedodds.sdk.entities.LongTermEvent
getSport, getTournamentCoverageMethods inherited from interface com.sportradar.unifiedodds.sdk.entities.SportEvent
getId, getName, getReplacedBy, getScheduledEndTime, getScheduledTime, getSportId, isStartTimeTbd
-
Method Details
-
getCategory
CategorySummary getCategory()Returns aCategorySummaryrepresenting the category associated with the current instance- Returns:
- - a
CategorySummaryrepresenting the category associated with the current instance
-
getCurrentSeason
CurrentSeasonInfo getCurrentSeason()Returns aCurrentSeasonInfowhich contains data about the season in which the current instance tournament is happening- Returns:
- - a
CurrentSeasonInfowhich provides data about the season in which the current instance tournament is happening
-
getSeasons
Returns a list of associated tournament seasons- Returns:
- a list of associated tournament seasons
-
isExhibitionGames
Returns theBooleanspecifying if the tournament is exhibition game- Returns:
- if available, the
Booleanspecifying if the tournament is exhibition game
-
getSchedule
Returns aListof events that belong to the associated tournament- Returns:
- - a
Listof events that belong to the associated tournament
-