Interface LoadableRoundCi
- All Superinterfaces:
RoundCi
- All Known Implementing Classes:
LoadableRoundCiImpl
A round representation used by caching components. The cache item properties are loaded on demand.
-
Method Summary
Methods inherited from interface com.sportradar.unifiedodds.sdk.internal.caching.ci.RoundCi
getBetradarId, getBetradarName, getCupRoundMatches, getCupRoundMatchNumber, getGroup, getGroupId, getName, getNumber, getOtherMatchId, getPhase, getPhaseOrGroupLongName, getType
-
Method Details
-
merge
void merge(com.sportradar.uf.sportsapi.datamodel.SapiMatchRound round, Locale locale, boolean isFixtureEndpoint) Merges the information from the providedSapiMatchRoundinto the current instance- Parameters:
round-SapiMatchRoundcontaining information about the roundlocale-Localespecifying the language of the provided dataisFixtureEndpoint- an indication if the data provided was extracted from the fixture endpoint
-