Class TerminalChannel.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.channel.TerminalChannel.Builder
- Enclosing class:
TerminalChannel
Builder class for TerminalChannel.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the TerminalChannel instance.Sets the language.Sets the shop ID.setTerminalId
(String value) Sets the terminal ID.
-
Method Details
-
build
Builds the TerminalChannel instance.- Returns:
- The built TerminalChannel instance.
-
setTerminalId
Sets the terminal ID.- Parameters:
value
- The terminal ID to set.- Returns:
- The TerminalChannel.Builder instance.
-
setShopId
Sets the shop ID.- Parameters:
value
- The shop ID to set.- Returns:
- The TerminalChannel.Builder instance.
-
setLang
Sets the language.- Parameters:
value
- The language to set.- Returns:
- The TerminalChannel.Builder instance.
-