public interface Season extends LongTermEvent
Modifier and Type | Method and Description |
---|---|
List<Competitor> |
getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
Round |
getCurrentRound()
Returns a
Round instance specifying the current associated season |
List<Group> |
getGroups()
Returns a
List of groups associated with the associated season |
List<Competition> |
getSchedule()
Returns a
List of events that belong to the associated season |
SeasonCoverage |
getSeasonCoverage()
Returns a
SeasonCoverage instance containing information about the available
coverage for the associated season |
TournamentInfo |
getTournamentInfo()
Returns a
TournamentInfo which contains data of the associated tournament |
String |
getYear()
Returns the
String representation the year of the season |
getSport, getTournamentCoverage
getId, getName, getReplacedBy, getScheduledEndTime, getScheduledTime, getSportId, isStartTimeTbd
SeasonCoverage getSeasonCoverage()
SeasonCoverage
instance containing information about the available
coverage for the associated seasonSeasonCoverage
instance containing information about the available coverageList<Group> getGroups()
List
of groups associated with the associated seasonList
of groups associated with the associated seasonList<Competition> getSchedule()
List
of events that belong to the associated seasonList
of events that belong to the associated seasonRound getCurrentRound()
Round
instance specifying the current associated seasonRound
instance specifying the current associated seasonString getYear()
String
representation the year of the seasonString
representation the year of the seasonTournamentInfo getTournamentInfo()
TournamentInfo
which contains data of the associated tournamentTournamentInfo
which contains data of the associated seasonList<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 instanceCopyright © 2016–2025. All rights reserved.