Class CallCentreChannel.Builder

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

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

    • build

      public CallCentreChannel build()
      Builds and returns the CallCentreChannel instance.
      Returns:
      The built CallCentreChannel instance.
    • setLang

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