Class PhoneChannel
java.lang.Object
com.sportradar.mbs.sdk.entities.channel.Channel
com.sportradar.mbs.sdk.entities.channel.PhoneChannel
Represents a phone channel in the system.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of the PhoneChannel class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLang()
Gets the language of the phone channel.static PhoneChannel.Builder
Creates a new instance of the PhoneChannel.Builder class.void
Sets the language of the phone channel.Methods inherited from class com.sportradar.mbs.sdk.entities.channel.Channel
newAgentChannelBuilder, newCallCentreChannelBuilder, newInternetChannelBuilder, newMobileAppChannelBuilder, newMobileChannelBuilder, newPhoneChannelBuilder, newRetailChannelBuilder, newSmsChannelBuilder, newTerminalChannelBuilder, newTvAppChannelBuilder
-
Constructor Details
-
PhoneChannel
public PhoneChannel()
-
-
Method Details
-
newBuilder
Creates a new instance of the PhoneChannel.Builder class.- Returns:
- A new instance of the PhoneChannel.Builder class.
-
getLang
Gets the language of the phone channel.- Returns:
- The language of the phone channel.
-
setLang
Sets the language of the phone channel.- Parameters:
value
- The language to set for the phone channel.
-