Class PhoneChannel.Builder

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

public static class PhoneChannel.Builder extends Object
Builder class for creating instances of the PhoneChannel class.
  • Method Details

    • build

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

      public PhoneChannel.Builder setLang(String value)
      Sets the language of the phone channel.
      Parameters:
      value - The language to set for the phone channel.
      Returns:
      The Builder instance.