Class Stake
java.lang.Object
com.sportradar.mbs.sdk.entities.stake.Stake
- Direct Known Subclasses:
 BonusStake,CashStake,FreeCashStake,FreeRolloverStake,FreeStake
The Stake class represents a stake in a betting system.
 It provides static methods to create different types of stakes.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic BonusStake.BuilderCreates a new instance of BonusStake.Builder.static CashStake.BuilderCreates a new instance of CashStake.Builder.static FreeCashStake.BuilderCreates a new instance of FreeCashStake.Builder.static FreeRolloverStake.BuilderCreates a new instance of FreeRolloverStake.Builder.static FreeStake.BuilderCreates a new instance of FreeStake.Builder. 
- 
Constructor Details
- 
Stake
public Stake() 
 - 
 - 
Method Details
- 
newFreeCashStakeBuilder
Creates a new instance of FreeCashStake.Builder.- Returns:
 - a new instance of FreeCashStake.Builder
 
 - 
newFreeRolloverStakeBuilder
Creates a new instance of FreeRolloverStake.Builder.- Returns:
 - a new instance of FreeRolloverStake.Builder
 
 - 
newBonusStakeBuilder
Creates a new instance of BonusStake.Builder.- Returns:
 - a new instance of BonusStake.Builder
 
 - 
newFreeStakeBuilder
Creates a new instance of FreeStake.Builder.- Returns:
 - a new instance of FreeStake.Builder
 
 - 
newCashStakeBuilder
Creates a new instance of CashStake.Builder.- Returns:
 - a new instance of CashStake.Builder
 
 
 -