Uses of Interface
com.sportradar.unifiedodds.sdk.entities.EventTimeline
Packages that use EventTimeline
Package
Description
-
Uses of EventTimeline in com.sportradar.unifiedodds.sdk.entities
Methods in com.sportradar.unifiedodds.sdk.entities that return EventTimelineModifier and TypeMethodDescriptionMatch.getEventTimeline(Locale locale) Returns the associatedEventTimeline(NOTICE: the timeline is cached only after the event status indicates that the event has finished)Methods in com.sportradar.unifiedodds.sdk.entities that return types with arguments of type EventTimelineModifier and TypeMethodDescriptiondefault Optional<EventTimeline>Match.getEventTimelineIfPresent(Locale locale) Returns the associatedEventTimelineif already cached (does not make API call) (NOTICE: the timeline is cached only after the event status indicates that the event has finished) -
Uses of EventTimeline in com.sportradar.unifiedodds.sdk.internal.impl.entities
Classes in com.sportradar.unifiedodds.sdk.internal.impl.entities that implement EventTimelineMethods in com.sportradar.unifiedodds.sdk.internal.impl.entities that return EventTimelineModifier and TypeMethodDescriptionMatchImpl.getEventTimeline(Locale locale) Returns the associated event timeline (NOTICE: the timeline is cached only after the event status indicates that the event has finished)Methods in com.sportradar.unifiedodds.sdk.internal.impl.entities that return types with arguments of type EventTimelineModifier and TypeMethodDescriptionMatchImpl.getEventTimelineIfPresent(Locale locale) Returns the associatedEventTimelineif already cached (does not make API call) (NOTICE: the timeline is cached only after the event status indicates that the event has finished)