public interface TournamentInfo
Modifier and Type | Method and Description |
---|---|
CategorySummary |
getCategory()
Returns a
CategorySummary representing the category associated with the current instance |
CurrentSeasonInfo |
getCurrentSeason()
Returns a
CurrentSeasonInfo which contains data about the season in which the current
tournament is happening |
Urn |
getId()
Returns the
Urn uniquely identifying the tournament |
String |
getName(Locale locale)
Returns the name of the tournament in the specified language
|
Map<Locale,String> |
getNames() |
Urn getId()
Urn
uniquely identifying the tournamentUrn
uniquely identifying the tournamentString getName(Locale locale)
locale
- - a Locale
specifying the language of the returned nameCategorySummary getCategory()
CategorySummary
representing the category associated with the current instanceCategorySummary
representing the category associated with the current instanceCurrentSeasonInfo getCurrentSeason()
CurrentSeasonInfo
which contains data about the season in which the current
tournament is happeningCurrentSeasonInfo
which provides data about the season in
which the current tournament is happeningCopyright © 2016–2025. All rights reserved.