Class CallCentreChannel.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.channel.CallCentreChannel.Builder
- Enclosing class:
CallCentreChannel
Builder class for creating instances of the CallCentreChannel class.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and returns the CallCentreChannel instance.Sets the language of the Call Centre channel.
-
Method Details
-
build
Builds and returns the CallCentreChannel instance.- Returns:
- The built CallCentreChannel instance.
-
setLang
Sets the language of the Call Centre channel.- Parameters:
value
- The language to set for the Call Centre channel.- Returns:
- The Builder instance.
-