| Modifier and Type | Method and Description | 
|---|---|
| CompetitionStatus | Competition. getStatus()Returns a  CompetitionStatuscontaining information about the progress of the sport event
 associated with the current instance | 
| Modifier and Type | Method and Description | 
|---|---|
| default Optional<CompetitionStatus> | Competition. getStatusIfPresent()Returns a  CompetitionStatuscontaining information about the progress of the sport event
 associated with the current instance if already cached (does not make API call) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MatchStatusDefines methods used to access match specific status attributes | 
| interface  | StageStatusDefines methods used to access match specific status attributes | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends CompetitionStatus> | SportEventStatusFactoryImpl. buildSportEventStatus(Urn eventId,
                     Class<T> targetClass,
                     boolean makeApiCall)Builds the requested sport event status type | 
| <T extends CompetitionStatus> | SportEventStatusFactory. buildSportEventStatus(Urn eventId,
                     Class<T> targetClass,
                     boolean makeApiCall)Builds the requested sport event status type | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<CompetitionStatus> | StageImpl. getStatusIfPresent()Returns a  CompetitionStatuscontaining information about the progress of the sport event
 associated with the current instance if already cached (does not make API call) | 
| Optional<CompetitionStatus> | MatchImpl. getStatusIfPresent()Returns a  MatchStatuscontaining information about the progress of the sport event
 associated with the current instance if already cached (does not make API call) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompetitionStatusImplThe most basic status implementation describing core competition attributes | 
| class  | MatchStatusImplProvides methods used to access match status information | 
| class  | StageStatusImplProvides methods used to access match status information | 
Copyright © 2016–2025. All rights reserved.