Uses of Interface
com.sportradar.unifiedodds.sdk.entities.SportEvent
Packages that use SportEvent
Package
Description
-
Uses of SportEvent in com.sportradar.unifiedodds.sdk
Methods in com.sportradar.unifiedodds.sdk with parameters of type SportEventModifier and TypeMethodDescriptionvoidEventChangeListener.onFixtureChange(Urn eventId, Date updated, SportEvent sportEvent) Method invoked for new fixture changevoidEventChangeListener.onResultChange(Urn eventId, Date updated, SportEvent sportEvent) Method invoked for new result change -
Uses of SportEvent in com.sportradar.unifiedodds.sdk.entities
Subinterfaces of SportEvent in com.sportradar.unifiedodds.sdk.entitiesModifier and TypeInterfaceDescriptioninterfaceDefines methods implemented by classes providing information about a tournamentinterfaceDefines methods implemented by classes representing sport events regardless to which sport they belonginterfaceDefines methods used to access draw informationinterfaceDefines methods implemented by classes providing data of a long term sport eventinterfaceDefines methods used to access lottery informationinterfaceDefines methods implemented by classes representing sport events of match typeinterfaceDefines methods implemented by classes providing data of a seasoninterfaceDefines methods implemented by classes representing sport events of stage typeinterfaceDefines methods implemented by classes providing information about a tournamentMethods in com.sportradar.unifiedodds.sdk.entities that return types with arguments of type SportEventModifier and TypeMethodDescriptionCategory.getTournaments()Returns an unmodifiableListof tournaments which belong to the category represented by the current instance (possible types:BasicTournament,Tournament,Stage) -
Uses of SportEvent in com.sportradar.unifiedodds.sdk.internal.impl
Methods in com.sportradar.unifiedodds.sdk.internal.impl with type parameters of type SportEventModifier and TypeMethodDescription<T extends SportEvent>
BetCancel<T>FeedMessageFactory.buildBetCancel(T sportEvent, com.sportradar.uf.datamodel.UfBetCancel message, byte[] rawMessage, MessageTimestamp timestamp) <T extends SportEvent>
BetSettlement<T>FeedMessageFactory.buildBetSettlement(T sportEvent, com.sportradar.uf.datamodel.UfBetSettlement message, byte[] rawMessage, MessageTimestamp timestamp) <T extends SportEvent>
BetStop<T>FeedMessageFactory.buildBetStop(T sportEvent, com.sportradar.uf.datamodel.UfBetStop message, byte[] rawMessage, MessageTimestamp timestamp) <T extends SportEvent>
CashOutProbabilities<T>FeedMessageFactory.buildCashOutProbabilities(T sportEvent, com.sportradar.uf.datamodel.UfCashout cashoutData, MessageTimestamp timestamp) <T extends SportEvent>
FixtureChange<T>FeedMessageFactory.buildFixtureChange(T sportEvent, com.sportradar.uf.datamodel.UfFixtureChange message, byte[] rawMessage, MessageTimestamp timestamp) <T extends SportEvent>
OddsChange<T>FeedMessageFactory.buildOddsChange(T sportEvent, com.sportradar.uf.datamodel.UfOddsChange message, byte[] rawMessage, MessageTimestamp timestamp) <T extends SportEvent>
RollbackBetCancel<T>FeedMessageFactory.buildRollbackBetCancel(T sportEvent, com.sportradar.uf.datamodel.UfRollbackBetCancel message, byte[] rawMessage, MessageTimestamp timestamp) <T extends SportEvent>
RollbackBetSettlement<T>FeedMessageFactory.buildRollbackBetSettlement(T sportEvent, com.sportradar.uf.datamodel.UfRollbackBetSettlement message, byte[] rawMessage, MessageTimestamp timestamp) <T extends SportEvent>
UnparsableMessage<T>FeedMessageFactory.buildUnparsableMessage(T sportEvent, Integer producerId, byte[] rawMessage, MessageTimestamp timestamp) <T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManagerImpl.getCashOutProbabilities(Urn eventId) Returns aCashOutProbabilitiesinstance providing the CashOut probabilities for the specified event (the provided data is translated in the default language)<T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManagerImpl.getCashOutProbabilities(Urn eventId, int marketId, Map<String, String> specifiers) Returns aCashOutProbabilitiesinstance providing the CashOut probabilities for the specified market on the associated event (the provided data is translated in the default language)<T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManagerImpl.getCashOutProbabilities(Urn eventId, int marketId, Map<String, String> specifiers, Locale locale) Returns aCashOutProbabilitiesinstance providing the CashOut probabilities for the specified market on the associated event<T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManagerImpl.getCashOutProbabilities(Urn eventId, Locale locale) Returns aCashOutProbabilitiesinstance providing the CashOut probabilities for the specified eventMethods in com.sportradar.unifiedodds.sdk.internal.impl that return SportEventModifier and TypeMethodDescriptionSportEntityFactory.buildSportEvent(Urn id, Urn sportId, List<Locale> locales, boolean buildBasicEventImpl) Builds theSportEventderived class based on the provided dataSportEntityFactory.buildSportEvent(Urn id, List<Locale> locales, boolean buildBasicEventImpl) Builds theCompetitionderived class based on the provided dataSportEntityFactoryImpl.buildSportEvent(Urn id, Urn sportId, List<Locale> locales, boolean buildBasicEventImpl) Builds theSportEventderived class based on the provided dataSportEntityFactoryImpl.buildSportEvent(Urn id, List<Locale> locales, boolean buildBasicEventImpl) Builds theCompetitionderived class based on the provided dataSportDataProviderImpl.getSportEvent(Urn id) Returns the specified sport event (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProviderImpl.getSportEvent(Urn id, Locale locale) Returns the specified sport event (the returned data is translated in the specifiedLocale)SportDataProviderImpl.getSportEventForEventChange(Urn id) Methods in com.sportradar.unifiedodds.sdk.internal.impl that return types with arguments of type SportEventModifier and TypeMethodDescriptionSportDataProviderImpl.getActiveTournaments()Returns all the active tournaments (the returned data is translated in the default locale configured with theUofConfigurationImpl) (possible types:BasicTournament,Tournament,Stage)SportDataProviderImpl.getActiveTournaments(String sportName) Returns all the active tournaments of a specific sport (the returned data is translated in the default locale configured with theUofConfigurationImpl) (possible types:BasicTournament,Tournament,Stage)SportDataProviderImpl.getActiveTournaments(String sportName, Locale locale) Returns all the active tournaments of a specific sport (the returned data is translated in the specifiedLocale) (possible types:BasicTournament,Tournament,Stage)SportDataProviderImpl.getActiveTournaments(Locale locale) Returns all the active tournaments (the returned data is translated in the specifiedLocale) (possible types:BasicTournament,Tournament,Stage)SportDataProviderImpl.getAvailableTournaments(Urn sportId) Returns all the available tournaments of a specific sport (the returned data is translated in the default locale configured with theUofConfigurationImpl) (possible types:BasicTournament,Tournament,Stage)SportDataProviderImpl.getAvailableTournaments(Urn sportId, Locale locale) Returns all the available tournaments for a specific sport (the returned data is translated in the specifiedLocale) (possible types:BasicTournament,Tournament,Stage)ReplayManager.getReplayList()Methods in com.sportradar.unifiedodds.sdk.internal.impl with parameters of type SportEventModifier and TypeMethodDescriptionbooleanReplayManager.addSportEventToReplay(SportEvent event) booleanReplayManager.addSportEventToReplay(SportEvent event, Integer startTime) -
Uses of SportEvent in com.sportradar.unifiedodds.sdk.internal.impl.entities
Classes in com.sportradar.unifiedodds.sdk.internal.impl.entities that implement SportEventModifier and TypeClassDescriptionclassRepresents a sport tournamentclassThe basic implementation of a lotteryclassThe basic implementation of a lotteryclassRepresents a sport event with home and away competitorclassProvides methods used to access data of long term events of type seasonclassThe generic sport event entity, built if the event type could not beclassRepresents a race type of sport event (more than two competitors)classRepresents a sport tournamentMethods in com.sportradar.unifiedodds.sdk.internal.impl.entities that return types with arguments of type SportEventModifier and TypeMethodDescriptionCategoryImpl.getTournaments()Returns an unmodifiableListof tournaments which belong to the category represented by the current instance (possible types:BasicTournament,Tournament,Stage)Constructor parameters in com.sportradar.unifiedodds.sdk.internal.impl.entities with type arguments of type SportEventModifierConstructorDescriptionCategoryImpl(Urn id, Map<Locale, String> names, List<SportEvent> tournaments, String countryCode) Initializes a new instance of theCategoryImpl -
Uses of SportEvent in com.sportradar.unifiedodds.sdk.internal.impl.markets
Methods in com.sportradar.unifiedodds.sdk.internal.impl.markets with parameters of type SportEventModifier and TypeMethodDescriptionNameExpressionFactory.buildExpression(SportEvent sportEvent, Map<String, String> specifiers, String operator, String operand) NameExpressionFactoryImpl.buildExpression(SportEvent sportEvent, Map<String, String> specifiers, String operator, String operand) NameProviderFactory.buildNameProvider(SportEvent sportEvent, int marketId, Map<String, String> specifiers, int producerId) NameProviderFactoryImpl.buildNameProvider(SportEvent sportEvent, int marketId, Map<String, String> specifiers, int producerId) -
Uses of SportEvent in com.sportradar.unifiedodds.sdk.internal.impl.oddsentities
Classes in com.sportradar.unifiedodds.sdk.internal.impl.oddsentities with type parameters of type SportEventModifier and TypeClassDescriptionclassCashOutProbabilitiesImpl<T extends SportEvent>Implements methods used to access event CashOut probabilitiesMethods in com.sportradar.unifiedodds.sdk.internal.impl.oddsentities with type parameters of type SportEventModifier and TypeMethodDescription<T extends SportEvent>
BetCancel<T>FeedMessageFactoryImpl.buildBetCancel(T sportEvent, com.sportradar.uf.datamodel.UfBetCancel message, byte[] rawMessage, MessageTimestamp timestamp) <T extends SportEvent>
BetSettlement<T>FeedMessageFactoryImpl.buildBetSettlement(T sportEvent, com.sportradar.uf.datamodel.UfBetSettlement message, byte[] rawMessage, MessageTimestamp timestamp) <T extends SportEvent>
BetStop<T>FeedMessageFactoryImpl.buildBetStop(T sportEvent, com.sportradar.uf.datamodel.UfBetStop message, byte[] rawMessage, MessageTimestamp timestamp) <T extends SportEvent>
CashOutProbabilities<T>FeedMessageFactoryImpl.buildCashOutProbabilities(T sportEvent, com.sportradar.uf.datamodel.UfCashout cashoutData, MessageTimestamp timestamp) <T extends SportEvent>
FixtureChange<T>FeedMessageFactoryImpl.buildFixtureChange(T sportEvent, com.sportradar.uf.datamodel.UfFixtureChange message, byte[] rawMessage, MessageTimestamp timestamp) <T extends SportEvent>
OddsChange<T>FeedMessageFactoryImpl.buildOddsChange(T sportEvent, com.sportradar.uf.datamodel.UfOddsChange message, byte[] rawMessage, MessageTimestamp timestamp) <T extends SportEvent>
RollbackBetCancel<T>FeedMessageFactoryImpl.buildRollbackBetCancel(T sportEvent, com.sportradar.uf.datamodel.UfRollbackBetCancel message, byte[] rawMessage, MessageTimestamp timestamp) <T extends SportEvent>
RollbackBetSettlement<T>FeedMessageFactoryImpl.buildRollbackBetSettlement(T sportEvent, com.sportradar.uf.datamodel.UfRollbackBetSettlement message, byte[] rawMessage, MessageTimestamp timestamp) <T extends SportEvent>
UnparsableMessage<T>FeedMessageFactoryImpl.buildUnparsableMessage(T sportEvent, Integer producerId, byte[] rawMessage, MessageTimestamp timestamp) -
Uses of SportEvent in com.sportradar.unifiedodds.sdk.internal.impl.oddsentities.markets
Methods in com.sportradar.unifiedodds.sdk.internal.impl.oddsentities.markets with parameters of type SportEventModifier and TypeMethodDescriptionMarketFactory.buildMarket(SportEvent sportEvent, com.sportradar.uf.datamodel.UfMarket m, int producerId) MarketFactoryImpl.buildMarket(SportEvent sportEvent, com.sportradar.uf.datamodel.UfMarket market, int producerId) MarketFactory.buildMarketCancel(SportEvent sportEvent, com.sportradar.uf.datamodel.UfMarket market, int producerId) MarketFactoryImpl.buildMarketCancel(SportEvent sportEvent, com.sportradar.uf.datamodel.UfMarket market, int producerId) MarketFactory.buildMarketWithOdds(SportEvent sportEvent, com.sportradar.uf.datamodel.UfOddsChangeMarket market, int producerId) MarketFactoryImpl.buildMarketWithOdds(SportEvent sportEvent, com.sportradar.uf.datamodel.UfOddsChangeMarket market, int producerId) MarketFactory.buildMarketWithProbabilities(SportEvent sportEvent, com.sportradar.uf.datamodel.UfOddsChangeMarket market, int producerId) MarketFactoryImpl.buildMarketWithProbabilities(SportEvent sportEvent, com.sportradar.uf.datamodel.UfOddsChangeMarket market, int producerId) MarketFactory.buildMarketWithRollbackSettlement(SportEvent sportEvent, com.sportradar.uf.datamodel.UfMarket market, int producerId) MarketFactoryImpl.buildMarketWithRollbackSettlement(SportEvent sportEvent, com.sportradar.uf.datamodel.UfMarket market, int producerId) MarketFactory.buildMarketWithSettlement(SportEvent sportEvent, com.sportradar.uf.datamodel.UfBetSettlementMarket market, int producerId) MarketFactoryImpl.buildMarketWithSettlement(SportEvent sportEvent, com.sportradar.uf.datamodel.UfBetSettlementMarket market, int producerId) -
Uses of SportEvent in com.sportradar.unifiedodds.sdk.managers
Methods in com.sportradar.unifiedodds.sdk.managers with type parameters of type SportEventModifier and TypeMethodDescription<T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManager.getCashOutProbabilities(Urn eventId) Returns aCashOutProbabilitiesinstance providing the cashout probabilities for the specified event (the provided data is translated in the default language)<T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManager.getCashOutProbabilities(Urn eventId, int marketId, Map<String, String> specifiers) Returns aCashOutProbabilitiesinstance providing the cashout probabilities for the specified market on the associated event (the provided data is translated in the default language)<T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManager.getCashOutProbabilities(Urn eventId, int marketId, Map<String, String> specifiers, Locale locale) Returns aCashOutProbabilitiesinstance providing the cashout probabilities for the specified market on the associated event<T extends SportEvent>
CashOutProbabilities<T>CashOutProbabilitiesManager.getCashOutProbabilities(Urn eventId, Locale locale) Returns aCashOutProbabilitiesinstance providing the cashout probabilities for the specified eventMethods in com.sportradar.unifiedodds.sdk.managers that return SportEventModifier and TypeMethodDescriptionSportDataProvider.getSportEvent(Urn id) Returns the specified sport event (the returned data is translated in the configuredLocales using theUofConfigurationImpl)SportDataProvider.getSportEvent(Urn id, Locale locale) Returns the specified sport event (the returned data is translated in the specifiedLocale)Methods in com.sportradar.unifiedodds.sdk.managers that return types with arguments of type SportEventModifier and TypeMethodDescriptionSportDataProvider.getActiveTournaments()Returns all the active tournaments (the returned data is translated in the default locale configured with theUofConfigurationImpl) (possible types:BasicTournament,Tournament,Stage)SportDataProvider.getActiveTournaments(String sportName) Returns all the active tournaments of a specific sport (the returned data is translated in the default locale configured with theUofConfigurationImpl) (possible types:BasicTournament,Tournament,Stage)SportDataProvider.getActiveTournaments(String sportName, Locale locale) Returns all the active tournaments of a specific sport (the returned data is translated in the specifiedLocale) (possible types:BasicTournament,Tournament,Stage)SportDataProvider.getActiveTournaments(Locale locale) Returns all the active tournaments (the returned data is translated in the specifiedLocale) (possible types:BasicTournament,Tournament,Stage)ReplayScenario.getAssociatedEvents(Locale locale) Returns aListofSportEvents that are a part of the scenarioSportDataProvider.getAvailableTournaments(Urn sportId) Returns all the available tournaments for a specific sport (the returned data is translated in the default locale configured with theUofConfigurationImpl) (possible types:BasicTournament,Tournament,Stage)SportDataProvider.getAvailableTournaments(Urn sportId, Locale locale) Returns all the available tournaments for a specific sport (the returned data is translated in the specifiedLocale) (possible types:BasicTournament,Tournament,Stage) -
Uses of SportEvent in com.sportradar.unifiedodds.sdk.oddsentities
Classes in com.sportradar.unifiedodds.sdk.oddsentities with type parameters of type SportEventModifier and TypeInterfaceDescriptioninterfaceBetCancel<T extends SportEvent>Sent to describe that all bets on the particular market (line) for the particular competition should be cancelled and refunded in full.interfaceBetSettlement<T extends SportEvent>Received when one or more markets for a particular competition have an outcome and results should be clearedinterfaceBetStop<T extends SportEvent>Is sent to signal that a set of markets (often all) should be moved to a suspended state (odds updated, but bets not accepted).interfaceCashOutProbabilities<T extends SportEvent>Defines methods implemented by cash-out probability messagesinterfaceEventMessage<T extends SportEvent>Represents aMessageassociated with a sport eventinterfaceFixtureChange<T extends SportEvent>Fixture change is sent when some SportRadar system has made a fixture change it deems is important.interfaceMarketMessage<T extends SportEvent>The basic message that contains data regarding market changesinterfaceOddsChange<T extends SportEvent>Describes a set of odds changes for a particular competitioninterfaceRollbackBetCancel<T extends SportEvent>This message is sent to rollback/undo a previously sent out BetCancel message if possible.interfaceRollbackBetSettlement<T extends SportEvent>Rollback is sent when a previously sent bet_settlement was sent in error and needs to be rollbackedinterfaceUnparsableMessage<T extends SportEvent>The event that gets released when an unparsable/bad message gets detected