Class TerminalChannel.Builder

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

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

    • build

      public TerminalChannel build()
      Builds the TerminalChannel instance.
      Returns:
      The built TerminalChannel instance.
    • setTerminalId

      public TerminalChannel.Builder setTerminalId(String value)
      Sets the terminal ID.
      Parameters:
      value - The terminal ID to set.
      Returns:
      The TerminalChannel.Builder instance.
    • setShopId

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

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