Class ParentRaceCi
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.caching.ci.ChildRaceCi
com.sportradar.unifiedodds.sdk.internal.caching.ci.ParentRaceCi
A parent race representation used by caching components
-
Constructor Summary
ConstructorsConstructorDescriptionParentRaceCi(com.sportradar.uf.sportsapi.datamodel.SapiParentStage parentStage, Locale locale) Initializes a new instance of theParentRaceCiclass -
Method Summary
Methods inherited from class com.sportradar.unifiedodds.sdk.internal.caching.ci.ChildRaceCi
getName, getSchedule, getScheduleEnd, getType
-
Constructor Details
-
ParentRaceCi
public ParentRaceCi(com.sportradar.uf.sportsapi.datamodel.SapiParentStage parentStage, Locale locale) Initializes a new instance of theParentRaceCiclass- Parameters:
parentStage- -SapiParentStageinstance containing information about the child racelocale- -Localespecifying the language of the sportEvent
-
-
Method Details