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 Summary
Constructors -
Method Summary
Modifier 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
-
Channel
public Channel()
-
-
Method Details
-
newTvAppChannelBuilder
Creates a new builder for a TV app channel.- Returns:
- the builder for a TV app channel
-
newAgentChannelBuilder
Creates a new builder for an agent channel.- Returns:
- the builder for an agent channel
-
newMobileAppChannelBuilder
Creates a new builder for a mobile app channel.- Returns:
- the builder for a mobile app channel
-
newPhoneChannelBuilder
Creates a new builder for a phone channel.- Returns:
- the builder for a phone channel
-
newCallCentreChannelBuilder
Creates a new builder for a call centre channel.- Returns:
- the builder for a call centre channel
-
newSmsChannelBuilder
Creates a new builder for an SMS channel.- Returns:
- the builder for an SMS channel
-
newMobileChannelBuilder
Creates a new builder for a mobile channel.- Returns:
- the builder for a mobile channel
-
newTerminalChannelBuilder
Creates a new builder for a terminal channel.- Returns:
- the builder for a terminal channel
-
newRetailChannelBuilder
Creates a new builder for a retail channel.- Returns:
- the builder for a retail channel
-
newInternetChannelBuilder
Creates a new builder for an internet channel.- Returns:
- the builder for an internet channel
-