Uses of Enum Class
com.sportradar.mbs.sdk.entities.common.OddsChange
Packages that use OddsChange
-
Uses of OddsChange in com.sportradar.mbs.sdk.entities.common
Methods in com.sportradar.mbs.sdk.entities.common that return OddsChangeModifier and TypeMethodDescriptionstatic OddsChange
BetContext.getOddsChange()
Gets the odds change of the bet context.static OddsChange
Returns the enum constant of this class with the specified name.static OddsChange[]
OddsChange.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sportradar.mbs.sdk.entities.common with parameters of type OddsChangeModifier and TypeMethodDescriptionBetContext.Builder.setOddsChange
(OddsChange value) Sets the odds change of the bet context.void
BetContext.setOddsChange
(OddsChange value) Sets the odds change of the bet context.