Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 594 Bytes

File metadata and controls

24 lines (15 loc) · 594 Bytes

SearchResultProminenceEnum

The level of visual distinction that should be given to a result.

Example Usage

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

SearchResultProminenceEnum value = SearchResultProminenceEnum.HERO;

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

Values

Name Value
HERO HERO
PROMOTED PROMOTED
STANDARD STANDARD