Class CommunicationMessagesChannel
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CommunicationMessagesChannel>
com.azure.communication.messages.models.CommunicationMessagesChannel
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class CommunicationMessagesChannel
extends com.azure.core.util.ExpandableStringEnum<CommunicationMessagesChannel>
The type of the communication messages channel.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CommunicationMessagesChannel
The WhatsApp communication messages channel type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommunicationMessagesChannel
fromString
(String name) Creates or finds a CommunicationMessagesChannel from its string representation.values()
Gets known CommunicationMessagesChannel values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
WHATS_APP
The WhatsApp communication messages channel type.
-
-
Constructor Details
-
CommunicationMessagesChannel
Deprecated.Use thefromString(String)
factory method.Creates a new instance of CommunicationMessagesChannel value.
-
-
Method Details
-
fromString
Creates or finds a CommunicationMessagesChannel from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding CommunicationMessagesChannel.
-
values
Gets known CommunicationMessagesChannel values.- Returns:
- known CommunicationMessagesChannel values.
-
fromString(String)
factory method.