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
Modifier and TypeClassDescriptionstatic class
A builder class for creating instances of the WaysSelection class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the selections within the ways selection.static WaysSelection.Builder
Creates a new instance of the WaysSelection.Builder class.void
setSelections
(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.
-