Uses of Enum Class
com.sportradar.mbs.sdk.entities.common.OddsChange
-
Uses of OddsChange in com.sportradar.mbs.sdk.entities.common
Modifier 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.Modifier 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.