Modifier and Type | Method and Description |
---|---|
List<Urn> |
DataRouterManager.requestAllLotteriesEndpoint(Locale locale,
Boolean requireResult) |
void |
DataRouterManager.requestAllSportsEndpoint(Locale locale) |
void |
DataRouterManager.requestAllTournamentsForAllSportsEndpoint(Locale locale) |
AvailableSelections |
DataRouterManager.requestAvailableSelections(Urn id) |
List<Urn> |
DataRouterManager.requestAvailableTournamentsFor(Locale locale,
Urn sportId) |
Calculation |
DataRouterManager.requestCalculateProbability(List<Selection> selections) |
CalculationFilter |
DataRouterManager.requestCalculateProbabilityFilter(List<Selection> selections) |
void |
DataRouterManager.requestCompetitorEndpoint(Locale locale,
Urn id,
CacheItem requester) |
void |
DataRouterManager.requestDrawFixture(Locale locale,
Urn id,
CacheItem requester) |
void |
DataRouterManager.requestDrawSummary(Locale locale,
Urn id,
CacheItem requester) |
List<Urn> |
DataRouterManager.requestEventsFor(Locale locale,
Date date) |
List<Urn> |
DataRouterManager.requestEventsFor(Locale locale,
Urn tournamentId) |
com.sportradar.uf.sportsapi.datamodel.SapiMatchTimelineEndpoint |
DataRouterManager.requestEventTimelineEndpoint(Locale locale,
Urn id,
CacheItem requester) |
List<FixtureChange> |
DataRouterManager.requestFixtureChanges(Date after,
Urn sportId,
Locale locale) |
void |
DataRouterManager.requestFixtureEndpoint(Locale locale,
Urn id,
boolean useCachedProvider,
CacheItem requester) |
List<Urn> |
DataRouterManager.requestListSportEvents(Locale locale,
int startIndex,
int limit) |
List<Urn> |
DataRouterManager.requestLotterySchedule(Locale locale,
Urn lotteryId,
CacheItem requester) |
List<PeriodStatus> |
DataRouterManager.requestPeriodSummary(Urn id,
Locale locale,
List<Urn> competitorIds,
List<Integer> periods) |
void |
DataRouterManager.requestPlayerProfileEndpoint(Locale locale,
Urn id,
CacheItem requester) |
List<ResultChange> |
DataRouterManager.requestResultChanges(Date after,
Urn sportId,
Locale locale) |
List<Urn> |
DataRouterManager.requestSeasonsFor(Locale locale,
Urn tournamentId) |
void |
DataRouterManager.requestSimpleTeamEndpoint(Locale locale,
Urn id,
CacheItem requester) |
void |
DataRouterManager.requestSportCategoriesEndpoint(Locale locale,
Urn id,
CacheItem requester) |
void |
DataRouterManager.requestSummaryEndpoint(Locale locale,
Urn id,
CacheItem requester) |
Modifier and Type | Method and Description |
---|---|
List<Urn> |
DataRouterManagerImpl.requestAllLotteriesEndpoint(Locale locale,
Boolean requireResult) |
void |
DataRouterManagerImpl.requestAllSportsEndpoint(Locale locale) |
void |
DataRouterManagerImpl.requestAllTournamentsForAllSportsEndpoint(Locale locale) |
AvailableSelections |
DataRouterManagerImpl.requestAvailableSelections(Urn id) |
List<Urn> |
DataRouterManagerImpl.requestAvailableTournamentsFor(Locale locale,
Urn sportId) |
Calculation |
DataRouterManagerImpl.requestCalculateProbability(List<Selection> selections) |
CalculationFilter |
DataRouterManagerImpl.requestCalculateProbabilityFilter(List<Selection> selections) |
void |
DataRouterManagerImpl.requestCompetitorEndpoint(Locale locale,
Urn id,
CacheItem requester) |
void |
DataRouterManagerImpl.requestDrawFixture(Locale locale,
Urn id,
CacheItem requester) |
void |
DataRouterManagerImpl.requestDrawSummary(Locale locale,
Urn id,
CacheItem requester) |
List<Urn> |
DataRouterManagerImpl.requestEventsFor(Locale locale,
Date date) |
List<Urn> |
DataRouterManagerImpl.requestEventsFor(Locale locale,
Urn tournamentId) |
com.sportradar.uf.sportsapi.datamodel.SapiMatchTimelineEndpoint |
DataRouterManagerImpl.requestEventTimelineEndpoint(Locale locale,
Urn id,
CacheItem requester) |
List<FixtureChange> |
DataRouterManagerImpl.requestFixtureChanges(Date after,
Urn sportId,
Locale locale) |
void |
DataRouterManagerImpl.requestFixtureEndpoint(Locale locale,
Urn id,
boolean useCachedProvider,
CacheItem requester) |
List<Urn> |
DataRouterManagerImpl.requestListSportEvents(Locale locale,
int startIndex,
int limit) |
List<Urn> |
DataRouterManagerImpl.requestLotterySchedule(Locale locale,
Urn lotteryId,
CacheItem requester) |
List<PeriodStatus> |
DataRouterManagerImpl.requestPeriodSummary(Urn id,
Locale locale,
List<Urn> competitorIds,
List<Integer> periods) |
void |
DataRouterManagerImpl.requestPlayerProfileEndpoint(Locale locale,
Urn id,
CacheItem requester) |
List<ResultChange> |
DataRouterManagerImpl.requestResultChanges(Date after,
Urn sportId,
Locale locale) |
List<Urn> |
DataRouterManagerImpl.requestSeasonsFor(Locale locale,
Urn tournamentId) |
void |
DataRouterManagerImpl.requestSimpleTeamEndpoint(Locale locale,
Urn id,
CacheItem requester) |
void |
DataRouterManagerImpl.requestSportCategoriesEndpoint(Locale locale,
Urn id,
CacheItem requester) |
void |
DataRouterManagerImpl.requestSummaryEndpoint(Locale locale,
Urn id,
CacheItem requester) |
Modifier and Type | Method and Description |
---|---|
boolean |
BookingManagerImpl.bookLiveOddsEvent(Urn eventId)
Performs a request on the API which books the event associated with the provided
Urn identifier |
Calculation |
CustomBetManagerImpl.calculateProbability(List<Selection> selections) |
CalculationFilter |
CustomBetManagerImpl.calculateProbabilityFilter(List<Selection> selections) |
AvailableSelections |
CustomBetManagerImpl.getAvailableSelections(Urn eventId) |
protected HttpData |
LogHttpDataFetcher.send(org.apache.hc.core5.http.ClassicHttpRequest request,
String path) |
protected HttpData |
LogFastHttpDataFetcher.send(org.apache.hc.core5.http.ClassicHttpRequest request,
String path) |
Modifier and Type | Method and Description |
---|---|
HttpHelper.ResponseData |
HttpHelper.delete(String path) |
HttpHelper.ResponseData |
HttpHelper.executeRequest(org.apache.hc.core5.http.ClassicHttpRequest httpRequest,
String path) |
HttpHelper.ResponseData |
HttpHelper.post(String path) |
HttpHelper.ResponseData |
HttpHelper.put(String path) |
Modifier and Type | Method and Description |
---|---|
boolean |
BookingManager.bookLiveOddsEvent(Urn eventId)
Performs a request on the API which books the event associated with the provided
Urn identifier |
Calculation |
CustomBetManager.calculateProbability(List<Selection> selections)
Returns an
Calculation instance providing the probability for the specified selections |
CalculationFilter |
CustomBetManager.calculateProbabilityFilter(List<Selection> selections)
Returns an
CalculationFilter instance providing the probability for the specified selections (filtered) |
AvailableSelections |
CustomBetManager.getAvailableSelections(Urn eventId)
Returns an
AvailableSelections instance providing the available selections
for the event associated with the provided Urn identifier |
Copyright © 2016–2025. All rights reserved.