Interface BasicTournament
- All Superinterfaces:
LongTermEvent,SportEvent
- All Known Implementing Classes:
BasicTournamentImpl
Defines methods implemented by classes providing information about a tournament
-
Method Summary
Modifier and TypeMethodDescriptionReturns aCategorySummaryrepresenting the category associated with the current instanceReturns aListof competitors that participate in the sport event associated with the current instancedefault List<Competition>Returns aListof events that belong to the associated tournamentdefault 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
-
getCompetitors
List<Competitor> getCompetitors()Returns aListof competitors that participate in the sport event associated with the current instance- Returns:
- - a
Listof competitors that participate in the sport event associated with the current instance
-
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
-