public interface MatchCi extends CompetitionCi
| Modifier and Type | Method and Description | 
|---|---|
Map<Urn,Integer> | 
getCompetitorsDivisions()
Returns list of  
Urn of CompetitorCi and associated division for this sport event | 
Map<Urn,String> | 
getCompetitorsQualifiers()
Returns list of  
Urn of Competitor and associated qualifier for this sport event | 
CoverageInfoCi | 
getCoverageInfo(List<Locale> locales)
Returns a  
CoverageInfo instance | 
DelayedInfoCi | 
getDelayedInfo(List<Locale> locales)
Returns a  
DelayedInfoCi instance describing possible information about a delay | 
EventTimelineCi | 
getEventTimeline(Locale locale,
                boolean makeApiCall)
Returns the associated event timeline
 (the timeline is cached only after the event status indicates that the event has finished) 
 | 
Fixture | 
getFixture(List<Locale> locales)
Returns the  
Fixture instance containing information about the arranged sport event
 A Fixture is a sport event that has been arranged for a particular time and place | 
Map<Locale,String> | 
getNames(List<Locale> locales)
Returns a  
Map of translated sport event names
 The match object name is composed from the home and away team(eg. | 
SeasonCi | 
getSeason(List<Locale> locales)
Returns a  
SeasonCi instance providing basic information about
 the season to which the sport event associated with the current instance belongs to | 
Urn | 
getTournamentId()
Returns the  
Urn specifying the id of the tournament to which the sport event belongs to | 
RoundCi | 
getTournamentRound(List<Locale> locales)
Returns a  
RoundCi instance describing the tournament round to which the
 sport event associated with current instance belongs to | 
void | 
requestMissingSummaryData(List<Locale> requiredLocales,
                         boolean forceFetch,
                         RequestOptions requestOptions)
Request Summary API Call and store its result to the cache 
 | 
fetchSportEventStatus, getBookingStatus, getCompetitorIds, getCompetitorsReferences, getConditions, getLiveOdds, getSportEventType, getVenue, onEventBookedgetReplacedBy, getScheduled, getScheduledEnd, getScheduledEndRaw, getScheduledRaw, isStartTimeTbdgetId, hasTranslationsLoadedFor, mergeMap<Locale,String> getNames(List<Locale> locales)
Map of translated sport event names
 The match object name is composed from the home and away team(eg. Home vs Away)Urn getTournamentId()
Urn specifying the id of the tournament to which the sport event belongs toUrn specifying the id of the tournament to which the sport event belongs toRoundCi getTournamentRound(List<Locale> locales)
RoundCi instance describing the tournament round to which the
 sport event associated with current instance belongs toSeasonCi getSeason(List<Locale> locales)
SeasonCi instance providing basic information about
 the season to which the sport event associated with the current instance belongs toFixture getFixture(List<Locale> locales)
Fixture instance containing information about the arranged sport event
 A Fixture is a sport event that has been arranged for a particular time and placeDelayedInfoCi getDelayedInfo(List<Locale> locales)
DelayedInfoCi instance describing possible information about a delaylocales - the Locales in which the data should be providedDelayedInfoCi instance describing information about a possible delayCoverageInfoCi getCoverageInfo(List<Locale> locales)
CoverageInfo instancelocales - the Locales in which the data should be providedCoverageInfo instanceEventTimelineCi getEventTimeline(Locale locale, boolean makeApiCall)
locale - the locale in which the timeline should be providedmakeApiCall - should the API call be made if necessaryMap<Urn,String> getCompetitorsQualifiers()
Urn of Competitor and associated qualifier for this sport eventUrn of Competitor and associated qualifier for this sport eventMap<Urn,Integer> getCompetitorsDivisions()
Urn of CompetitorCi and associated division for this sport eventUrn of CompetitorCi and associated division for this sport eventvoid 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.