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
-
Method Summary
Modifier and TypeMethodDescriptionstatic BonusStake.Builder
Creates a new instance of BonusStake.Builder.static CashStake.Builder
Creates a new instance of CashStake.Builder.static FreeCashStake.Builder
Creates a new instance of FreeCashStake.Builder.static FreeRolloverStake.Builder
Creates a new instance of FreeRolloverStake.Builder.static FreeStake.Builder
Creates 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
-