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