Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

addDesiredLocales(List<Locale>) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Which locales should be auto-fetched - beside the default Locale.
addDesiredLocales(List<Locale>) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Which locales should be auto-fetched.
AdditionalProbabilities - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Additional probability attributes for markets which potentially will be (partly) refunded This is valid only for those markets which are sent with x.0, x.25 and x.75 lines and in addition the "no bet" markets (draw no bet, home no bet, ...)
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(SportEvent, Integer) - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Add a SportEvent to the list of SportEvents whose recorded messages will be replayed.
addSportEventToReplay(URN) - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Add a SportEvent to the list of SportEvents whose recorded messages will be replayed.
addSportEventToReplay(URN, Integer) - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Add a SportEvent to the list of SportEvents whose recorded messages will be replayed.
ApiResponseErrorPattern - Static variable in class com.sportradar.utils.SdkHelper
The regex pattern to extract error message from failed API requests
ApiResponseMessagePattern - Static variable in class com.sportradar.utils.SdkHelper
The regex pattern to extract response message from failed API requests
approveRecovery() - Method in interface com.sportradar.unifiedodds.sdk.SnapshotRequest
 
asProducerStatusReason() - Method in enum com.sportradar.unifiedodds.sdk.oddsentities.ProducerDownReason
 
asProducerStatusReason() - Method in enum com.sportradar.unifiedodds.sdk.oddsentities.ProducerUpReason
 
Assist - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access specific assist information
AvailableSelections - Interface in com.sportradar.unifiedodds.sdk.custombetentities
Provides an available selections for a particular event
AvailableSelectionsFilter - Interface in com.sportradar.unifiedodds.sdk.custombetentities
Provides an available selections for a particular event

B

BasicTournament - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes providing information about a tournament
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).
BonusDrumType - Enum in com.sportradar.unifiedodds.sdk.entities
Possible bonus drum types
BonusInfo - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods ued to access bonus info data
BookingManager - Interface in com.sportradar.unifiedodds.sdk
Defines methods used to perform various booking calendar operations
BookingManagerImpl - Class in com.sportradar.unifiedodds.sdk
The basic implementation of the BookingManager
BookingStatus - Enum in com.sportradar.unifiedodds.sdk.entities
The enum describing various booking statuses
bookLiveOddsEvent(URN) - Method in interface com.sportradar.unifiedodds.sdk.BookingManager
Performs a request on the API which books the event associated with the provided URN identifier
bookLiveOddsEvent(URN) - Method in class com.sportradar.unifiedodds.sdk.BookingManagerImpl
Performs a request on the API which books the event associated with the provided URN identifier
BookmakerDetails - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access bookmaker details
build() - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationBuilderBase
Builds and returns a OddsFeedConfiguration instance
build() - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Builds an OddsFeedConfiguration instance with the provided data
build() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Builds an OddsFeedConfiguration instance with the provided data
build() - Method in interface com.sportradar.unifiedodds.sdk.CustomBetSelectionBuilder
Builds and returns a Selection instance
build(URN, int, String, String) - Method in interface com.sportradar.unifiedodds.sdk.CustomBetSelectionBuilder
Builds and returns a Selection instance
build() - Method in class com.sportradar.unifiedodds.sdk.CustomBetSelectionBuilderImpl
 
build(URN, int, String, String) - Method in class com.sportradar.unifiedodds.sdk.CustomBetSelectionBuilderImpl
 
build() - Method in interface com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder
This function creates the newly configured session using the supplied message interest and listeners
buildCategory(URN, List<Locale>) - Method in interface com.sportradar.unifiedodds.sdk.SportEntityFactory
Builds the associated category summary
buildCompetitor(URN, String, Integer, Boolean, SportEventCI, List<Locale>) - Method in interface com.sportradar.unifiedodds.sdk.SportEntityFactory
Builds a Competitor instance associated with the provided URN
buildConfigFromApplicationYml() - Method in interface com.sportradar.unifiedodds.sdk.cfg.TokenSetter
Sets the general configuration properties to values read from configuration file.
buildConfigFromApplicationYml() - Method in class com.sportradar.unifiedodds.sdk.cfg.TokenSetterImpl
Sets the general configuration properties to values read from configuration file.
buildConfigFromSdkProperties() - Method in interface com.sportradar.unifiedodds.sdk.cfg.TokenSetter
Sets the general configuration properties to values read from configuration file.
buildConfigFromSdkProperties() - Method in class com.sportradar.unifiedodds.sdk.cfg.TokenSetterImpl
Sets the general configuration properties to values read from configuration file.
buildPlayerProfile(URN, List<Locale>, List<URN>) - Method in interface com.sportradar.unifiedodds.sdk.SportEntityFactory
 
buildSport(URN, List<Locale>) - Method in interface com.sportradar.unifiedodds.sdk.SportEntityFactory
Builds a Sport instance with the provided data
buildSportEvent(URN, List<Locale>, boolean) - Method in interface com.sportradar.unifiedodds.sdk.SportEntityFactory
Builds the Competition derived class based on the provided data
buildSportEvent(URN, URN, List<Locale>, boolean) - Method in interface com.sportradar.unifiedodds.sdk.SportEntityFactory
Builds the SportEvent derived class based on the provided data
buildSportEvents(List<URN>, List<Locale>) - Method in interface com.sportradar.unifiedodds.sdk.SportEntityFactory
Builds a list of Competition derived classes based on the provided data
buildSportForCategory(URN, List<Locale>) - Method in interface com.sportradar.unifiedodds.sdk.SportEntityFactory
Builds the associated category sport summary
buildSports(List<Locale>) - Method in interface com.sportradar.unifiedodds.sdk.SportEntityFactory
Builds a List of available Sport instances
buildStreamCompetitors(List<URN>, SportEventCI, List<Locale>) - Method in interface com.sportradar.unifiedodds.sdk.SportEntityFactory
Builds a List of Competitor instances Notice: a StreamWrapperException is thrown if any problems are encountered

C

cacheExport(EnumSet<CacheType>) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Exports current items in the cache
cacheImport(List<ExportableCI>) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Imports provided items into caches
CacheItemNotFoundException - Exception in com.sportradar.unifiedodds.sdk.exceptions
The following exception gets thrown when a cache item could not be found
CacheItemNotFoundException(String) - Constructor for exception com.sportradar.unifiedodds.sdk.exceptions.CacheItemNotFoundException
 
CacheItemNotFoundException(String, Exception) - Constructor for exception com.sportradar.unifiedodds.sdk.exceptions.CacheItemNotFoundException
 
calculateProbability(List<Selection>) - Method in interface com.sportradar.unifiedodds.sdk.CustomBetManager
Returns an Calculation instance providing the probability for the specified selections
calculateProbability(List<Selection>) - Method in class com.sportradar.unifiedodds.sdk.CustomBetManagerImpl
 
calculateProbabilityFilter(List<Selection>) - Method in interface com.sportradar.unifiedodds.sdk.CustomBetManager
Returns an CalculationFilter instance providing the probability for the specified selections (filtered)
calculateProbabilityFilter(List<Selection>) - Method in class com.sportradar.unifiedodds.sdk.CustomBetManagerImpl
 
Calculation - Interface in com.sportradar.unifiedodds.sdk.custombetentities
Provides a probability calculation
CalculationFilter - Interface in com.sportradar.unifiedodds.sdk.custombetentities
Provides a probability calculation
canMap(int, URN, Map<String, String>) - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketMappingData
Indicates if the mapping data is usable with the provided values
Car - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access car data
CashOutProbabilities<T extends SportEvent> - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Defines methods implemented by cash-out probability messages
CashOutProbabilitiesManager - Interface in com.sportradar.unifiedodds.sdk
Defines methods used retrieve markets with probability information used for cash out
CashOutStatus - Enum in com.sportradar.unifiedodds.sdk.oddsentities
Defines possible cashout availability states
Category - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing sport category
CategorySummary - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing sport category
checkCauseReason(Throwable, String) - Static method in class com.sportradar.utils.SdkHelper
 
checkConfigurationLocales(Locale, Set<Locale>) - Static method in class com.sportradar.utils.SdkHelper
 
ChildRace - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access stage details of a multi-staged race
clear() - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Stops playing recorded messages from the playlist and clears the playlist.
close() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
Method used to close the feed and all its sessions
com.sportradar.unifiedodds.sdk - package com.sportradar.unifiedodds.sdk
 
com.sportradar.unifiedodds.sdk.cfg - package com.sportradar.unifiedodds.sdk.cfg
 
com.sportradar.unifiedodds.sdk.custombetentities - package com.sportradar.unifiedodds.sdk.custombetentities
 
com.sportradar.unifiedodds.sdk.entities - package com.sportradar.unifiedodds.sdk.entities
 
com.sportradar.unifiedodds.sdk.entities.markets - package com.sportradar.unifiedodds.sdk.entities.markets
 
com.sportradar.unifiedodds.sdk.entities.status - package com.sportradar.unifiedodds.sdk.entities.status
 
com.sportradar.unifiedodds.sdk.exceptions - package com.sportradar.unifiedodds.sdk.exceptions
 
com.sportradar.unifiedodds.sdk.extended - package com.sportradar.unifiedodds.sdk.extended
 
com.sportradar.unifiedodds.sdk.oddsentities - package com.sportradar.unifiedodds.sdk.oddsentities
 
com.sportradar.unifiedodds.sdk.replay - package com.sportradar.unifiedodds.sdk.replay
 
com.sportradar.utils - package com.sportradar.utils
 
combineDateAndTime(Date, Date) - Static method in class com.sportradar.utils.SdkHelper
 
Competition - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing sport events regardless to which sport they belong
CompetitionStatistics - Interface in com.sportradar.unifiedodds.sdk.entities.status
Defines methods to access competition specific statistics
CompetitionStatus - Interface in com.sportradar.unifiedodds.sdk.entities.status
Defines methods used to access general competition status attributes
Competitor - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access competitor data
CompetitorResult - Interface in com.sportradar.unifiedodds.sdk.entities
 
ConfigurationAccessTokenSetter - Interface in com.sportradar.unifiedodds.sdk.cfg
The first configuration builder step in which you need to provide/set the access token provided by Sportradar
ConfigurationBuilder - Interface in com.sportradar.unifiedodds.sdk.cfg
Defines methods implemented by classes used to set general configuration properties
ConfigurationBuilderBase<T> - Interface in com.sportradar.unifiedodds.sdk.cfg
Base method definitions for custom and general configuration builders
CoverageInfo - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access coverage information
CoveredFrom - Enum in com.sportradar.unifiedodds.sdk.entities
Possible coverage locations
createSdkInjector(SDKGlobalEventsListener, CustomisableSDKModule) - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
 
CurrentSeasonInfo - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing a tournament season
CustomBetManager - Interface in com.sportradar.unifiedodds.sdk
Defines methods used to perform various custom bet operations
CustomBetManagerImpl - Class in com.sportradar.unifiedodds.sdk
The basic implementation of the CustomBetManager
CustomBetSelectionBuilder - Interface in com.sportradar.unifiedodds.sdk
Defines methods used to build selections
CustomBetSelectionBuilderImpl - Class in com.sportradar.unifiedodds.sdk
The basic implementation of the CustomBetSelectionBuilder
CustomBetSelectionBuilderImpl() - Constructor for class com.sportradar.unifiedodds.sdk.CustomBetSelectionBuilderImpl
 
CustomConfigurationBuilder - Interface in com.sportradar.unifiedodds.sdk.cfg
Defines methods implemented by classes used to set general and custom configuration properties
CustomisableOddsFeed - Class in com.sportradar.unifiedodds.sdk
An extension of the OddsFeed that has the ability to customise some of the sdk components
CustomisableOddsFeed(SDKGlobalEventsListener, OddsFeedConfiguration, CustomisableSDKModule) - Constructor for class com.sportradar.unifiedodds.sdk.CustomisableOddsFeed
The following constructor is used to crate the OddsFeed instance with a custom injection module
CustomisableOddsFeed(SDKGlobalEventsListener, OddsFeedConfiguration, CustomisableSDKModule, OddsFeedExtListener) - Constructor for class com.sportradar.unifiedodds.sdk.CustomisableOddsFeed
The following constructor is used to crate the OddsFeed instance with a custom injection module

D

dateToString(Date) - Static method in class com.sportradar.utils.SdkHelper
 
DelayedInfo - Interface in com.sportradar.unifiedodds.sdk.entities
Event delay info
deleteSportEventsFromCache(Date) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Deletes the sport events from cache which are scheduled before specified date
deleteVariantMarketDescriptionFromCache(int, String) - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager
Deletes the variant market description from cache
dictionaryToString(Map<String, String>) - Static method in class com.sportradar.utils.SdkHelper
 
disableProducer(int) - Method in interface com.sportradar.unifiedodds.sdk.ProducerManager
Disables te Producer associated with the provided id (by default all the active producers are enabled)
distinctObjects(Function<? super T, ?>) - Static method in class com.sportradar.utils.StreamUtils
Utility method used to filter out objects by some parameter
doubleToStringWithSign(double) - Static method in class com.sportradar.utils.SdkHelper
 
Draw - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods used to access draw information
DrawInfo - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods used to access draw info data
DrawResult - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods used to access draw result information
DrawStatus - Enum in com.sportradar.unifiedodds.sdk.entities
Possible draw statuses
DrawType - Enum in com.sportradar.unifiedodds.sdk.entities
Possible draw types

E

enableProducer(int) - Method in interface com.sportradar.unifiedodds.sdk.ProducerManager
Enables te Producer associated with the provided id (by default all the active producers are enabled)
Environment - Enum in com.sportradar.unifiedodds.sdk.cfg
A description of the environment
EnvironmentSelector - Interface in com.sportradar.unifiedodds.sdk.cfg
Defines methods implemented by classes taking care of the 2nd step when building configuration - selecting the environment.
equals(Object) - Method in class com.sportradar.utils.URN
Determines whether the specified Object is equal to this instance
EventChangeListener - Interface in com.sportradar.unifiedodds.sdk
Defines methods used as callbacks to notify the client about event fixture and/or result change updates
EventChangeManager - Interface in com.sportradar.unifiedodds.sdk
Defines methods used for getting list of FixtureChange and/or ResultChange
EventChangeManagerImpl - Class in com.sportradar.unifiedodds.sdk
 
EventClock - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access EventClock implementation values
EventMessage<T extends SportEvent> - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Represents a Message associated with a sport event
EventPlayer - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access player details for timeline event
EventRecoveryRequestIssuer - Interface in com.sportradar.unifiedodds.sdk
Defines utility methods used to handle specific event recovery requests
EventResult - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods used by classes that provide event result information
EventStatus - Enum in com.sportradar.unifiedodds.sdk.entities
Possible competition statuses.
EventTimeline - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods used to access event timeline properties
ExceptionHandlingStrategy - Enum in com.sportradar.unifiedodds.sdk
An indication on how should be exceptions handled on the public API
ExecutionLog - Static variable in class com.sportradar.utils.SdkHelper
 
extractHttpResponseMessage(String) - Static method in class com.sportradar.utils.SdkHelper
 

F

filterLocales(Map<Locale, String>, List<Locale>) - Static method in class com.sportradar.utils.SdkHelper
Filters out the translated data not needed
findMissingLocales(Collection<Locale>, List<Locale>) - Static method in class com.sportradar.utils.SdkHelper
Calculates and returns the missing locales within the provided List
Fixture - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods used to access data of a fixture A Fixture is a sport event that has been arranged for a particular time and place
FixtureChange - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods used to access data of a fixture change
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.
fromFeedValue(Integer) - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.CashOutStatus
Returns the CashOutStatus associated with the provided integer value
fromFeedValue(UFMarketStatus) - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.MarketStatus
 

G

getAamsId() - Method in interface com.sportradar.unifiedodds.sdk.entities.Reference
Returns the AAMS id for this instance if provided among reference ids, null otherwise
getAamsId() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketMetadata
Returns the Italian AAMS id for this outright
getAbbreviation(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns the translated competitor abbreviation
getAbbreviationFromName(String, int) - Static method in class com.sportradar.utils.SdkHelper
Get the abbreviation from the input string
getAbbreviations() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns an unmodifiable map of available translated competitor abbreviations
getAccessToken() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
 
getAccessToken() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
 
getActiveProducers() - Method in interface com.sportradar.unifiedodds.sdk.ProducerManager
Returns a Map of activated producers for the provided access token
getActiveTournaments() - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns all the active tournaments (the returned data is translated in the default locale configured with the OddsFeedConfiguration) (possible types: BasicTournament, Tournament, Stage)
getActiveTournaments(Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns all the active tournaments (the returned data is translated in the specified Locale) (possible types: BasicTournament, Tournament, Stage)
getActiveTournaments(String) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns all the active tournaments of a specific sport (the returned data is translated in the default locale configured with the OddsFeedConfiguration) (possible types: BasicTournament, Tournament, Stage)
getActiveTournaments(String, Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns all the active tournaments of a specific sport (the returned data is translated in the specified Locale) (possible types: BasicTournament, Tournament, Stage)
getAdditionalMarketInfo() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
Returns additional market information(extended market specifiers) - can be empty
getAdditionalParentsIds() - Method in interface com.sportradar.unifiedodds.sdk.entities.Fixture
Returns the list specifying the additional parent ids associated with the current instance
getAdditionalParentStages() - Method in interface com.sportradar.unifiedodds.sdk.entities.Stage
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 stages
getAdditionalProbabilities() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeProbabilities
Additional probability attributes for markets which potentially will be (partly) refunded
getAfter() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RecoveryInfo
Gets the after timestamp of the recovery or 0 if full recovery was done
getAfterTimestamp() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RecoveryInitiated
Returns the after timestamp if applied
getAgeGroup() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns age group of the competitor
getAPIHost() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
 
getAPIHost() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
 
getApiHostAndPort() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
 
getApiId() - Method in enum com.sportradar.unifiedodds.sdk.entities.EventStatus
Deprecated.
getApiName() - Method in enum com.sportradar.unifiedodds.sdk.entities.EventStatus
Returns the API String value
getAPIPort() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
 
getAPIPort() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
 
getApiUrl() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Producer
Returns the producer API url.
getAssists() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the period to which the timeline event belongs to
getAssociatedEvents(Locale) - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayScenario
Returns a List of SportEvents that are a part of the scenario
getAttendance() - Method in interface com.sportradar.unifiedodds.sdk.entities.SportEventConditions
Returns a String specifying the attendance of the associated sport event
getAttributes() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketDescription
Returns a List of additional market attributes.
getAttributes() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketDefinition
Returns a List of additional market attributes.
getAvailableLanguages() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
 
getAvailableProducers() - Method in interface com.sportradar.unifiedodds.sdk.ProducerManager
Returns a Map of all the available Sportradar producers
getAvailableScenarios() - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Returns a List of available replay scenarios
getAvailableSelections() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.Calculation
Returns list of available selections
getAvailableSelections() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.CalculationFilter
Returns list of available selections
getAvailableSelections(URN) - Method in interface com.sportradar.unifiedodds.sdk.CustomBetManager
Returns an AvailableSelections instance providing the available selections for the event associated with the provided URN identifier
getAvailableSelections(URN) - Method in class com.sportradar.unifiedodds.sdk.CustomBetManagerImpl
 
getAvailableTournaments(URN) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns all the available tournaments for a specific sport (the returned data is translated in the default locale configured with the OddsFeedConfiguration) (possible types: BasicTournament, Tournament, Stage)
getAvailableTournaments(URN, Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns all the available tournaments for a specific sport (the returned data is translated in the specified Locale) (possible types: BasicTournament, Tournament, Stage)
getAwayCompetitor() - Method in interface com.sportradar.unifiedodds.sdk.entities.Match
Returns a TeamCompetitor instance describing the away competitor
getAwayPenaltyScore() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.MatchStatus
Returns the penalty score of the away competitor competing on the associated sport event (for Ice Hockey)
getAwayScore() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the away score
getAwayScore() - Method in interface com.sportradar.unifiedodds.sdk.entities.PeriodScore
Returns the score of the away team in the period represented by the current instance
getAwayScore() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.MatchStatus
Returns the score of the away competitor competing on the associated sport event
getAwayScore() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the timeline event away score
getBase() - Method in interface com.sportradar.unifiedodds.sdk.entities.Jersey
Returns the base color of the jersey
getBench() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventPlayer
Returns the bench value The bench value - in case of yellow or red card event, it is relevant to know if the player who is getting the card is sitting on the bench at that exact moment.
getBetfairId() - Method in interface com.sportradar.unifiedodds.sdk.entities.Reference
Returns the Betfair id for this instance if provided amount reference ids, null otherwise
getBetradarId() - Method in interface com.sportradar.unifiedodds.sdk.entities.Reference
Returns the Betradar id for this instance if provided amount reference ids, null otherwise
getBetradarId() - Method in interface com.sportradar.unifiedodds.sdk.entities.Round
Returns the Betradar identifier
getBetradarName() - Method in interface com.sportradar.unifiedodds.sdk.entities.Round
Returns the betradar name
getBetstopReason() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.CashOutProbabilities
Returns the reason for the most recently sent betstop if the betstop is still active
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
getBetstopReasonValue() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.CashOutProbabilities
Returns the betstop reason value descriptor
getBetstopReasonValue() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OddsChange
Returns the betstop reason value descriptor
getBettingStatus() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.CashOutProbabilities
If this field is set, it reports that a previous betstop was sent but the markets have now been reopened.
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.
getBettingStatusValue() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.CashOutProbabilities
Returns the betting status value descriptor
getBettingStatusValue() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OddsChange
Returns the betting status value descriptor
getBonusBalls() - Method in interface com.sportradar.unifiedodds.sdk.entities.BonusInfo
Returns the number of bonus balls
getBonusDrumType() - Method in interface com.sportradar.unifiedodds.sdk.entities.BonusInfo
Returns a description of the bonus drum
getBonusInfo() - Method in interface com.sportradar.unifiedodds.sdk.entities.Lottery
Returns the associated bonus info
getBonusRange() - Method in interface com.sportradar.unifiedodds.sdk.entities.BonusInfo
Returns the bonus range
getBookingManager() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
Returns the BookingManager instance which can be used to perform booking calendar operations
getBookingStatus() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competition
Returns a BookingStatus enum member providing booking status of the current instance
getBookmakerDetails() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
Returns the BookmakerDetails instance with bookmaker and token info
getBookmakerId() - Method in interface com.sportradar.unifiedodds.sdk.entities.BookmakerDetails
Returns the bookmaker id
getBookmakerId() - Method in interface com.sportradar.unifiedodds.sdk.SnapshotCompleted
 
getBookmakerId() - Method in interface com.sportradar.unifiedodds.sdk.SnapshotFailed
 
getBookmakerId() - Method in interface com.sportradar.unifiedodds.sdk.SnapshotRequest
 
getCapacity() - Method in interface com.sportradar.unifiedodds.sdk.entities.Venue
Returns the capacity of the venue associated with current Venue instance
getCar() - Method in interface com.sportradar.unifiedodds.sdk.entities.RaceDriverProfile
Returns the car information
getCards() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.TeamStatistics
Returns the total count of received cards
getCashOutProbabilities(URN) - Method in interface com.sportradar.unifiedodds.sdk.CashOutProbabilitiesManager
Returns a CashOutProbabilities instance providing the cashout probabilities for the specified event (the provided data is translated in the default language)
getCashOutProbabilities(URN, Locale) - Method in interface com.sportradar.unifiedodds.sdk.CashOutProbabilitiesManager
Returns a CashOutProbabilities instance providing the cashout probabilities for the specified event
getCashOutProbabilities(URN, int, Map<String, String>) - Method in interface com.sportradar.unifiedodds.sdk.CashOutProbabilitiesManager
Returns a CashOutProbabilities instance providing the cashout probabilities for the specified market on the associated event (the provided data is translated in the default language)
getCashOutProbabilities(URN, int, Map<String, String>, Locale) - Method in interface com.sportradar.unifiedodds.sdk.CashOutProbabilitiesManager
Returns a CashOutProbabilities instance providing the cashout probabilities for the specified market on the associated event
getCashOutProbabilitiesManager() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
Returns the CashOutProbabilitiesManager instance used to access probabilities data
getCashOutStatus() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketWithProbabilities
Returns a CashOutStatus enum which indicates the availability of cashout
getCategories() - Method in interface com.sportradar.unifiedodds.sdk.entities.Sport
Returns an unmodifiable List representing categories which belong to the sport represented by the current instance
getCategory() - Method in interface com.sportradar.unifiedodds.sdk.entities.BasicTournament
Returns a CategorySummary representing the category associated with the current instance
getCategory() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns associated category
getCategory() - Method in interface com.sportradar.unifiedodds.sdk.entities.Lottery
Returns a CategorySummary representing the category associated with the current instance
getCategory() - Method in interface com.sportradar.unifiedodds.sdk.entities.Stage
Returns a CategorySummary representing the category associated with the current instance
getCategory() - Method in interface com.sportradar.unifiedodds.sdk.entities.Tournament
Returns a CategorySummary representing the category associated with the current instance
getCategory() - Method in interface com.sportradar.unifiedodds.sdk.entities.TournamentInfo
Returns a CategorySummary representing the category associated with the current instance
getCertainty() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.BetSettlement
 
getChangedAt() - Method in interface com.sportradar.unifiedodds.sdk.entities.ScheduledStartTimeChange
Returns a Date specifying when was start time changed
getChangeReason() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OddsChange
Get the reason why the odds changed
getChangeType() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.FixtureChange
 
getChassis() - Method in interface com.sportradar.unifiedodds.sdk.entities.Car
Returns the chassis of a car
getCities() - Method in interface com.sportradar.unifiedodds.sdk.entities.Venue
Returns an unmodifiable Map containing venue's city names in different languages
getCity(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.Venue
Returns the city name in the specified language
getClimber() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the climber
getClimberDecimal() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the climber value in a decimal format
getClimberRanking() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the climber ranking
getCompetition(URN) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns a Competition representing the specified competition (the returned data is translated in the configured Locales using the OddsFeedConfiguration)
getCompetition(URN, Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns a Competition representing the specified competition (the returned data is translated in the specified Locale)
getCompetitionsFor(Date) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns a list of all competitions scheduled on the specified date (the returned data is translated in the configured Locales using the OddsFeedConfiguration)
getCompetitionsFor(Date, Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns a list of all competitions scheduled on the specified date (the returned data is translated in the specified Locale)
getCompetitor() - Method in interface com.sportradar.unifiedodds.sdk.entities.Pitcher
Returns indication if the Pitcher is home or away
getCompetitor(URN) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns a Competitor representing the specified competitor (the returned data is translated in the configured Locales using the OddsFeedConfiguration)
getCompetitor(URN, Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns a Competitor representing the specified competitor (the returned data is translated in the specified Locale)
getCompetitorResults() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the competitor results
getCompetitorResults() - Method in interface com.sportradar.unifiedodds.sdk.entities.PeriodCompetitorResult
Returns the list of the competitor results
getCompetitors() - Method in interface com.sportradar.unifiedodds.sdk.entities.BasicTournament
Returns a List of competitors that participate in the sport event associated with the current instance
getCompetitors() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competition
Returns a List of competitors that participate in the sport event associated with the current instance
getCompetitors() - Method in interface com.sportradar.unifiedodds.sdk.entities.CurrentSeasonInfo
Returns a List of competitors that participate in the sport event associated with the current instance
getCompetitors() - Method in interface com.sportradar.unifiedodds.sdk.entities.Group
Returns an unmodifiable List representing group competitors
getCompetitors() - Method in interface com.sportradar.unifiedodds.sdk.entities.Season
Returns a List of competitors that participate in the sport event associated with the current instance
getConditions() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competition
Returns a SportEventConditions representing live conditions of the sport event associated with the current instance
getConfigurationBuilder() - Static method in class com.sportradar.unifiedodds.sdk.OddsFeed
Deprecated.
getCoordinates() - Method in interface com.sportradar.unifiedodds.sdk.entities.Venue
Returns the map coordinates specifying the exact location of the venue represented by current Venue
getCornerKicks() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.TeamStatistics
Returns the total amount of played corner kicks
getCountries() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns an unmodifiable map of available translated competitor country names
getCountries() - Method in interface com.sportradar.unifiedodds.sdk.entities.Venue
Returns an unmodifiable Map containing venue's country names in different languages
getCountry(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns the translated competitor country name
getCountry(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.Venue
Returns the country name in the specified language
getCountryCode() - Method in interface com.sportradar.unifiedodds.sdk.entities.CategorySummary
Returns a String representation of a country code
getCountryCode() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns a String representation of a country code
getCountryCode() - Method in interface com.sportradar.unifiedodds.sdk.entities.Manager
Returns the country code
getCountryCode() - Method in interface com.sportradar.unifiedodds.sdk.entities.PlayerProfile
Returns a String representation of a country code
getCountryCode() - Method in interface com.sportradar.unifiedodds.sdk.entities.Venue
Returns the associated country code
getCourse() - Method in interface com.sportradar.unifiedodds.sdk.entities.Venue
Gets the list of the course holes
getCoverage() - Method in interface com.sportradar.unifiedodds.sdk.entities.CurrentSeasonInfo
Returns a SeasonCoverage instance containing information about the available coverage for the associated season
getCoverageInfo() - Method in interface com.sportradar.unifiedodds.sdk.entities.Fixture
Returns the CoverageInfo instance specifying what coverage is available for the sport event
getCoverageInfo() - Method in interface com.sportradar.unifiedodds.sdk.entities.Match
Returns a CoverageInfo instance
getCoveredFrom() - Method in interface com.sportradar.unifiedodds.sdk.entities.CoverageInfo
Returns coverage location
getCreated() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MessageTimestamp
Gets the value specifying when the message was generated and put in queue on rabbit server (milliseconds since EPOCH UTC)
getCupRoundMatches() - Method in interface com.sportradar.unifiedodds.sdk.entities.Round
Returns a value specifying the number of matches in the current cup round or a null reference if number of matches is not applicable to current Round instance
getCupRoundMatchNumber() - Method in interface com.sportradar.unifiedodds.sdk.entities.Round
Returns a value specifying the number of the match in the current cup round or a null reference if match number is not applicable to current Round instance
getCurrentRound() - Method in interface com.sportradar.unifiedodds.sdk.entities.CurrentSeasonInfo
Returns a Round instance specifying the current season round
getCurrentRound() - Method in interface com.sportradar.unifiedodds.sdk.entities.Season
Returns a Round instance specifying the current associated season
getCurrentSeason() - Method in interface com.sportradar.unifiedodds.sdk.entities.Tournament
Returns a CurrentSeasonInfo which contains data about the season in which the current instance tournament is happening
getCurrentSeason() - Method in interface com.sportradar.unifiedodds.sdk.entities.TournamentInfo
Returns a CurrentSeasonInfo which contains data about the season in which the current tournament is happening
getCustomBetManager() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
Returns the CustomBetManager instance which can be used to perform custom bet operations
getCustomBetSelectionBuilder() - Method in interface com.sportradar.unifiedodds.sdk.CustomBetManager
Returns an CustomBetSelectionBuilder instance used to build selections
getCustomBetSelectionBuilder() - Method in class com.sportradar.unifiedodds.sdk.CustomBetManagerImpl
 
getDateOfBirth() - Method in interface com.sportradar.unifiedodds.sdk.entities.PlayerProfile
Returns the Date specifying the date of birth of the player associated with the current instance
getDeadHeatFactor() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeSettlement
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)
getDefaultLocale() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
The default locale used for any getter that returns localized Strings.
getDefaultLocale() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
The default locale used for any getter that returns localized Strings.
getDelayedInfo() - Method in interface com.sportradar.unifiedodds.sdk.entities.Match
Returns a DelayedInfo instance describing possible information about a delay
getDescription(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.DelayedInfo
Returns the delay info description in the specified Locale
getDescription(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.LocalizedNamedValue
Returns the current instance description in the requested Locale
getDescription() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketAttribute
Returns the attribute description
getDescription(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketDescription
Returns the market description translated in the provided Locale
getDescription(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.OutcomeDescription
Returns the outcome name translated in the provided Locale
getDescription() - Method in interface com.sportradar.unifiedodds.sdk.entities.NamedValue
Returns the description of the current instance
getDescription() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Producer
Returns a short description of the producer
getDescription() - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayScenario
Returns the scenario description
getDesiredLocales() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Returns a List of locales in which the data should be prefetched
getDesiredLocales() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Returns a List of locales in which the data should be prefetched
getDisabledProducers() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Returns a list of producer identifiers which should be disabled automatically when the SDK starts up
getDisabledProducers() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Returns a list of producer identifiers which should be disabled automatically when the SDK starts up
getDispatched() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MessageTimestamp
Gets the value specifying when the message was dispatched to the user from the sdk (milliseconds since EPOCH UTC)
getDisplayId() - Method in interface com.sportradar.unifiedodds.sdk.entities.Draw
Returns the display id
getDistance() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the distance
getDivision() - Method in interface com.sportradar.unifiedodds.sdk.entities.TeamCompetitor
Returns division of the competitor
getDrawInfo() - Method in interface com.sportradar.unifiedodds.sdk.entities.Lottery
Returns the associated draw info
getDrawType() - Method in interface com.sportradar.unifiedodds.sdk.entities.DrawInfo
Returns the draw type
getEndDate() - Method in interface com.sportradar.unifiedodds.sdk.entities.CurrentSeasonInfo
Returns the Date specifying the end date of the season
getEndDate() - Method in interface com.sportradar.unifiedodds.sdk.entities.SeasonInfo
Returns the Date specifying the end date of the season
getEndTime() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.BetCancel
If the BetCancel has a time interval, this method will return an indication of when the Bet Cancel interval finished
getEndTime() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketMetadata
Returns the end time of the event (as epoch timestamp)
getEndTime() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RollbackBetCancel
 
getEngineName() - Method in interface com.sportradar.unifiedodds.sdk.entities.Car
Returns the engine name of a car
getEnvironment(String) - Static method in enum com.sportradar.unifiedodds.sdk.cfg.Environment
 
getEnvironment() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
 
getEnvironment() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
 
getEvent() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.AvailableSelections
Returns the URN of the event
getEvent() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.AvailableSelectionsFilter
Returns the URN of the event
getEvent() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.EventMessage
Returns the competition/match/race/outright this odds update is for
getEvent() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.UnparsableMessage
Returns the competition/match/race/outright for which the un-parsable message is triggered.
getEventChangeManager() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
Returns the EventChangeManager instance used to automatically receive fixture and result changes
getEventClock() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.MatchStatus
Returns an EventClock instance describing the timings in the current event
getEventId() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.Selection
Gets the event id
getEventId() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RecoveryInitiated
Gets the associated event identifier
getEventMode() - Method in interface com.sportradar.unifiedodds.sdk.entities.SportEventConditions
Returns the mode of the event
getEventRecoveryRequestIssuer() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
Returns the EventRecoveryRequestIssuer instance which provides utility methods used to initialize event message recoveries
getEventResults() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.CompetitionStatus
Returns a List of event results
getEventStatus() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competition
Get the event status
getEventTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventClock
Returns the event time of the sport event associated with the current instance
getEventTimeline(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.Match
Returns the associated EventTimeline (NOTICE: the timeline is cached only after the event status indicates that the event has finished)
getEventTimelineIfPresent(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.Match
Returns the associated EventTimeline if already cached (does not make API call) (NOTICE: the timeline is cached only after the event status indicates that the event has finished)
getExceptionHandlingStrategy() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Returns the ExceptionHandlingStrategy which will be used trough the SDK
getExceptionHandlingStrategy() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Returns an indication on how should be the SDK exceptions handled
getExpectedSupremacy() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OddsGeneration
Returns the expected supremacy (how big is the expected goal supremacy)
getExpectedTotals() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OddsGeneration
Returns the expected totals (how many goals are expected in total?)
getExpireAt() - Method in interface com.sportradar.unifiedodds.sdk.entities.BookmakerDetails
The expiry date of the access token
getExtraInfo() - Method in interface com.sportradar.unifiedodds.sdk.entities.Fixture
Returns an unmodifiable Map containing additional information about the fixture (Note - the collection may contain deprecated key 'streaming')
getFastHttpClientTimeout() - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Gets a timeout for HttpClient for fast api request (in seconds).
getFixture() - Method in interface com.sportradar.unifiedodds.sdk.entities.Match
Returns the Fixture instance containing information about the arranged sport event A Fixture is a sport event that has been arranged for a particular time and place
getFixtureChangeInterval() - Method in interface com.sportradar.unifiedodds.sdk.EventChangeManager
Returns the interval for getting new list of fixture changes
getFixtureChangeInterval() - Method in class com.sportradar.unifiedodds.sdk.EventChangeManagerImpl
 
getFixtureChanges() - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns the list of all fixtures that have changed in the last 24 hours
getFixtureChanges(Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns the list of all fixtures that have changed in the last 24 hours
getFixtureChanges(Date, URN) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns the list of all fixtures that have changed in the last 24 hours
getFixtureChanges(Date, URN, Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns the list of all fixtures that have changed in the last 24 hours
getFullName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.PlayerProfile
Returns the player full name in the specified language
getGameType() - Method in interface com.sportradar.unifiedodds.sdk.entities.DrawInfo
Returns the draw game type
getGender() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns gender of the competitor
getGender() - Method in interface com.sportradar.unifiedodds.sdk.entities.PlayerProfile
Returns gender of the player
getGeneratedAt() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.Calculation
Returns the date when API response was generated
getGeneratedAt() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.CalculationFilter
Returns the date when API response was generated
getGoalScorer() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the period to which the timeline event belongs to
getGreenCards() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.TeamStatistics
Returns the received green cards number
getGrid() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the grid value
getGroup() - Method in interface com.sportradar.unifiedodds.sdk.entities.Round
Returns the group name of the group associated with the current round
getGroup() - Method in class com.sportradar.utils.URN
Returns the ResourceTypeGroup enum member describing the group of the current instance
getGroupId() - Method in interface com.sportradar.unifiedodds.sdk.entities.Round
Returns the id of the group associated with the current round
getGroupName() - Method in interface com.sportradar.unifiedodds.sdk.entities.Round
Returns the name of the group associated with the current round
getGroupName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.Round
Returns the group name of the group associated with the current round
getGroups() - Method in interface com.sportradar.unifiedodds.sdk.entities.CurrentSeasonInfo
Returns a List of groups associated with the current season
getGroups() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketDescription
Returns a List of groups to which the market belongs to.
getGroups() - Method in interface com.sportradar.unifiedodds.sdk.entities.Season
Returns a List of groups associated with the associated season
getGroups() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.BetStop
 
getGroups() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketDefinition
Returns a List of groups to which the market belongs to.
getHalfLose() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.AdditionalProbabilities
The half lose probability
getHalfWin() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.AdditionalProbabilities
The half win probability
getHand() - Method in interface com.sportradar.unifiedodds.sdk.entities.Pitcher
Returns indication if the Pitcher is left or right handed
getHeight() - Method in interface com.sportradar.unifiedodds.sdk.entities.PlayerProfile
Returns the height in centimeters of the player represented by the current instance or a null reference if height is not known
getHomeAway() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.TeamStatistics
Returns an indication if the statistics are for the home or away team
getHomeCompetitor() - Method in interface com.sportradar.unifiedodds.sdk.entities.Match
Returns a TeamCompetitor instance describing the home competitor
getHomeOrAwayTeam() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.PlayerOutcomeOdds
Indicates if the associated team is home or away
getHomePenaltyScore() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.MatchStatus
Returns the penalty score of the home competitor competing on the associated sport event (for Ice Hockey)
getHomeScore() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the home score
getHomeScore() - Method in interface com.sportradar.unifiedodds.sdk.entities.PeriodScore
Returns the score of the home team in the period represented by the current instance
getHomeScore() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.MatchStatus
Returns the score of the home competitor competing on the associated sport event
getHomeScore() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the timeline event home score
getHttpClientMaxConnPerRoute() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Returns maximum number of concurrent connections per route for http client
getHttpClientMaxConnPerRoute() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Returns maximum number of concurrent connections per route for http client
getHttpClientMaxConnTotal() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Returns connection pool size for http client
getHttpClientMaxConnTotal() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Returns connection pool size for http client
getHttpClientTimeout() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Indicates the timeout which should be used on HTTP requests(seconds)
getHttpClientTimeout() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Indicates the timeout which should be used on HTTP requests(seconds)
getId() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.Market
Returns the id of the market
getId() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.MarketFilter
Returns the id of the market
getId() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.OutcomeFilter
Returns the id of the outcome
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.CategorySummary
Returns an URN uniquely identifying the current CategorySummary instance
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.ChildRace
Returns a URN instance representing the id uniquely identifying the race represented by the current instance
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.CurrentSeasonInfo
Returns the URN uniquely identifying the current season
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.DelayedInfo
Returns the delay info identifier
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the id of the event result
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.Group
Returns the id of the group
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.Manager
Returns the manager identifier
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketDescription
Returns the market identifier
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.OutcomeDescription
Returns the outcome identifier
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.NamedValue
Returns the identifier of the current instance
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.PeriodCompetitorResult
Returns the competitor id
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.Pitcher
Returns the unique identifier of the current Pitcher instance
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.Player
Returns the unique URN identifier representing the current Player instance
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.Referee
Returns the unique identifier of the current Referee instance
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.ReplaySportEvent
Returns an URN uniquely identifying the sport event
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.SeasonInfo
Returns a URN uniquely identifying the current SeasonInfo instance
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.SportEvent
Returns an URN uniquely identifying the tournament associated with the current instance
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.SportSummary
Returns an URN uniquely identifying the sport represented by the current instance
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.StreamingChannel
Returns a value uniquely identifying the current streaming channel
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the timeline event identifier
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.TournamentInfo
Returns the URN uniquely identifying the tournament
getId() - Method in interface com.sportradar.unifiedodds.sdk.entities.Venue
Returns a unique URN identifier representing the current Venue instance
getId() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
 
getId() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Outcome
Returns the outcome id
getId() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Producer
Returns the unique producer identifier
getId() - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayScenario
Returns the replay scenario identifier
getId() - Method in class com.sportradar.utils.URN
Returns the numerical part of the identifier associated with the current instance
getIgnoreBetPalTimelineSportEventStatus() - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Gets a value indicating whether to ignore sport event status from timeline endpoint for sport events on BetPal producer (default: false)
getIgnoreBetPalTimelineSportEventStatusCacheTimeout() - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Gets the ignore BetPal timeline sport event status cache timeout - how long cache item is cached.
getIncludes() - Method in interface com.sportradar.unifiedodds.sdk.entities.CoverageInfo
Returns an unmodifiable List specifying what is included in the coverage
getIncludesOutcomesOfType() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketDescription
Deprecated.
in favour of {MarketDescription.getOutcomeType()} from v2.0.19
getIncludesOutcomesOfType() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketDefinition
Deprecated.
in favour of {MarketDefinition.getOutcomeType()} from v2.0.19
getIntValue() - Method in enum com.sportradar.unifiedodds.sdk.entities.ReportingStatus
 
getJerseyNumber() - Method in interface com.sportradar.unifiedodds.sdk.entities.PlayerProfile
Returns the player jersey number
getJerseys() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns a List of known competitor jerseys
getLastFixtureChange() - Method in interface com.sportradar.unifiedodds.sdk.EventChangeManager
Returns the timestamp of last processed fixture change
getLastFixtureChange() - Method in class com.sportradar.unifiedodds.sdk.EventChangeManagerImpl
 
getLastMessageTimestamp() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Producer
Returns a timestamp indicating when was the last message received from the associated producer
getLastProcessedMessageGenTimestamp() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Producer
Returns the last processed message generation timestamp
getLastResultChange() - Method in interface com.sportradar.unifiedodds.sdk.EventChangeManager
Returns the timestamp of last processed result change
getLastResultChange() - Method in class com.sportradar.unifiedodds.sdk.EventChangeManagerImpl
 
getLevel() - Method in interface com.sportradar.unifiedodds.sdk.entities.CoverageInfo
Returns the level of the available coverage
getListOfSportEvents(int, int) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Lists almost all events we are offering prematch odds for.
getListOfSportEvents(int, int, Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Lists almost all events we are offering prematch odds for.
getLiveBookingStatus(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.BookingStatus
Maps the provided String to a BookingStatus
getLiveCompetitions() - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns all the competitions that are currently live (the returned data is translated in the configured Locales using the OddsFeedConfiguration)
getLiveCompetitions(Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns all the competitions that are currently live (the returned data is translated in the specified Locale)
getLiveOdds() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competition
Returns the liveOdds
getLocales() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketDescription
Returns a list of Locale cached in this instance
getLocales() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.OutcomeDescription
Returns a list of Locale cached in this instance
getLongestInactivityInterval() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
 
getLongestInactivityInterval() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
 
getLongTermEvent(URN) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns the specified long term event (the returned data is translated in the configured Locales using the OddsFeedConfiguration)
getLongTermEvent(URN, Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns the specified long term event (the returned data is translated in the specified Locale)
getLose() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.AdditionalProbabilities
The lose probability
getLotteries(Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns all the available lotteries (the returned data is translated in the specified Locale)
getLottery() - Method in interface com.sportradar.unifiedodds.sdk.entities.Draw
Returns the associated lottery
getManager() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns the associated competitor manager
getMappings() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketDescription
Returns a List of mappings that are available for the related market
getMarketDefinition() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
 
getMarketDescriptionManager() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
Returns the MarketDescriptionManager used to access markets data trough our API
getMarketDescriptions() - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager
Returns the list of all available static market descriptions.
getMarketDescriptions(Locale) - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager
Returns the list of all available static market descriptions in the provided Locale
getMarketId() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.Selection
Gets the market id
getMarketId() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketMappingData
Returns the market id
getMarketMapping(int, Producer) - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager
Returns a list of available mappings for the provided marketId/producer combination
getMarketMapping(int, Map<String, String>, Producer) - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager
Returns a list of available market mappings(including possible variant mappings) for the provided marketId/producer combination
getMarketMetadata() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketWithOdds
Returns a MarketMetadata instance which contains additional market information
getMarketMetadata() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketWithProbabilities
Returns a MarketMetadata instance which contains additional market information
getMarkets() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.AvailableSelections
Returns the list of markets for this event
getMarkets() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.AvailableSelectionsFilter
Returns the list of markets for this event
getMarkets() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.BetCancel
 
getMarkets() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.BetSettlement
 
getMarkets() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.CashOutProbabilities
 
getMarkets() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketMessage
Returns a list of markets that are affected by the associated message
getMarkets() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OddsChange
Returns a list of MarketWithOdds associated with the message
getMarketStatus() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.BetStop
Returns the status of the market
getMarketSubTypeId() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketMappingData
Returns the market sub type id
getMarketTypeId() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketMappingData
Returns the market type id
getMatchClock() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the match clock
getMatchStatus() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the match status
getMatchStatus() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.MatchStatus
Returns the match status translated in the default locale
getMatchStatus(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.status.MatchStatus
Returns the match status translated in the specified language
getMatchStatus() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.StageStatus
Returns the match status translated in the default locale
getMatchStatus(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.status.StageStatus
Returns the match status translated in the specified language
getMatchStatusCode() - Method in interface com.sportradar.unifiedodds.sdk.entities.PeriodScore
Returns the match status code
getMatchStatusCode() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the match status code
getMatchStatusId() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.MatchStatus
Returns the match status id
getMatchStatusId() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.StageStatus
Returns the match status id
getMatchTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the timeline event match time
getMaxCoverageLevel() - Method in interface com.sportradar.unifiedodds.sdk.entities.SeasonCoverage
Returns the string representation of the maximum coverage available for the season associated with the current instance
getMaxCovered() - Method in interface com.sportradar.unifiedodds.sdk.entities.SeasonCoverage
Returns the max covered value
getMaxRecoveryExecutionMinutes() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
 
getMaxRecoveryExecutionMinutes() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
 
getMessage() - Method in interface com.sportradar.unifiedodds.sdk.entities.BookmakerDetails
Returns the message of the request
getMessage() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RecoveryInitiated
Returns the message associated with the recovery request
getMessagingHost() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
 
getMessagingHost() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
 
getMessagingPassword() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Returns the password of the broker to which you are connecting - this field should be null/blank if you are connecting to the default Sportradar AMQP servers
getMessagingPassword() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Returns the password of the broker to which you are connecting - this field should be null/blank if connecting to the default Sportradar AMQP servers
getMessagingUsername() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Returns the username of the broker to which you are currently connecting - this field should be null/blank if you are connecting to the default Sportradar AMQP servers
getMessagingUsername() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Returns the username of the broker to which you are currently connecting - this field should be null/blank if you are connecting to the default Sportradar AMQP servers
getMessagingVirtualHost() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Returns the custom set messaging virtual host
getMessagingVirtualHost() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Returns the custom set messaging virtual host
getMethod() - Method in interface com.sportradar.unifiedodds.sdk.entities.GoalScorer
Returns the method value The attribute can assume values such as 'penalty' and 'own goal'.
getMinCoverageLevel() - Method in interface com.sportradar.unifiedodds.sdk.entities.SeasonCoverage
Returns the name of the minimum coverage guaranteed for the season associated with the current instance
getMinIntervalBetweenRecoveryRequests() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
 
getMinIntervalBetweenRecoveryRequests() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
 
getName() - Method in interface com.sportradar.unifiedodds.sdk.entities.Car
Returns the name of a car
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.CategorySummary
Returns the current CategorySummary instance name in the specified language
getName() - Method in interface com.sportradar.unifiedodds.sdk.entities.ChildRace
Returns the name of the race represented by the current instance
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.Competition
Returns the competition name The name of Stage objects is the "name" attribute from the fixture endpoint.
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.CurrentSeasonInfo
Returns the name of the season in the specified language
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.DrawResult
Returns the name of the draw result
getName() - Method in interface com.sportradar.unifiedodds.sdk.entities.Group
Returns the name of the group
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.Manager
Returns the translated manager name
getName() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketAttribute
Returns the attribute name
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketDescription
Returns the market name translated in the provided Locale
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.OutcomeDescription
Returns the outcome name translated in the provided Locale
getName() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.Specifier
Returns the specifier name
getName() - Method in interface com.sportradar.unifiedodds.sdk.entities.Pitcher
Returns the name of the pitcher represented by the current Pitcher instance
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.Player
Returns the name of the player in the specified language
getName() - Method in interface com.sportradar.unifiedodds.sdk.entities.ProducerInfoLink
Returns the name of the producer link represented by the current instance
getName() - Method in interface com.sportradar.unifiedodds.sdk.entities.Referee
Returns the name of the referee represented by the current Referee instance
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.Round
Returns the round instance name in the requested locale
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.SeasonInfo
Returns the name of the season in the specified language
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.SportEvent
Returns the sport event name
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.SportSummary
Returns the name of the current SportSummary instance in the specified language
getName() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.TeamStatistics
Returns the name
getName() - Method in interface com.sportradar.unifiedodds.sdk.entities.StreamingChannel
Returns the name of the channel represented by the current instance
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.TournamentInfo
Returns the name of the tournament in the specified language
getName() - Method in interface com.sportradar.unifiedodds.sdk.entities.TvChannel
Returns the name of the channel represented by the current instance
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.Venue
Returns the name of the venue in the specified language
getName() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
 
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
 
getName() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Outcome
Returns the outcome name
getName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Outcome
Returns the outcome name translated in the provided locale
getName() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Producer
Returns the name of the producer
getNames() - Method in interface com.sportradar.unifiedodds.sdk.entities.CategorySummary
Returns an unmodifiable Map containing translated category name
getNames() - Method in interface com.sportradar.unifiedodds.sdk.entities.Player
Returns an unmodifiable map of available translated names
getNames() - Method in interface com.sportradar.unifiedodds.sdk.entities.Round
Returns an unmodifiable Map which contains translated Round names
getNames() - Method in interface com.sportradar.unifiedodds.sdk.entities.SeasonInfo
Returns an unmodifiable Map containing translated names
getNames() - Method in interface com.sportradar.unifiedodds.sdk.entities.SportSummary
Returns an unmodifiable Map containing translated sport names
getNames() - Method in interface com.sportradar.unifiedodds.sdk.entities.Venue
Returns an unmodifiable Map containing venue's names in different languages
getNames(List<Locale>) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
 
getNames(List<Locale>) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Outcome
 
getNameTemplate() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketDefinition
Returns the market name template translated in the default locale.
getNameTemplate(Locale) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketDefinition
Returns the market name template translated in the provided locale.
getNameTemplate() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeDefinition
The template from which the outcome name was build
getNameTemplate(Locale) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeDefinition
The template from which the outcome name was build translated in the provided Locale
getNationalities() - Method in interface com.sportradar.unifiedodds.sdk.entities.PlayerProfile
Returns an unmodifiable Map containing player's nationality in different languages
getNationalities() - Method in interface com.sportradar.unifiedodds.sdk.entities.Referee
Returns an unmodifiable Map containing referee nationality in different languages
getNationality(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.Manager
Returns the translated nationality
getNationality(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.PlayerProfile
Returns the nationality of the player in the requested Locale
getNationality(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.Referee
Returns the nationality in the requested locale
getNewTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.ScheduledStartTimeChange
Returns a Date specifying the new date
getNextBetstop() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketMetadata
Returns a timestamp in UTC when to betstop the associated market.
getNextLiveTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.Fixture
Returns the Date instance specifying the live time in case the fixture was re-schedule, or a null reference if the fixture was not re-scheduled
getNextLiveTime() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.FixtureChange
 
getNickname() - Method in interface com.sportradar.unifiedodds.sdk.entities.PlayerProfile
Returns the player nickname
getNodeId() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RecoveryInfo
Gets the node identifier
getNumber() - Method in interface com.sportradar.unifiedodds.sdk.entities.Hole
Gets the number of the hole
getNumber() - Method in interface com.sportradar.unifiedodds.sdk.entities.Jersey
Returns the jersey number color
getNumber() - Method in interface com.sportradar.unifiedodds.sdk.entities.PeriodStatus
Returns the number of the specific lap
getNumber() - Method in interface com.sportradar.unifiedodds.sdk.entities.Round
Returns the value specifying the round number or a null reference if round number is not defined
getOdds() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.Calculation
Gets the odds
getOdds() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.CalculationFilter
Gets the odds
getOdds() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeOdds
Deprecated.
from v2.0.13 in favour of OutcomeOdds.getOdds(OddsDisplayType)
getOdds(OddsDisplayType) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeOdds
Gets the odds in specified format Note: default method will be merged in next major version scheduled for January 2019
getOddsFeedConfigurationBuilder() - Static method in class com.sportradar.unifiedodds.sdk.OddsFeed
Returns a builder used to make OddsFeedConfiguration instances
getOddsFeedConfigurationBuilder(String, String) - Static method in class com.sportradar.unifiedodds.sdk.OddsFeed
 
getOddsGenerationProperties() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OddsChange
Gets the odds generation properties (contains a few key-parameters that can be used in a client’s own special odds model, or even offer spread betting bets based on it)
getOldTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.ScheduledStartTimeChange
Returns a Date specifying the old date
getOtherMatchId() - Method in interface com.sportradar.unifiedodds.sdk.entities.Round
Returns the id of the other match
getOutcomeDefinition() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Outcome
Returns the description of this outcome
getOutcomeId() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.Selection
Gets the outcome id
getOutcomeId() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.OutcomeMappingData
Returns the associated outcome identifier
getOutcomeMappings() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketMappingData
Returns a Map of valid outcome mappings for this MarketMappingData
getOutcomeOdds() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketWithOdds
Returns a list of odds for the different available market outcomes
getOutcomeProbabilities() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketWithProbabilities
Returns a list of probabilities for the different available market outcomes
getOutcomeResult() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeSettlement
Returns an indication of the outcome result state
getOutcomes() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.Market
Returns outcomes for this market
getOutcomes() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.MarketFilter
Returns outcomes for this market
getOutcomes() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketDescription
Returns a List of possible outcomes on the related market market.
getOutcomeSettlements() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketWithSettlement
 
getOutcomeType() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketDescription
Returns the market attribute "outcome_type"
getOutcomeType() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketDefinition
Returns the market attribute "outcome_type"
getPar() - Method in interface com.sportradar.unifiedodds.sdk.entities.Hole
Gets the par of the hole
getParentStage() - Method in interface com.sportradar.unifiedodds.sdk.entities.Stage
Returns a Stage representing the parent stage of the stage represented by the current instance
getParentStageId() - Method in interface com.sportradar.unifiedodds.sdk.entities.Fixture
Returns an id of the parent stage associated with the current instance
getPeriod() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the period to which the timeline event belongs to
getPeriodDescription() - Method in interface com.sportradar.unifiedodds.sdk.entities.PeriodScore
Returns the period description translated in the default locale
getPeriodDescription(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.PeriodScore
Returns the period description translated in the specified language
getPeriodName() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.PeriodStatistics
Returns the name of the round to which the statistics belong to
getPeriodName() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the name of the period to which the timeline event belongs to
getPeriodNumber() - Method in interface com.sportradar.unifiedodds.sdk.entities.PeriodScore
Returns the sequence number of the period represented by the current instance
getPeriodOfLadder() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.CompetitionStatus
Returns the period of ladder
getPeriodResults() - Method in interface com.sportradar.unifiedodds.sdk.entities.PeriodStatus
Returns the list of period results
getPeriodScores() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.MatchStatus
Returns a List of period scores
getPeriodStatistics() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.SoccerStatistics
Returns a list of separate period statistics
getPeriodStatuses(URN, Locale, List<URN>, List<Integer>) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns the list of PeriodStatus from the sport event period summary endpoint
getPeriodType() - Method in interface com.sportradar.unifiedodds.sdk.entities.PeriodScore
Returns the period type
getPhase() - Method in interface com.sportradar.unifiedodds.sdk.entities.Round
Returns the phase of the round
getPhaseOrGroupLongName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.Round
Returns the name or group long name for the specified locale
getPitch() - Method in interface com.sportradar.unifiedodds.sdk.entities.WeatherInfo
Returns the pitch weather
getPitchers() - Method in interface com.sportradar.unifiedodds.sdk.entities.SportEventConditions
Returns the list of Pitcher
getPlayed() - Method in interface com.sportradar.unifiedodds.sdk.entities.SeasonCoverage
Returns the played value
getPlayer() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the period to which the timeline event belongs to
getPlayerProfile(URN) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns a PlayerProfile representing the specified competitor (the returned data is translated in the configured Locales using the OddsFeedConfiguration)
getPlayerProfile(URN, Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns a PlayerProfile representing the specified competitor (the returned data is translated in the specified Locale)
getPlayers() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns a List of associated players
getPlayStatus() - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Get the current status of the replayer
getPoints() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the points of the result
getPoints() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the points
getPointsDecimal() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the points in a decimal format
getPort() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Gets the port used to connect to AMQP broker
getPort() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Gets the port used to connect to AMQP broker
getPosition() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the position of the result
getPosition() - Method in interface com.sportradar.unifiedodds.sdk.entities.ReplaySportEvent
Returns an Integer specifying position in the queue
getPossibleSourceProducers(Map<Integer, Producer>) - Method in enum com.sportradar.unifiedodds.sdk.MessageInterest
Returns the producer ids that generate this specific message interest
getPrefix() - Method in class com.sportradar.utils.URN
Returns the prefix of the current instance
getProbability() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.Calculation
Gets the probability
getProbability() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.CalculationFilter
Gets the probability
getProbability() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeProbabilities
The probability for this outcome (how likely is this outcome)
getProcessingQueDelay() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Producer
Returns the messaging queue processing delay in milliseconds (current time - message generation timestamp difference)
getProducer() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Message
Returns the Producer that generated this message
getProducer() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.UnparsableMessage
Returns the Producer that generated this message.
getProducer(int) - Method in interface com.sportradar.unifiedodds.sdk.ProducerManager
Returns the requested Producer
getProducerId() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketMappingData
Deprecated.
getProducerId() - Method in interface com.sportradar.unifiedodds.sdk.SnapshotCompleted
 
getProducerId() - Method in interface com.sportradar.unifiedodds.sdk.SnapshotFailed
 
getProducerId() - Method in interface com.sportradar.unifiedodds.sdk.SnapshotRequest
 
getProducerIds() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketMappingData
The associated producer ids
getProducerInfo() - Method in interface com.sportradar.unifiedodds.sdk.entities.Fixture
Returns the ProducerInfo instance providing sportradar related information about the sport event associated
getProducerInfoLinks() - Method in interface com.sportradar.unifiedodds.sdk.entities.ProducerInfo
Returns an unmodifiable List representing links to the producer represented by current instance
getProducerManager() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
Returns the ProducerManager instance used to manage available producers
getProducerOutcomeId() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.OutcomeMappingData
Returns the mapped outcome id
getProducerOutcomeName(Locale) - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.OutcomeMappingData
Returns the mapped outcome name
getProducerScopes() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Producer
Returns a Set of possible ProducerScopes.
getProducerStatusReason() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.ProducerStatus
Returns the reason of the Producer status change
getProfileCacheTimeout() - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Gets the competitor/player cache timeout - how long cache item is cached Can be between 1 hour and 48 hours - default 24 hours (sliding expiration)
getProperties() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.CompetitionStatus
Returns an unmodifiable Map of additional sport event status properties
getPropertyValue(String) - Method in interface com.sportradar.unifiedodds.sdk.entities.status.CompetitionStatus
Returns the value of the property specified by it's name (for a list of all available properties look at CompetitionStatus.getProperties())
getQualifier() - Method in interface com.sportradar.unifiedodds.sdk.entities.TeamCompetitor
Returns the qualifier additionally describing the competitor (e.g.
getRabbitConnectionTimeout() - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Gets a rabbit timeout setting for connection attempts (in seconds) Between 10 and 120 (default 30s)
getRabbitHeartbeat() - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Gets a heartbeat timeout to use when negotiating with the server (in seconds) Between 10 and 180 (default 60s)
getRaceDriver() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns race driver of the competitor
getRaceDriverId() - Method in interface com.sportradar.unifiedodds.sdk.entities.RaceDriverProfile
Returns the race driver id
getRaceTeamId() - Method in interface com.sportradar.unifiedodds.sdk.entities.RaceDriverProfile
Returns the race team id
getRawMessage() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.EventMessage
Returns the raw message as received from the producer
getRawMessage() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.UnparsableMessage
Returns the raw message as received from the producer
getReason() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.ProducerDown
Returns a ProducerDownReason indicating the reason of the event dispatch
getReason() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.ProducerUp
Returns the ProducerUpReason indicating the reason of the event dispatch
getReceived() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MessageTimestamp
Gets the value specifying when the message was received for processing by the sdk (milliseconds since EPOCH UTC)
getRecoveryFromTimestamp() - Method in interface com.sportradar.unifiedodds.sdk.SnapshotRequest
 
getRecoveryHttpClientMaxConnPerRoute() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Returns maximum number of concurrent connections per route for recovery http client
getRecoveryHttpClientMaxConnPerRoute() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Returns maximum number of concurrent connections per route for recovery http client
getRecoveryHttpClientMaxConnTotal() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Returns connection pool size for recovery http client
getRecoveryHttpClientMaxConnTotal() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Returns connection pool size for recovery http client
getRecoveryHttpClientTimeout() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Indicates the timeout which should be used on HTTP requests for recovery endpoints(seconds)
getRecoveryHttpClientTimeout() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Indicates the timeout which should be used on HTTP requests for recovery endpoints(seconds)
getRecoveryId() - Method in interface com.sportradar.unifiedodds.sdk.SnapshotCompleted
 
getRecoveryId() - Method in interface com.sportradar.unifiedodds.sdk.SnapshotFailed
 
getRecoveryId() - Method in interface com.sportradar.unifiedodds.sdk.SnapshotRequest
 
getRecoveryInfo() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Producer
Gets the recovery info about last recovery attempt
getRedCards() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.TeamStatistics
Returns the received red cards number
getReferee() - Method in interface com.sportradar.unifiedodds.sdk.entities.SportEventConditions
Returns the Referee instance representing the referee presiding over the associated sport event
getReference() - Method in interface com.sportradar.unifiedodds.sdk.entities.ProducerInfoLink
Returns the reference to the producer info represented by the current instance
getReferences() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns the reference ids
getReferences() - Method in interface com.sportradar.unifiedodds.sdk.entities.Fixture
Returns the reference ids
getReferences() - Method in interface com.sportradar.unifiedodds.sdk.entities.Reference
Returns a Map with all the reference ids associated with the current instance
getRefund() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.AdditionalProbabilities
The refund probability
getRemainingDate() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventClock
Deprecated.
since 2.0.1, will be removed in the near future(~2.1.0), use EventClock.getRemainingTime() instead
getRemainingTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventClock
Returns the remaining event time
getRemainingTimeInPeriod() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventClock
Returns the remaining period time
getReplacedBy() - Method in interface com.sportradar.unifiedodds.sdk.entities.Fixture
Returns the URN identifier of the replacement event
getReplacedBy() - Method in interface com.sportradar.unifiedodds.sdk.entities.SportEvent
Returns the URN specifying the replacement sport event for the current instance
getReplayList() - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
 
getReplayManager() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
Returns the replay manager for the current feed that can be used to add SportEvents and test-scenarios to replay.
getReplayManager() - Method in class com.sportradar.unifiedodds.sdk.ReplayOddsFeed
If in the OddsFeedConfiguration was configured to use the replay server a valid ReplayManager will be returned.
getReplaySportEventsList() - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
 
getReportingStatus() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.CompetitionStatus
Returns a ReportingStatus describing the reporting status of the associated sport event
getRequestId() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.EventMessage
Returns the request id of the current message
getRequestId() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RecoveryInfo
Gets the request identifier
getRequestId() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RecoveryInitiated
Returns the identifier of the recovery request
getResponseCode() - Method in interface com.sportradar.unifiedodds.sdk.entities.BookmakerDetails
Returns the response code of the server's response
getResponseCode() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RecoveryInfo
Gets the response code of the recovery request
getResponseMessage() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RecoveryInfo
Gets the response message of the recovery request
getResultChangeInterval() - Method in interface com.sportradar.unifiedodds.sdk.EventChangeManager
Returns the interval for getting new list of result changes
getResultChangeInterval() - Method in class com.sportradar.unifiedodds.sdk.EventChangeManagerImpl
 
getResultChanges() - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns the list of all fixtures that have changed in the last 24 hours
getResultChanges(Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns the list of all fixtures that have changed in the last 24 hours
getResultChanges(Date, URN) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns the list of all fixtures that have changed in the last 24 hours
getResultChanges(Date, URN, Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns the list of all fixtures that have changed in the last 24 hours
getResults() - Method in interface com.sportradar.unifiedodds.sdk.entities.Draw
Returns a list of draw results
getRotationNumber() - Method in interface com.sportradar.unifiedodds.sdk.entities.Reference
Returns the rotation number for this instance if provided amount reference ids, null otherwise
getRoutingKeys() - Method in enum com.sportradar.unifiedodds.sdk.MessageInterest
Gets the routing key(s) for the current MessageInterest instance or a null reference if routing key is not static
getSchedule() - Method in interface com.sportradar.unifiedodds.sdk.entities.BasicTournament
Returns a List of events that belong to the associated tournament
getSchedule() - Method in interface com.sportradar.unifiedodds.sdk.entities.CurrentSeasonInfo
Returns a List of events that belong to the associated season
getSchedule() - Method in interface com.sportradar.unifiedodds.sdk.entities.Season
Returns a List of events that belong to the associated season
getSchedule() - Method in interface com.sportradar.unifiedodds.sdk.entities.Tournament
Returns a List of events that belong to the associated tournament
getScheduled() - Method in interface com.sportradar.unifiedodds.sdk.entities.SeasonCoverage
Returns the scheduled value
getScheduledDraws() - Method in interface com.sportradar.unifiedodds.sdk.entities.Lottery
Returns the lottery draws
getScheduledEndTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.SportEvent
Returns the Date specifying when the sport event associated with the current instance was scheduled to end
getScheduledStartTimeChanges() - Method in interface com.sportradar.unifiedodds.sdk.entities.Fixture
Returns the list of all ScheduledStartTimeChange to start time
getScheduledTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.SportEvent
Returns the Date specifying when the sport event associated with the current instance was scheduled
getScheduleEndTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.ChildRace
Returns a Date specifying the scheduled end time of the race represented by the current instance
getSchedulerTasksToSkip() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Returns a set of task names that should be skipped
getScheduleTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.ChildRace
Returns a Date specifying the scheduled start time of the race represented by the current instance
getSdkNodeId() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Returns the assigned SDK node identifier MTS customer must set this value! Use only positive numbers; negative are reserved for internal use.
getSdkNodeId() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Returns the assigned SDK node identifier
getSeason() - Method in interface com.sportradar.unifiedodds.sdk.entities.Match
Returns a SeasonInfo instance providing basic information about the season to which the sport event associated with the current instance belongs to
getSeasonCoverage() - Method in interface com.sportradar.unifiedodds.sdk.entities.Season
Returns a SeasonCoverage instance containing information about the available coverage for the associated season
getSeasonId() - Method in interface com.sportradar.unifiedodds.sdk.entities.SeasonCoverage
Returns the unique identifier of the season
getSeasons() - Method in interface com.sportradar.unifiedodds.sdk.entities.Tournament
Returns a list of associated tournament seasons
getSent() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MessageTimestamp
Gets the value specifying when the message was sent from the rabbit server (milliseconds since EPOCH UTC)
getServerTimeDifference() - Method in interface com.sportradar.unifiedodds.sdk.entities.BookmakerDetails
Returns the difference with the server time
getSessionBuilder() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
Builder used to create the required sessions
getShirtType() - Method in interface com.sportradar.unifiedodds.sdk.entities.Jersey
Returns the jersey shirt type
getShortName() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns the short name
getSimpleVariantCaching() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Returns an indication if the variants should be cached in a more simpler manner
getSleeve() - Method in interface com.sportradar.unifiedodds.sdk.entities.Jersey
Returns the sleeve color of the jersey
getSleeveDetail() - Method in interface com.sportradar.unifiedodds.sdk.entities.Jersey
Returns the jersey sleeve detail
getSovTemplate() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketMappingData
Returns the "special odds value"
getSpecifiers() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.Market
Returns the specifiers for this market
getSpecifiers() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.MarketFilter
Returns the specifiers for this market
getSpecifiers() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.Selection
Gets the specifiers
getSpecifiers() - Method in interface com.sportradar.unifiedodds.sdk.entities.CompetitorResult
Returns the specifiers
getSpecifiers() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketDescription
Returns a List of specifiers which are valid for the related market
getSpecifiers() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Market
Returns the Map of specifiers for this market (can be empty)
getSplitColor() - Method in interface com.sportradar.unifiedodds.sdk.entities.Jersey
Returns the jersey split color
getSport() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns associated sport
getSport() - Method in interface com.sportradar.unifiedodds.sdk.entities.LongTermEvent
Returns a SportSummary instance representing the sport associated with the current instance
getSport() - Method in interface com.sportradar.unifiedodds.sdk.entities.Stage
Returns a SportSummary instance representing the sport associated with the current instance
getSportEvent(URN) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns the specified sport event (the returned data is translated in the configured Locales using the OddsFeedConfiguration)
getSportEvent(URN, Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns the specified sport event (the returned data is translated in the specified Locale)
getSportEventId() - Method in interface com.sportradar.unifiedodds.sdk.entities.FixtureChange
Returns the URN instance specifying the sport event
getSportEventId() - Method in interface com.sportradar.unifiedodds.sdk.entities.ResultChange
Returns the URN instance specifying the sport event
getSportEventStatusCacheTimeout() - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Gets the sport event status cache timeout - how long status is cached Can be between 1 min and 60 min - default 5 min (absolute expiration)
getSportEventType() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competition
Returns a SportEventType indicating the type of the associated event
getSportId() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketMappingData
The sport id for which the mapping data is valid
getSportId() - Method in interface com.sportradar.unifiedodds.sdk.entities.SportEvent
Returns the unique sport identifier to which this event is associated
getSports() - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns all the available sports (the returned data is translated in the configured Locales using the OddsFeedConfiguration)
getSports(Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns all the available sports (the returned data is translated in the specified Locale)
getSportsInfoManager() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
Returns the SportsInfoManager helper that contains useful methods for specific event data retrieval
getSprint() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the sprint of the result
getSprintDecimal() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the sprint value in a decimal format
getSprintRanking() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the sprint ranking
getStages() - Method in interface com.sportradar.unifiedodds.sdk.entities.Stage
Returns a List of Stage instances representing stages of the multi-stage stage
getStageType() - Method in interface com.sportradar.unifiedodds.sdk.entities.Stage
Returns a StageType indicating the type of the associated stage
getStartDate() - Method in interface com.sportradar.unifiedodds.sdk.entities.CurrentSeasonInfo
Returns the Date specifying the start date of the season
getStartDate() - Method in interface com.sportradar.unifiedodds.sdk.entities.SeasonInfo
Returns the Date specifying the start date of the season
getStartTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.Fixture
Returns the Date instance specifying when the fixture is scheduled to start
getStartTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.ReplaySportEvent
Returns an Integer specifying the start time
getStartTime() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.BetCancel
If the BetCancel has a time interval, this method will return an indication of when the Bet Cancel interval started
getStartTime() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.FixtureChange
 
getStartTime() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketMetadata
Returns the start time of the event (as epoch timestamp)
getStartTime() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RollbackBetCancel
 
getStartTimeTbd() - Method in interface com.sportradar.unifiedodds.sdk.entities.Fixture
An indication if the start tam is yet to be defined
getState() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns the state (default method)
getState() - Method in interface com.sportradar.unifiedodds.sdk.entities.Venue
Returns state/province of the country
getStatefulRecoveryWindowInMinutes() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Producer
Returns the max allowed stateful recovery window in minutes
getStatistics() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.SoccerStatus
Returns the associated soccer match statistics
getStatus() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competition
Returns a CompetitionStatus containing information about the progress of the sport event associated with the current instance
getStatus() - Method in interface com.sportradar.unifiedodds.sdk.entities.Draw
Returns the status of the draw
getStatus() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the state of the result
getStatus() - Method in interface com.sportradar.unifiedodds.sdk.entities.Match
Returns a MatchStatus containing information about the progress of the match associated with the current instance
getStatus() - Method in interface com.sportradar.unifiedodds.sdk.entities.PeriodStatus
Returns the status
getStatus() - Method in interface com.sportradar.unifiedodds.sdk.entities.SoccerEvent
Returns a SoccerStatus containing information about the progress of the soccer match associated with the current instance
getStatus() - Method in interface com.sportradar.unifiedodds.sdk.entities.Stage
Returns a StageStatus containing information about the progress of the stage associated with the current instance
getStatus() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.CompetitionStatus
Returns an EventStatus describing the high-level status of the associated sport event
getStatus() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketWithOdds
An indication if the associated market is active
getStatus() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketWithProbabilities
An indication if the associated market is active
getStatusComment() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the status comment
getStatusIfPresent() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competition
Returns a CompetitionStatus containing information about the progress of the sport event associated with the current instance if already cached (does not make API call)
getStoppageTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventClock
Returns the time at which the event associated with the current instance has been stopped
getStoppageTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the stoppage time
getStoppageTimeAnnounced() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventClock
Returns the time at which the stoppage time has been announced
getStopped() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventClock
Returns an indication if the event clock is currently stopped
getStreamingChannels() - Method in interface com.sportradar.unifiedodds.sdk.entities.ProducerInfo
Returns an unmodifiable List representing streaming channels associated with current producer instance
getStreamUrl() - Method in interface com.sportradar.unifiedodds.sdk.entities.TvChannel
Returns the stream url
getStripesColor() - Method in interface com.sportradar.unifiedodds.sdk.entities.Jersey
Returns the jersey stripes color
getSupercededBy() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.BetCancel
If the market was cancelled because of a migration from a different sport event, it gets a URN specifying the sport event from which the market has migrated.
getTeam() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns an indication of which team was the cause for the timeline event
getTeam() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.PlayerOutcomeOdds
Returns the associated team competitor
getTeamStatisticDTOS() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.PeriodStatistics
Deprecated.
with version 2.0.1, use PeriodStatistics.getTeamStatistics() instead
getTeamStatistics() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.PeriodStatistics
Returns a list of specific team statistics related to the round indicated by the PeriodStatistics.getPeriodName()
getTemperature() - Method in interface com.sportradar.unifiedodds.sdk.entities.WeatherInfo
Returns the temperature in degrees Celsius
getTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the time of the result
getTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the timeline event time
getTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.TvChannel
Returns a Date specifying when the coverage on the channel starts
getTimeDifferenceInSeconds(Date, Date) - Static method in class com.sportradar.utils.SdkHelper
 
getTimelineEvents() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventTimeline
Returns a chronological list of events
getTimelineEvents(URN, Locale) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Returns the list of TimelineEvent for the sport event
getTimeRanking() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the time ranking
getTimestamp() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Message
Deprecated.
check getTimestamps for all available message timestamps
getTimestamp() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.RecoveryInfo
Gets the timestamp specifying when the recovery was initiated
getTimestampForRecovery() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Producer
Returns a timestamp which indicates the last known verified time in which the SDK was in sync with the feed.
getTimestamps() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Message
Gets the timestamps when the message was generated, sent, received and dispatched by the sdk
getTimeType() - Method in interface com.sportradar.unifiedodds.sdk.entities.DrawInfo
Returns the draw time type
getTotalStatistics() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.SoccerStatistics
Returns a list of complete team statistics data
getTournament() - Method in interface com.sportradar.unifiedodds.sdk.entities.Match
Returns the tournament associated with the current instance (possible types can be BasicTournament and Tournament)
getTournamentCoverage() - Method in interface com.sportradar.unifiedodds.sdk.entities.LongTermEvent
Returns a TournamentCoverage instance which describes the associated tournament coverage information
getTournamentId() - Method in interface com.sportradar.unifiedodds.sdk.entities.SeasonInfo
Returns the associated tournament identifier
getTournamentInfo() - Method in interface com.sportradar.unifiedodds.sdk.entities.Season
Returns a TournamentInfo which contains data of the associated tournament
getTournamentRound() - Method in interface com.sportradar.unifiedodds.sdk.entities.Match
Returns a Round instance describing the tournament round to which the sport event associated with current instance belongs to
getTournaments() - Method in interface com.sportradar.unifiedodds.sdk.entities.Category
Returns an unmodifiable List of tournaments which belong to the category represented by the current instance (possible types: BasicTournament, Tournament, Stage)
getTvChannels() - Method in interface com.sportradar.unifiedodds.sdk.entities.Fixture
Returns an unmodifiable List representing TV channels covering the sport event
getType() - Method in interface com.sportradar.unifiedodds.sdk.entities.Assist
Returns a String specifying the type of the assist
getType() - Method in interface com.sportradar.unifiedodds.sdk.entities.CompetitorResult
Returns the type
getType() - Method in interface com.sportradar.unifiedodds.sdk.entities.Jersey
Returns the jersey type
getType() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.Specifier
Returns the specifier type
getType() - Method in interface com.sportradar.unifiedodds.sdk.entities.PeriodStatus
Returns the type
getType() - Method in interface com.sportradar.unifiedodds.sdk.entities.PlayerProfile
Returns the value describing the type(e.g.
getType() - Method in interface com.sportradar.unifiedodds.sdk.entities.Round
Returns the type of the round
getType() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the timeline event type
getType() - Method in class com.sportradar.utils.URN
Returns the type of the resource associated with the current instance
getUpdateTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.FixtureChange
Returns the Date instance specifying the last update time
getUpdateTime() - Method in interface com.sportradar.unifiedodds.sdk.entities.ResultChange
Returns the Date instance specifying the last update time
getUseApiSsl() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Gets a value indicating whether SSL should be used when requesting API endpoints
getUseApiSsl() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Gets a value indicating whether SSL should be used when requesting API endpoints
getUseIntegrationEnvironment() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Returns an indication if the SDK should connect to the integration environment
getUseMessagingSsl() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Gets a value indicating whether SSL should be used when connecting to AMQP broker
getUseMessagingSsl() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Gets a value indicating whether SSL should be used when connecting to AMQP broker
getUseStagingEnvironment() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
Deprecated.
getUuid(int) - Static method in class com.sportradar.utils.SdkHelper
Get the specified size of UUID
getValidFor() - Method in interface com.sportradar.unifiedodds.sdk.entities.markets.MarketMappingData
Returns a String describing for which specifier values the mapping is valid
getValidMappings(Locale) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketDefinition
Returns a List of valid market mappings that are valid for the associated event message, the mappings are returned in the raw format provided by the API
getValidMappings(Locale, boolean) - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketDefinition
Returns a List of valid market mappings that are valid for the associated event message, based on the input parameters the mappings can be adjusted with the content of the associated markets.
getValue() - Method in interface com.sportradar.unifiedodds.sdk.entities.CompetitorResult
Returns the value
getValue() - Method in interface com.sportradar.unifiedodds.sdk.entities.DrawResult
Returns the value of the draw
getValue() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the value
getVariantMarketDescriptionCacheTimeout() - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Gets the variant market description cache timeout - how long cache item is cached Can be between 1 hour and 24 hours - default 3 hours (sliding expiration)
getVenue() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competition
Returns the venue where the sport event associated with the current instance will take place
getVenue() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Return the associated competitor home venue
getVirtualHost() - Method in interface com.sportradar.unifiedodds.sdk.entities.BookmakerDetails
Returns the specific virtual host of the bookmaker
getVoidFactor() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeSettlement
Under certain circumstances the whole bet is refunded or half the bet is refunded
getVoidReason() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketCancel
Returns the void reason description
getVoidReason() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketWithSettlement
Returns the void reason description
getVoidReasonValue() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketCancel
Returns the void reason descriptor
getVoidReasonValue() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketWithSettlement
Returns the void reason descriptor
getWcPoints() - Method in interface com.sportradar.unifiedodds.sdk.entities.EventResult
Returns the wc points
getWeatherConditions() - Method in interface com.sportradar.unifiedodds.sdk.entities.WeatherInfo
Returns the summary of the weather conditions
getWeatherInfo() - Method in interface com.sportradar.unifiedodds.sdk.entities.SportEventConditions
Returns the WeatherInfo instance representing the expected weather on the associated sport event
getWeight() - Method in interface com.sportradar.unifiedodds.sdk.entities.PlayerProfile
Returns the weight in kilograms of the player represented by the current instance or a null reference if weight is not known
getWillBeRestarted() - Method in interface com.sportradar.unifiedodds.sdk.SnapshotCompleted
 
getWin() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.AdditionalProbabilities
The win probability
getWind() - Method in interface com.sportradar.unifiedodds.sdk.entities.WeatherInfo
Returns the wind conditions
getWindAdvantage() - Method in interface com.sportradar.unifiedodds.sdk.entities.WeatherInfo
Returns the wind advantage information
getWinnerId() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.CompetitionStatus
Returns the sport event winner identifier
getX() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the X value
getY() - Method in interface com.sportradar.unifiedodds.sdk.entities.TimelineEvent
Returns the Y value
getYear() - Method in interface com.sportradar.unifiedodds.sdk.entities.CurrentSeasonInfo
Returns the String representation the year of the season
getYear() - Method in interface com.sportradar.unifiedodds.sdk.entities.Season
Returns the String representation the year of the season
getYear() - Method in interface com.sportradar.unifiedodds.sdk.entities.SeasonInfo
Returns the String representation the year of the season
getYellowCards() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.TeamStatistics
Returns the received yellow cards number
getYellowRedCards() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.TeamStatistics
Returns the received yellow-red cards number
GoalScorer - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access player details
Group - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access group details

H

hashCode() - Method in class com.sportradar.utils.URN
Returns a hash code for this instance
Hole - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing a hole
HomeAway - Enum in com.sportradar.unifiedodds.sdk.entities
An indication if the associated entity is home/away

I

InitException - Exception in com.sportradar.unifiedodds.sdk.exceptions
An exception indicating there was an error during SDK initialization
InitException(String) - Constructor for exception com.sportradar.unifiedodds.sdk.exceptions.InitException
 
InitException(String, Exception) - Constructor for exception com.sportradar.unifiedodds.sdk.exceptions.InitException
 
initiateEventOddsMessagesRecovery(Producer, URN) - Method in interface com.sportradar.unifiedodds.sdk.EventRecoveryRequestIssuer
Initiates a odds recovery procedure for the event associated with the provided URN identifier on the requested Producer (The odds recovery procedure re-sends all odds for all markets for a sport event) Note: The event must be either EventStatus.NotStarted or EventStatus.Live
initiateEventStatefulMessagesRecovery(Producer, URN) - Method in interface com.sportradar.unifiedodds.sdk.EventRecoveryRequestIssuer
Initiates a stateful recovery procedure for the event associated with the provided URN identifier on the requested Producer (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 past
initOddsFeedInstance() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
 
injector - Variable in class com.sportradar.unifiedodds.sdk.OddsFeed
The injector used by this feed instance
integerSetToString(Set<Integer>) - Static method in class com.sportradar.utils.SdkHelper
 
InvalidBookmakerDetailsException - Exception in com.sportradar.unifiedodds.sdk.exceptions
The following exception gets thrown when the provided bookmaker token has issues which prevent normal SDK operations
InvalidBookmakerDetailsException(String, Throwable) - Constructor for exception com.sportradar.unifiedodds.sdk.exceptions.InvalidBookmakerDetailsException
 
InVariantMarketListCache - Static variable in class com.sportradar.utils.SdkHelper
 
isActive() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeProbabilities
If this outcome is deactivated this will return false
isAutoTraded() - Method in interface com.sportradar.unifiedodds.sdk.entities.ProducerInfo
Returns an indication if the current instance is being auto traded
isAvailable() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Producer
An indication if the producer is available with the token provided with the OddsFeedConfiguration
isCleanTrafficLogEntriesEnabled() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Indicates if the received xml payloads should be cleaned from special characters such as new lines or not
isConflict() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.MarketFilter
Returns the value indicating if this market is in conflict
isConflict() - Method in interface com.sportradar.unifiedodds.sdk.custombetentities.OutcomeFilter
Returns the value indicating if this outcome is in conflict
isDataNotFound(Throwable) - Static method in class com.sportradar.utils.SdkHelper
 
isDataNotFound(Throwable, int) - Static method in class com.sportradar.utils.SdkHelper
 
isDecidedByFed() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.MatchStatus
Returns an indication if the status is decided by fed
isDelayed() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.ProducerStatus
An indication if the associated Producer is delayed(processing queue is building up)
isDown() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.ProducerStatus
An indication if the associated Producer is down
isEnabled() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Producer
An indication if the producer is enabled.
isExhibitionGames() - Method in interface com.sportradar.unifiedodds.sdk.entities.BasicTournament
Returns the Boolean specifying if the tournament is exhibition game
isExhibitionGames() - Method in interface com.sportradar.unifiedodds.sdk.entities.Tournament
Returns the Boolean specifying if the tournament is exhibition game
isFavourite() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.MarketWithOdds
Only applicable if multiple market lines of the same market type is provided in the odds update
isFlaggedDown() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.Producer
An indication if the producer is down/out of sync/invalid state
isInHostedStatistics() - Method in interface com.sportradar.unifiedodds.sdk.entities.ProducerInfo
Returns an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution
isInLiveCenterSoccer() - Method in interface com.sportradar.unifiedodds.sdk.entities.ProducerInfo
Returns an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution
isInLiveMatchTracker() - Method in interface com.sportradar.unifiedodds.sdk.entities.ProducerInfo
Returns an indication if the sport event associated with the current instance is available in the LiveMatchTracker solution
isInLiveScore() - Method in interface com.sportradar.unifiedodds.sdk.entities.ProducerInfo
Returns an indication if the sport event associated with the current instance is available in the LiveScore solution
isLive() - Method in interface com.sportradar.unifiedodds.sdk.entities.CoverageInfo
Returns a value indicating whether the coverage represented by current instance is live coverage
isLiveCoverage() - Method in interface com.sportradar.unifiedodds.sdk.entities.TournamentCoverage
An indication if live coverage is available
ISO_8601_24H_FORMAT - Static variable in class com.sportradar.utils.SdkHelper
 
ISO_8601_24H_FULL_FORMAT - Static variable in class com.sportradar.utils.SdkHelper
 
isOpen() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
Returns true if feed is opened
isPlayerOutcome() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeOdds
Indicates if the outcome is PlayerOutcomeOdds instance
isProducerDown(int) - Method in interface com.sportradar.unifiedodds.sdk.ProducerManager
An indication if the producer is currently marked as down by the SDK
isProducerEnabled(int) - Method in interface com.sportradar.unifiedodds.sdk.ProducerManager
An indication if the producer is enabled.
isProducerInScope(Producer) - Method in enum com.sportradar.unifiedodds.sdk.MessageInterest
Returns an indication if the provided Producer is in the message interest scope
isReplaySession() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
An indication if the current configuration is setup for use in a replay session
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)
isRunning() - Method in interface com.sportradar.unifiedodds.sdk.EventChangeManager
Returns a value indicating whether this instance is running
isRunning() - Method in class com.sportradar.unifiedodds.sdk.EventChangeManagerImpl
 
isRunParallel() - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayScenario
Returns an indication if the scenario can be run in parallel
isSimpleTeam() - Method in class com.sportradar.utils.URN
 
isSimpleTeam(String) - Static method in class com.sportradar.utils.URN
 
isStartTimeConfirmed() - Method in interface com.sportradar.unifiedodds.sdk.entities.Fixture
Returns the value indicating whether the start time of the fixture has been confirmed
isStartTimeTbd() - Method in interface com.sportradar.unifiedodds.sdk.entities.SportEvent
Returns the Boolean specifying if the start time to be determined is set for the current instance
isVirtual() - Method in interface com.sportradar.unifiedodds.sdk.entities.Competitor
Returns a value indicating whether the current instance represents a placeholder team
isWinning() - Method in interface com.sportradar.unifiedodds.sdk.oddsentities.OutcomeSettlement
Deprecated.

J

Jersey - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods used to access jersey information

L

loadConfigFromApplicationYml() - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationBuilderBase
Sets the general configuration properties to values read from configuration file.
loadConfigFromSdkProperties() - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationBuilderBase
Sets the general configuration properties to values read from configuration file.
loadConfigFromSdkProperties() - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Reads the SDK properties file and sets the available properties
loadConfigFromSdkProperties() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Reads the SDK properties file and sets the available properties
loadMarketDescriptions() - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager
Loads the invariant and variant list of market descriptions from the Sports API
localeListToString(List<Locale>) - Static method in class com.sportradar.utils.SdkHelper
 
LocalizedNamedValue - Interface in com.sportradar.unifiedodds.sdk.entities
A derive of the NamedValue which contains values with names/descriptions that are translatable
LoggerDefinitions - Interface in com.sportradar.unifiedodds.sdk
Defines interfaces used to identify logger instances used trough the SDK
LoggerDefinitions.UFSdkClientInteractionLog - Interface in com.sportradar.unifiedodds.sdk
The log for user requested operations
LoggerDefinitions.UFSdkRestTrafficLog - Interface in com.sportradar.unifiedodds.sdk
The log of API request responses
LoggerDefinitions.UFSdkTrafficFailureLog - Interface in com.sportradar.unifiedodds.sdk
The log of received messages that failed to process
LoggerDefinitions.UFSdkTrafficLog - Interface in com.sportradar.unifiedodds.sdk
The log of received messages
LongTermEvent - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes providing data of a long term sport event
Lottery - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods used to access lottery information

M

Manager - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods used to access manager properties
mapFromApiValue(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.SportEventType
 
mapFromApiValue(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.StageType
 
Market - Interface in com.sportradar.unifiedodds.sdk.custombetentities
Provides a market
Market - Interface in com.sportradar.unifiedodds.sdk.oddsentities
The basic Market interface
MarketAttribute - Interface in com.sportradar.unifiedodds.sdk.entities.markets
Contains a market attribute name and description
MarketCancel - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Information about a market that was cancelled
MarketDefinition - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Represents a market definition which is related to an event message
MarketDescription - Interface in com.sportradar.unifiedodds.sdk.entities.markets
Represents a market description
MarketDescriptionManager - Interface in com.sportradar.unifiedodds.sdk
Used to obtain information about available markets and get translations for markets and outcomes including outrights
MarketDescriptionMinFetchInterval - Static variable in class com.sportradar.utils.SdkHelper
 
MarketFilter - Interface in com.sportradar.unifiedodds.sdk.custombetentities
Provides a market
MarketMappingData - Interface in com.sportradar.unifiedodds.sdk.entities.markets
Defines methods used to access market mapping data provided by the API
MarketMessage<T extends SportEvent> - Interface in com.sportradar.unifiedodds.sdk.oddsentities
The basic message that contains data regarding market changes
MarketMetadata - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Defines methods used to access market metadata values
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.
MarketWithOdds - Interface in com.sportradar.unifiedodds.sdk.oddsentities
This represents the odds changes for one market in the OddsChange message.
MarketWithProbabilities - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Defines methods used to access data of markets with probabilities
MarketWithSettlement - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Information about how to clear bets for the outcomes of a particular market
Match - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing sport events of match type
MatchStatistics - Interface in com.sportradar.unifiedodds.sdk.entities.status
Defines methods to access match specific statistics
MatchStatus - Interface in com.sportradar.unifiedodds.sdk.entities.status
Defines methods used to access match specific status attributes
Message - Interface in com.sportradar.unifiedodds.sdk.oddsentities
 
MessageInterest - Enum in com.sportradar.unifiedodds.sdk
 
MessageTimestamp - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Defines a contract for all message timestamps Created and Sent are generated on rabbit server and Received and Dispatched on a local machine running sdk.

N

NamedValue - Interface in com.sportradar.unifiedodds.sdk.entities
Describes a list of operations that are available on the basic type NamedValue which contains values with names/descriptions
NameGenerationException - Exception in com.sportradar.unifiedodds.sdk.exceptions
The following exception gets thrown when an entity name generation fails
NameGenerationException(String) - Constructor for exception com.sportradar.unifiedodds.sdk.exceptions.NameGenerationException
 
NameGenerationException(String, Exception) - Constructor for exception com.sportradar.unifiedodds.sdk.exceptions.NameGenerationException
 

O

obfuscate(String) - Static method in class com.sportradar.utils.SdkHelper
Obfuscate the input string
ObjectNotFoundException - Exception in com.sportradar.unifiedodds.sdk.exceptions
The following exception gets thrown when a requested object is not found
ObjectNotFoundException(String) - Constructor for exception com.sportradar.unifiedodds.sdk.exceptions.ObjectNotFoundException
 
ObjectNotFoundException(String, Exception) - Constructor for exception com.sportradar.unifiedodds.sdk.exceptions.ObjectNotFoundException
 
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
Possible options for displaying outcome odds
OddsFeed - Class in com.sportradar.unifiedodds.sdk
The main SDK object, this is the starting point of the UF SDK.
OddsFeed(SDKGlobalEventsListener, OddsFeedConfiguration) - Constructor for class com.sportradar.unifiedodds.sdk.OddsFeed
The most basic feed constructor
OddsFeed(SDKGlobalEventsListener, SDKInternalConfiguration, OddsFeedExtListener) - Constructor for class com.sportradar.unifiedodds.sdk.OddsFeed
The following constructor is used to create the OddsFeed instance directly with the internal configuration
OddsFeed(SDKGlobalEventsListener, OddsFeedConfiguration, CustomisableSDKModule, OddsFeedExtListener) - Constructor for class com.sportradar.unifiedodds.sdk.OddsFeed
The following constructor is used to crate the OddsFeed instance with a custom injection module
OddsFeed(SDKGlobalEventsListener, SDKInternalConfiguration, CustomisableSDKModule, OddsFeedExtListener) - Constructor for class com.sportradar.unifiedodds.sdk.OddsFeed
The following constructor is used to crate the OddsFeed instance directly with the internal configuration and the customisable module
OddsFeed(SDKInternalConfiguration, Injector) - Constructor for class com.sportradar.unifiedodds.sdk.OddsFeed
The following constructor should be used only for testing purposes
OddsFeedConfiguration - Class in com.sportradar.unifiedodds.sdk.cfg
This class is used to specify various configuration parameters for a session to the Sportradar system(s)
oddsFeedConfiguration - Variable in class com.sportradar.unifiedodds.sdk.OddsFeed
The OddsFeed main configuration file
OddsFeedConfigurationBuilder - Interface in com.sportradar.unifiedodds.sdk.cfg
All of the fields that can be set trough the OddsFeedConfigurationBuilder are optional
OddsFeedConfigurationBuilderImpl - Class in com.sportradar.unifiedodds.sdk.cfg
An implementation of all the SDK builder interfaces which is used to build the OddsFeedConfiguration used to initialize the OddsFeed object
OddsFeedConfigurationBuilderImpl(SDKConfigurationPropertiesReader) - Constructor for class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
 
OddsFeedExt - Class in com.sportradar.unifiedodds.sdk.extended
The main SDK object, this is the starting point of the UF SDK.
OddsFeedExt(SDKGlobalEventsListener, OddsFeedConfiguration, OddsFeedExtListener) - Constructor for class com.sportradar.unifiedodds.sdk.extended.OddsFeedExt
The most basic feed constructor
OddsFeedExtListener - Interface in com.sportradar.unifiedodds.sdk.extended
Interface to handle received messages and data from Sports API.
OddsFeedListener - Interface in com.sportradar.unifiedodds.sdk
These are all the messages you can receive relating to odds.
OddsFeedSdkException - Exception in com.sportradar.unifiedodds.sdk.exceptions
The base SDK exception class
OddsFeedSdkException(String) - Constructor for exception com.sportradar.unifiedodds.sdk.exceptions.OddsFeedSdkException
 
OddsFeedSdkException(String, Exception) - Constructor for exception com.sportradar.unifiedodds.sdk.exceptions.OddsFeedSdkException
 
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
 
OddsGeneration - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Provided by the prematch odds producer only, and contains a few key-parameters that can be used in a client’s own special odds model, or even offer spread betting bets based on it.
onAliveReceived(int, long, long, boolean, boolean) - Method in interface com.sportradar.unifiedodds.sdk.RecoveryManager
Method invoked when the message of type "Alive" is received
onConnectionDown() - Method in interface com.sportradar.unifiedodds.sdk.SDKConnectionStatusListener
Invoked when a connection to the feed is closed
onConnectionException(Throwable) - Method in interface com.sportradar.unifiedodds.sdk.SDKConnectionStatusListener
Invoked when an exception is thrown inside connection loop
onEventRecoveryCompleted(URN, long) - Method in interface com.sportradar.unifiedodds.sdk.SDKEventRecoveryStatusListener
Method invoked when a requested event recovery completes
onFixtureChange(URN, Date, SportEvent) - Method in interface com.sportradar.unifiedodds.sdk.EventChangeListener
Method invoked for new fixture change
onMessageProcessingEnded(int, int, Long, String) - Method in interface com.sportradar.unifiedodds.sdk.RecoveryManager
Method invoked when the AMQP message processing ended
onMessageProcessingStarted(int, int, Long, long) - Method in interface com.sportradar.unifiedodds.sdk.RecoveryManager
Method invoked when the AMQP message processing started
onProducerDown(ProducerDown) - Method in interface com.sportradar.unifiedodds.sdk.SDKProducerStatusListener
onProducerStatusChange(ProducerStatus) - Method in interface com.sportradar.unifiedodds.sdk.SDKProducerStatusListener
Invoked when the producer status changes, some examples: Producer up to producer down Producer down(processing queue delay) to producer down(alive interval violation) Producer down to producer up ...
onProducerUp(ProducerUp) - Method in interface com.sportradar.unifiedodds.sdk.SDKProducerStatusListener
onRawApiDataReceived(URI, Object) - Method in interface com.sportradar.unifiedodds.sdk.extended.OddsFeedExtListener
Occurs when data from Sports API arrives
onRawFeedMessageReceived(RoutingKeyInfo, UnmarshalledMessage, MessageTimestamp, MessageInterest) - Method in interface com.sportradar.unifiedodds.sdk.extended.OddsFeedExtListener
Occurs when any feed message arrives
onRecoveryInitiated(RecoveryInitiated) - Method in interface com.sportradar.unifiedodds.sdk.SDKProducerStatusListener
Invoked when the recovery is initiated
onResultChange(URN, Date, SportEvent) - Method in interface com.sportradar.unifiedodds.sdk.EventChangeListener
Method invoked for new result change
onSnapshotCompleteReceived(int, long, long, MessageInterest) - Method in interface com.sportradar.unifiedodds.sdk.RecoveryManager
Method invoked when the message of type "SnapshotComplete" is received
open() - Method in class com.sportradar.unifiedodds.sdk.OddsFeed
This method opens/starts the feed with all the built sessions and creates the various tasks needed for optimal OddsFeed operation
OperationManager - Class in com.sportradar.unifiedodds.sdk
Defines methods used to get or set various values for sdk operations Values must be set before creating Feed instance
OperationManager() - Constructor for class com.sportradar.unifiedodds.sdk.OperationManager
 
Outcome - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Describes an outcome for a particular market
OutcomeDefinition - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Defines methods to access outcome data which is not directly associated with a feed message
OutcomeDescription - Interface in com.sportradar.unifiedodds.sdk.entities.markets
Represents an outcome description
OutcomeFilter - Interface in com.sportradar.unifiedodds.sdk.custombetentities
Provides an outcome
OutcomeMappingData - Interface in com.sportradar.unifiedodds.sdk.entities.markets
Defines methods used to access a specific outcome mapping data
OutcomeOdds - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Describes the odds for a particular outcome (e.g.
OutcomeProbabilities - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Defines methods used to access data on outcomes with probabilities
OutcomeResult - Enum in com.sportradar.unifiedodds.sdk.oddsentities
An indication of the outcome result
OutcomeSettlement - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Describes how to handle a bet on a particular outcome for a particular market

P

parallelPrefetchVariantMarketDescriptions(List<? extends Market>) - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager
Prefetch variant market descriptions in parallel Useful when list of markets on feed message contains many variant markets which calls single variant market description api endpoint Only call this if name of the market is needed.
parallelPrefetchVariantMarketDescriptions(List<? extends Market>, boolean) - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager
Prefetch variant market descriptions in parallel Useful when list of markets on feed message contains many variant markets which calls single variant market description api endpoint Only call this if name of the market is needed.
parallelPrefetchVariantMarketDescriptions(List<? extends Market>, boolean, int) - Method in interface com.sportradar.unifiedodds.sdk.MarketDescriptionManager
Prefetch variant market descriptions in parallel Useful when list of markets on feed message contains many variant markets which calls single variant market description api endpoint Only call this if name of the market is needed.
ParentRace - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access parent race details(e.g.
parse(String) - Static method in class com.sportradar.utils.URN
Constructs a URN instance by parsing the provided String
parseCompetitorsReferences(List<SAPITeam>, Map<URN, ReferenceIdCI>) - Static method in class com.sportradar.utils.SdkHelper
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
parseTeamCompetitorsReferences(List<SAPITeamCompetitor>, Map<URN, ReferenceIdCI>) - Static method in class com.sportradar.utils.SdkHelper
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
PeriodCompetitorResult - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods used to access data of a competitor result per period
PeriodScore - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing a score of a sport event period
PeriodStatistics - Interface in com.sportradar.unifiedodds.sdk.entities.status
Defines methods used to access specific period statistics
PeriodStatus - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods used to access data of a period status
PeriodType - Enum in com.sportradar.unifiedodds.sdk.entities
An indication of the type of the related period
Pitcher - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing the sport event pitcher
PitcherHand - Enum in com.sportradar.unifiedodds.sdk.entities
An indication if the pitcher uses left of right hand
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.
play(double, int, Boolean) - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Starts playing the messages for the SportEvents in the play list.
play(double, int, Integer, Boolean) - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Starts playing the messages for the SportEvents in the play list
play(double, int, Integer, Boolean, Boolean) - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Starts playing the messages for the SportEvents in the play list
Player - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access player details
PlayerOutcomeOdds - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Describes a player outcome.
PlayerProfile - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing a player profile
playScenario(int) - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Starts the replay of the selected scenario
playScenario(int, double, int) - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Starts the replay of the selected scenario
playScenario(int, double, int, Integer, Boolean) - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Starts playing the messages for the SportEvents in the play list
Producer - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Represents a Sportradar message producer(Live Odds, Betradar Ctrl, Premium Cricket,...)
ProducerDown - Interface in com.sportradar.unifiedodds.sdk.oddsentities
This message is received when a producer goes down.
ProducerDownReason - Enum in com.sportradar.unifiedodds.sdk.oddsentities
Describes reasons why the ProducerDown message was dispatched
ProducerInfo - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods for accessing producer information
ProducerInfoLink - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access producer info link properties
ProducerManager - Interface in com.sportradar.unifiedodds.sdk
The ProducerManager is used to manage Sportradar message producers
ProducerScope - Enum in com.sportradar.unifiedodds.sdk
An indication of what type of event messages may be dispatched by a specific Producer
ProducerStatus - Interface in com.sportradar.unifiedodds.sdk.oddsentities
The event that gets released when the status of the producer gets updated
ProducerStatusChange - Interface in com.sportradar.unifiedodds.sdk.oddsentities
Generated if any of the available producers status gets updated
ProducerStatusReason - Enum in com.sportradar.unifiedodds.sdk.oddsentities
Describes reasons why the ProducerStatusReason message was dispatched
ProducerUp - Interface in com.sportradar.unifiedodds.sdk.oddsentities
The event that gets released when the producer comes up after a specific time or for the 1st time at all
ProducerUpReason - Enum in com.sportradar.unifiedodds.sdk.oddsentities
Represents reasons why the ProducerUp message was dispatched
purgeCompetitorProfileCacheData(URN) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Purges the associated competitor cache item
purgePlayerProfileCacheData(URN) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Purges the associated player profile cache item
purgeSportEventCacheData(URN) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Purges the associated sport event cache item
purgeSportEventCacheData(URN, boolean) - Method in interface com.sportradar.unifiedodds.sdk.SportsInfoManager
Purges the associated sport event cache item

R

RaceDriverProfile - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access race driver data
readAccessToken() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readApiHost() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readApiPort() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readCleanTrafficLogEntries() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readDefaultLocale() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readDesiredLocales() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readDisabledProducers() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readExceptionHandlingStrategy() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readHttpClientMaxConnPerRoute() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readHttpClientMaxConnTotal() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readHttpClientTimeout() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readMaxInactivitySeconds() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readMaxRecoveryTime() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readMessagingHost() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readMessagingPassword() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readMessagingPort() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readMessagingUsername() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readMessagingVirtualHost() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readMinIntervalBetweenRecoveryRequests() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readRecoveryHttpClientMaxConnPerRoute() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readRecoveryHttpClientMaxConnTotal() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readRecoveryHttpClientTimeout() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readSchedulerTasksToSkip() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readSdkNodeId() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readSimpleVariantCaching() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readUfEnvironment() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readUseApiSsl() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readUseIntegration() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
readUseMessagingSsl() - Method in class com.sportradar.unifiedodds.sdk.SDKConfigurationReader
 
RecoveryConfigurationBuilder<T> - Interface in com.sportradar.unifiedodds.sdk.cfg
Defines methods implemented by classes used to set recovery related configuration properties
recoveryFromTimestamp() - Method in interface com.sportradar.unifiedodds.sdk.SnapshotRequest
Deprecated.
RecoveryInfo - Interface in com.sportradar.unifiedodds.sdk.oddsentities
 
RecoveryInitiated - Interface in com.sportradar.unifiedodds.sdk.oddsentities
The event that gets released when the recovery for the producer is initiated
RecoveryManager - Interface in com.sportradar.unifiedodds.sdk
Defines methods used to manage recovery scenarios
Referee - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing the sport event referee
Reference - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access reference descriptions
removeSportEventFromReplay(URN) - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Removes a sport event from the replay list
ReplayConfigurationBuilder - Interface in com.sportradar.unifiedodds.sdk.cfg
Defines methods implemented by classes used to set replay configuration properties
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).
ReplayOddsFeed - Class in com.sportradar.unifiedodds.sdk
An extension of the OddsFeed that has the ability to perform replay server actions.
ReplayOddsFeed(SDKGlobalEventsListener, OddsFeedConfiguration) - Constructor for class com.sportradar.unifiedodds.sdk.ReplayOddsFeed
Initializes a new ReplayOddsFeed instance.
ReplayOddsFeed(SDKGlobalEventsListener, OddsFeedConfiguration, CustomisableSDKModule) - Constructor for class com.sportradar.unifiedodds.sdk.ReplayOddsFeed
Initializes a new ReplayOddsFeed instance.
ReplayScenario - Class in com.sportradar.unifiedodds.sdk.replay
A representation of a possible replay scenario provided by the feed
ReplaySportEvent - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing the replay sport event
ReplayStatus - Enum in com.sportradar.unifiedodds.sdk.replay
An indication of the replay status
ReportingStatus - Enum in com.sportradar.unifiedodds.sdk.entities
An enum describing the reporting status of a sport event
requestCompleted(SnapshotCompleted) - Method in interface com.sportradar.unifiedodds.sdk.SnapshotRequestManager
 
requestFailed(SnapshotFailed) - Method in interface com.sportradar.unifiedodds.sdk.SnapshotRequestManager
 
ResourceTypeGroup - Enum in com.sportradar.unifiedodds.sdk.entities
Enumerates groups of resources represented by the URN
ResultChange - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods used to access data of a result change
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
Round - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes providing basic tournament round information

S

ScheduledStartTimeChange - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access ScheduledStartTimeChange implementations properties
scheduleRequest(SnapshotRequest) - Method in interface com.sportradar.unifiedodds.sdk.SnapshotRequestManager
 
SDKConfigurationPropertiesReader - Class in com.sportradar.unifiedodds.sdk
Created on 03/01/2018.
SDKConfigurationReader - Class in com.sportradar.unifiedodds.sdk
Created on 10/04/2018.
SDKConfigurationYamlReader - Class in com.sportradar.unifiedodds.sdk
Created on 11/04/2018.
SDKConnectionStatusListener - Interface in com.sportradar.unifiedodds.sdk
Defines a listener used no notify outside world when the connection to the feed is closed
SDKEventRecoveryStatusListener - Interface in com.sportradar.unifiedodds.sdk
Defines methods used as callbacks to notify the client about event recovery updates
SDKGlobalEventsListener - Interface in com.sportradar.unifiedodds.sdk
Defines methods used to handle messages which are not related with a OddsFeedSession but with producers or SDK it-self.
SdkHelper - Class in com.sportradar.utils
An utility class that contains various methods which perform common language tasks
SdkHelper() - Constructor for class com.sportradar.utils.SdkHelper
 
SDKInternalConfiguration - Class in com.sportradar.unifiedodds.sdk
The internal SDK configuration
SDKProducerStatusListener - Interface in com.sportradar.unifiedodds.sdk
Defines a contract used to observe instances which provide information about a producer (ProducerUp and ProducerDown messages)
Season - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes providing data of a season
SeasonCoverage - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods representing season coverage info
SeasonInfo - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes providing season information about an entity (sport, category, season, ...)
selectCustom() - Method in interface com.sportradar.unifiedodds.sdk.cfg.EnvironmentSelector
Returns a CustomConfigurationBuilder allowing the properties to be set to custom values (usefull for testing with local AMQP)
selectEnvironment(Environment) - Method in interface com.sportradar.unifiedodds.sdk.cfg.EnvironmentSelector
Returns a ConfigurationBuilder with properties set to values needed to access specified environment.
selectIntegration() - Method in interface com.sportradar.unifiedodds.sdk.cfg.EnvironmentSelector
Returns a ConfigurationBuilder with properties set to values needed to access integration environment
Selection - Interface in com.sportradar.unifiedodds.sdk.custombetentities
Provides an requested selection
selectProduction() - Method in interface com.sportradar.unifiedodds.sdk.cfg.EnvironmentSelector
Returns a ConfigurationBuilder with properties set to values needed to access production environment
selectReplay() - Method in interface com.sportradar.unifiedodds.sdk.cfg.EnvironmentSelector
Returns a ReplayConfigurationBuilder with properties set to values needed to access replay server
selectStaging() - Method in interface com.sportradar.unifiedodds.sdk.cfg.EnvironmentSelector
Deprecated.
in favour of {EnvironmentSelector.selectIntegration()} from v2.0.18
setAccessToken(String) - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationAccessTokenSetter
Set your access token, provided by Sportradar (without this set you will not be able to connect to the Sportradar AMQP broker and the SportsAPI)
setAccessToken(String) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Set your access token as provided by Sportradar (without this set you will not be able to connect)
setAccessToken(String) - Method in interface com.sportradar.unifiedodds.sdk.cfg.TokenSetter
Sets the access token used to access feed resources (AMQP broker, Sports API, ...)
setAccessToken(String) - Method in class com.sportradar.unifiedodds.sdk.cfg.TokenSetterImpl
Sets the access token used to access feed resources (AMQP broker, Sports API, ...)
setAccessTokenFromApplicationYaml() - Method in interface com.sportradar.unifiedodds.sdk.cfg.TokenSetter
Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from the application.yml The YAML file should be named "application.properties" and localed in the application resources folder
setAccessTokenFromApplicationYaml() - Method in class com.sportradar.unifiedodds.sdk.cfg.TokenSetterImpl
Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from the application.yml The YAML file should be named "application.properties" and localed in the application resources folder
setAccessTokenFromSdkProperties() - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationAccessTokenSetter
Try to set your access token as provided by Sportradar trough the SDK properties, "uf.sdk.accessToken" The properties file should be named "UFSdkConfiguration.properties" and localed in the application resources folder
setAccessTokenFromSdkProperties() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Try to set your access token as provided by Sportradar trough the SDK properties, "uf.sdk.accessToken"
setAccessTokenFromSdkProperties() - Method in interface com.sportradar.unifiedodds.sdk.cfg.TokenSetter
Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from the sdk properties The properties file should be named "UFSdkConfiguration.properties" and localed in the application resources folder
setAccessTokenFromSdkProperties() - Method in class com.sportradar.unifiedodds.sdk.cfg.TokenSetterImpl
Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from the sdk properties The properties file should be named "UFSdkConfiguration.properties" and localed in the application resources folder
setAccessTokenFromSystemVar() - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationAccessTokenSetter
Try to set your access token, provided by Sportradar, trough the system variable "uf.accesstoken".
setAccessTokenFromSystemVar() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Try to set your access token as provided by Sportradar trough the system variable "uf.accesstoken", you can set the access token with the following JVM argument -Duf.accesstoken=your-access-token.
setAccessTokenFromSystemVar() - Method in interface com.sportradar.unifiedodds.sdk.cfg.TokenSetter
Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from system variable "uf.accesstoken"
setAccessTokenFromSystemVar() - Method in class com.sportradar.unifiedodds.sdk.cfg.TokenSetterImpl
Sets the access token used to access feed resources (AMQP broker, Sports API, ...) to value read from system variable "uf.accesstoken"
setApiHost(String) - Method in interface com.sportradar.unifiedodds.sdk.cfg.CustomConfigurationBuilder
Set the host name of the Sports API server
setApiHost(String) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Specify the host used for API access (if not specified this defaults to api.betradar.com)
setApiHost(String) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Specify the Sportradar host used for API access (if not specified this defaults to api.betradar.com)
setApiPort(int) - Method in interface com.sportradar.unifiedodds.sdk.cfg.CustomConfigurationBuilder
Set the port of the Sports API server
setApiPort(int) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Specify the port used for API access (if not specified this defaults to 80)
setApiPort(int) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Specify the Sportradar port used for API access (if not specified this defaults to 80)
setApiUseSsl(boolean) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Sets a value indicating whether SSL should be used when requesting API endpoints
setApiUseSsl(boolean) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Sets a value indicating whether SSL should be used when requesting API endpoints
setDefaultLocale(Locale) - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationBuilderBase
Sets the default language for the translatable data
setDefaultLocale(Locale) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Sets the default locale.
setDefaultLocale(Locale) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Sets the default locale.
setDesiredLocales(List<Locale>) - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationBuilderBase
Sets the languages in which translatable data is available
setDisabledProducers(List<Integer>) - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationBuilderBase
Specifies the producers which should be disabled (i.e.
setDisabledProducers(List<Integer>) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Set a list of producer identifiers which should be disabled automatically when the SDK starts
setDisabledProducers(List<Integer>) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Set a list of producer identifiers which should be disabled automatically when the SDK starts
setEventId(URN) - Method in interface com.sportradar.unifiedodds.sdk.CustomBetSelectionBuilder
Sets event id to the provided URN
setEventId(URN) - Method in class com.sportradar.unifiedodds.sdk.CustomBetSelectionBuilderImpl
 
setExceptionHandlingStrategy(ExceptionHandlingStrategy) - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationBuilderBase
Sets the value specifying how exceptions thrown in the SDK are handled
setFastHttpClientTimeout(Duration) - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Sets the timeout for HttpClient for fast api request (in seconds).
setFixtureChangeInterval(Duration) - Method in interface com.sportradar.unifiedodds.sdk.EventChangeManager
Sets the fixture change interval between two Sports API requests.
setFixtureChangeInterval(Duration) - Method in class com.sportradar.unifiedodds.sdk.EventChangeManagerImpl
 
setFixtureChangeTimestamp(Date) - Method in interface com.sportradar.unifiedodds.sdk.EventChangeManager
Sets the last processed fixture change timestamp It can be only set when it is stopped
setFixtureChangeTimestamp(Date) - Method in class com.sportradar.unifiedodds.sdk.EventChangeManagerImpl
 
setHttpClientMaxConnPerRoute(Integer) - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationBuilderBase
Sets maximum number of concurrent connections per route for http client.
setHttpClientMaxConnTotal(Integer) - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationBuilderBase
Sets connection pool size for http client.
setHttpClientTimeout(Integer) - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationBuilderBase
Sets the timeout which should be used on HTTP requests(seconds)
setIgnoreBetPalTimelineSportEventStatus(boolean) - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Sets the value indicating whether to ignore sport event status from timeline endpoint for sport events on BetPal producer
setIgnoreBetPalTimelineSportEventStatusCacheTimeout(Duration) - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Sets ignore BetPal timeline sport event status cache timeout.
setInactivitySeconds(int) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Specify how many seconds is the maximum length of inactivity (default and lowest 20 seconds, highest 180s)
setInactivitySeconds(int) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Specify how many seconds that is maximum length of inactivity (default and lowest 20 seconds, highest 180s)
setListener(EventChangeListener) - Method in interface com.sportradar.unifiedodds.sdk.EventChangeManager
setListener(EventChangeListener) - Method in class com.sportradar.unifiedodds.sdk.EventChangeManagerImpl
 
setListener(OddsFeedListener) - Method in interface com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder
 
setMarketId(int) - Method in interface com.sportradar.unifiedodds.sdk.CustomBetSelectionBuilder
Sets market id to the provided value
setMarketId(int) - Method in class com.sportradar.unifiedodds.sdk.CustomBetSelectionBuilderImpl
 
setMaxInactivitySeconds(int) - Method in interface com.sportradar.unifiedodds.sdk.cfg.RecoveryConfigurationBuilder
Sets the max time window between two consecutive alive messages before the associated producer is marked as down
setMaxRecoveryExecutionMinutes(int) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Specify the maximum execution time of a recovery request.
setMaxRecoveryExecutionMinutes(int) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Specify the maximum execution time of a recovery request.
setMaxRecoveryExecutionTime(int, TimeUnit) - Method in interface com.sportradar.unifiedodds.sdk.cfg.RecoveryConfigurationBuilder
Sets the maximum time in seconds in which recovery must be completed (minimum 900 seconds)
setMessageInterest(MessageInterest) - Method in interface com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder
 
setMessagingHost(String) - Method in interface com.sportradar.unifiedodds.sdk.cfg.CustomConfigurationBuilder
Sets the host name of the AMQP server
setMessagingHost(String) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Specify the AMQP host to receive messages from (if not specified this defaults to mq.betradar.com)
setMessagingHost(String) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Specify the Sportradar host to receive messages from (if not specified this defaults to mq.betradar.com)
setMessagingPassword(String) - Method in interface com.sportradar.unifiedodds.sdk.cfg.CustomConfigurationBuilder
Sets the password used to authenticate with the messaging server
setMessagingPassword(String) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Set the password of the broker to which you are connecting - this is not required for the connection to the default Sportradar AMQP servers
setMessagingPassword(String) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Set the password of the broker to which you are connecting - this is not required for the connection to the default Sportradar Rabbit servers
setMessagingPort(int) - Method in interface com.sportradar.unifiedodds.sdk.cfg.CustomConfigurationBuilder
Sets a custom port used to connect to AMQP broker
setMessagingPort(int) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Sets the port used to connect to AMQP broker
setMessagingPort(int) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Sets the port used to connect to AMQP broker
setMessagingUsername(String) - Method in interface com.sportradar.unifiedodds.sdk.cfg.CustomConfigurationBuilder
Sets the username used to authenticate with the messaging server
setMessagingUseSsl(boolean) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Sets a value indicating whether SSL should be used when connecting to the AMQP broker
setMessagingUseSsl(boolean) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Sets a value indicating whether SSL should be used when connecting to AMQP broker
setMessagingVirtualHost(String) - Method in interface com.sportradar.unifiedodds.sdk.cfg.CustomConfigurationBuilder
Sets the virtual host used to connect to the messaging server
setMinIntervalBetweenRecoveryRequests(int) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Sets the minimal time between two successive recovery requests initiated by alive messages (minimum 20 seconds)
setMinIntervalBetweenRecoveryRequests(int) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Sets the minimal time between two successive recovery requests initiated by alive messages (minimum 20 seconds)
setMinIntervalBetweenRecoveryRequests(int) - Method in interface com.sportradar.unifiedodds.sdk.cfg.RecoveryConfigurationBuilder
Sets the minimal time between two successive recovery requests initiated by alive messages (minimum 20 seconds)
setOutcomeId(String) - Method in interface com.sportradar.unifiedodds.sdk.CustomBetSelectionBuilder
Sets outcome id to the provided value
setOutcomeId(String) - Method in class com.sportradar.unifiedodds.sdk.CustomBetSelectionBuilderImpl
 
setProducerRecoveryFromTimestamp(int, long) - Method in interface com.sportradar.unifiedodds.sdk.ProducerManager
Sets the last message received timestamp.
setProfileCacheTimeout(Duration) - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Sets the profile cache timeout
setRabbitConnectionTimeout(int) - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Sets the rabbit timeout setting for connection attempts (in seconds) Between 10 and 120 (default 30s) - set before connection is made
setRabbitHeartbeat(int) - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Sets a heartbeat timeout to use when negotiating with the rabbit server (in seconds) Between 10 and 180 (default 60s) - set before connection is made
setRecoveryHttpClientMaxConnPerRoute(Integer) - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationBuilderBase
Sets maximum number of concurrent connections per route for recovery http client Should be set to low value to avoid resource overuse.
setRecoveryHttpClientMaxConnTotal(Integer) - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationBuilderBase
Sets connection pool size for recovery http client.
setRecoveryHttpClientTimeout(Integer) - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationBuilderBase
Sets the timeout which should be used on HTTP requests for recovery endpoints(seconds)
setResultChangeInterval(Duration) - Method in interface com.sportradar.unifiedodds.sdk.EventChangeManager
Sets the result change interval between two Sports API requests.
setResultChangeInterval(Duration) - Method in class com.sportradar.unifiedodds.sdk.EventChangeManagerImpl
 
setResultChangeTimestamp(Date) - Method in interface com.sportradar.unifiedodds.sdk.EventChangeManager
Sets the last processed result change timestamp It can be only set when it is stopped
setResultChangeTimestamp(Date) - Method in class com.sportradar.unifiedodds.sdk.EventChangeManagerImpl
 
setSdkNodeId(int) - Method in interface com.sportradar.unifiedodds.sdk.cfg.ConfigurationBuilderBase
Sets the node id used to separate between SDK instances associated with the same account MTS customer must set this value! Use only positive numbers; negative are reserved for internal use.
setSdkNodeId(int) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Set the node identifier of the currently running SDK instance.
setSdkNodeId(int) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Set the node identifier of the currently running SDK instance.
setSpecificEventsOnly(Set<URN>) - Method in interface com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder
 
setSpecificEventsOnly(URN) - Method in interface com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder
 
setSpecificListeners(HashSet<GenericOddsFeedListener>) - Method in interface com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder
** NOT IMPLEMENTED YET **
setSpecificListeners(GenericOddsFeedListener) - Method in interface com.sportradar.unifiedodds.sdk.OddsFeedSessionBuilder
** NOT IMPLEMENTED YET **
setSpecifiers(String) - Method in interface com.sportradar.unifiedodds.sdk.CustomBetSelectionBuilder
Sets specifiers to the provided value
setSpecifiers(String) - Method in class com.sportradar.unifiedodds.sdk.CustomBetSelectionBuilderImpl
 
setSportEventStatusCacheTimeout(Duration) - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Sets the sport event status cache timeout
setUseIntegrationEnvironment(boolean) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
Set the setting property which will ensure the SDK connects to the integration environment (please note that the integration environment requires different access tokens than the production ones)
setUseIntegrationEnvironment(boolean) - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilderImpl
Set the setting property which will ensure the SDK connects to the integration environment (please note that the integration environment requires different access tokens than the production ones)
setUseStagingEnvironment(boolean) - Method in interface com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfigurationBuilder
setVariantMarketDescriptionCacheTimeout(Duration) - Static method in class com.sportradar.unifiedodds.sdk.OperationManager
Sets the variant market description cache timeout
SnapshotCompleted - Interface in com.sportradar.unifiedodds.sdk
Created on 17/09/2018.
SnapshotFailed - Interface in com.sportradar.unifiedodds.sdk
Created on 08/11/2018.
SnapshotRequest - Interface in com.sportradar.unifiedodds.sdk
Created on 17/09/2018.
SnapshotRequestManager - Interface in com.sportradar.unifiedodds.sdk
Created on 17/09/2018.
SoccerEvent - Interface in com.sportradar.unifiedodds.sdk.entities
A Match 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
SoccerStatistics - Interface in com.sportradar.unifiedodds.sdk.entities.status
Defines methods to access soccer match specific statistics
SoccerStatus - Interface in com.sportradar.unifiedodds.sdk.entities.status
Defines methods used to access soccer match specific status attributes
Specifier - Interface in com.sportradar.unifiedodds.sdk.entities.markets
Defines methods used to access specifier type and name
specifierKeyListToString(List<Specifier>) - Static method in class com.sportradar.utils.SdkHelper
 
specifierListToString(List<Specifier>) - Static method in class com.sportradar.utils.SdkHelper
 
Sport - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing a sport
SportEntityFactory - Interface in com.sportradar.unifiedodds.sdk
Defines methods implemented by classes used to build Sport and Tournament instances.
SportEvent - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing the target(tournament, match, race) of feed messages
SportEventConditions - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing sport event conditions
SportEventType - Enum in com.sportradar.unifiedodds.sdk.entities
Enumerates available types of sport event types
SportsInfoManager - Interface in com.sportradar.unifiedodds.sdk
Defines methods implemented by classes used to provide sport related data (sports, tournaments, competitions, ...)
SportSummary - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing a sport
Stage - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing sport events of stage type
StageStatus - Interface in com.sportradar.unifiedodds.sdk.entities.status
Defines methods used to access match specific status attributes
StageType - Enum in com.sportradar.unifiedodds.sdk.entities
An enumeration of possible stage types
start() - Method in interface com.sportradar.unifiedodds.sdk.EventChangeManager
Starts scheduled job for fetching fixture and result changes
start() - Method in class com.sportradar.unifiedodds.sdk.EventChangeManagerImpl
 
stop() - Method in interface com.sportradar.unifiedodds.sdk.EventChangeManager
Stops scheduled job for fetching fixture and result changes
stop() - Method in class com.sportradar.unifiedodds.sdk.EventChangeManagerImpl
 
stop() - Method in class com.sportradar.unifiedodds.sdk.replay.ReplayManager
Stops playing recorded messages from the playlist.
StreamingChannel - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access streaming channel data
StreamUtils - Class in com.sportradar.utils
Generic stream utility methods
stringIsNullOrEmpty(String) - Static method in class com.sportradar.utils.SdkHelper
Check is string is null or empty
stringSetToString(Set<String>) - Static method in class com.sportradar.utils.SdkHelper
 

T

TeamCompetitor - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing a competing team
TeamStatistics - Interface in com.sportradar.unifiedodds.sdk.entities.status
Defines methods used to access team statistics
TimelineEvent - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods used to access timeline event properties
TimeType - Enum in com.sportradar.unifiedodds.sdk.entities
Possible time types
toDate(XMLGregorianCalendar) - Static method in class com.sportradar.utils.SdkHelper
 
toDate(String) - Static method in class com.sportradar.utils.SdkHelper
 
TokenSetter - Interface in com.sportradar.unifiedodds.sdk.cfg
Defines methods implemented by classes taking care of the 1st step when building configuration - setting the token.
TokenSetterImpl - Class in com.sportradar.unifiedodds.sdk.cfg
The default implementation of the TokenSetter
TokenSetterImpl(SDKConfigurationPropertiesReader, SDKConfigurationYamlReader) - Constructor for class com.sportradar.unifiedodds.sdk.cfg.TokenSetterImpl
 
toKeyValueStore() - Method in interface com.sportradar.unifiedodds.sdk.entities.status.CompetitionStatus
Returns a Map containing data of the sport event status ordered in key/value pairs
toShortString() - Method in enum com.sportradar.unifiedodds.sdk.MessageInterest
 
toString() - Method in class com.sportradar.unifiedodds.sdk.cfg.OddsFeedConfiguration
 
toString() - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
 
toString() - Method in class com.sportradar.utils.URN
Returns a String that represents this instance
Tournament - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes providing information about a tournament
TournamentCoverage - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods used to access tournament coverage information
TournamentInfo - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes providing data of a tournament
tryGetPropertyValue(String, Class<T>) - Method in interface com.sportradar.unifiedodds.sdk.entities.status.CompetitionStatus
Tries to return the requested property value in the required type (for a list of all available properties look at CompetitionStatus.getProperties())
TvChannel - Interface in com.sportradar.unifiedodds.sdk.entities
An interface providing methods to access TvChannel implementations properties

U

UnmarshalledMessage - Interface in com.sportradar.unifiedodds.sdk.oddsentities
An interface implemented by all the feed schema message objects
UnparsableMessage<T extends SportEvent> - Interface in com.sportradar.unifiedodds.sdk.oddsentities
The event that gets released when an unparsable/bad message gets detected
UnsupportedMessageInterestCombination - Exception in com.sportradar.unifiedodds.sdk.exceptions
Exception thrown when an invalid MessageInterest session combination was used to init the SDK
UnsupportedMessageInterestCombination(String) - Constructor for exception com.sportradar.unifiedodds.sdk.exceptions.UnsupportedMessageInterestCombination
 
UnsupportedUrnFormatException - Exception in com.sportradar.unifiedodds.sdk.exceptions
The following exception gets thrown when a URN object fails to initialize
UnsupportedUrnFormatException(String) - Constructor for exception com.sportradar.unifiedodds.sdk.exceptions.UnsupportedUrnFormatException
 
UnsupportedUrnFormatException(String, Exception) - Constructor for exception com.sportradar.unifiedodds.sdk.exceptions.UnsupportedUrnFormatException
 
updateApiHost(String) - Method in class com.sportradar.unifiedodds.sdk.SDKInternalConfiguration
Updates the API host - this method can be used only while in replay mode, no other SDK modes support this
URN - Class in com.sportradar.utils
Represents a Uniform Resource Name
URN(String, String, long) - Constructor for class com.sportradar.utils.URN
Initializes a new instance of the URN class
useApiSsl(boolean) - Method in interface com.sportradar.unifiedodds.sdk.cfg.CustomConfigurationBuilder
Sets the value specifying whether SSL should be used to communicate with Sports API
useMessagingSsl(boolean) - Method in interface com.sportradar.unifiedodds.sdk.cfg.CustomConfigurationBuilder
Sets the value specifying whether SSL should be used to communicate with the messaging server

V

valueFromBasicStringDescription(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.HomeAway
 
valueFromBasicStringDescription(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.PitcherHand
 
valueFromMessageStatus(UFReportingStatus) - Static method in enum com.sportradar.unifiedodds.sdk.entities.ReportingStatus
Maps the value received trough a message to the ReportingStatus
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.cfg.Environment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.BonusDrumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.BookingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.CoveredFrom
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.DrawStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.DrawType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.EventStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.HomeAway
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.PeriodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.PitcherHand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.ReportingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.ResourceTypeGroup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.SportEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.StageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.TimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.ExceptionHandlingStrategy
Returns the enum constant of this type with the specified name.
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.CashOutStatus
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.OutcomeResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.ProducerDownReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.ProducerStatusReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.oddsentities.ProducerUpReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.ProducerScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sportradar.unifiedodds.sdk.replay.ReplayStatus
Returns the enum constant of this type with the specified name.
valueOfApiStatusId(int) - Static method in enum com.sportradar.unifiedodds.sdk.entities.EventStatus
 
valueOfApiStatusName(String) - Static method in enum com.sportradar.unifiedodds.sdk.entities.EventStatus
 
valueOfMessageStatus(UFEventStatusStatus) - Static method in enum com.sportradar.unifiedodds.sdk.entities.EventStatus
 
values() - Static method in enum com.sportradar.unifiedodds.sdk.cfg.Environment
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.entities.BonusDrumType
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.entities.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.entities.CoveredFrom
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.entities.DrawStatus
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.entities.DrawType
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.entities.EventStatus
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.entities.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.entities.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.entities.PitcherHand
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.entities.ReportingStatus
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.entities.ResourceTypeGroup
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.entities.SportEventType
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.entities.StageType
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.entities.TimeType
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.ExceptionHandlingStrategy
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.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.CashOutStatus
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.OutcomeResult
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.ProducerDownReason
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.ProducerStatusReason
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.ProducerUpReason
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.ProducerScope
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.ReplayStatus
Returns an array containing the constants of this enum type, in the order they are declared.
VariantMarketListCache - Static variable in class com.sportradar.utils.SdkHelper
 
VariantMarketSingleCache - Static variable in class com.sportradar.utils.SdkHelper
 
Venue - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing a sport event venue

W

WeatherInfo - Interface in com.sportradar.unifiedodds.sdk.entities
Defines methods implemented by classes representing weather conditions
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2016–2023. All rights reserved.