Uses of Class
com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportableRaceDriverProfileCi
Packages that use ExportableRaceDriverProfileCi
Package
Description
-
Uses of ExportableRaceDriverProfileCi in com.sportradar.unifiedodds.sdk.internal.caching.ci
Methods in com.sportradar.unifiedodds.sdk.internal.caching.ci that return ExportableRaceDriverProfileCiConstructors in com.sportradar.unifiedodds.sdk.internal.caching.ci with parameters of type ExportableRaceDriverProfileCi -
Uses of ExportableRaceDriverProfileCi in com.sportradar.unifiedodds.sdk.oddsentities.exportable
Methods in com.sportradar.unifiedodds.sdk.oddsentities.exportable that return ExportableRaceDriverProfileCiMethods in com.sportradar.unifiedodds.sdk.oddsentities.exportable with parameters of type ExportableRaceDriverProfileCiModifier and TypeMethodDescriptionvoidExportableCompetitorCi.setRaceDriverProfile(ExportableRaceDriverProfileCi raceDriverProfile) Constructors in com.sportradar.unifiedodds.sdk.oddsentities.exportable with parameters of type ExportableRaceDriverProfileCiModifierConstructorDescriptionExportableCompetitorCi(String id, Map<Locale, String> names, Locale defaultLocale, Map<Locale, String> countryNames, Map<Locale, String> abbreviations, Boolean isVirtual, String countryCode, Map<String, String> referenceId, List<String> associatedPlayerIds, Map<String, Integer> associatedPlayerJerseyNumbers, List<ExportableJerseyCi> jerseys, ExportableManagerCi manager, ExportableVenueCi venue, String gender, String ageGroup, ExportableRaceDriverProfileCi raceDriverProfile, List<Locale> cachedLocales, String state, String sportId, String categoryId, String shortName, ExportableDivisionCi division)