public interface CurrentSeasonInfo
| 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 | 
SeasonCoverage | 
getCoverage()
Returns a  
SeasonCoverage instance containing information about the available
 coverage for the associated season | 
Round | 
getCurrentRound()
Returns a  
Round instance specifying the current season round | 
Date | 
getEndDate()
Returns the  
Date specifying the end date of the season | 
List<Group> | 
getGroups()
Returns a  
List of groups associated with the current season | 
Urn | 
getId()
Returns the  
Urn uniquely identifying the current season | 
String | 
getName(Locale locale)
Returns the name of the season in the specified language 
 | 
Map<Locale,String> | 
getNames()
Returns the name of the season in available locales 
 | 
List<Competition> | 
getSchedule()
Returns a  
List of events that belong to the associated season | 
Date | 
getStartDate()
Returns the  
Date specifying the start date of the season | 
String | 
getYear()
Returns the  
String representation the year of the season | 
Urn getId()
Urn uniquely identifying the current seasonUrn uniquely identifying the current seasonString getName(Locale locale)
locale - - a Locale specifying the language of the returned nameString getYear()
String representation the year of the seasonString representation the year of the seasonDate getStartDate()
Date specifying the start date of the seasonDate specifying the start date of the seasonDate getEndDate()
Date specifying the end date of the seasonDate specifying the end date of the seasonSeasonCoverage getCoverage()
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 current seasonList of groups associated with the current seasonRound getCurrentRound()
Round instance specifying the current season roundRound instance specifying the current season roundList<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 instanceList<Competition> getSchedule()
List of events that belong to the associated seasonList of events that belong to the associated seasonCopyright © 2016–2025. All rights reserved.