Class AgentChannel.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.channel.AgentChannel.Builder
- Enclosing class:
AgentChannel
A builder for the agent channel.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the agent channel.Sets the language of the agent channel.
-
Method Details
-
build
Builds the agent channel.- Returns:
- The built agent channel.
-
setLang
Sets the language of the agent channel.- Parameters:
value
- The language to set.- Returns:
- The builder instance.
-