Class SmsChannel
java.lang.Object
com.sportradar.mbs.sdk.entities.channel.Channel
com.sportradar.mbs.sdk.entities.channel.SmsChannel
Represents an SMS channel.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the device ID of the SMS channel.getLang()
Gets the language of the SMS channel.static SmsChannel.Builder
Creates a new instance of SmsChannel.Builder.void
setDeviceId
(String value) Sets the device ID of the SMS channel.void
Sets the language of the SMS channel.Methods inherited from class com.sportradar.mbs.sdk.entities.channel.Channel
newAgentChannelBuilder, newCallCentreChannelBuilder, newInternetChannelBuilder, newMobileAppChannelBuilder, newMobileChannelBuilder, newPhoneChannelBuilder, newRetailChannelBuilder, newSmsChannelBuilder, newTerminalChannelBuilder, newTvAppChannelBuilder
-
Constructor Details
-
SmsChannel
public SmsChannel()
-
-
Method Details
-
newBuilder
Creates a new instance of SmsChannel.Builder.- Returns:
- The SmsChannel.Builder instance.
-
getLang
Gets the language of the SMS channel.- Returns:
- The language of the SMS channel.
-
setLang
Sets the language of the SMS channel.- Parameters:
value
- The language to set.
-
getDeviceId
Gets the device ID of the SMS channel.- Returns:
- The device ID of the SMS channel.
-
setDeviceId
Sets the device ID of the SMS channel.- Parameters:
value
- The device ID to set.
-