Class MobileAppChannel.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.channel.MobileAppChannel.Builder
- Enclosing class:
MobileAppChannel
Builder class for MobileAppChannel.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the MobileAppChannel instance.setDeviceId
(String value) Sets the device ID of the mobile app channel.Sets the IP address of the mobile app channel.Sets the language of the mobile app channel.
-
Method Details
-
build
Builds the MobileAppChannel instance.- Returns:
- The built MobileAppChannel instance.
-
setIp
Sets the IP address of the mobile app channel.- Parameters:
value
- The IP address to set.- Returns:
- The builder instance.
-
setLang
Sets the language of the mobile app channel.- Parameters:
value
- The language to set.- Returns:
- The builder instance.
-
setDeviceId
Sets the device ID of the mobile app channel.- Parameters:
value
- The device ID to set.- Returns:
- The builder instance.
-