Class ReofferSuggestion.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.suggestion.ReofferSuggestion.Builder
- Enclosing class:
ReofferSuggestion
Builder class for creating instances of ReofferSuggestion.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and returns the ReofferSuggestion instance.Sets the mode of the reoffer suggestion.Sets the stake of the reoffer suggestion.
-
Method Details
-
build
Builds and returns the ReofferSuggestion instance.- Returns:
- The ReofferSuggestion instance.
-
setMode
Sets the mode of the reoffer suggestion.- Parameters:
value
- The mode of the reoffer suggestion.- Returns:
- The Builder instance.
-
setStake
Sets the stake of the reoffer suggestion.- Parameters:
value
- The stake of the reoffer suggestion.- Returns:
- The Builder instance.
-