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
-
Method Summary
Modifier and TypeMethodDescriptionstatic AgentChannel.Builder
Creates a new builder for an agent channel.static CallCentreChannel.Builder
Creates a new builder for a call centre channel.static InternetChannel.Builder
Creates a new builder for an internet channel.static MobileAppChannel.Builder
Creates a new builder for a mobile app channel.static MobileChannel.Builder
Creates a new builder for a mobile channel.static PhoneChannel.Builder
Creates a new builder for a phone channel.static RetailChannel.Builder
Creates a new builder for a retail channel.static SmsChannel.Builder
Creates a new builder for an SMS channel.static TerminalChannel.Builder
Creates a new builder for a terminal channel.static TvAppChannel.Builder
Creates 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
-