Class PhoneChannel

java.lang.Object
com.sportradar.mbs.sdk.entities.channel.Channel
com.sportradar.mbs.sdk.entities.channel.PhoneChannel

public class PhoneChannel extends Channel
Represents a phone channel in the system.
  • Constructor Details

    • PhoneChannel

      public PhoneChannel()
  • Method Details

    • newBuilder

      public static PhoneChannel.Builder newBuilder()
      Creates a new instance of the PhoneChannel.Builder class.
      Returns:
      A new instance of the PhoneChannel.Builder class.
    • getLang

      public String getLang()
      Gets the language of the phone channel.
      Returns:
      The language of the phone channel.
    • setLang

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