Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 703 Bytes

File metadata and controls

23 lines (15 loc) · 703 Bytes

CollectionPinnableCategories

Categories a Collection can be pinned to.

Example Usage

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

CollectionPinnableCategories value = CollectionPinnableCategories.COMPANY_RESOURCE;

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

Values

Name Value
COMPANY_RESOURCE COMPANY_RESOURCE
DEPARTMENT_RESOURCE DEPARTMENT_RESOURCE
TEAM_RESOURCE TEAM_RESOURCE