Uses of Class
com.sportradar.utils.Urn
Packages that use Urn
Package
Description
-
Uses of Urn in com.sportradar.unifiedodds.sdk
Methods in com.sportradar.unifiedodds.sdk with parameters of type UrnModifier and TypeMethodDescriptionvoidSdkEventRecoveryStatusListener.onEventRecoveryCompleted(Urn eventId, long requestId) Method invoked when a requested event recovery completesvoidEventChangeListener.onFixtureChange(Urn eventId, Date updated, SportEvent sportEvent) Method invoked for new fixture changevoidEventChangeListener.onResultChange(Urn eventId, Date updated, SportEvent sportEvent) Method invoked for new result changeUofSessionBuilder.setSpecificEventsOnly(Urn specificEventsOnly) Method parameters in com.sportradar.unifiedodds.sdk with type arguments of type UrnModifier and TypeMethodDescriptionUofSessionBuilder.setSpecificEventsOnly(Set<Urn> specificEventsOnly) -
Uses of Urn in com.sportradar.unifiedodds.sdk.entities
Methods in com.sportradar.unifiedodds.sdk.entities that return UrnModifier and TypeMethodDescriptiondefault UrnRound.getGroupId()Returns the id of the group associated with the current roundCategorySummary.getId()Returns anUrnuniquely identifying the currentCategorySummaryinstanceCourse.getId()CurrentSeasonInfo.getId()Returns theUrnuniquely identifying the current seasonManager.getId()Returns the manager identifierPeriodCompetitorResult.getId()Returns the competitor idPitcher.getId()Returns the unique identifier of the currentPitcherinstancePlayer.getId()Referee.getId()Returns the unique identifier of the currentRefereeinstanceReplaySportEvent.getId()Returns anUrnuniquely identifying the sport eventSeasonInfo.getId()Returns aUrnuniquely identifying the currentSeasonInfoinstanceSportEvent.getId()Returns anUrnuniquely identifying the tournament associated with the current instanceSportSummary.getId()Returns anUrnuniquely identifying the sport represented by the current instanceTournamentInfo.getId()Returns theUrnuniquely identifying the tournamentVenue.getId()Fixture.getParentStageId()Returns an id of the parent stage associated with the current instanceRaceDriverProfile.getRaceDriverId()Returns the race driver idRaceDriverProfile.getRaceTeamId()Returns the race team idFixture.getReplacedBy()Returns theUrnidentifier of the replacement eventdefault UrnSportEvent.getReplacedBy()Returns theUrnspecifying the replacement sport event for the current instanceSeasonCoverage.getSeasonId()Returns the unique identifier of the seasonFixtureChange.getSportEventId()Returns theUrninstance specifying the sport eventResultChange.getSportEventId()Returns theUrninstance specifying the sport eventSportEvent.getSportId()Returns the unique sport identifier to which this event is associateddefault UrnSeasonInfo.getTournamentId()Returns the associated tournament identifierMethods in com.sportradar.unifiedodds.sdk.entities that return types with arguments of type UrnModifier and TypeMethodDescriptionFixture.getAdditionalParentsIds()Returns the list specifying the additional parent ids associated with the current instance -
Uses of Urn in com.sportradar.unifiedodds.sdk.entities.custombet
Methods in com.sportradar.unifiedodds.sdk.entities.custombet that return UrnModifier and TypeMethodDescriptionAvailableSelections.getEventId()Returns theUrnof the eventAvailableSelectionsFilter.getEventId()Returns theUrnof the eventEventRecommendations.getEventId()Returns the event URNPrebuiltBetsRequest.getEventId()Returns the event URNSelection.getEventId()Gets the event id -
Uses of Urn in com.sportradar.unifiedodds.sdk.entities.markets
Methods in com.sportradar.unifiedodds.sdk.entities.markets that return UrnModifier and TypeMethodDescriptionMarketMappingData.getSportId()The sport id for which the mapping data is validMethods in com.sportradar.unifiedodds.sdk.entities.markets with parameters of type Urn -
Uses of Urn in com.sportradar.unifiedodds.sdk.entities.status
Methods in com.sportradar.unifiedodds.sdk.entities.status that return UrnModifier and TypeMethodDescriptionCompetitionStatus.getWinnerId()Returns the sport event winner identifier -
Uses of Urn in com.sportradar.unifiedodds.sdk.extended
Methods in com.sportradar.unifiedodds.sdk.extended that return UrnModifier and TypeMethodDescriptionRoutingKeyInfo.getEventId()Returns the relating eventUrnidentifierRoutingKeyInfo.getSportId()Returns the relating sportUrnidentifierConstructors in com.sportradar.unifiedodds.sdk.extended with parameters of type UrnModifierConstructorDescriptionRoutingKeyInfo(String fullRoutingKey, Urn sportId, Urn eventId) Initializes a newRoutingKeyInfoinstance -
Uses of Urn in com.sportradar.unifiedodds.sdk.internal.caching
Methods in com.sportradar.unifiedodds.sdk.internal.caching that return UrnModifier and TypeMethodDescriptionCompetitorCi.getCategoryId()Returns id of the associated categoryLotteryCi.getCategoryId()Returns the associated category idStageCi.getCategoryId()Returns theUrnspecifying the id of the parent categoryTournamentCi.getCategoryId()Returns theUrnspecifying the id of the parent categoryPlayerProfileCi.getCompetitorId()Get the competitor id this player belongs toCacheItem.getId()Returns theUrnrepresenting id of the related entityDrawCi.getLotteryId()Returns the associated lottery idStageCi.getParentStageId()Returns the identifier of the stage parentSportEventCi.getReplacedBy()Returns theUrnspecifying the replacement sport event for the current instanceCategoryCi.getSportId()Returns theUrnspecifying the id of the associated sportCompetitorCi.getSportId()Returns id of the associated sportMatchCi.getTournamentId()Returns theUrnspecifying the id of the tournament to which the sport event belongs toSportEventStatusCi.getWinnerId()Returns the sport event winner identifierMethods in com.sportradar.unifiedodds.sdk.internal.caching that return types with arguments of type UrnModifier and TypeMethodDescriptionStageCi.getAdditionalParentStages(List<Locale> locales) Returns a list of additional ids of the parent stages of the current instance or a null reference if the represented stage does not have the parent stagesCompetitorCi.getAssociatedPlayerIds(List<Locale> locales) Returns aListof associated player idsCompetitorCi.getAssociatedPlayerJerseyNumbers(List<Locale> locales) Returns aMapof associated player jersey numbersSportCi.getCategoryIds()Returns aListspecifying the id's of associated categoriesCompetitionCi.getCompetitorIds(List<Locale> locales) Returns aListof competitor identifiers that participate in the sport event associated with the current instanceTournamentCi.getCompetitorIds(List<Locale> locales) Returns aListof the associated tournament competitor idsMatchCi.getCompetitorsDivisions()Returns list ofUrnofCompetitorCiand associated division for this sport eventMatchCi.getCompetitorsQualifiers()Returns list ofUrnofCompetitorand associated qualifier for this sport eventCompetitionCi.getCompetitorsReferences()TournamentCi.getCompetitorsReferences()SportEventCache.getEventIds(Urn tournamentId, Locale locale) Returns aListcontaining id's of sport events, which belong to a specific tournamentSportEventCache.getEventIds(Date date, Locale locale) LotteryCi.getScheduledDraws()Returns the lottery draws scheduleTournamentCi.getSeasonIds()Returns a list of associated season identifiersStageCi.getStagesIds()Returns aListof known child stages identifiersCategoryCi.getTournamentIds()Returns aListcontaining the ids of associated tournamentsDataRouterManager.requestAllLotteriesEndpoint(Locale locale, Boolean requireResult) DataRouterManager.requestAvailableTournamentsFor(Locale locale, Urn sportId) DataRouterManager.requestEventsFor(Locale locale, Urn tournamentId) DataRouterManager.requestEventsFor(Locale locale, Date date) DataRouterManager.requestListSportEvents(Locale locale, int startIndex, int limit) DataRouterManager.requestLotterySchedule(Locale locale, Urn lotteryId, CacheItem requester) DataRouterManager.requestSeasonsFor(Locale locale, Urn tournamentId) Methods in com.sportradar.unifiedodds.sdk.internal.caching with parameters of type UrnModifier and TypeMethodDescriptionvoidSportEventStatusCache.addEventIdForTimelineIgnore(Urn eventId, int producerId, String messageType) Adds the event identifier for timeline ignore Used for BetPal events to have ignored timeline event status cachevoidSportEventCache.addFixtureTimestamp(Urn id) Adds fixture timestamp to cache so that the next fixture calls for the event goes through non-cached fixture providerSportsDataCache.getCategory(Urn categoryId, List<Locale> locales) Returns the associated category cache itemProfileCache.getCompetitorProfile(Urn id, List<Locale> locales) Returns aCompetitorCiassociated with the providedUrnSportEventCache.getEventCacheItem(Urn id) Returns aSportEventCiinstance representing a cached sport event dataSportEventCache.getEventCacheItem(Urn id, RequestOptions requestOptions) Returns aSportEventCiinstance representing a cached sport event dataSportEventCache.getEventIds(Urn tournamentId, Locale locale) Returns aListcontaining id's of sport events, which belong to a specific tournamentProfileCache.getPlayerProfile(Urn id, List<Locale> locales, List<Urn> possibleAssociatedCompetitorIds) Returns aPlayerProfileCiassociated with the providedUrnSportEventStatusCache.getSportEventStatusCi(Urn eventId, boolean makeApiCall) Returns the status of the event associated with the provided identifier.<T> voidvoidDataRouter.onAvailableSelectionsFetched(Urn id, com.sportradar.uf.custombet.datamodel.CapiAvailableSelections availableSelections) default voidDataRouterListener.onAvailableSelectionsFetched(Urn id, com.sportradar.uf.custombet.datamodel.CapiAvailableSelections availableSelections) default voidDataRouterListener.onChildSportEventFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSportEventChildren.SapiSportEvent data, Locale dataLocale) voidDataRouter.onCompetitorFetched(Urn competitorId, com.sportradar.uf.sportsapi.datamodel.SapiCompetitorProfileEndpoint data, Locale locale, CacheItem requester) default voidDataRouterListener.onCompetitorFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiCompetitorProfileEndpoint data, Locale dataLocale, CacheItem requester) default voidDataRouterListener.onDrawFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiDrawEvent data, Locale locale, CacheItem requester) default voidDataRouterListener.onDrawSummaryEndpointFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiDrawSummary data, Locale dataLocale, CacheItem requester) voidDataRouter.onDrawSummaryFetched(Urn drawId, com.sportradar.uf.sportsapi.datamodel.SapiDrawSummary endpoint, Locale locale, CacheItem requester) voidSportEventCache.onEventBooked(Urn id) Method that gets triggered when the associated event gets booked through theBookingManagervoidDataRouter.onFixtureFetched(Urn fixtureId, com.sportradar.uf.sportsapi.datamodel.SapiFixture fixture, Locale locale, CacheItem requester) default voidDataRouterListener.onFixtureFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiFixture data, Locale dataLocale, CacheItem requester) default voidDataRouterListener.onLotteryFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiLottery data, Locale locale, CacheItem requester) default voidDataRouterListener.onMatchSummaryEndpointFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiMatchSummaryEndpoint data, Locale dataLocale, CacheItem requester) voidDataRouter.onMatchTimelineFetched(Urn matchId, com.sportradar.uf.sportsapi.datamodel.SapiMatchTimelineEndpoint endpoint, Locale locale, CacheItem requester) default voidDataRouterListener.onMatchTimelineFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiMatchTimelineEndpoint data, Locale dataLocale, CacheItem requester) voidDataRouter.onPlayerFetched(Urn playerId, com.sportradar.uf.sportsapi.datamodel.SapiPlayerExtended data, Locale locale, CacheItem requester, Urn competitorId) default voidDataRouterListener.onPlayerFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiPlayerExtended data, Locale dataLocale, CacheItem requester, Urn competitorId) voidDataRouter.onSimpleTeamFetched(Urn competitorId, com.sportradar.uf.sportsapi.datamodel.SapiSimpleTeamProfileEndpoint data, Locale locale, CacheItem requester) default voidDataRouterListener.onSimpleTeamFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSimpleTeamProfileEndpoint data, Locale dataLocale, CacheItem requester) default voidDataRouterListener.onSportCategoriesFetched(Urn sportId, com.sportradar.uf.sportsapi.datamodel.SapiSportCategoriesEndpoint data, Locale dataLocale, CacheItem requester) default voidDataRouterListener.onSportEventFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSportEvent data, Locale dataLocale) voidDataRouter.onSportEventStatusFetched(Urn eventId, SportEventStatusDto statusDto, String statusOnEvent, String source) default voidDataRouterListener.onSportEventStatusFetched(Urn id, SportEventStatusDto data, String statusOnEvent, String source) default voidDataRouterListener.onSportFetched(Urn sportId, com.sportradar.uf.sportsapi.datamodel.SapiSport sport, Locale dataLocale) voidDataRouter.onSportTournamentsFetched(Urn sportId, com.sportradar.uf.sportsapi.datamodel.SapiSportTournamentsEndpoint data, Locale locale) default voidDataRouterListener.onSportTournamentsFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSportTournamentsEndpoint data, Locale locale) default voidDataRouterListener.onStageSummaryEndpointFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiStageSummaryEndpoint data, Locale dataLocale, CacheItem requester) voidDataRouter.onSummaryFetched(Urn requestedId, Object data, Locale locale, CacheItem requester) default voidDataRouterListener.onTeamFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTeam data, Locale dataLocale, CacheItem requester) default voidDataRouterListener.onTournamentExtendedFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournamentExtended data, Locale dataLocale) default voidDataRouterListener.onTournamentFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournament data, Locale locale) default voidDataRouterListener.onTournamentInfoEndpointFetched(Urn requestedId, Urn tournamentId, Urn seasonId, com.sportradar.uf.sportsapi.datamodel.SapiTournamentInfoEndpoint data, Locale dataLocale, CacheItem requester) voidDataRouter.onTournamentSeasonsFetched(Urn tournamentId, com.sportradar.uf.sportsapi.datamodel.SapiTournamentSeasons data, Locale locale) voidSportEventCache.purgeCacheItem(Urn id) Purges an item from theSportEventCachevoidProfileCache.purgeCompetitorProfileCacheItem(Urn competitorId) Purges the associated competitor cache itemvoidProfileCache.purgePlayerProfileCacheItem(Urn playerId) Purges the associated player profile cache itemvoidSportEventStatusCache.purgeSportEventStatus(Urn id) Purges the sport event status associated with the provided event idDataRouterManager.requestAvailableSelections(Urn id) DataRouterManager.requestAvailableTournamentsFor(Locale locale, Urn sportId) voidDataRouterManager.requestCompetitorEndpoint(Locale locale, Urn id, CacheItem requester) voidDataRouterManager.requestDrawSummary(Locale locale, Urn id, CacheItem requester) DataRouterManager.requestEventsFor(Locale locale, Urn tournamentId) com.sportradar.uf.sportsapi.datamodel.SapiMatchTimelineEndpointDataRouterManager.requestEventTimelineEndpoint(Locale locale, Urn id, CacheItem requester) DataRouterManager.requestFixtureChanges(Date after, Urn sportId, Locale locale) voidDataRouterManager.requestFixtureEndpoint(Locale locale, Urn id, boolean useCachedProvider, CacheItem requester) DataRouterManager.requestLotterySchedule(Locale locale, Urn lotteryId, CacheItem requester) DataRouterManager.requestPeriodSummary(Urn id, Locale locale, List<Urn> competitorIds, List<Integer> periods) voidDataRouterManager.requestPlayerProfileEndpoint(Locale locale, Urn id, CacheItem requester) DataRouterManager.requestResultChanges(Date after, Urn sportId, Locale locale) DataRouterManager.requestSeasonsFor(Locale locale, Urn tournamentId) voidDataRouterManager.requestSimpleTeamEndpoint(Locale locale, Urn id, CacheItem requester) voidDataRouterManager.requestSportCategoriesEndpoint(Locale locale, Urn id, CacheItem requester) voidDataRouterManager.requestSummaryEndpoint(Locale locale, Urn id, CacheItem requester) voidDataRouterManager.requestSummaryEndpoint(Locale locale, Urn id, CacheItem requester, RequestOptions requestOptions) Method parameters in com.sportradar.unifiedodds.sdk.internal.caching with type arguments of type Urn -
Uses of Urn in com.sportradar.unifiedodds.sdk.internal.caching.ci
Methods in com.sportradar.unifiedodds.sdk.internal.caching.ci that return UrnModifier and TypeMethodDescriptionCompleteRoundCiImpl.getGroupId()Returns the id of the group associated with the current roundLoadableRoundCiImpl.getGroupId()Returns the id of the group associated with the current roundRoundCi.getGroupId()Returns the id of the group associated with the current roundCourseCi.getId()EventPlayerCi.getId()ManagerCi.getId()Returns the manager identifierRaceDriverProfileCi.getRaceDriverId()RaceDriverProfileCi.getRaceTeamId()SeasonCoverageCi.getSeasonId()Returns the identifier of the seasonSeasonCi.getTournamentId()Returns the associated tournament identifierMethods in com.sportradar.unifiedodds.sdk.internal.caching.ci that return types with arguments of type UrnModifier and TypeMethodDescriptionGroupCi.getCompetitorIds()Returns aListof competitor identifiers associated with this groupGroupCi.getCompetitorsReferences()Constructors in com.sportradar.unifiedodds.sdk.internal.caching.ci with parameters of type Urn -
Uses of Urn in com.sportradar.unifiedodds.sdk.internal.caching.ci.markets
Methods in com.sportradar.unifiedodds.sdk.internal.caching.ci.markets that return Urn -
Uses of Urn in com.sportradar.unifiedodds.sdk.internal.caching.impl
Methods in com.sportradar.unifiedodds.sdk.internal.caching.impl that return UrnModifier and TypeMethodDescriptionSportEntityData.getId()Returns theUrnthe id of the associated entityMethods in com.sportradar.unifiedodds.sdk.internal.caching.impl that return types with arguments of type UrnModifier and TypeMethodDescriptionSportEventCacheImpl.getEventIds(Urn tournamentId, Locale locale) Returns aListcontaining id's of sport events, which belong to a specific tournamentSportEventCacheImpl.getEventIds(Date date, Locale locale) CategoryData.getTournaments()Returns aListrepresenting the tournaments, which belong to categoryDataRouterManagerImpl.requestAllLotteriesEndpoint(Locale locale, Boolean requireResult) DataRouterManagerImpl.requestAvailableTournamentsFor(Locale locale, Urn sportId) DataRouterManagerImpl.requestEventsFor(Locale locale, Urn tournamentId) DataRouterManagerImpl.requestEventsFor(Locale locale, Date date) DataRouterManagerImpl.requestListSportEvents(Locale locale, int startIndex, int limit) DataRouterManagerImpl.requestLotterySchedule(Locale locale, Urn lotteryId, CacheItem requester) DataRouterManagerImpl.requestSeasonsFor(Locale locale, Urn tournamentId) Methods in com.sportradar.unifiedodds.sdk.internal.caching.impl with parameters of type UrnModifier and TypeMethodDescriptionvoidSportEventStatusCacheImpl.addEventIdForTimelineIgnore(Urn eventId, int producerId, String messageType) Adds the event identifier for timeline ignore Used for BetPal events to have ignored timeline event status cachevoidSportEventCacheImpl.addFixtureTimestamp(Urn id) Adds fixture timestamp to cache so that the next fixture calls for the event goes trough non-cached fixture providerSportsDataCacheImpl.getCategory(Urn categoryId, List<Locale> locales) Returns the associated category dataProfileCacheImpl.getCompetitorProfile(Urn id, List<Locale> locales) Returns aCompetitorCiassociated with the providedUrnSportEventCacheImpl.getEventCacheItem(Urn id) Returns aSportEventCiinstance representing a cached sport event dataSportEventCacheImpl.getEventCacheItem(Urn id, RequestOptions requestOptions) Returns aSportEventCiinstance representing a cached sport event dataSportEventCacheImpl.getEventIds(Urn tournamentId, Locale locale) Returns aListcontaining id's of sport events, which belong to a specific tournamentProfileCacheImpl.getPlayerProfile(Urn id, List<Locale> locales, List<Urn> possibleAssociatedCompetitorIds) Returns aPlayerProfileCiassociated with the providedUrnSportEventStatusCacheImpl.getSportEventStatusCi(Urn eventId, boolean makeApiCall) Returns the status of the event associated with the provided identifier.voidDataRouterImpl.onAvailableSelectionsFetched(Urn id, com.sportradar.uf.custombet.datamodel.CapiAvailableSelections availableSelections) voidSportEventCacheImpl.onChildSportEventFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSportEventChildren.SapiSportEvent data, Locale dataLocale) voidDataRouterImpl.onCompetitorFetched(Urn competitorId, com.sportradar.uf.sportsapi.datamodel.SapiCompetitorProfileEndpoint data, Locale locale, CacheItem requester) voidProfileCacheImpl.onCompetitorFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiCompetitorProfileEndpoint data, Locale dataLocale, CacheItem requester) voidSportEventCacheImpl.onDrawFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiDrawEvent data, Locale dataLocale, CacheItem requester) voidSportEventCacheImpl.onDrawSummaryEndpointFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiDrawSummary data, Locale dataLocale, CacheItem requester) voidDataRouterImpl.onDrawSummaryFetched(Urn drawId, com.sportradar.uf.sportsapi.datamodel.SapiDrawSummary endpoint, Locale locale, CacheItem requester) voidSportEventCacheImpl.onEventBooked(Urn id) Method that gets triggered when the associated event gets booked trough theBookingManagervoidDataRouterImpl.onFixtureFetched(Urn fixtureId, com.sportradar.uf.sportsapi.datamodel.SapiFixture fixture, Locale locale, CacheItem requester) voidSportEventCacheImpl.onFixtureFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiFixture data, Locale dataLocale, CacheItem requester) voidSportsDataCacheImpl.onFixtureFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiFixture data, Locale dataLocale, CacheItem requester) voidSportEventCacheImpl.onLotteryFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiLottery data, Locale dataLocale, CacheItem requester) voidSportsDataCacheImpl.onLotteryFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiLottery data, Locale locale, CacheItem requester) voidSportEventCacheImpl.onMatchSummaryEndpointFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiMatchSummaryEndpoint data, Locale dataLocale, CacheItem requester) voidSportsDataCacheImpl.onMatchSummaryEndpointFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiMatchSummaryEndpoint data, Locale dataLocale, CacheItem requester) voidDataRouterImpl.onMatchTimelineFetched(Urn matchId, com.sportradar.uf.sportsapi.datamodel.SapiMatchTimelineEndpoint endpoint, Locale locale, CacheItem requester) voidSportEventCacheImpl.onMatchTimelineFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiMatchTimelineEndpoint data, Locale dataLocale, CacheItem requester) voidSportsDataCacheImpl.onMatchTimelineFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiMatchTimelineEndpoint data, Locale dataLocale, CacheItem requester) voidProfileCacheImpl.onPlayerCompetitorFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiPlayerCompetitor data, Locale dataLocale, CacheItem requester, Urn competitorId) voidDataRouterImpl.onPlayerFetched(Urn playerId, com.sportradar.uf.sportsapi.datamodel.SapiPlayerExtended data, Locale locale, CacheItem requester, Urn competitorId) voidProfileCacheImpl.onPlayerFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiPlayerExtended data, Locale dataLocale, CacheItem requester, Urn competitorId) voidDataRouterImpl.onSimpleTeamFetched(Urn competitorId, com.sportradar.uf.sportsapi.datamodel.SapiSimpleTeamProfileEndpoint data, Locale locale, CacheItem requester) voidProfileCacheImpl.onSimpleTeamFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSimpleTeamProfileEndpoint data, Locale dataLocale, CacheItem requester) voidSportsDataCacheImpl.onSportCategoriesFetched(Urn sportId, com.sportradar.uf.sportsapi.datamodel.SapiSportCategoriesEndpoint data, Locale locale, CacheItem requester) voidSportEventCacheImpl.onSportEventFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSportEvent data, Locale dataLocale) voidSportsDataCacheImpl.onSportEventFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSportEvent data, Locale dataLocale) voidDataRouterImpl.onSportEventStatusFetched(Urn eventId, SportEventStatusDto statusDto, String statusOnEvent, String source) voidSportEventStatusCacheImpl.onSportEventStatusFetched(Urn id, SportEventStatusDto data, String statusOnEvent, String source) Adds a newSportEventStatusCacheImpl.sportEventStatusCacheentryvoidSportsDataCacheImpl.onSportFetched(Urn sportId, com.sportradar.uf.sportsapi.datamodel.SapiSport sport, Locale dataLocale) voidDataRouterImpl.onSportTournamentsFetched(Urn sportId, com.sportradar.uf.sportsapi.datamodel.SapiSportTournamentsEndpoint endpoint, Locale locale) voidSportEventCacheImpl.onStageSummaryEndpointFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiStageSummaryEndpoint data, Locale dataLocale, CacheItem requester) voidSportsDataCacheImpl.onStageSummaryEndpointFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiStageSummaryEndpoint data, Locale dataLocale, CacheItem requester) voidDataRouterImpl.onSummaryFetched(Urn requestedId, Object data, Locale locale, CacheItem requester) voidProfileCacheImpl.onTeamFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTeam data, Locale dataLocale, CacheItem requester) voidSportEventCacheImpl.onTournamentExtendedFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournamentExtended data, Locale dataLocale) voidSportsDataCacheImpl.onTournamentExtendedFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournamentExtended data, Locale dataLocale) voidSportEventCacheImpl.onTournamentFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournament data, Locale locale) voidSportsDataCacheImpl.onTournamentFetched(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournament data, Locale locale) voidSportEventCacheImpl.onTournamentInfoEndpointFetched(Urn requestedId, Urn tournamentId, Urn seasonId, com.sportradar.uf.sportsapi.datamodel.SapiTournamentInfoEndpoint data, Locale dataLocale, CacheItem requester) voidSportsDataCacheImpl.onTournamentInfoEndpointFetched(Urn requestedId, Urn tournamentId, Urn seasonId, com.sportradar.uf.sportsapi.datamodel.SapiTournamentInfoEndpoint data, Locale dataLocale, CacheItem requester) voidDataRouterImpl.onTournamentSeasonsFetched(Urn tournamentId, com.sportradar.uf.sportsapi.datamodel.SapiTournamentSeasons data, Locale locale) voidSportEventCacheImpl.purgeCacheItem(Urn id) Purges an item from theSportEventCachevoidProfileCacheImpl.purgeCompetitorProfileCacheItem(Urn competitorId) Purges the associated competitor cache itemvoidProfileCacheImpl.purgePlayerProfileCacheItem(Urn playerId) Purges the associated player profile cache itemvoidSportEventStatusCacheImpl.purgeSportEventStatus(Urn id) Purges the sport event status associated with the provided event idDataRouterManagerImpl.requestAvailableSelections(Urn id) DataRouterManagerImpl.requestAvailableTournamentsFor(Locale locale, Urn sportId) voidDataRouterManagerImpl.requestCompetitorEndpoint(Locale locale, Urn id, CacheItem requester) voidDataRouterManagerImpl.requestDrawSummary(Locale locale, Urn id, CacheItem requester) DataRouterManagerImpl.requestEventsFor(Locale locale, Urn tournamentId) com.sportradar.uf.sportsapi.datamodel.SapiMatchTimelineEndpointDataRouterManagerImpl.requestEventTimelineEndpoint(Locale locale, Urn id, CacheItem requester) DataRouterManagerImpl.requestFixtureChanges(Date after, Urn sportId, Locale locale) voidDataRouterManagerImpl.requestFixtureEndpoint(Locale locale, Urn id, boolean useCachedProvider, CacheItem requester) DataRouterManagerImpl.requestLotterySchedule(Locale locale, Urn lotteryId, CacheItem requester) DataRouterManagerImpl.requestPeriodSummary(Urn id, Locale locale, List<Urn> competitorIds, List<Integer> periods) voidDataRouterManagerImpl.requestPlayerProfileEndpoint(Locale locale, Urn id, CacheItem requester) DataRouterManagerImpl.requestResultChanges(Date after, Urn sportId, Locale locale) DataRouterManagerImpl.requestSeasonsFor(Locale locale, Urn tournamentId) voidDataRouterManagerImpl.requestSimpleTeamEndpoint(Locale locale, Urn id, CacheItem requester) voidDataRouterManagerImpl.requestSportCategoriesEndpoint(Locale locale, Urn id, CacheItem requester) voidDataRouterManagerImpl.requestSummaryEndpoint(Locale locale, Urn id, CacheItem requester) voidDataRouterManagerImpl.requestSummaryEndpoint(Locale locale, Urn id, CacheItem requester, RequestOptions requestOptions) Method parameters in com.sportradar.unifiedodds.sdk.internal.caching.impl with type arguments of type UrnModifier and TypeMethodDescriptionDataRouterManagerImpl.requestPeriodSummary(Urn id, Locale locale, List<Urn> competitorIds, List<Integer> periods) Constructor parameters in com.sportradar.unifiedodds.sdk.internal.caching.impl with type arguments of type UrnModifierConstructorDescriptionProfileCacheImpl(CacheItemFactory cacheItemFactory, DataRouterManager dataRouterManager, com.google.common.cache.Cache<Urn, PlayerProfileCi> playerCache, com.google.common.cache.Cache<Urn, CompetitorCi> competitorCache, com.google.common.cache.Cache<Urn, CompetitorCi> simpleTeamCache) SportsDataCacheImpl(com.google.common.cache.Cache<Urn, SportCi> sportsCache, com.google.common.cache.Cache<Urn, CategoryCi> categoriesCache, CacheItemFactory cacheItemFactory, DataRouterManager dataRouterManager) -
Uses of Urn in com.sportradar.unifiedodds.sdk.internal.caching.impl.ci
Methods in com.sportradar.unifiedodds.sdk.internal.caching.impl.ci that return UrnModifier and TypeMethodDescriptionLotteryCiImpl.getCategoryId()Returns the associated category idDrawCiImpl.getId()Returns theUrnrepresenting id of the related entityLotteryCiImpl.getId()Returns theUrnrepresenting id of the related entityDrawCiImpl.getLotteryId()Returns the associated lottery idDrawCiImpl.getReplacedBy()Returns theUrnspecifying the replacement sport event for the current instanceLotteryCiImpl.getReplacedBy()Returns theUrnspecifying the replacement sport event for the current instanceSportEventStatusCiImpl.getWinnerId()Methods in com.sportradar.unifiedodds.sdk.internal.caching.impl.ci that return types with arguments of type UrnModifier and TypeMethodDescriptionCacheItemFactory.getFixtureTimestampCache()CacheItemFactoryImpl.getFixtureTimestampCache()LotteryCiImpl.getScheduledDraws()Returns the lottery draws scheduleMethods in com.sportradar.unifiedodds.sdk.internal.caching.impl.ci with parameters of type UrnModifier and TypeMethodDescriptionCacheItemFactory.buildCategoryCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiCategory category, List<Urn> tournaments, Urn associatedSportCiId, Locale dataLocale) CacheItemFactoryImpl.buildCategoryCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiCategory category, List<Urn> tournamentIds, Urn associatedSportCiId, Locale dataLocale) CacheItemFactory.buildCompetitorProfileCi(Urn id) CacheItemFactory.buildCompetitorProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiCompetitorProfileEndpoint data, Locale dataLocale) CacheItemFactory.buildCompetitorProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiPlayerCompetitor data, Locale dataLocale) CacheItemFactory.buildCompetitorProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSimpleTeamProfileEndpoint data, Locale dataLocale) CacheItemFactory.buildCompetitorProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTeam data, Locale dataLocale) CacheItemFactoryImpl.buildCompetitorProfileCi(Urn id) CacheItemFactoryImpl.buildCompetitorProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiCompetitorProfileEndpoint data, Locale dataLocale) CacheItemFactoryImpl.buildCompetitorProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiPlayerCompetitor data, Locale dataLocale) CacheItemFactoryImpl.buildCompetitorProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSimpleTeamProfileEndpoint data, Locale dataLocale) CacheItemFactoryImpl.buildCompetitorProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTeam data, Locale dataLocale) CacheItemFactory.buildDrawCi(Urn id) CacheItemFactory.buildDrawCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiDrawEvent data, Locale dataLocale) CacheItemFactory.buildDrawCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiDrawSummary data, Locale dataLocale) CacheItemFactoryImpl.buildDrawCi(Urn id) CacheItemFactoryImpl.buildDrawCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiDrawEvent data, Locale dataLocale) CacheItemFactoryImpl.buildDrawCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiDrawSummary data, Locale dataLocale) CacheItemFactory.buildLotteryCi(Urn id) CacheItemFactory.buildLotteryCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiLottery data, Locale dataLocale) CacheItemFactoryImpl.buildLotteryCi(Urn id) CacheItemFactoryImpl.buildLotteryCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiLottery data, Locale dataLocale) CacheItemFactory.buildMatchCi(Urn id) CacheItemFactory.buildMatchCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiFixture data, Locale dataLocale) CacheItemFactory.buildMatchCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiMatchSummaryEndpoint endpointData, Locale dataLocale) CacheItemFactory.buildMatchCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSportEventChildren.SapiSportEvent data, Locale dataLocale) CacheItemFactory.buildMatchCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSportEvent data, Locale dataLocale) CacheItemFactoryImpl.buildMatchCi(Urn id) CacheItemFactoryImpl.buildMatchCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiFixture data, Locale dataLocale) CacheItemFactoryImpl.buildMatchCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiMatchSummaryEndpoint data, Locale dataLocale) CacheItemFactoryImpl.buildMatchCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSportEventChildren.SapiSportEvent data, Locale dataLocale) CacheItemFactoryImpl.buildMatchCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSportEvent data, Locale dataLocale) CacheItemFactory.buildPlayerProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiPlayerCompetitor data, Locale dataLocale, Urn competitorId) CacheItemFactory.buildPlayerProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiPlayerExtended data, Locale dataLocale, Urn competitorId) CacheItemFactory.buildPlayerProfileCi(Urn id, Urn competitorId) CacheItemFactoryImpl.buildPlayerProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiPlayerCompetitor data, Locale dataLocale, Urn competitorId) CacheItemFactoryImpl.buildPlayerProfileCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiPlayerExtended data, Locale dataLocale, Urn competitorId) CacheItemFactoryImpl.buildPlayerProfileCi(Urn id, Urn competitorId) CacheItemFactory.buildSportCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSport sport, List<Urn> categories, Locale dataLocale) CacheItemFactoryImpl.buildSportCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSport sport, List<Urn> categories, Locale dataLocale) CacheItemFactory.buildStageCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiFixture data, Locale dataLocale) CacheItemFactory.buildStageCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiParentStage data, Locale dataLocale) CacheItemFactory.buildStageCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSportEventChildren.SapiSportEvent endpointData, Locale dataLocale) CacheItemFactory.buildStageCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSportEvent data, Locale dataLocale) CacheItemFactory.buildStageCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiStageSummaryEndpoint endpointData, Locale dataLocale) CacheItemFactory.buildStageCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournamentInfoEndpoint endpointData, Locale dataLocale) CacheItemFactory.buildStageCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournament endpointData, Locale dataLocale) CacheItemFactoryImpl.buildStageCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiFixture endpointData, Locale dataLocale) CacheItemFactoryImpl.buildStageCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiParentStage endpointData, Locale dataLocale) CacheItemFactoryImpl.buildStageCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSportEventChildren.SapiSportEvent endpointData, Locale dataLocale) CacheItemFactoryImpl.buildStageCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSportEvent endpointData, Locale dataLocale) CacheItemFactoryImpl.buildStageCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiStageSummaryEndpoint endpointData, Locale dataLocale) CacheItemFactoryImpl.buildStageCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournamentInfoEndpoint endpointData, Locale dataLocale) CacheItemFactoryImpl.buildStageCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournament endpointData, Locale dataLocale) CacheItemFactory.buildTournamentCi(Urn id) CacheItemFactory.buildTournamentCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournamentExtended endpointData, Locale dataLocale) CacheItemFactory.buildTournamentCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournamentInfoEndpoint endpointData, Locale dataLocale) CacheItemFactory.buildTournamentCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournament endpointData, Locale dataLocale) CacheItemFactoryImpl.buildTournamentCi(Urn id) CacheItemFactoryImpl.buildTournamentCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournamentExtended endpointData, Locale dataLocale) CacheItemFactoryImpl.buildTournamentCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournamentInfoEndpoint endpointData, Locale dataLocale) CacheItemFactoryImpl.buildTournamentCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiTournament endpointData, Locale dataLocale) Method parameters in com.sportradar.unifiedodds.sdk.internal.caching.impl.ci with type arguments of type UrnModifier and TypeMethodDescriptionCacheItemFactory.buildCategoryCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiCategory category, List<Urn> tournaments, Urn associatedSportCiId, Locale dataLocale) CacheItemFactoryImpl.buildCategoryCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiCategory category, List<Urn> tournamentIds, Urn associatedSportCiId, Locale dataLocale) CacheItemFactory.buildSportCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSport sport, List<Urn> categories, Locale dataLocale) CacheItemFactoryImpl.buildSportCi(Urn id, com.sportradar.uf.sportsapi.datamodel.SapiSport sport, List<Urn> categories, Locale dataLocale) Constructor parameters in com.sportradar.unifiedodds.sdk.internal.caching.impl.ci with type arguments of type UrnModifierConstructorDescriptionCacheItemFactoryImpl(DataRouterManager dataRouterManager, SdkInternalConfiguration configuration, com.google.common.cache.Cache<Urn, Date> fixtureTimestampCache) -
Uses of Urn in com.sportradar.unifiedodds.sdk.internal.di
Methods in com.sportradar.unifiedodds.sdk.internal.di that return types with arguments of type UrnModifier and TypeMethodDescriptioncom.google.common.cache.Cache<Urn,CategoryCi> InternalCachesProvider.getCategoryDataCache()com.google.common.cache.Cache<Urn,CompetitorCi> InternalCachesProvider.getCompetitorCache()InternalCachesProvider.getFixtureTimestampCache()com.google.common.cache.Cache<Urn,PlayerProfileCi> InternalCachesProvider.getPlayerProfileCache()com.google.common.cache.Cache<Urn,CompetitorCi> InternalCachesProvider.getSimpleTeamCompetitorCache()InternalCachesProvider.getSportDataCache()com.google.common.cache.Cache<Urn,SportEventCi> InternalCachesProvider.getSportEventCache()protected com.google.common.cache.Cache<Urn,CategoryCi> CachingModule.provideCategoryCiCache()CachingModule.provideFixtureTimestampCache()CachingModule.provideSportDataCiCache()protected com.google.common.cache.Cache<Urn,SportEventCi> CachingModule.provideSportEventCiCache() -
Uses of Urn in com.sportradar.unifiedodds.sdk.internal.impl
Methods in com.sportradar.unifiedodds.sdk.internal.impl that return UrnMethods in com.sportradar.unifiedodds.sdk.internal.impl with parameters of type UrnModifier and TypeMethodDescriptionbooleanReplayManager.addSportEventToReplay(Urn id) booleanReplayManager.addSportEventToReplay(Urn id, Integer startTime) booleanBookingManagerImpl.bookLiveOddsEvent(Urn eventId) Performs a request on the API which books the event associated with the providedUrnidentifierCustomBetSelectionBuilderImpl.build(Urn eventId, int marketId, String specifiers, String outcomeId, Double odds) SportEntityFactory.buildCategory(Urn id, List<Locale> locales) Builds the associated category summarySportEntityFactoryImpl.buildCategory(Urn id, List<Locale> locales) Builds the associated category summarySportEntityFactory.buildCompetitor(Urn id, String qualifier, Integer division, Boolean isVirtual, SportEventCi parentSportEventCi, List<Locale> locales) Builds aCompetitorinstance associated with the providedUrnSportEntityFactoryImpl.buildCompetitor(Urn id, String qualifier, Integer division, Boolean isVirtual, SportEventCi parentSportEventCi, List<Locale> locales) Builds aCompetitorinstance associated with the providedUrnSportEntityFactory.buildCompetitorPlayerProfile(Urn id, List<Locale> locales, List<Urn> possibleAssociatedCompetitorIds, Map<Urn, Integer> associatedJerseyNumbers) SportEntityFactoryImpl.buildCompetitorPlayerProfile(Urn id, List<Locale> locales, List<Urn> possibleAssociatedCompetitorIds, Map<Urn, Integer> associatedJerseyNumbers) SportEntityFactory.buildPlayerProfile(Urn id, List<Locale> locales, List<Urn> possibleAssociatedCompetitorIds) SportEntityFactoryImpl.buildPlayerProfile(Urn id, List<Locale> locales, List<Urn> possibleAssociatedCompetitorIds) FeedMessageFactory.buildRecoveryInitiated(int producerId, long requestId, Long after, Urn eventId, String message, long timestamp) SportEntityFactory.buildSport(Urn sportId, List<Locale> locales) Builds aSportinstance with the provided dataSportEntityFactoryImpl.buildSport(Urn sportId, List<Locale> locales) Builds aSportinstance with the provided dataSportEntityFactory.buildSportEvent(Urn id, Urn sportId, List<Locale> locales, boolean buildBasicEventImpl) Builds theSportEventderived class based on the provided dataSportEntityFactory.buildSportEvent(Urn id, List<Locale> locales, boolean buildBasicEventImpl) Builds theCompetitionderived class based on the provided dataSportEntityFactoryImpl.buildSportEvent(Urn id, Urn sportId, List<Locale> locales, boolean buildBasicEventImpl) Builds theSportEventderived class based on the provided dataSportEntityFactoryImpl.buildSportEvent(Urn id, List<Locale> locales, boolean buildBasicEventImpl) Builds theCompetitionderived class based on the provided data<T extends CompetitionStatus>
TSportEventStatusFactory.buildSportEventStatus(Urn eventId, Class<T> targetClass, boolean makeApiCall) Builds the requested sport event status type<T extends CompetitionStatus>
TSportEventStatusFactoryImpl.buildSportEventStatus(Urn eventId, Class<T> targetClass, boolean makeApiCall) Builds the requested sport event status typeSportEntityFactory.buildSportForCategory(Urn categoryId, List<Locale> locales) Builds the associated category sport summarySportEntityFactoryImpl.buildSportForCategory(Urn categoryId, List<Locale> locales) Builds the associated category sport summaryCustomBetManagerImpl.getAvailableSelections(Urn eventId) SportDataProviderImpl.getAvailableTournaments(Urn sportId) Returns all the available tournaments of a specific sport (the returned data is translated in the default locale configured with theUofConfigurationImpl) (possible types:BasicTournament,Tournament,Stage)SportDataProviderImpl.getAvailableTournaments(Urn sportId, Locale locale) Returns all the available tournaments for a specific sport (the returned data is translated in the specifiedLocale) (possible types:BasicTournament,Tournament,Stage)<T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManagerImpl.getCashOutProbabilities(Urn eventId) Returns aCashOutProbabilitiesinstance providing the CashOut probabilities for the specified event (the provided data is translated in the default language)<T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManagerImpl.getCashOutProbabilities(Urn eventId, int marketId, Map<String, String> specifiers) Returns aCashOutProbabilitiesinstance providing the CashOut probabilities for the specified market on the associated event (the provided data is translated in the default language)<T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManagerImpl.getCashOutProbabilities(Urn eventId, int marketId, Map<String, String> specifiers, Locale locale) Returns aCashOutProbabilitiesinstance providing the CashOut probabilities for the specified market on the associated event<T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManagerImpl.getCashOutProbabilities(Urn eventId, Locale locale) Returns aCashOutProbabilitiesinstance providing the CashOut probabilities for the specified eventSportDataProviderImpl.getCompetition(Urn id) Returns aCompetitionrepresenting the specified competition (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProviderImpl.getCompetition(Urn id, Locale locale) Returns aCompetitionrepresenting the specified competition (the returned data is translated in the specifiedLocale)SportDataProviderImpl.getCompetitor(Urn id) Returns aCompetitorrepresenting the specified competitor (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProviderImpl.getCompetitor(Urn id, Locale locale) Returns aCompetitorrepresenting the specified competitor (the returned data is translated in the specifiedLocale)SportDataProviderImpl.getFixtureChanges(Date after, Urn sportId) Returns the list of all fixtures that have changed in the last 24 hoursSportDataProviderImpl.getFixtureChanges(Date after, Urn sportId, Locale locale) Returns the list of all fixtures that have changed in the last 24 hoursSportDataProviderImpl.getLongTermEvent(Urn id) Returns the specified long term event (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProviderImpl.getLongTermEvent(Urn id, Locale locale) Returns the specified long term event (the returned data is translated in the specifiedLocale)MappingTypeProvider.getMappingType(Urn identifier) Identifies the proper mapping type associated with theMappingTypeProviderImpl.getMappingType(Urn identifier) Identifies the proper mapping type associated with theSportDataProviderImpl.getPeriodStatuses(Urn id, Locale locale, List<Urn> competitorIds, List<Integer> periods) Returns the list ofPeriodStatusfrom the sport event period summary endpointSportDataProviderImpl.getPlayerProfile(Urn id) Returns aPlayerProfilerepresenting the specified competitor (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProviderImpl.getPlayerProfile(Urn id, Locale locale) Returns aPlayerProfilerepresenting the specified competitor (the returned data is translated in the specifiedLocale)SportDataProviderImpl.getResultChanges(Date after, Urn sportId) Returns the list of all fixtures that have changed in the last 24 hoursSportDataProviderImpl.getResultChanges(Date after, Urn sportId, Locale locale) Returns the list of all fixtures that have changed in the last 24 hoursSportDataProviderImpl.getSportEvent(Urn id) Returns the specified sport event (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProviderImpl.getSportEvent(Urn id, Locale locale) Returns the specified sport event (the returned data is translated in the specifiedLocale)SportDataProviderImpl.getSportEventForEventChange(Urn id) SportDataProviderImpl.getTimelineEvents(Urn id, Locale locale) Returns the list ofTimelineEventfor the sport eventvoidMessageConsumer.onMessageDeserializationFailed(byte[] rawMessage, Urn eventId) Dispatches the "unparsable message received event"voidUofSessionImpl.onMessageDeserializationFailed(byte[] rawMessage, Urn eventId) Dispatches the "unparsable message received event"voidSportDataProviderImpl.purgeCompetitorProfileCacheData(Urn competitorId) Purges the associated competitor cache itemvoidSportDataProviderImpl.purgePlayerProfileCacheData(Urn playerId) Purges the associated player profile cache itemvoidSportDataProviderImpl.purgeSportEventCacheData(Urn eventId) Purges the associated sport event cache itemvoidSportDataProviderImpl.purgeSportEventCacheData(Urn eventId, boolean includeStatusPurge) Purges the associated sport event cache itembooleanReplayManager.removeSportEventFromReplay(Urn id) CustomBetSelectionBuilderImpl.setEventId(Urn eventId) Method parameters in com.sportradar.unifiedodds.sdk.internal.impl with type arguments of type UrnModifier and TypeMethodDescriptionSportEntityFactory.buildCompetitorPlayerProfile(Urn id, List<Locale> locales, List<Urn> possibleAssociatedCompetitorIds, Map<Urn, Integer> associatedJerseyNumbers) SportEntityFactoryImpl.buildCompetitorPlayerProfile(Urn id, List<Locale> locales, List<Urn> possibleAssociatedCompetitorIds, Map<Urn, Integer> associatedJerseyNumbers) SportEntityFactory.buildSportEvents(List<Urn> ids, List<Locale> locales) Builds a list ofCompetitionderived classes based on the provided dataSportEntityFactoryImpl.buildSportEvents(List<Urn> ids, List<Locale> locales) Builds a list ofCompetitionderived classes based on the provided dataSportEntityFactory.buildStreamCompetitors(List<Urn> competitorIds, SportEventCi parentSportEventCi, List<Locale> locales) Builds aListofCompetitorinstances Notice: aStreamWrapperExceptionis thrown if any problems are encounteredSportEntityFactoryImpl.buildStreamCompetitors(List<Urn> competitorIds, SportEventCi parentSportEventCi, List<Locale> locales) Builds aListofCompetitorinstances Notice: aStreamWrapperExceptionis thrown if any problems are encounteredOddsFeedRoutingKeyBuilder.generateKeys(Map<Integer, Map.Entry<MessageInterest, Set<Urn>>> sessionsData, SdkInternalConfiguration oddsFeedConfiguration) Builds a valid list of routing keys for the provided sessions k -> session identifier v -> aListof routing keys for the associated sessionSportDataProviderImpl.getPeriodStatuses(Urn id, Locale locale, List<Urn> competitorIds, List<Integer> periods) Returns the list ofPeriodStatusfrom the sport event period summary endpoint -
Uses of Urn in com.sportradar.unifiedodds.sdk.internal.impl.custombetentities
Methods in com.sportradar.unifiedodds.sdk.internal.impl.custombetentities that return UrnModifier and TypeMethodDescriptionAvailableSelectionsFilterImpl.getEventId()AvailableSelectionsImpl.getEventId()EventRecommendationsImpl.getEventId()PrebuiltBetsRequestImpl.getEventId()SelectionImpl.getEventId()Gets the event idConstructors in com.sportradar.unifiedodds.sdk.internal.impl.custombetentities with parameters of type UrnModifierConstructorDescriptionPrebuiltBetsRequestImpl(Urn eventId, Integer subBookmakerId, String user, Integer count, Integer length) SelectionImpl(Urn eventId, int marketId, String outcomeId, String specifiers) SelectionImpl(Urn eventId, int marketId, String outcomeId, String specifiers, Double odds) -
Uses of Urn in com.sportradar.unifiedodds.sdk.internal.impl.dto
Methods in com.sportradar.unifiedodds.sdk.internal.impl.dto that return UrnModifier and TypeMethodDescriptionTeamStatisticsDto.getTeamId()SportEventStatusDto.getWinnerId()Returns the sport event winner identifier -
Uses of Urn in com.sportradar.unifiedodds.sdk.internal.impl.entities
Methods in com.sportradar.unifiedodds.sdk.internal.impl.entities that return UrnModifier and TypeMethodDescriptionRoundImpl.getGroupId()Returns the id of the group associated with the current roundCategorySummaryImpl.getId()Returns anUrnuniquely identifying the currentCategorySummaryinstanceCompetitorImpl.getId()Returns the uniqueUrnidentifier representing the currentCompetitorinstanceCourseImpl.getId()CurrentSeasonInfoImpl.getId()Returns theUrnuniquely identifying the current seasonPeriodCompetitorResultImpl.getId()Returns the competitor idPitcherImpl.getId()Returns the unique identifier of the currentRefereeinstancePlayerImpl.getId()PlayerProfileImpl.getId()Returns the uniqueUrnidentifier representing the currentPlayerProfileinstanceRefereeImpl.getId()Returns the unique identifier of the currentRefereeinstanceReplaySportEventImpl.getId()Returns anUrnuniquely identifying the sport eventSeasonInfoImpl.getId()Returns aUrnuniquely identifying the currentSeasonInfoinstanceSportSummaryImpl.getId()Returns anUrnuniquely identifying the sport represented by the current instanceVenueImpl.getId()FixtureImpl.getParentStageId()Returns an id of the parent stage associated with the current instanceRaceDriverProfileImpl.getRaceDriverId()Returns the race driver idRaceDriverProfileImpl.getRaceTeamId()Returns the race team idBasicTournamentImpl.getReplacedBy()Returns theUrnspecifying the replacement sport event for the current instanceDrawImpl.getReplacedBy()Returns theUrnspecifying the replacement sport event for the current instanceFixtureImpl.getReplacedBy()Returns theUrnidentifier of the replacement eventLotteryImpl.getReplacedBy()Returns theUrnspecifying the replacement sport event for the current instanceMatchImpl.getReplacedBy()Returns theUrnspecifying the replacement sport event for the current instanceSeasonImpl.getReplacedBy()Returns theUrnspecifying the replacement sport event for the current instanceSportEventGenericImpl.getReplacedBy()Returns theUrnspecifying the replacement sport event for the current instanceStageImpl.getReplacedBy()Returns theUrnspecifying the replacement sport event for the current instanceTournamentImpl.getReplacedBy()Returns theUrnspecifying the replacement sport event for the current instanceSeasonCoverageImpl.getSeasonId()Returns the unique identifier of the seasonFixtureChangeImpl.getSportEventId()Returns theUrninstance specifying the sport eventResultChangeImpl.getSportEventId()Returns theUrninstance specifying the sport eventBasicTournamentImpl.getSportId()Returns the associated sport identifier (This method its overridden because the superclass SportEvent does not contain the sportId in all cases)DrawImpl.getSportId()Returns the associated sport identifier (This method its overridden because the superclass SportEvent does not contain the sportId in all cases)LotteryImpl.getSportId()Returns the unique sport identifier to which this event is associatedMatchImpl.getSportId()Returns the associated sport identifier (This method its overridden because the superclass SportEvent does not contain the sportId in all cases)SeasonImpl.getSportId()Returns the associated sport identifier (This method its overridden because the superclass SportEvent does not contain the sportId in all cases)StageImpl.getSportId()Returns the associated sport identifier (This method its overridden because the superclass SportEvent does not contain the sportId in all cases)TournamentImpl.getSportId()Returns the associated sport identifier (This method its overridden because the superclass SportEvent does not contain the sportId in all cases)SeasonInfoImpl.getTournamentId()Returns the associated tournament identifierMethods in com.sportradar.unifiedodds.sdk.internal.impl.entities that return types with arguments of type UrnModifier and TypeMethodDescriptionFixtureImpl.getAdditionalParentsIds()Returns the list specifying the additional parent ids associated with the current instanceConstructors in com.sportradar.unifiedodds.sdk.internal.impl.entities with parameters of type UrnModifierConstructorDescriptionInitializes a new instance of theAssistImplclassBasicTournamentImpl(Urn id, Urn sportId, List<Locale> locales, SportEventCache sportEventCache, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a newBasicTournamentImplinstanceCategoryImpl(Urn id, Map<Locale, String> names, List<SportEvent> tournaments, String countryCode) Initializes a new instance of theCategoryImplInitializes a new instance of theCategorySummaryImplCompetitorImpl(Urn competitorId, ProfileCache profileCache, SportEventCi parentSportEventCi, List<Locale> locales, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy, Boolean isVirtual) Initializes a new instance of theCompetitorImplclassCompetitorImpl(Urn competitorId, ProfileCache profileCache, Map<Urn, ReferenceIdCi> eventCompetitorsReferences, Boolean isVirtual, List<Locale> locales, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance of theCompetitorImplclassCompetitorPlayerImpl(Urn playerId, Integer jerseyNumber, ProfileCache profileCache, List<Urn> possibleAssociatedCompetitorIds, List<Locale> locales, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance ofPlayerProfileImplDrawImpl(Urn id, Urn sportId, List<Locale> locales, SportEventCache sportEventCache, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) LotteryImpl(Urn id, Urn sportId, List<Locale> locales, SportEventCache sportEventCache, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) MatchImpl(Urn id, Urn sportId, SportEventCache sportEventCache, SportEventStatusFactory statusFactory, SportEntityFactory sportEntityFactory, List<Locale> locales, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance of theMatchImplPlayerProfileImpl(Urn playerId, ProfileCache profileCache, List<Urn> possibleAssociatedCompetitorIds, List<Locale> locales, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance ofPlayerProfileImplReplaySportEventImpl(Urn id, Integer position, Integer startTime) Creates new instance ofReplaySportEventImplSeasonImpl(Urn id, Urn sportId, List<Locale> locales, SportEventCache sportEventCache, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a newSeasonImplinstanceSportEventGenericImpl(Urn id, Urn sportId) Initializes a new instance ofSportEventGenericImplInitializes a new instance ofSportImplStageImpl(Urn id, Urn sportId, SportEventCache sportEventCache, SportEventStatusFactory statusFactory, SportEntityFactory sportEntityFactory, List<Locale> locales, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance of theStageImplTeamCompetitorImpl(Urn competitorId, ProfileCache profileCache, String qualifier, Integer division, Boolean isVirtual, SportEventCi parentSportEventCi, List<Locale> locales, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance of theTeamCompetitorImplclassTournamentImpl(Urn id, Urn sportId, List<Locale> locales, SportEventCache sportEventCache, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a newTournamentImplinstanceConstructor parameters in com.sportradar.unifiedodds.sdk.internal.impl.entities with type arguments of type UrnModifierConstructorDescriptionCompetitorImpl(Urn competitorId, ProfileCache profileCache, Map<Urn, ReferenceIdCi> eventCompetitorsReferences, Boolean isVirtual, List<Locale> locales, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance of theCompetitorImplclassCompetitorPlayerImpl(Urn playerId, Integer jerseyNumber, ProfileCache profileCache, List<Urn> possibleAssociatedCompetitorIds, List<Locale> locales, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance ofPlayerProfileImplPlayerProfileImpl(Urn playerId, ProfileCache profileCache, List<Urn> possibleAssociatedCompetitorIds, List<Locale> locales, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance ofPlayerProfileImpl -
Uses of Urn in com.sportradar.unifiedodds.sdk.internal.impl.entities.status
Methods in com.sportradar.unifiedodds.sdk.internal.impl.entities.status that return UrnModifier and TypeMethodDescriptionCompetitionStatusImpl.getWinnerId()Returns the sport event winner identifier -
Uses of Urn in com.sportradar.unifiedodds.sdk.internal.impl.markets
Methods in com.sportradar.unifiedodds.sdk.internal.impl.markets that return UrnMethods in com.sportradar.unifiedodds.sdk.internal.impl.markets with parameters of type Urn -
Uses of Urn in com.sportradar.unifiedodds.sdk.internal.impl.oddsentities
Methods in com.sportradar.unifiedodds.sdk.internal.impl.oddsentities with parameters of type UrnModifier and TypeMethodDescriptionFeedMessageFactoryImpl.buildRecoveryInitiated(int producerId, long requestId, Long after, Urn eventId, String message, long timestamp) -
Uses of Urn in com.sportradar.unifiedodds.sdk.internal.impl.recovery
Methods in com.sportradar.unifiedodds.sdk.internal.impl.recovery with parameters of type UrnModifier and TypeMethodDescriptionRecoveryManagerImpl.initiateEventOddsMessagesRecovery(Producer producer, Urn eventId) RecoveryManagerImpl.initiateEventStatefulMessagesRecovery(Producer producer, Urn eventId) -
Uses of Urn in com.sportradar.unifiedodds.sdk.managers
Methods in com.sportradar.unifiedodds.sdk.managers with parameters of type UrnModifier and TypeMethodDescriptionbooleanBookingManager.bookLiveOddsEvent(Urn eventId) Performs a request on the API which books the event associated with the providedUrnidentifierBuilds and returns aSelectioninstanceCustomBetSelectionBuilder.build(Urn eventId, int marketId, String specifiers, String outcomeId, Double odds) Builds and returns aSelectioninstanceCustomBetManager.getAvailableSelections(Urn eventId) Returns anAvailableSelectionsinstance providing the available selections for the event associated with the providedUrnidentifierSportDataProvider.getAvailableTournaments(Urn sportId) Returns all the available tournaments for a specific sport (the returned data is translated in the default locale configured with theUofConfigurationImpl) (possible types:BasicTournament,Tournament,Stage)SportDataProvider.getAvailableTournaments(Urn sportId, Locale locale) Returns all the available tournaments for a specific sport (the returned data is translated in the specifiedLocale) (possible types:BasicTournament,Tournament,Stage)<T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManager.getCashOutProbabilities(Urn eventId) Returns aCashOutProbabilitiesinstance providing the cashout probabilities for the specified event (the provided data is translated in the default language)<T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManager.getCashOutProbabilities(Urn eventId, int marketId, Map<String, String> specifiers) Returns aCashOutProbabilitiesinstance providing the cashout probabilities for the specified market on the associated event (the provided data is translated in the default language)<T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManager.getCashOutProbabilities(Urn eventId, int marketId, Map<String, String> specifiers, Locale locale) Returns aCashOutProbabilitiesinstance providing the cashout probabilities for the specified market on the associated event<T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManager.getCashOutProbabilities(Urn eventId, Locale locale) Returns aCashOutProbabilitiesinstance providing the cashout probabilities for the specified eventSportDataProvider.getCompetition(Urn id) Returns aCompetitionrepresenting the specified competition (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProvider.getCompetition(Urn id, Locale locale) Returns aCompetitionrepresenting the specified competition (the returned data is translated in the specifiedLocale)SportDataProvider.getCompetitor(Urn id) Returns aCompetitorrepresenting the specified competitor (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProvider.getCompetitor(Urn id, Locale locale) Returns aCompetitorrepresenting the specified competitor (the returned data is translated in the specifiedLocale)SportDataProvider.getFixtureChanges(Date after, Urn sportId) Returns the list of all fixtures that have changed in the last 24 hoursSportDataProvider.getFixtureChanges(Date after, Urn sportId, Locale locale) Returns the list of all fixtures that have changed in the last 24 hoursSportDataProvider.getLongTermEvent(Urn id) Returns the specified long term event (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProvider.getLongTermEvent(Urn id, Locale locale) Returns the specified long term event (the returned data is translated in the specifiedLocale)SportDataProvider.getPeriodStatuses(Urn id, Locale locale, List<Urn> competitorIds, List<Integer> periods) Returns the list ofPeriodStatusfrom the sport event period summary endpointSportDataProvider.getPlayerProfile(Urn id) Returns aPlayerProfilerepresenting the specified competitor (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProvider.getPlayerProfile(Urn id, Locale locale) Returns aPlayerProfilerepresenting the specified competitor (the returned data is translated in the specifiedLocale)SportDataProvider.getResultChanges(Date after, Urn sportId) Returns the list of all fixtures that have changed in the last 24 hoursSportDataProvider.getResultChanges(Date after, Urn sportId, Locale locale) Returns the list of all fixtures that have changed in the last 24 hoursSportDataProvider.getSportEvent(Urn id) Returns the specified sport event (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProvider.getSportEvent(Urn id, Locale locale) Returns the specified sport event (the returned data is translated in the specifiedLocale)SportDataProvider.getTimelineEvents(Urn id, Locale locale) Returns the list ofTimelineEventfor the sport eventEventRecoveryRequestIssuer.initiateEventOddsMessagesRecovery(Producer producer, Urn eventId) Initiates a odds recovery procedure for the event associated with the providedUrnidentifier on the requestedProducer(The odds recovery procedure re-sends all odds for all markets for a sport event) Note: The event must be eitherEventStatus.NotStartedorEventStatus.LiveEventRecoveryRequestIssuer.initiateEventStatefulMessagesRecovery(Producer producer, Urn eventId) Initiates a stateful recovery procedure for the event associated with the providedUrnidentifier on the requestedProducer(The stateful message recovery procedure re-sends all stateful-messages (BetSettlement, RollbackBetSettlement, BetCancel, UndoBetCancel) for a sport event) Note: The event can be up to 30 days in the pastvoidSportDataProvider.purgeCompetitorProfileCacheData(Urn competitorId) Purges the associated competitor cache itemvoidSportDataProvider.purgePlayerProfileCacheData(Urn playerId) Purges the associated player profile cache itemvoidSportDataProvider.purgeSportEventCacheData(Urn eventId) Purges the associated sport event cache itemvoidSportDataProvider.purgeSportEventCacheData(Urn eventId, boolean includeStatusPurge) Purges the associated sport event cache itemCustomBetSelectionBuilder.setEventId(Urn eventId) Sets event id to the providedUrnPrebuiltBetsRequestBuilder.setEventId(Urn eventId) Sets the event URNMethod parameters in com.sportradar.unifiedodds.sdk.managers with type arguments of type UrnModifier and TypeMethodDescriptionSportDataProvider.getPeriodStatuses(Urn id, Locale locale, List<Urn> competitorIds, List<Integer> periods) Returns the list ofPeriodStatusfrom the sport event period summary endpoint -
Uses of Urn in com.sportradar.unifiedodds.sdk.oddsentities
Methods in com.sportradar.unifiedodds.sdk.oddsentities that return UrnModifier and TypeMethodDescriptionRecoveryInitiated.getEventId()Gets the associated event identifier -
Uses of Urn in com.sportradar.unifiedodds.sdk.oddsentities.exportable
Methods in com.sportradar.unifiedodds.sdk.oddsentities.exportable that return UrnConstructors in com.sportradar.unifiedodds.sdk.oddsentities.exportable with parameters of type UrnModifierConstructorDescriptionExportableCourseCi(Urn id, Map<Locale, String> name, List<ExportableHoleCi> holes) -
Uses of Urn in com.sportradar.utils
Methods in com.sportradar.utils that return UrnMethods in com.sportradar.utils that return types with arguments of type UrnModifier and TypeMethodDescriptionstatic Map<Urn,ReferenceIdCi> SdkHelper.parseCompetitorsReferences(List<com.sportradar.uf.sportsapi.datamodel.SapiTeam> competitors, Map<Urn, ReferenceIdCi> currentCompetitorsReferences) Get competitor reference from a list of competitors Note: reference must be checked and updated, since it is not sure that references on summary are the same as on fixturestatic Map<Urn,ReferenceIdCi> SdkHelper.parseTeamCompetitorsReferences(List<com.sportradar.uf.sportsapi.datamodel.SapiTeamCompetitor> competitors, Map<Urn, ReferenceIdCi> currentCompetitorsReferences) Get competitor reference from a list of competitors Note: reference must be checked and updated, since it is not sure that references on summary are the same as on fixtureMethod parameters in com.sportradar.utils with type arguments of type UrnModifier and TypeMethodDescriptionstatic Map<Urn,ReferenceIdCi> SdkHelper.parseCompetitorsReferences(List<com.sportradar.uf.sportsapi.datamodel.SapiTeam> competitors, Map<Urn, ReferenceIdCi> currentCompetitorsReferences) Get competitor reference from a list of competitors Note: reference must be checked and updated, since it is not sure that references on summary are the same as on fixturestatic Map<Urn,ReferenceIdCi> SdkHelper.parseTeamCompetitorsReferences(List<com.sportradar.uf.sportsapi.datamodel.SapiTeamCompetitor> competitors, Map<Urn, ReferenceIdCi> currentCompetitorsReferences) Get competitor reference from a list of competitors Note: reference must be checked and updated, since it is not sure that references on summary are the same as on fixture