Class CasinoGame.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.common.CasinoGame.Builder
- Enclosing class:
CasinoGame
A builder for a casino game.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Set the ID of the casino game.setProvider
(String value) Set the provider of the casino game.
-
Method Details
-
build
-
setProvider
Set the provider of the casino game.- Parameters:
value
- the provider to set- Returns:
- the builder instance
-
setId
Set the ID of the casino game.- Parameters:
value
- the ID to set- Returns:
- the builder instance
-