Skip navigation links
A B C D F G H I M O P R S T V W 

A

addLocales(Collection<Locale>) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
What locales that should be supported.
addSportEventToReplay(SportEvent) - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Add a SportEvent to the list of SportEvents whose recorded messages will be replayed.
addSportEventToReplay(String) - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Add a SportEvent to the list of SportEvents whose recorded messages will be replayed.
addSportSpecificListener(GenericOddsFeedListener<T>) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder.OddsFeedSessionBuilderImpl
Sets the sport-specific listener which will be used to notify outside world that a message associated with that sport was received
addSportSpecificListener(GenericOddsFeedListener<T>) - Method in interface com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder.SessionBuilder
Sets the sport-specific listener which will be used to notify outside world a message associated with that sport was received

B

BetCancel<T extends SportEvent> - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Sent to describe that all bets on the particular market (line) for the particular competition should be cancelled and refunded in full.
BetSettlement<T extends SportEvent> - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Received when one or more markets for a particular competition have an outcome and results should be cleared
BetSettlementCertainty - Enum in com.sportradar.unifiedodds.sdk.oddsentities
 
BetStop<T extends SportEvent> - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Is sent to signal that a set of markets (often all) should be moved to a suspended state (odds updated, but bets not accepted).
build() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder.OddsFeedSessionBuilderImpl
Builds and returns a OddsFeedSession implementation
build() - Method in interface com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder.SessionBuilder
Builds and returns a OddsFeedSession implementation

C

clear() - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Stops playing recorded messages from the playlist and clears the playlist.
close() - Method in interface com.sportradar.unifiedodds.sdk.OddsFeedSession
Close this session - no further messages will be received.
com.sportradar.unifiedodds.sdk - package com.sportradar.unifiedodds.sdk
 
com.sportradar.unifiedodds.sdk.oddsentities - package com.sportradar.unifiedodds.sdk.oddsentities
 
com.sportradar.unifiedodds.sdk.replay - package com.sportradar.unifiedodds.sdk.replay
 
com.sportradar.unifiedodds.sdk.sportentities - package com.sportradar.unifiedodds.sdk.sportentities
 
Competitor - Interface in com.sportradar.unifiedodds.sdk.sportentities
 
CoverageInfo - Interface in com.sportradar.unifiedodds.sdk.sportentities
 
CoverageInfo.CoverageLevel - Enum in com.sportradar.unifiedodds.sdk.sportentities
 

D

DelayedInfo - Interface in com.sportradar.unifiedodds.sdk.sportentities
 

F

Fixture - Interface in com.sportradar.unifiedodds.sdk.sportentities
 
Fixture.BookingStatus - Enum in com.sportradar.unifiedodds.sdk.sportentities
 
FixtureChange<T extends SportEvent> - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Fixture change is sent when some SportRadar system has made a fixture change it deems is important.
FixtureChangeType - Enum in com.sportradar.unifiedodds.sdk.oddsentities
What is the reason for a SDKFixtureChange message.

G

getAccessToken() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
 
getActiveTournaments() - Method in interface com.sportradar.unifiedodds.sdk.SportsInfo
 
getActiveTournaments(String) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfo
 
getAPIHost() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
 
getAwayScore() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Score
Returns the away team score
getAwayTeam() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
 
getBetSettlements() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.BetSettlement
 
getBetstopReason() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OddsChange
Returns the reason for the most recently sent betstop if the betstop is still active
getBettingStatus() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OddsChange
If this field is set, it reports that a previous betstop was sent but the markets have now been reopened.
getBookmakerId() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
 
getCapacity() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Venue
 
getCertainty() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.BetSettlement
 
getCity() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Venue
 
getCompetitors() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
Get the list of competitors for a team-based sport or for a racket-sport this will just return two competitors.
getCompetitors() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Group
Returns a List of group Competitors
getCompetitorStatusAttribute(HomeAway, String) - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportEvent
Get a status/statistics attribute for a competitor for the match.
getCompetitorStatusAttribute(Competitor, String) - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportEvent
 
getCountry() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Venue
 
getCoverage() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.CoverageInfo
Returns a detailed list of what is actually covered at this level.
getCoverageInfo() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.ProductInfo
How do we plan to cover this event and with how much details (will it be scouted on-site, using TV, only post-match results, not covered at all) (what level of details will we collect (a little, ordinary, a lot))
getCoverageLevel() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.CoverageInfo
 
getDeadHeatFactor() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeResult
Dead-heat Factor (A dead-heat factor may be returned for markets where a bet has be placed on a particular team/player to place and this particular player has placed but the place is shared with multiple players, reducing the payout)
getDefaultLanguage() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
 
getDefaultLocale() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
The default locale used for any getter that returns localized Strings.
getDelayedInfo() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
 
getDescription() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Outcome
 
getDescription(Locale) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Outcome
 
getDesiredLocales() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
 
getEndTime() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RollbackBetCancel
 
getEvent() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.SDKOddsMessage
The competition/match/race/outright this odds update is for
getEventStatusAttribute(String) - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportEvent
Get the sport specific named attribute for this sport event
getExtraInfo(String) - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
 
getExtraInfo(String) - Method in interface com.sportradar.unifiedodds.sdk.sportentities.ProductInfo
Returns specific sportradar specific information based on specified key-name auto_traded - returns "true" if this match is not covered by LiveOdds operations booked - returns "true" if this match is booked by you live_score - return "true" if we have livescore for this event has_hosted_statistics - return "true" if we have hosted statistics for this event ...
getFixture() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportEvent
Get the Fixture which includes all pregame information (including start time)
getFixtureChangeType() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.FixtureChange
 
getGeneratingProduct() - Method in class com.sportradar.unifiedodds.sdk.oddsentities.ProductDown.SDKProductDownImpl
 
getGeneratingProduct() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.SDKFeedMessage
 
getGPSCoordinates() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Venue
 
getGroup() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.BetStop
 
getGroup() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.TournamentRoundInfo
 
getGroups() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
What groups does this market belong to.
getGroups() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Tournament
Returns a list of Groups that are a part of the current tournament instance
getHomeOrAwayTeam() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.PlayerOutcome
 
getHomeScore() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Score
Returns the home score
getHomeTeam() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
 
getHttpLinks() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.ProductInfo
 
getId() - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager.MarketMapping
 
getId() - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager.OutcomeMapping
Gets the id of the associated LO / LCoO outcome
getId() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
Market id.
getId() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Outcome
 
getId() - Method in enum com.sportradar.unifiedodds.sdk.oddsentities.Product
The product id as seen in messages
getId() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Competitor
 
getId() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
Returns the sportradar unique event id
getId() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Sport
 
getId() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportCategory
 
getId() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportEvent
 
getId() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Tournament
 
getId() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Venue
 
getLastReceivedTimestampBeforeDisconnect() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
Get the last timestamp received before disconnect as set by @see setLastReceivedTimestampBeforeDisconnect
getLCOOId() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
Deprecated.
getLegacyBetradarId() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.TournamentRoundInfo
 
getListener() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder.OddsFeedSessionBuilderImpl
Gets the provided OddsFeedListener instance
getLiveBookingStatus() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
 
getLiveOddsSubTypeId() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
Deprecated.
getLiveOddsTypeId() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
Deprecated.
getLiveSportEvents() - Method in interface com.sportradar.unifiedodds.sdk.SportsInfo
 
getLongestInactivityInterval() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
 
getMarket() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketBetSettlement
The market (or market line) this results are for
getMarket() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketOddsChange
 
getMarket() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeOdds
The market
getMarket() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeResult
The market this outcome refers to (i.e.
getMarketDescription(SportEvent, Market) - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager
Return a proper market description by filling in all placeholders in the market description with the actual numbers.
getMarketDescription() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
 
getMarketDescription(Locale) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
 
getMarketDescriptionManager() - Method in interface com.sportradar.unifiedodds.sdk.OddsFeedSession
Get the market description manager that can be used to list markets and get translations for markets and outcomes (including outrights).
getMarketDescriptionRaw() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
Returns the raw description of the market which may include placeholders for specifiers.
getMarketDescriptionRaw(Locale) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
Returns the raw description of the market which may include placeholders for specifiers.
getMarketMapping(Market, Product, SportEvent) - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager
Get a description of how to map a particular Unified Odds market back to a particular product for a particular SportEvent at a given point in time.
getMarketMappings() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
 
getMarkets() - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager
Get the list of all available markets.
getMarkets() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.BetCancel
 
getMarkets() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RollbackBetCancel
 
getMarkets() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RollbackBetSettlement
Return all markets that should be rollbacked from a previous BetSettlement
getMarketStatus() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.BetStop
Returns the status of the market
getMatchPeriod() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportEvent
 
getMatchStatusDescription() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportEvent
A description of the current live match status.
getMatchStatusDescription(Locale) - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportEvent
A description of the current live match status
getMessagingHost() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
 
getMsgInterest() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder.OddsFeedSessionBuilderImpl
Gets the provided MessageInterest instance
getMTSId() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
Deprecated.
getName() - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager.OutcomeMapping
Gets the name of the associated LO / LCoO outcome
getName() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Competitor
 
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Competitor
 
getName() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Group
Returns the group name
getName() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Sport
 
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Sport
 
getName() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportCategory
 
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportCategory
 
getName() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Tournament
 
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Tournament
 
getName() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Venue
 
getNextStartTime() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
In case the match got suspended this will refer to the next time the match will resume
getOdds() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeOdds
The odds for this outcome in this market
getOdds(OddsDisplayType) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeOdds
The odds for this outcome in this market - in the requested display format
getOddsChangeReason() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OddsChange
Get the reason why the odds changed
getOddsChanges() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OddsChange
Get the list of changed odds per market
getOutcome() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Outcome
 
getOutcome(Locale) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Outcome
Get the outcome string in the language specified by the provided locale
getOutcome() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeOdds
 
getOutcome() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeResult
Get the descriptive outcome (e.g.
getOutcomeDescription(SportEvent, Market, Outcome) - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager
Return the proper context sensitive outcome description
getOutcomeId(Outcome) - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager.MarketMapping
 
getOutcomeMappings() - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager.MarketMapping
Gets the List containing MarketDescriptionManager.OutcomeMapping specifying how outcomes associated with this market map to LO / LCoO outcomes
getOutcomeName(Outcome) - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager.MarketMapping
 
getOutcomeOdds() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketOddsChange
 
getOutcomeResults() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketBetSettlement
 
getOutcomes() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
 
getPeriodNumber() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Score
Returns the period number this score is for (or -1 if it is for a non-numbered period (e.g.
getPeriodScores() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportEvent
Returns the period scores.
getPeriodType() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Score
Returns the period type
getPlayedTime() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportEvent
 
getPlayStatus() - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Get the current status of the replayer
getPort() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
Gets the port used to connect to AMQP broker
getProbability() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeOdds
The probability for this outcome (how likely is this outcome)
getProduct() - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager.MarketMapping
 
getProductFromId(int) - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.Product
Gets a Product member specified by it's id
getProductInfo() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
Get all sportradar specific information about this event
getRawDescription() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Outcome
Returns the raw outcome description with the template markets not replaced by actuals (i.e.
getRawDescription(Locale) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Outcome
Returns the raw outcome description with the template markets not replaced by actuals (i.e.
getRawMessage() - Method in class com.sportradar.unifiedodds.sdk.oddsentities.ProductDown.SDKProductDownImpl
 
getRawMessage() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.SDKFeedMessage
 
getReason() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.ProductDown
Gets a ProductDown.ProductDownReason instance indicating why the ProductDown message was dispatched
getReason() - Method in class com.sportradar.unifiedodds.sdk.oddsentities.ProductDown.SDKProductDownImpl
Gets a ProductDown.ProductDownReason instance indicating why the ProductDown message was dispatched
getRecoveryName() - Method in enum com.sportradar.unifiedodds.sdk.oddsentities.Product
The name of this product as used in the API for recovery
getReferenceId(String) - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Competitor
 
getReferenceId(String) - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
Returns the Id of this match from another sources perspective (this could be aams, BetradarCtrl etc)
getRefundFactor() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeResult
Under certain circumstances the whole bet is refunded or half the bet is refunded
getRemainingTime() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportEvent
 
getReplayList() - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
 
getReplayManager() - Method in interface com.sportradar.unifiedodds.sdk.replay.ReplaySession
If in the OddsFeedConfiguration it was requested to create a replay session a ReplyManager will be returned here.
getRound() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.TournamentRoundInfo
 
getRoutingKey() - Method in enum com.sportradar.unifiedodds.sdk.MessageInterest
Gets the routing key for the current MessageInterest instance or a null reference if routing key is not static
getSpecialOddsValue() - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager.MarketMapping
 
getSpecifiers() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
Get the list of specifiers for this market (could be an empty list)
getSpecifierType(String) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
Get the type of a named specifier.
getSpecifierValue(String) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
Return the specifier value for a named specifier
getSportCategories() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Sport
 
getSportCategoryId() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Tournament
Sportradar Category.
getSportCategoryName() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Tournament
 
getSportCategoryName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Tournament
Get the Sport Category name in the requested language
getSportEvent(String) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfo
Get the details about the specified SportEvent.
getSportEventsFor(Date) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfo
 
getSportId() - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager.MarketMapping
 
getSportId() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Tournament
 
getSportName() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Tournament
 
getSportName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Tournament
Get the name of the sport for this tournament in the requested language.
getSports() - Method in interface com.sportradar.unifiedodds.sdk.SportsInfo
 
getSportsAPIBaseURL() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
 
getSportsAPIBaseURL(Locale) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
 
getSportsInfoManager() - Method in interface com.sportradar.unifiedodds.sdk.OddsFeedSession
Return the manager instance for searching for information about matches and results
getSportSpecificListeners() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder.OddsFeedSessionBuilderImpl
Gets the Set containing registered sport-specific instances
getStartTime() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.BetCancel
 
getStartTime() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RollbackBetCancel
 
getStartTime() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
This will be scheduled start time if available, otherwise estimated start time
getStatus() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketOddsChange
Are odds for this market active
getStatus() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportEvent
Get the general status of this event (NotStarted/Live/Ended/Finished)
getStopTime() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.BetCancel
 
getStreamingChannels() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.ProductInfo
Return streaming channels for our audio/visual streaming offering
getSubId() - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager.MarketMapping
 
getTeam() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.PlayerOutcome
 
getTimestamp() - Method in class com.sportradar.unifiedodds.sdk.oddsentities.ProductDown.SDKProductDownImpl
 
getTimestamp() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.SDKMessage
 
getTournament() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
 
getTournamentRoundInfo() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
 
getTournaments() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.SportCategory
 
getTvChannels() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
 
getUseSsl() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
Gets a value indicating whether SSL should be used when connecting to AMQP broker
getUUID() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Team
Deprecated.
getValidFor() - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager.MarketMapping
 
getVenue() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
Where will the event take place
getVoidReason() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketBetSettlement
Returns the void reason
Group - Interface in com.sportradar.unifiedodds.sdk.sportentities
Defines methods that are used to provide group information

H

HomeAway - Enum in com.sportradar.unifiedodds.sdk.sportentities
 

I

init(SDKGlobalEventsListener) - Static method in interface com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder
Creates and returns a builder used to build OddsFeedSession instance
init(SDKGlobalEventsListener, OddsFeedConfiguration) - Static method in interface com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder
Creates and returns a builder used to build OddsFeedSession instance
InitException - Exception in com.sportradar.unifiedodds.sdk
An exception indicating there was an error during initialization
InitException(String) - Constructor for exception com.sportradar.unifiedodds.sdk.InitException
 
isActive() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeOdds
If this outcome is deactivated this will return false
isAutoTraded() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.ProductInfo
 
isCoveredLive() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.CoverageInfo
 
isFavourite() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketOddsChange
Only applicable if multiple market lines of the same market type is provided in the odds update
isInHostedStatistics() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.ProductInfo
 
isInLiveCenterSoccer() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.ProductInfo
 
isInLiveScore() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.ProductInfo
 
isMostBalanced() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketOddsChange
Deprecated.
isPlayerOutcome() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Outcome
Returns whether this is a player outcome (i.e.
isProductEnabled(Product) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
 
isReplaySession() - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
 
isRoutingKeyStatic() - Method in enum com.sportradar.unifiedodds.sdk.MessageInterest
Gets a value indicating whether the routing key for current MessageInterest instance is static (does not change)
isStartTimeConfirmed() - Method in interface com.sportradar.unifiedodds.sdk.sportentities.Fixture
 
isWinning() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeResult
 

M

Market - Interface in com.sportradar.unifiedodds.sdk.oddsentities
This is the class that represents different markets.
MarketBetSettlement - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Information about how to clear bets for the outcomes of a particular market
MarketDescriptionManager - Interface in com.sportradar.unifiedodds.sdk
Used to obtain information about available markets and get translations for markets and outcomes including outrights
MarketDescriptionManager.MarketMapping - Interface in com.sportradar.unifiedodds.sdk
Contains how a particular instance of a Unified Odds market for a particular SportEvent is mapped to a particular product.
MarketDescriptionManager.OutcomeMapping - Interface in com.sportradar.unifiedodds.sdk
Provides information on how a particular Unified Odds outcome is mapped to LO / LCoO outcome
MarketOddsChange - Interface in com.sportradar.unifiedodds.sdk.oddsentities
This represents the odds changes for one market in the OddsChange message.
MarketStatus - Enum in com.sportradar.unifiedodds.sdk.oddsentities
MarketStatus describes the status for a market (line) and it can be in one of three states Active - Odds are provided and bets can be accepted Suspended - Bets should not be accepted, but odds are still provided Deactivated - Odds are no longer provided for this market.
MessageInterest - Enum in com.sportradar.unifiedodds.sdk
 

O

OddsChange<T extends SportEvent> - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Describes a set of odds changes for a particular competition
OddsChangeReason - Enum in com.sportradar.unifiedodds.sdk.oddsentities
Reason for an OddsChange message (default: normal)
OddsDisplayType - Enum in com.sportradar.unifiedodds.sdk.oddsentities
Describes how to display odds *
OddsFeedConfiguration - Class in com.sportradar.unifiedodds.sdk
This class is used to specify various configuration parameters for a session to the Sportradar system(s) sr.flexScoreDisplayRealScoreInOutcome sr.useNamesForCompetitors
OddsFeedConfiguration() - Constructor for class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
 
OddsFeedListener - Interface in com.sportradar.unifiedodds.sdk
These are all the messages you can receive relating to odds.
OddsFeedSession - Interface in com.sportradar.unifiedodds.sdk
This is the representation of one stream/session/connection to the Sportradar Odds Messages (It is possible to have one or more such session simultaneously listening to the same or different information)
OddsFeedSessionBuilder - Interface in com.sportradar.unifiedodds.sdk
Represents a builder sued to build OddsFeedSession instances
OddsFeedSessionBuilder.MessageInterestSetter - Interface in com.sportradar.unifiedodds.sdk
Defines method used to set the session's MessageInterest
OddsFeedSessionBuilder.OddsFeedSessionBuilderImpl - Class in com.sportradar.unifiedodds.sdk
A builder used to construct OddsFeedSession instances
OddsFeedSessionBuilder.SessionBuilder - Interface in com.sportradar.unifiedodds.sdk
Defines method used to build
OddsFeedSessionBuilderImpl() - Constructor for class com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder.OddsFeedSessionBuilderImpl
 
onConnectionDown() - Method in interface com.sportradar.unifiedodds.sdk.SDKConnectionStatusListener
Invoked when a connection to the feed is closed
onProductDown(ProductDown) - Method in interface com.sportradar.unifiedodds.sdk.SDKProductStatusListener
Invoked when a product serving messages via the feed is down.
Outcome - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Describes a particular outcome.
OutcomeOdds - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Describes the odds for a particular outcome (e.g.
OutcomeResult - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Describes how to handle a bet on a particular outcome for a particular market

P

play() - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Starts playing the messages for the SportEvents in the play list.
play(double, int) - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Starts playing the messages for the SportEvents in the play list.
PlayerOutcome - Interface in com.sportradar.unifiedodds.sdk.oddsentities
 
Product - Enum in com.sportradar.unifiedodds.sdk.oddsentities
Enumerates different products
ProductDown - Interface in com.sportradar.unifiedodds.sdk.oddsentities
This message is received when a product goes down.
ProductDown.ProductDownReason - Enum in com.sportradar.unifiedodds.sdk.oddsentities
Enumerates reasons why the ProductDown message was dispatched
ProductDown.SDKProductDownImpl - Class in com.sportradar.unifiedodds.sdk.oddsentities
A SDKFeedMessage implementation used to inform that a feed-based product is down
ProductInfo - Interface in com.sportradar.unifiedodds.sdk.sportentities
 

R

ReplayManager - Class in com.sportradar.unifiedodds.sdk.replay
This class is used to manage the set of SportEvents whose messages to replay and to control the Replay (play, stop, and in what speed to play).
ReplayManager(OddsFeedConfiguration, SportsInfo) - Constructor for class com.sportradar.unifiedodds.sdk.replay.ReplayManager
 
ReplayManager.ReplayStatus - Enum in com.sportradar.unifiedodds.sdk.replay
 
ReplaySession - Interface in com.sportradar.unifiedodds.sdk.replay
An OddsFeedSession implementation typically implements the ReplaySession.
RollbackBetCancel<T extends SportEvent> - Interface in com.sportradar.unifiedodds.sdk.oddsentities
This message is sent to rollback/undo a previously sent out BetCancel message if possible.
RollbackBetSettlement<T extends SportEvent> - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Rollback is sent when a previously sent bet_settlement was sent in error and needs to be rollbacked

S

Score - Interface in com.sportradar.unifiedodds.sdk.sportentities
 
Score.PeriodType - Enum in com.sportradar.unifiedodds.sdk.sportentities
 
SDKConnectionStatusListener - Interface in com.sportradar.unifiedodds.sdk
Defines a listener used no notify outside world when the connection to the feed is closed
SDKFeedMessage - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Represents a message generated from the feed message
SDKGlobalEventsListener - Interface in com.sportradar.unifiedodds.sdk
Defines methods used to handle messages which are not related with a OddsFeedSession but with product or SDK it-self.
SDKMessage - Interface in com.sportradar.unifiedodds.sdk.oddsentities
 
SDKOddsMessage<T extends SportEvent> - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Represents a SDKFeedMessage associated with the sport event
SDKProductDownImpl(Product, ProductDown.ProductDownReason, long) - Constructor for class com.sportradar.unifiedodds.sdk.oddsentities.ProductDown.SDKProductDownImpl
Initializes a new instance of the ProductDown.SDKProductDownImpl class
SDKProductStatusListener - Interface in com.sportradar.unifiedodds.sdk
Defines a contract used to observe instances which provide information about a product (ProductUp and SDKProductDown messages)
setAccessToken(String) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
Set your access token as provided by Sportradar (without this set you will not be able to connect)
setAPIHost(String) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
Specify the Sportradar host used for API access (if not specified this defaults to api.betradar.com)
setBookmakerId(int) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
Set your bookmaker id (without this set you will not be able to connect)
setDefaultLocale(Locale) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
Sets the default locale.
setLastReceivedTimestampBeforeDisconnect(long) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
This should be the last timestamp received and processed by the client before the previous disconnect.
setListener(OddsFeedListener) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder.OddsFeedSessionBuilderImpl
Sets the OddsFeedListener instance which is to be used when building the OddsFeedSession instance
setListener(OddsFeedListener) - Method in interface com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder
Sets the OddsFeedListener instance which is to be used when building the OddsFeedSession instance
setLongestInactivityInterval(int) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
Specify how many seconds that is maximum length of inactivity (default and lowest 20 seconds)
setMessageInterest(MessageInterest) - Method in interface com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder.MessageInterestSetter
Sets the MessageInterest instance which is to be used when building the OddsFeedSession instance
setMessageInterest(MessageInterest) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder.OddsFeedSessionBuilderImpl
Sets the MessageInterest instance which is to be used when building the OddsFeedSession instance
setMessagingHost(String) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
Specify the Sportradar host to receive messages from (if not specified this defaults to mq.betradar.com)
setPort(int) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
Sets the port used to connect to AMQP broker
setProductEnabled(Product, boolean) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
 
setReplaySession(boolean) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
Set this to true to connect to the replay server instead of the ordinary odds server.
setUseSsl(boolean) - Method in class com.sportradar.unifiedodds.sdk.OddsFeedConfiguration
Sets a value indicating whether SSL should be used when connecting to AMQP broker
SoccerEvent - Interface in com.sportradar.unifiedodds.sdk.sportentities
A SportEvent derived type used to represent a soccer sport events
SoccerOddsFeedListener - Interface in com.sportradar.unifiedodds.sdk
An interface used to handle messages associated with soccer sport-events
Sport - Interface in com.sportradar.unifiedodds.sdk.sportentities
Representation of a sport, primarily for display purposes
SportCategory - Interface in com.sportradar.unifiedodds.sdk.sportentities
 
SportEvent - Interface in com.sportradar.unifiedodds.sdk.sportentities
This object represent various status information about a match/race (if the EventStatus is NotStart none of the other methods can provide relevant information except Fixture which includes all information known pre-game)
SportEventStatus - Enum in com.sportradar.unifiedodds.sdk.sportentities
Possible competition statuses.
SportsInfo - Interface in com.sportradar.unifiedodds.sdk
This is the main class for obtaining various information about scheduled and ongoing SportEvents and Tournaments.
stop() - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Stops playing recorded messages from the playlist.
StreamingChannel - Interface in com.sportradar.unifiedodds.sdk.sportentities
 

T

Team - Interface in com.sportradar.unifiedodds.sdk.sportentities
 
Tournament - Interface in com.sportradar.unifiedodds.sdk.sportentities
 
TournamentRoundInfo - Interface in com.sportradar.unifiedodds.sdk.sportentities
 

V

valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.MessageInterest
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.BetSettlementCertainty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.FixtureChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.MarketStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.OddsChangeReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.OddsDisplayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.Product
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.ProductDown.ProductDownReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.replay.ReplayManager.ReplayStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.sportentities.CoverageInfo.CoverageLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.sportentities.Fixture.BookingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.sportentities.HomeAway
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.sportentities.Score.PeriodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.sportentities.SportEventStatus
Returns the enum constant of this type with the specified name.
valueOfApiStatusName(String) - Static method in enum com.sportradar.unifiedodds.sdk.sportentities.SportEventStatus
 
values() - Static method in enum com.sportradar.unifiedodds.sdk.MessageInterest
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.BetSettlementCertainty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.FixtureChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.MarketStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.OddsChangeReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.OddsDisplayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.Product
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.ProductDown.ProductDownReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sportradar.unifiedodds.sdk.replay.ReplayManager.ReplayStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sportradar.unifiedodds.sdk.sportentities.CoverageInfo.CoverageLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sportradar.unifiedodds.sdk.sportentities.Fixture.BookingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sportradar.unifiedodds.sdk.sportentities.HomeAway
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sportradar.unifiedodds.sdk.sportentities.Score.PeriodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sportradar.unifiedodds.sdk.sportentities.SportEventStatus
Returns an array containing the constants of this enum type, in the order they are declared.
Venue - Interface in com.sportradar.unifiedodds.sdk.sportentities
 

W

waitForInitialSnapshotToComplete() - Method in interface com.sportradar.unifiedodds.sdk.OddsFeedSession
Wait for this session to have retrieved all its initial state from the Sportradar systems
A B C D F G H I M O P R S T V W 
Skip navigation links

Copyright © 2016–2017. All rights reserved.