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