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.voidSelectionDetail.setSelection(Selection value) Sets the selection.Bet.Builder.setSelections(Selection... value) Sets the selections of the bet.voidBet.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 TypeClassDescriptionclassRepresents an accumulator selection.classRepresents an external selection.classRepresents an odds boost selection.classRepresents a system selection, which is a type of selection that contains an array of selections and an array of sizes.classRepresents a custom bet selection for the UF (Unified Feed) platform.classRepresents a selection for a UF event.classRepresents 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.voidOddsBoostSelection.setSelection(Selection value) Sets the selection.AccumulatorSelection.Builder.setSelections(Selection... value) Sets the selections in the accumulator.voidAccumulatorSelection.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.voidSystemSelection.setSelections(Selection[] value) Sets the array of selections for this system selection.WaysSelection.Builder.setSelections(Selection... value) Sets the selections within the ways selection.voidWaysSelection.setSelections(Selection[] value) Sets the selections within the ways selection.