public interface Competition extends SportEvent
Modifier and Type | Method and Description |
---|---|
BookingStatus |
getBookingStatus()
Returns a
BookingStatus enum member providing booking status of the current instance |
List<Competitor> |
getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
SportEventConditions |
getConditions()
Returns a
SportEventConditions representing live conditions of the sport event associated
with the current instance |
default EventStatus |
getEventStatus()
Get the event status
|
default String |
getLiveOdds()
Returns the liveOdds
|
default SportEventType |
getSportEventType()
Returns a
SportEventType indicating the type of the associated event |
CompetitionStatus |
getStatus()
Returns a
CompetitionStatus containing information about the progress of the sport event
associated with the current instance |
default Optional<CompetitionStatus> |
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) |
Venue |
getVenue()
Returns the venue where the sport event associated with the current instance will take place
|
getId, getName, getReplacedBy, getScheduledEndTime, getScheduledTime, getSportId, isStartTimeTbd
CompetitionStatus getStatus()
CompetitionStatus
containing information about the progress of the sport event
associated with the current instanceCompetitionStatus
containing information about the progress of the sport event
associated with the current instancedefault Optional<CompetitionStatus> getStatusIfPresent()
CompetitionStatus
containing information about the progress of the sport event
associated with the current instance if already cached (does not make API call)CompetitionStatus
containing information about the progress of the sport event
associated with the current instance if already cached (does not make API call)BookingStatus getBookingStatus()
BookingStatus
enum member providing booking status of the current instanceBookingStatus
enum member providing booking status of the current instanceVenue getVenue()
Venue
where the sport event associated with the current instance will take placeSportEventConditions getConditions()
SportEventConditions
representing live conditions of the sport event associated
with the current instanceSportEventConditions
representing live conditions of the sport event associated
with the current instanceList<Competitor> getCompetitors()
List
of competitors that participate in the sport event
associated with the current instanceList
of competitors that participate in the sport event
associated with the current instancedefault EventStatus getEventStatus()
default String getLiveOdds()
default SportEventType getSportEventType()
SportEventType
indicating the type of the associated eventSportEventType
indicating the type of the associated eventCopyright © 2016–2025. All rights reserved.