Package ai.toloka.client.v1.pool.filter
Class FilterCategory.ComputedKey
- java.lang.Object
-
- ai.toloka.client.v1.FlexibleEnum<FilterCategory.ComputedKey>
-
- ai.toloka.client.v1.pool.filter.FilterCategory.ComputedKey
-
- All Implemented Interfaces:
java.lang.Comparable<FilterCategory.ComputedKey>
- Enclosing class:
- FilterCategory
public static class FilterCategory.ComputedKey extends FlexibleEnum<FilterCategory.ComputedKey>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ai.toloka.client.v1.FlexibleEnum
FlexibleEnum.NewEnumCreator<T extends FlexibleEnum<T>>
-
-
Field Summary
Fields Modifier and Type Field Description static FilterCategory.ComputedKeyDEVICE_CATEGORYstatic FilterCategory.ComputedKeyOS_FAMILYstatic FilterCategory.ComputedKeyOS_VERSIONstatic FilterCategory.ComputedKeyOS_VERSION_BUGFIXstatic FilterCategory.ComputedKeyOS_VERSION_MAJORstatic FilterCategory.ComputedKeyOS_VERSION_MINORstatic FilterCategory.ComputedKeyRATINGstatic FilterCategory.ComputedKeyREGION_BY_IPstatic FilterCategory.ComputedKeyREGION_BY_PHONEstatic FilterCategory.ComputedKeyUSER_AGENT_FAMILYstatic FilterCategory.ComputedKeyUSER_AGENT_TYPEstatic FilterCategory.ComputedKeyUSER_AGENT_VERSIONstatic FilterCategory.ComputedKeyUSER_AGENT_VERSION_BUGFIXstatic FilterCategory.ComputedKeyUSER_AGENT_VERSION_MAJORstatic FilterCategory.ComputedKeyUSER_AGENT_VERSION_MINOR
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FilterCategory.ComputedKeyvalueOf(java.lang.String name)static FilterCategory.ComputedKey[]values()
-
-
-
Field Detail
-
REGION_BY_PHONE
public static final FilterCategory.ComputedKey REGION_BY_PHONE
-
REGION_BY_IP
public static final FilterCategory.ComputedKey REGION_BY_IP
-
RATING
public static final FilterCategory.ComputedKey RATING
-
DEVICE_CATEGORY
public static final FilterCategory.ComputedKey DEVICE_CATEGORY
-
OS_FAMILY
public static final FilterCategory.ComputedKey OS_FAMILY
-
OS_VERSION
public static final FilterCategory.ComputedKey OS_VERSION
-
USER_AGENT_TYPE
public static final FilterCategory.ComputedKey USER_AGENT_TYPE
-
USER_AGENT_FAMILY
public static final FilterCategory.ComputedKey USER_AGENT_FAMILY
-
USER_AGENT_VERSION
public static final FilterCategory.ComputedKey USER_AGENT_VERSION
-
OS_VERSION_MAJOR
public static final FilterCategory.ComputedKey OS_VERSION_MAJOR
-
OS_VERSION_MINOR
public static final FilterCategory.ComputedKey OS_VERSION_MINOR
-
OS_VERSION_BUGFIX
public static final FilterCategory.ComputedKey OS_VERSION_BUGFIX
-
USER_AGENT_VERSION_MAJOR
public static final FilterCategory.ComputedKey USER_AGENT_VERSION_MAJOR
-
USER_AGENT_VERSION_MINOR
public static final FilterCategory.ComputedKey USER_AGENT_VERSION_MINOR
-
USER_AGENT_VERSION_BUGFIX
public static final FilterCategory.ComputedKey USER_AGENT_VERSION_BUGFIX
-
-
Method Detail
-
values
public static FilterCategory.ComputedKey[] values()
-
valueOf
public static FilterCategory.ComputedKey valueOf(java.lang.String name)
-
-