Class OddsBoostSelection.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.selection.OddsBoostSelection.Builder
- Enclosing class:
OddsBoostSelection
Represents a builder for the OddsBoostSelection class.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the OddsBoostSelection instance.Sets the odds.setSelection
(Selection value) Sets the selection.
-
Method Details
-
build
Builds the OddsBoostSelection instance.- Returns:
- The built OddsBoostSelection instance.
-
setSelection
Sets the selection.- Parameters:
value
- The selection to set.- Returns:
- The builder instance.
-
setOdds
Sets the odds.- Parameters:
value
- The odds to set.- Returns:
- The builder instance.
-