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