Class FreeCasinoSpin.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.casinospin.FreeCasinoSpin.Builder
- Enclosing class:
FreeCasinoSpin
Builder class for creating instances of FreeCasinoSpin.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and returns the FreeCasinoSpin instance.setCount
(int value) Sets the count of free spins.setWinningCount
(Integer value) Sets the count of winning free spins.
-
Method Details
-
build
Builds and returns the FreeCasinoSpin instance.- Returns:
- The FreeCasinoSpin instance.
-
setCount
Sets the count of free spins.- Parameters:
value
- The count of free spins.- Returns:
- The Builder instance.
-
setWinningCount
Sets the count of winning free spins.- Parameters:
value
- The count of winning free spins.- Returns:
- The Builder instance.
-