Class SystemSelection.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.selection.SystemSelection.Builder
- Enclosing class:
SystemSelection
Represents a builder for creating instances of the SystemSelection class.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and returns the SystemSelection instance.setSelections
(Selection... value) Sets the array of selections for the system selection being built.setSize
(int... value) Sets the array of sizes for the system selection being built.
-
Method Details
-
build
Builds and returns the SystemSelection instance.- Returns:
- The SystemSelection instance.
-
setSelections
Sets the array of selections for the system selection being built.- Parameters:
value
- The array of selections.- Returns:
- The builder instance.
-
setSize
Sets the array of sizes for the system selection being built.- Parameters:
value
- The array of sizes.- Returns:
- The builder instance.
-