Package | Description |
---|---|
com.sportradar.unifiedodds.sdk.entities | |
com.sportradar.unifiedodds.sdk.internal.impl.entities |
Modifier and Type | Method and Description |
---|---|
EventTimeline |
Match.getEventTimeline(Locale locale)
Returns the associated
EventTimeline
(NOTICE: the timeline is cached only after the event status indicates that the event has finished) |
Modifier and Type | Method and Description |
---|---|
default Optional<EventTimeline> |
Match.getEventTimelineIfPresent(Locale locale)
Returns the associated
EventTimeline if already cached (does not make API call)
(NOTICE: the timeline is cached only after the event status indicates that the event has finished) |
Modifier and Type | Class and Description |
---|---|
class |
EventTimelineImpl
An implementation of the
EventTimeline interface |
Modifier and Type | Method and Description |
---|---|
EventTimeline |
MatchImpl.getEventTimeline(Locale locale)
Returns the associated event timeline
(NOTICE: the timeline is cached only after the event status indicates that the event has finished)
|
Modifier and Type | Method and Description |
---|---|
Optional<EventTimeline> |
MatchImpl.getEventTimelineIfPresent(Locale locale)
Returns the associated
EventTimeline if already cached (does not make API call)
(NOTICE: the timeline is cached only after the event status indicates that the event has finished) |
Copyright © 2016–2025. All rights reserved.