Class UfCustomBetSelection.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.selection.UfCustomBetSelection.Builder
- Enclosing class:
UfCustomBetSelection
Builder class for creating instances of UfCustomBetSelection.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and returns the UfCustomBetSelection instance.Sets the odds for the custom bet.setSelections
(UfSelection... value) Sets the selections for the custom bet.
-
Method Details
-
build
Builds and returns the UfCustomBetSelection instance.- Returns:
- The built UfCustomBetSelection instance.
-
setSelections
Sets the selections for the custom bet.- Parameters:
value
- An array of UfSelection objects representing the selections.- Returns:
- The Builder instance.
-
setOdds
Sets the odds for the custom bet.- Parameters:
value
- An Odds object representing the odds.- Returns:
- The Builder instance.
-