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