Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 444 Bytes

File metadata and controls

22 lines (14 loc) · 444 Bytes

ActivityEnum

Activity e.g. search, home page visit or all.

Example Usage

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

ActivityEnum value = ActivityEnum.ALL;

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

Values

Name Value
ALL ALL
SEARCH SEARCH