Package ai.toloka.client.v1.pool.filter
Class UserAgentType
- java.lang.Object
-
- ai.toloka.client.v1.FlexibleEnum<UserAgentType>
-
- ai.toloka.client.v1.pool.filter.UserAgentType
-
- All Implemented Interfaces:
java.lang.Comparable<UserAgentType>
public class UserAgentType extends FlexibleEnum<UserAgentType>
-
-
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 UserAgentTypeBROWSERstatic UserAgentTypeMOBILE_BROWSERstatic UserAgentTypeOTHER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UserAgentTypevalueOf(java.lang.String name)static UserAgentType[]values()
-
-
-
Field Detail
-
BROWSER
public static final UserAgentType BROWSER
-
MOBILE_BROWSER
public static final UserAgentType MOBILE_BROWSER
-
OTHER
public static final UserAgentType OTHER
-
-
Method Detail
-
values
public static UserAgentType[] values()
-
valueOf
public static UserAgentType valueOf(java.lang.String name)
-
-