Class AccumulatorSelection

java.lang.Object
com.sportradar.mbs.sdk.entities.selection.Selection
com.sportradar.mbs.sdk.entities.selection.AccumulatorSelection

public class AccumulatorSelection extends Selection
Represents an accumulator selection.
  • Constructor Details

    • AccumulatorSelection

      public AccumulatorSelection()
  • Method Details

    • newBuilder

      public static AccumulatorSelection.Builder newBuilder()
      Creates a new instance of the AccumulatorSelection.Builder class.
      Returns:
      A new instance of the AccumulatorSelection.Builder class.
    • getSelections

      public Selection[] getSelections()
      Gets the selections in the accumulator.
      Returns:
      An array of Selection objects representing the selections in the accumulator.
    • setSelections

      public void setSelections(Selection[] value)
      Sets the selections in the accumulator.
      Parameters:
      value - An array of Selection objects representing the selections in the accumulator.