Categories a Collection can be pinned to.
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");| Name | Value |
|---|---|
COMPANY_RESOURCE |
COMPANY_RESOURCE |
DEPARTMENT_RESOURCE |
DEPARTMENT_RESOURCE |
TEAM_RESOURCE |
TEAM_RESOURCE |