Interface SportEventCi
- All Superinterfaces:
CacheItem
- All Known Subinterfaces:
CompetitionCi,DrawCi,LotteryCi,MatchCi,StageCi,TournamentCi
- All Known Implementing Classes:
DrawCiImpl,LotteryCiImpl
Defines methods used to access sport event type properties
-
Method Summary
Modifier and TypeMethodDescriptionReturns theUrnspecifying the replacement sport event for the current instanceReturns theDatespecifying when the sport event associated with the current instance was scheduledReturns theDatespecifying when the sport event associated with the current instance was scheduled to endReturns theDatespecifying when the sport event associated with the current instance was scheduled to end (no api request is invoked)Returns theDatespecifying when the sport event associated with the current instance was scheduled (no api request is invoked)Returns theBooleanspecifying if the start time to be determined is set for the current instanceMethods inherited from interface com.sportradar.unifiedodds.sdk.internal.caching.CacheItem
getId, getNames, hasTranslationsLoadedFor, merge
-
Method Details
-
getScheduled
Date getScheduled()Returns theDatespecifying when the sport event associated with the current instance was scheduled- Returns:
- if available, the
Datespecifying when the sport event associated with the current instance was scheduled; otherwise null;
-
getScheduledEnd
Date getScheduledEnd()Returns theDatespecifying when the sport event associated with the current instance was scheduled to end- Returns:
- if available, the
Datespecifying when the sport event associated with the current instance was scheduled to end; otherwise null;
-
getScheduledRaw
Date getScheduledRaw()Returns theDatespecifying when the sport event associated with the current instance was scheduled (no api request is invoked)- Returns:
- if available, the
Datespecifying when the sport event associated with the current instance was scheduled; otherwise null;
-
getScheduledEndRaw
Date getScheduledEndRaw()Returns theDatespecifying when the sport event associated with the current instance was scheduled to end (no api request is invoked)- Returns:
- if available, the
Datespecifying when the sport event associated with the current instance was scheduled to end; otherwise null;
-
isStartTimeTbd
Returns theBooleanspecifying if the start time to be determined is set for the current instance- Returns:
- if available, the
Booleanspecifying if the start time to be determined is set for the current instance
-
getReplacedBy
Urn getReplacedBy()Returns theUrnspecifying the replacement sport event for the current instance- Returns:
- if available, the
Urnspecifying the replacement sport event for the current instance
-