Package ai.toloka.client.v1.pool.filter
Class DeviceCategory
- java.lang.Object
-
- ai.toloka.client.v1.FlexibleEnum<DeviceCategory>
-
- ai.toloka.client.v1.pool.filter.DeviceCategory
-
- All Implemented Interfaces:
java.lang.Comparable<DeviceCategory>
public class DeviceCategory extends FlexibleEnum<DeviceCategory>
-
-
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 DeviceCategoryPERSONAL_COMPUTERstatic DeviceCategorySMARTPHONEstatic DeviceCategoryTABLET
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DeviceCategoryvalueOf(java.lang.String name)static DeviceCategory[]values()
-
-
-
Field Detail
-
PERSONAL_COMPUTER
public static final DeviceCategory PERSONAL_COMPUTER
-
SMARTPHONE
public static final DeviceCategory SMARTPHONE
-
TABLET
public static final DeviceCategory TABLET
-
-
Method Detail
-
values
public static DeviceCategory[] values()
-
valueOf
public static DeviceCategory valueOf(java.lang.String name)
-
-