Class MobileChannel.Builder

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

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

    • build

      public MobileChannel build()
      Builds and returns the MobileChannel instance.
      Returns:
      The built MobileChannel instance.
    • setIp

      public MobileChannel.Builder setIp(String value)
      Sets the IP address for the mobile channel being built.
      Parameters:
      value - The IP address to set.
      Returns:
      The Builder instance.
    • setLang

      public MobileChannel.Builder setLang(String value)
      Sets the language for the mobile channel being built.
      Parameters:
      value - The language to set.
      Returns:
      The Builder instance.
    • setDeviceId

      public MobileChannel.Builder setDeviceId(String value)
      Sets the device ID for the mobile channel being built.
      Parameters:
      value - The device ID to set.
      Returns:
      The Builder instance.