Class SystemSelection.Builder

java.lang.Object
com.sportradar.mbs.sdk.entities.selection.SystemSelection.Builder
Enclosing class:
SystemSelection

public static class SystemSelection.Builder extends Object
Represents a builder for creating instances of the SystemSelection class.
  • Method Details

    • build

      public SystemSelection build()
      Builds and returns the SystemSelection instance.
      Returns:
      The SystemSelection instance.
    • setSelections

      public SystemSelection.Builder setSelections(Selection... value)
      Sets the array of selections for the system selection being built.
      Parameters:
      value - The array of selections.
      Returns:
      The builder instance.
    • setSize

      public SystemSelection.Builder setSize(int... value)
      Sets the array of sizes for the system selection being built.
      Parameters:
      value - The array of sizes.
      Returns:
      The builder instance.