Enum ChannelName
- All Implemented Interfaces:
Serializable,Comparable<ChannelName>,java.lang.constant.Constable
Defines values for ChannelName.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEnum value AcsChatChannel.Enum value AlexaChannel.Enum value DirectLineChannel.Enum value DirectLineSpeechChannel.Enum value EmailChannel.Enum value FacebookChannel.Enum value KikChannel.Enum value LineChannel.Enum value M365Extensions.Enum value MsTeamsChannel.Enum value Omnichannel.Enum value OutlookChannel.Enum value SearchAssistant.Enum value SkypeChannel.Enum value SlackChannel.Enum value SmsChannel.Enum value TelegramChannel.Enum value TelephonyChannel.Enum value WebChatChannel. -
Method Summary
Modifier and TypeMethodDescriptionstatic ChannelNamefromString(String value) Parses a serialized value to a ChannelName instance.toString()static ChannelNameReturns the enum constant of this type with the specified name.static ChannelName[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ALEXA_CHANNEL
Enum value AlexaChannel. -
FACEBOOK_CHANNEL
Enum value FacebookChannel. -
EMAIL_CHANNEL
Enum value EmailChannel. -
KIK_CHANNEL
Enum value KikChannel. -
TELEGRAM_CHANNEL
Enum value TelegramChannel. -
SLACK_CHANNEL
Enum value SlackChannel. -
MS_TEAMS_CHANNEL
Enum value MsTeamsChannel. -
SKYPE_CHANNEL
Enum value SkypeChannel. -
WEB_CHAT_CHANNEL
Enum value WebChatChannel. -
DIRECT_LINE_CHANNEL
Enum value DirectLineChannel. -
SMS_CHANNEL
Enum value SmsChannel. -
LINE_CHANNEL
Enum value LineChannel. -
DIRECT_LINE_SPEECH_CHANNEL
Enum value DirectLineSpeechChannel. -
OUTLOOK_CHANNEL
Enum value OutlookChannel. -
OMNICHANNEL
Enum value Omnichannel. -
TELEPHONY_CHANNEL
Enum value TelephonyChannel. -
ACS_CHAT_CHANNEL
Enum value AcsChatChannel. -
SEARCH_ASSISTANT
Enum value SearchAssistant. -
M365EXTENSIONS
Enum value M365Extensions.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromString
Parses a serialized value to a ChannelName instance.- Parameters:
value- the serialized value to parse.- Returns:
- the parsed ChannelName object, or null if unable to parse.
-
toString
- Overrides:
toStringin classEnum<ChannelName>
-