Uses of Class
com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportableSeasonCoverageCi
Packages that use ExportableSeasonCoverageCi
Package
Description
-
Uses of ExportableSeasonCoverageCi in com.sportradar.unifiedodds.sdk.internal.caching.ci
Methods in com.sportradar.unifiedodds.sdk.internal.caching.ci that return ExportableSeasonCoverageCiConstructors in com.sportradar.unifiedodds.sdk.internal.caching.ci with parameters of type ExportableSeasonCoverageCi -
Uses of ExportableSeasonCoverageCi in com.sportradar.unifiedodds.sdk.oddsentities.exportable
Methods in com.sportradar.unifiedodds.sdk.oddsentities.exportable that return ExportableSeasonCoverageCiMethods in com.sportradar.unifiedodds.sdk.oddsentities.exportable with parameters of type ExportableSeasonCoverageCiModifier and TypeMethodDescriptionvoidExportableTournamentCi.setSeasonCoverage(ExportableSeasonCoverageCi seasonCoverage) Constructors in com.sportradar.unifiedodds.sdk.oddsentities.exportable with parameters of type ExportableSeasonCoverageCiModifierConstructorDescriptionExportableTournamentCi(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)