Interface Season
- All Superinterfaces:
LongTermEvent,SportEvent
- All Known Implementing Classes:
SeasonImpl
Defines methods implemented by classes providing data of a season
-
Method Summary
Modifier and TypeMethodDescriptionReturns aListof competitors that participate in the sport event associated with the current instanceReturns aRoundinstance specifying the current associated seasonReturns aListof groups associated with the associated seasonReturns aListof events that belong to the associated seasonReturns aSeasonCoverageinstance containing information about the available coverage for the associated seasonReturns aTournamentInfowhich contains data of the associated tournamentgetYear()Returns theStringrepresentation the year of the seasonMethods 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
-
getSeasonCoverage
SeasonCoverage getSeasonCoverage()Returns aSeasonCoverageinstance containing information about the available coverage for the associated season- Returns:
- - a
SeasonCoverageinstance containing information about the available coverage
-
getGroups
Returns aListof groups associated with the associated season- Returns:
- - a
Listof groups associated with the associated season
-
getSchedule
List<Competition> getSchedule()Returns aListof events that belong to the associated season- Returns:
- - a
Listof events that belong to the associated season
-
getCurrentRound
Round getCurrentRound()Returns aRoundinstance specifying the current associated season- Returns:
- - a
Roundinstance specifying the current associated season
-
getYear
String getYear()Returns theStringrepresentation the year of the season- Returns:
- - the
Stringrepresentation the year of the season
-
getTournamentInfo
TournamentInfo getTournamentInfo()Returns aTournamentInfowhich contains data of the associated tournament- Returns:
- a
TournamentInfowhich contains data of the associated season
-
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
-