public interface Match extends Competition
Modifier and Type | Method and Description |
---|---|
TeamCompetitor |
getAwayCompetitor()
Returns a
TeamCompetitor instance describing the away competitor |
default CoverageInfo |
getCoverageInfo()
Returns a
CoverageInfo instance |
DelayedInfo |
getDelayedInfo()
Returns a
DelayedInfo instance describing possible information about a delay |
EventTimeline |
getEventTimeline(Locale locale)
Returns the associated
EventTimeline
(NOTICE: the timeline is cached only after the event status indicates that the event has finished) |
default Optional<EventTimeline> |
getEventTimelineIfPresent(Locale locale)
Returns the associated
EventTimeline if already cached (does not make API call)
(NOTICE: the timeline is cached only after the event status indicates that the event has finished) |
Fixture |
getFixture()
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 |
TeamCompetitor |
getHomeCompetitor()
Returns a
TeamCompetitor instance describing the home competitor |
SeasonInfo |
getSeason()
Returns a
SeasonInfo instance providing basic information about
the season to which the sport event associated with the current instance belongs to |
SportSummary |
getSport() |
MatchStatus |
getStatus()
Returns a
MatchStatus containing information about the progress of the match
associated with the current instance |
LongTermEvent |
getTournament()
Returns the tournament associated with the current instance
(possible types can be
BasicTournament and Tournament ) |
Round |
getTournamentRound()
Returns a
Round instance describing the tournament round to which the
sport event associated with current instance belongs to |
getBookingStatus, getCompetitors, getConditions, getEventStatus, getLiveOdds, getSportEventType, getStatusIfPresent, getVenue
getId, getName, getReplacedBy, getScheduledEndTime, getScheduledTime, getSportId, isStartTimeTbd
MatchStatus getStatus()
MatchStatus
containing information about the progress of the match
associated with the current instancegetStatus
in interface Competition
MatchStatus
containing information about the progress of the match
associated with the current instanceSeasonInfo getSeason()
SeasonInfo
instance providing basic information about
the season to which the sport event associated with the current instance belongs toSeasonInfo
instance providing basic information about
the seasonRound getTournamentRound()
Round
instance describing the tournament round to which the
sport event associated with current instance belongs toRound
instance describing the tournament roundTeamCompetitor getHomeCompetitor()
TeamCompetitor
instance describing the home competitorTeamCompetitor
instance describing the home competitorTeamCompetitor getAwayCompetitor()
TeamCompetitor
instance describing the away competitorTeamCompetitor
instance describing the away competitorLongTermEvent getTournament()
BasicTournament
and Tournament
)Fixture getFixture()
Fixture
instance containing information about the arranged sport event
A Fixture is a sport event that has been arranged for a particular time and placeFixture
instance containing information about the arranged sport eventEventTimeline getEventTimeline(Locale locale)
EventTimeline
(NOTICE: the timeline is cached only after the event status indicates that the event has finished)locale
- the locale in which the timeline should be provideddefault Optional<EventTimeline> getEventTimelineIfPresent(Locale locale)
EventTimeline
if already cached (does not make API call)
(NOTICE: the timeline is cached only after the event status indicates that the event has finished)locale
- the locale in which the timeline should be providedEventTimeline
if already cached (does not make API call)DelayedInfo getDelayedInfo()
DelayedInfo
instance describing possible information about a delayDelayedInfo
instance describing information about a possible delaydefault CoverageInfo getCoverageInfo()
CoverageInfo
instanceCoverageInfo
instanceSportSummary getSport()
Copyright © 2016–2025. All rights reserved.