Class WaysSelection
java.lang.Object
com.sportradar.mbs.sdk.entities.selection.Selection
com.sportradar.mbs.sdk.entities.selection.WaysSelection
Represents a selection with multiple ways.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder class for creating instances of the WaysSelection class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the selections within the ways selection.static WaysSelection.BuilderCreates a new instance of the WaysSelection.Builder class.voidsetSelections(Selection[] value) Sets the selections within the ways selection.Methods inherited from class com.sportradar.mbs.sdk.entities.selection.Selection
newAccumulatorSelectionBuilder, newExtSelectionBuilder, newOddsBoostSelectionBuilder, newSystemSelectionBuilder, newUfCustomBetSelectionBuilder, newUfSelectionBuilder, newWaysSelectionBuilder
-
Constructor Details
-
WaysSelection
public WaysSelection()
-
-
Method Details
-
newBuilder
Creates a new instance of the WaysSelection.Builder class.- Returns:
- A new instance of the WaysSelection.Builder class.
-
getSelections
Gets the selections within the ways selection.- Returns:
- An array of Selection objects representing the selections within the ways selection.
-
setSelections
Sets the selections within the ways selection.- Parameters:
value- An array of Selection objects representing the selections within the ways selection.
-