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 OddsChangeBetContext.getOddsChange()Gets the odds change of the bet context.static OddsChangeReturns 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.voidBetContext.setOddsChange(OddsChange value) Sets the odds change of the bet context.