Modifier and Type | Method and Description |
---|---|
CompetitionStatus |
Competition.getStatus()
Returns a
CompetitionStatus containing 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
CompetitionStatus containing 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 |
MatchStatus
Defines methods used to access match specific status attributes
|
interface |
StageStatus
Defines 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> |
MatchImpl.getStatusIfPresent()
Returns a
MatchStatus containing information about the progress of the sport event
associated with the current instance if already cached (does not make API call) |
Optional<CompetitionStatus> |
StageImpl.getStatusIfPresent()
Returns a
CompetitionStatus containing 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 |
CompetitionStatusImpl
The most basic status implementation describing core competition attributes
|
class |
MatchStatusImpl
Provides methods used to access match status information
|
class |
StageStatusImpl
Provides methods used to access match status information
|
Copyright © 2016–2025. All rights reserved.