public interface DataRouterManager
void requestSummaryEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationExceptionvoid requestSummaryEndpoint(Locale locale, Urn id, CacheItem requester, RequestOptions requestOptions) throws CommunicationException
CommunicationExceptionvoid requestFixtureEndpoint(Locale locale, Urn id, boolean useCachedProvider, CacheItem requester) throws CommunicationException
CommunicationExceptionvoid requestDrawSummary(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationExceptionvoid requestDrawFixture(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationExceptionvoid requestAllTournamentsForAllSportsEndpoint(Locale locale) throws CommunicationException
CommunicationExceptionvoid requestAllSportsEndpoint(Locale locale) throws CommunicationException
CommunicationExceptionList<Urn> requestAllLotteriesEndpoint(Locale locale, Boolean requireResult) throws CommunicationException
CommunicationExceptionList<Urn> requestEventsFor(Locale locale, Urn tournamentId) throws CommunicationException
CommunicationExceptionList<Urn> requestLotterySchedule(Locale locale, Urn lotteryId, CacheItem requester) throws CommunicationException
CommunicationExceptionList<Urn> requestEventsFor(Locale locale, Date date) throws CommunicationException
CommunicationExceptionvoid requestPlayerProfileEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationExceptionvoid requestCompetitorEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationExceptionvoid requestSimpleTeamEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationExceptionList<Urn> requestSeasonsFor(Locale locale, Urn tournamentId) throws CommunicationException
CommunicationExceptioncom.sportradar.uf.sportsapi.datamodel.SapiMatchTimelineEndpoint requestEventTimelineEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationExceptionvoid requestSportCategoriesEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
CommunicationExceptionAvailableSelections requestAvailableSelections(Urn id) throws CommunicationException
CommunicationExceptionCalculation requestCalculateProbability(List<Selection> selections) throws CommunicationException
CommunicationExceptionCalculationFilter requestCalculateProbabilityFilter(List<Selection> selections) throws CommunicationException
CommunicationExceptionList<FixtureChange> requestFixtureChanges(Date after, Urn sportId, Locale locale) throws CommunicationException
CommunicationExceptionList<ResultChange> requestResultChanges(Date after, Urn sportId, Locale locale) throws CommunicationException
CommunicationExceptionList<Urn> requestListSportEvents(Locale locale, int startIndex, int limit) throws CommunicationException
CommunicationExceptionList<Urn> requestAvailableTournamentsFor(Locale locale, Urn sportId) throws CommunicationException
CommunicationExceptionList<PeriodStatus> requestPeriodSummary(Urn id, Locale locale, List<Urn> competitorIds, List<Integer> periods) throws CommunicationException
CommunicationExceptionvoid close()
Copyright © 2016–2025. All rights reserved.