CommunicationMessagesChannel Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. communication. messages. models. CommunicationMessagesChannel
- com.
- com.
public final class CommunicationMessagesChannel
extends ExpandableStringEnum<CommunicationMessagesChannel>
The type of the communication messages channel.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Communication |
WHATS_APP
The Whats |
Constructor Summary
Constructor | Description |
---|---|
CommunicationMessagesChannel() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Communication |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Communication |
fromString(String name)
Creates or finds a Communication |
static
Collection<Communication |
values()
Gets known Communication |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
WHATS_APP
public static final CommunicationMessagesChannel WHATS_APP
The WhatsApp communication messages channel type.
Constructor Details
CommunicationMessagesChannel
@Deprecated
public CommunicationMessagesChannel()
Deprecated
Creates a new instance of CommunicationMessagesChannel value.
Method Details
fromString
public static CommunicationMessagesChannel fromString(String name)
Creates or finds a CommunicationMessagesChannel from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known CommunicationMessagesChannel values.
Returns:
Applies to
Azure SDK for Java