Class CasinoContext.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.common.CasinoContext.Builder
- Enclosing class:
 CasinoContext
Builder class for creating instances of the CasinoContext class.
- 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the CasinoContext instance.setChannel(Channel value) Sets the channel.setEndCustomer(EndCustomer value) Sets the end customer.setWalletId(String value) Sets the wallet ID. 
- 
Method Details
- 
build
Builds the CasinoContext instance.- Returns:
 - The built CasinoContext instance.
 
 - 
setWalletId
Sets the wallet ID.- Parameters:
 value- The wallet ID to set.- Returns:
 - The Builder instance.
 
 - 
setChannel
Sets the channel.- Parameters:
 value- The channel to set.- Returns:
 - The Builder instance.
 
 - 
setEndCustomer
Sets the end customer.- Parameters:
 value- The end customer to set.- Returns:
 - The Builder instance.
 
 
 -