Class WaysSelection

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

public class WaysSelection extends Selection
Represents a selection with multiple ways.
  • Constructor Details

    • WaysSelection

      public WaysSelection()
  • Method Details

    • newBuilder

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

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

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