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