Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 470 Bytes

File metadata and controls

22 lines (15 loc) · 470 Bytes

HideBuiltInFacet

Example Usage

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

HideBuiltInFacet value = HideBuiltInFacet.TYPE;

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

Values

Name Value
TYPE TYPE
TAG TAG
AUTHOR AUTHOR
OWNER OWNER