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