Class Channel
java.lang.Object
com.sportradar.mbs.sdk.entities.channel.Channel
- Direct Known Subclasses:
- AgentChannel,- CallCentreChannel,- InternetChannel,- MobileAppChannel,- MobileChannel,- PhoneChannel,- RetailChannel,- SmsChannel,- TerminalChannel,- TvAppChannel
Represents a channel in the system.
 Channels can be of various types, such as TV app, agent, mobile app, phone, call centre, SMS, mobile, terminal, retail, or internet.
 This class provides static methods to create builders for each channel type.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic AgentChannel.BuilderCreates a new builder for an agent channel.static CallCentreChannel.BuilderCreates a new builder for a call centre channel.static InternetChannel.BuilderCreates a new builder for an internet channel.static MobileAppChannel.BuilderCreates a new builder for a mobile app channel.static MobileChannel.BuilderCreates a new builder for a mobile channel.static PhoneChannel.BuilderCreates a new builder for a phone channel.static RetailChannel.BuilderCreates a new builder for a retail channel.static SmsChannel.BuilderCreates a new builder for an SMS channel.static TerminalChannel.BuilderCreates a new builder for a terminal channel.static TvAppChannel.BuilderCreates a new builder for a TV app channel.
- 
Constructor Details- 
Channelpublic Channel()
 
- 
- 
Method Details- 
newTvAppChannelBuilderCreates a new builder for a TV app channel.- Returns:
- the builder for a TV app channel
 
- 
newAgentChannelBuilderCreates a new builder for an agent channel.- Returns:
- the builder for an agent channel
 
- 
newMobileAppChannelBuilderCreates a new builder for a mobile app channel.- Returns:
- the builder for a mobile app channel
 
- 
newPhoneChannelBuilderCreates a new builder for a phone channel.- Returns:
- the builder for a phone channel
 
- 
newCallCentreChannelBuilderCreates a new builder for a call centre channel.- Returns:
- the builder for a call centre channel
 
- 
newSmsChannelBuilderCreates a new builder for an SMS channel.- Returns:
- the builder for an SMS channel
 
- 
newMobileChannelBuilderCreates a new builder for a mobile channel.- Returns:
- the builder for a mobile channel
 
- 
newTerminalChannelBuilderCreates a new builder for a terminal channel.- Returns:
- the builder for a terminal channel
 
- 
newRetailChannelBuilderCreates a new builder for a retail channel.- Returns:
- the builder for a retail channel
 
- 
newInternetChannelBuilderCreates a new builder for an internet channel.- Returns:
- the builder for an internet channel
 
 
-