Uses of Class
com.sportradar.mbs.sdk.entities.selection.Selection
Package
Description
-
Uses of Selection in com.sportradar.mbs.sdk.entities.common
Modifier and TypeMethodDescriptionSelectionDetail.getSelection()
Gets the selection.Bet.getSelections()
Gets the selections of the bet.Modifier and TypeMethodDescriptionSelectionDetail.Builder.setSelection
(Selection value) Sets the selection.void
SelectionDetail.setSelection
(Selection value) Sets the selection.Bet.Builder.setSelections
(Selection... value) Sets the selections of the bet.void
Bet.setSelections
(Selection[] value) Sets the selections of the bet. -
Uses of Selection in com.sportradar.mbs.sdk.entities.selection
Modifier and TypeClassDescriptionclass
Represents an accumulator selection.class
Represents an external selection.class
Represents an odds boost selection.class
Represents a system selection, which is a type of selection that contains an array of selections and an array of sizes.class
Represents a custom bet selection for the UF (Unified Feed) platform.class
Represents a selection for a UF event.class
Represents a selection with multiple ways.Modifier and TypeMethodDescriptionOddsBoostSelection.getSelection()
Gets the selection.AccumulatorSelection.getSelections()
Gets the selections in the accumulator.SystemSelection.getSelections()
Gets the array of selections contained in this system selection.WaysSelection.getSelections()
Gets the selections within the ways selection.Modifier and TypeMethodDescriptionOddsBoostSelection.Builder.setSelection
(Selection value) Sets the selection.void
OddsBoostSelection.setSelection
(Selection value) Sets the selection.AccumulatorSelection.Builder.setSelections
(Selection... value) Sets the selections in the accumulator.void
AccumulatorSelection.setSelections
(Selection[] value) Sets the selections in the accumulator.SystemSelection.Builder.setSelections
(Selection... value) Sets the array of selections for the system selection being built.void
SystemSelection.setSelections
(Selection[] value) Sets the array of selections for this system selection.WaysSelection.Builder.setSelections
(Selection... value) Sets the selections within the ways selection.void
WaysSelection.setSelections
(Selection[] value) Sets the selections within the ways selection.