SportEventStatus
On Competition SportEvent type we can get sport event status. Depending on the type of sport event it needs to be cast to the appropriate status type to get all possible values.
The class diagram below shows all interfaces derived from the SportEventStatus along with methods defined on each one.
Class Structure
The following links will lead you to the respective class articles. Each article has three sections consisting of a class/interface description, method summary, and methods details.
i. For sport event (competition) status
You can access the complete Unified Odds SDK Java documentation here: UnifiedOddsSdkJava Docs
Defines methods used to access general competition status attributes
CompetitionStatus
MatchStatus
SoccerStatus
StageStatus
ii. For sports event (competition) statistics
Defines methods used to access general competition status attributes
CompetitionStatistics
MatchStatistics
SoccerStatistics
Defines methods used to access team statistics
TeamStatistics
Defines methods used to access specific period statistics
PeriodStatistics
'CompetitionStatus' Class Diagram

Last updated
Was this helpful?