public interface TournamentCi extends SportEventCi
| Modifier and Type | Method and Description | 
|---|---|
Urn | 
getCategoryId()
Returns the  
Urn specifying the id of the parent category | 
List<Urn> | 
getCompetitorIds(List<Locale> locales)
Returns a  
List of the associated tournament competitor ids | 
Map<Urn,ReferenceIdCi> | 
getCompetitorsReferences()
 | 
SeasonCi | 
getCurrentSeason(List<Locale> locales)
Returns a  
SeasonCi representing the current season of the tournament | 
List<GroupCi> | 
getGroups(List<Locale> locales)
Returns a list of groups related to the current instance 
 | 
RoundCi | 
getRound(List<Locale> locales)
Returns the rounds related to the current instance 
 | 
SeasonCi | 
getSeason(List<Locale> locales)
Returns the associated endpoint season 
 | 
SeasonCoverageCi | 
getSeasonCoverage()
Returns a  
SeasonCoverageCi containing information about the tournament coverage | 
List<Urn> | 
getSeasonIds()
Returns a list of associated season identifiers 
 | 
TournamentCoverageCi | 
getTournamentCoverage()
Returns the current tournament coverage information 
 | 
Boolean | 
isExhibitionGames()
Returns the  
Boolean specifying if the tournament is exhibition game | 
void | 
requestMissingSummaryData(List<Locale> requiredLocales,
                         boolean forceFetch,
                         RequestOptions requestOptions)
Request Summary API Call and store its result to the cache 
 | 
getReplacedBy, getScheduled, getScheduledEnd, getScheduledEndRaw, getScheduledRaw, isStartTimeTbdgetId, getNames, hasTranslationsLoadedFor, mergeUrn getCategoryId()
Urn specifying the id of the parent categoryUrn specifying the id of the parent categorySeasonCi getCurrentSeason(List<Locale> locales)
SeasonCi representing the current season of the tournamentSeasonCoverageCi getSeasonCoverage()
SeasonCoverageCi containing information about the tournament coverageSeasonCoverageCi containing information about the tournament coverageSeasonCi getSeason(List<Locale> locales)
locales - the locales in which the data should be availableList<Urn> getCompetitorIds(List<Locale> locales)
List of the associated tournament competitor idsList<GroupCi> getGroups(List<Locale> locales)
TournamentCoverageCi getTournamentCoverage()
TournamentCoverageCi instance describing the current coverage indicationList<Urn> getSeasonIds()
Map<Urn,ReferenceIdCi> getCompetitorsReferences()
Urn of Competitor and associated Reference for this sport eventBoolean isExhibitionGames()
Boolean specifying if the tournament is exhibition gameBoolean specifying if the tournament is exhibition gamevoid requestMissingSummaryData(List<Locale> requiredLocales, boolean forceFetch, RequestOptions requestOptions)
requiredLocales - the List of Locales in which the data should be providedforceFetch - if set to true, the data will be fetched from the API even if it is already cachedrequestOptions - the RequestOptions used to specify the execution pathCopyright © 2016–2025. All rights reserved.