Class CallCentreChannel

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

public class CallCentreChannel extends Channel
Represents a Call Centre channel.
  • Constructor Details

    • CallCentreChannel

      public CallCentreChannel()
  • Method Details

    • newBuilder

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

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

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