Uses of Class
com.sportradar.mbs.sdk.entities.selection.Selection
Packages that use Selection
Package
Description
-
Uses of Selection in com.sportradar.mbs.sdk.entities.common
Methods in com.sportradar.mbs.sdk.entities.common that return SelectionModifier and TypeMethodDescriptionSelectionDetail.getSelection()
Gets the selection.Bet.getSelections()
Gets the selections of the bet.Methods in com.sportradar.mbs.sdk.entities.common with parameters of type SelectionModifier 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
Subclasses of Selection in com.sportradar.mbs.sdk.entities.selectionModifier 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.Methods in com.sportradar.mbs.sdk.entities.selection that return SelectionModifier 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.Methods in com.sportradar.mbs.sdk.entities.selection with parameters of type SelectionModifier 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.