Class MobileAppChannel.Builder

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

public static class MobileAppChannel.Builder extends Object
Builder class for MobileAppChannel.
  • Method Details

    • build

      public MobileAppChannel build()
      Builds the MobileAppChannel instance.
      Returns:
      The built MobileAppChannel instance.
    • setIp

      public MobileAppChannel.Builder setIp(String value)
      Sets the IP address of the mobile app channel.
      Parameters:
      value - The IP address to set.
      Returns:
      The builder instance.
    • setLang

      public MobileAppChannel.Builder setLang(String value)
      Sets the language of the mobile app channel.
      Parameters:
      value - The language to set.
      Returns:
      The builder instance.
    • setDeviceId

      public MobileAppChannel.Builder setDeviceId(String value)
      Sets the device ID of the mobile app channel.
      Parameters:
      value - The device ID to set.
      Returns:
      The builder instance.