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
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating instances of AccumulatorSelection. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the selections in the accumulator.static AccumulatorSelection.BuilderCreates a new instance of the AccumulatorSelection.Builder class.voidsetSelections(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.
 
 -