Class AccumulatorSelection.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.selection.AccumulatorSelection.Builder
- Enclosing class:
 AccumulatorSelection
Builder class for creating instances of AccumulatorSelection.
- 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the AccumulatorSelection instance.setSelections(Selection... value) Sets the selections in the accumulator. 
- 
Method Details
- 
build
Builds the AccumulatorSelection instance.- Returns:
 - The built AccumulatorSelection instance.
 
 - 
setSelections
Sets the selections in the accumulator.- Parameters:
 value- An array of Selection objects representing the selections in the accumulator.- Returns:
 - The Builder instance.
 
 
 -