Class RetailChannel.Builder

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

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

    • build

      public RetailChannel build()
      Builds and returns the RetailChannel instance.
      Returns:
      The RetailChannel instance.
    • setShopId

      public RetailChannel.Builder setShopId(String value)
      Sets the shop ID.
      Parameters:
      value - The shop ID to set.
      Returns:
      The Builder instance.
    • setLang

      public RetailChannel.Builder setLang(String value)
      Sets the language.
      Parameters:
      value - The language to set.
      Returns:
      The Builder instance.
    • setDeviceId

      public RetailChannel.Builder setDeviceId(String value)
      Sets the device ID.
      Parameters:
      value - The device ID to set.
      Returns:
      The Builder instance.