Interface CompleteRoundCi
- All Superinterfaces:
RoundCi
- All Known Implementing Classes:
CompleteRoundCiImpl
A round representation used by caching components. The cache item exists as a whole object,
there is no support for partial loading
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasTranslationsFor(List<Locale> locales) Checks if the associated cache item contains all the providedLocalesvoidMerges the information from the providedSapiMatchRoundinto the current instanceMethods 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
Merges the information from the providedSapiMatchRoundinto the current instance- Parameters:
round- -SapiMatchRoundcontaining information about the roundlocale- -Localespecifying the language of the round
-
hasTranslationsFor
Checks if the associated cache item contains all the providedLocales
-