Uses of Class
com.sportradar.mbs.sdk.entities.stake.Stake
Packages that use Stake
Package
Description
-
Uses of Stake in com.sportradar.mbs.sdk.entities.common
Methods in com.sportradar.mbs.sdk.entities.common that return StakeModifier and TypeMethodDescriptionStake[]
Bet.getStake()
Gets the stake of the bet.Stake[]
CasinoSession.getStake()
Gets the stake array.Methods in com.sportradar.mbs.sdk.entities.common with parameters of type StakeModifier and TypeMethodDescriptionSets the stake of the bet.void
Sets the stake of the bet.Sets the stake array for the CasinoSession instance being built.void
Sets the stake array. -
Uses of Stake in com.sportradar.mbs.sdk.entities.stake
Subclasses of Stake in com.sportradar.mbs.sdk.entities.stakeModifier and TypeClassDescriptionclass
Represents a bonus stake in the system.class
Represents a cash stake in the system.class
Represents a stake made with free cash.class
Represents a free rollover stake.class
Represents a free stake in the system. -
Uses of Stake in com.sportradar.mbs.sdk.entities.suggestion
Methods in com.sportradar.mbs.sdk.entities.suggestion that return StakeModifier and TypeMethodDescriptionStake[]
AltStakeSuggestion.getStake()
Gets the stake array.Stake[]
ReofferSuggestion.getStake()
Gets the stake of the reoffer suggestion.Methods in com.sportradar.mbs.sdk.entities.suggestion with parameters of type StakeModifier and TypeMethodDescriptionSets the stake array for the AltStakeSuggestion instance.void
Sets the stake array.Sets the stake of the reoffer suggestion.void
Sets the stake of the reoffer suggestion.