Class SmsChannel.Builder

java.lang.Object
com.sportradar.mbs.sdk.entities.channel.SmsChannel.Builder
Enclosing class:
SmsChannel

public static class SmsChannel.Builder extends Object
Builder class for SmsChannel.
  • Method Details

    • build

      public SmsChannel build()
      Builds the SmsChannel instance.
      Returns:
      The built SmsChannel instance.
    • setLang

      public SmsChannel.Builder setLang(String value)
      Sets the language of the SMS channel.
      Parameters:
      value - The language to set.
      Returns:
      The SmsChannel.Builder instance.
    • setDeviceId

      public SmsChannel.Builder setDeviceId(String value)
      Sets the device ID of the SMS channel.
      Parameters:
      value - The device ID to set.
      Returns:
      The SmsChannel.Builder instance.