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