Uses of Class
com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportableCompleteRoundCi
Packages that use ExportableCompleteRoundCi
Package
Description
-
Uses of ExportableCompleteRoundCi in com.sportradar.unifiedodds.sdk.internal.caching.ci
Methods in com.sportradar.unifiedodds.sdk.internal.caching.ci that return ExportableCompleteRoundCiConstructors in com.sportradar.unifiedodds.sdk.internal.caching.ci with parameters of type ExportableCompleteRoundCi -
Uses of ExportableCompleteRoundCi in com.sportradar.unifiedodds.sdk.oddsentities.exportable
Methods in com.sportradar.unifiedodds.sdk.oddsentities.exportable that return ExportableCompleteRoundCiMethods in com.sportradar.unifiedodds.sdk.oddsentities.exportable with parameters of type ExportableCompleteRoundCiModifier and TypeMethodDescriptionvoidExportableTournamentCi.setRound(ExportableCompleteRoundCi round) Constructors in com.sportradar.unifiedodds.sdk.oddsentities.exportable with parameters of type ExportableCompleteRoundCiModifierConstructorDescriptionExportableTournamentCi(String id, Map<Locale, String> names, Date scheduled, Date scheduledEnd, Boolean startTimeTbd, String replacedBy, Locale defaultLocale, String categoryId, ExportableSeasonCi currentSeason, ExportableSeasonCi season, ExportableSeasonCoverageCi seasonCoverage, ExportableTournamentCoverageCi tournamentCoverage, List<ExportableGroupCi> groups, ExportableCompleteRoundCi round, List<String> competitorIds, Map<String, Map<String, String>> competitorsReferences, boolean associatedSeasonIdsLoaded, List<String> associatedSeasonIds, List<Locale> cachedLocales, Boolean exhibitionGames)