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