Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 593 Bytes

File metadata and controls

21 lines (14 loc) · 593 Bytes

ConferenceDataSource

Example Usage

import com.glean.api_client.glean_api_client.models.components.ConferenceDataSource;

ConferenceDataSource value = ConferenceDataSource.NATIVE_CONFERENCE;

// Open enum: use .of() to create instances from custom string values
ConferenceDataSource custom = ConferenceDataSource.of("custom_value");

Values

Name Value
NATIVE_CONFERENCE NATIVE_CONFERENCE
LOCATION LOCATION
DESCRIPTION DESCRIPTION