Uses of Class
com.sportradar.mbs.sdk.entities.common.CasinoSession.Builder
Packages that use CasinoSession.Builder
-
Uses of CasinoSession.Builder in com.sportradar.mbs.sdk.entities.common
Methods in com.sportradar.mbs.sdk.entities.common that return CasinoSession.BuilderModifier and TypeMethodDescriptionstatic CasinoSession.Builder
CasinoSession.newBuilder()
Creates a new instance of the CasinoSession.Builder class.Sets the end time in UTC millis for the CasinoSession instance being built.CasinoSession.Builder.setGame
(CasinoGame value) Sets the casino game for the CasinoSession instance being built.Sets the ID for the CasinoSession instance being built.Sets the payout array for the CasinoSession instance being built.CasinoSession.Builder.setSpins
(CasinoSpin... value) Sets the casino spins array for the CasinoSession instance being built.Sets the stake array for the CasinoSession instance being built.CasinoSession.Builder.setStartUtc
(Long value) Sets the start time in UTC millis for the CasinoSession instance being built.