import com.glean.api_client.glean_api_client.models.components.CommunicationChannel;
CommunicationChannel value = CommunicationChannel.COMMUNICATION_CHANNEL_EMAIL;
// Open enum: use .of() to create instances from custom string values
CommunicationChannel custom = CommunicationChannel.of("custom_value");| Name | Value |
|---|---|
COMMUNICATION_CHANNEL_EMAIL |
COMMUNICATION_CHANNEL_EMAIL |
COMMUNICATION_CHANNEL_SLACK |
COMMUNICATION_CHANNEL_SLACK |