public interface CompetitionCi extends SportEventCi
Modifier and Type | Method and Description |
---|---|
void |
fetchSportEventStatus()
Fetch a
SportEventStatusDto via event summary |
BookingStatus |
getBookingStatus()
Returns a
BookingStatus enum member providing booking status of the current instance |
List<Urn> |
getCompetitorIds(List<Locale> locales)
Returns a
List of competitor identifiers that participate in the sport event
associated with the current instance |
Map<Urn,ReferenceIdCi> |
getCompetitorsReferences()
|
SportEventConditionsCi |
getConditions(List<Locale> locales)
Returns a
SportEventConditionsCi instance representing live conditions of the sport event associated with the current instance |
String |
getLiveOdds(List<Locale> locales)
Returns the liveOdds
|
SportEventType |
getSportEventType(List<Locale> locales)
Returns a
SportEventType indicating the type of the associated event |
VenueCi |
getVenue(List<Locale> locales)
Returns a
VenueCi instance representing a venue where the sport event associated with the
current instance will take place |
void |
onEventBooked()
Method that gets triggered when the associated event gets booked trough the
BookingManager |
getReplacedBy, getScheduled, getScheduledEnd, getScheduledEndRaw, getScheduledRaw, isStartTimeTbd
getId, getNames, hasTranslationsLoadedFor, merge
BookingStatus getBookingStatus()
BookingStatus
enum member providing booking status of the current instanceBookingStatus
enum member providing booking status of the current instanceList<Urn> getCompetitorIds(List<Locale> locales)
List
of competitor identifiers that participate in the sport event
associated with the current instanceVenueCi getVenue(List<Locale> locales)
VenueCi
instance representing a venue where the sport event associated with the
current instance will take placeSportEventConditionsCi getConditions(List<Locale> locales)
SportEventConditionsCi
instance representing live conditions of the sport event associated with the current instancelocales
- a List
of Locale
specifying the languages to which the returned instance should be translatedSportEventConditionsCi
instance representing live conditions of the sport event associated with the current instancevoid fetchSportEventStatus()
SportEventStatusDto
via event summaryvoid onEventBooked()
BookingManager
Map<Urn,ReferenceIdCi> getCompetitorsReferences()
Urn
of Competitor
and associated Reference
for this sport eventString getLiveOdds(List<Locale> locales)
locales
- the Locale
s in which the data should be providedSportEventType getSportEventType(List<Locale> locales)
SportEventType
indicating the type of the associated eventlocales
- the Locale
s in which the data should be providedSportEventType
indicating the type of the associated eventCopyright © 2016–2025. All rights reserved.