Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 637 Bytes

File metadata and controls

20 lines (13 loc) · 637 Bytes

CommunicationChannel

Example Usage

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");

Values

Name Value
COMMUNICATION_CHANNEL_EMAIL COMMUNICATION_CHANNEL_EMAIL
COMMUNICATION_CHANNEL_SLACK COMMUNICATION_CHANNEL_SLACK