Class InterlocutorRole
- java.lang.Object
-
- ai.toloka.client.v1.FlexibleEnum<InterlocutorRole>
-
- ai.toloka.client.v1.messagethread.InterlocutorRole
-
- All Implemented Interfaces:
java.lang.Comparable<InterlocutorRole>
public class InterlocutorRole extends FlexibleEnum<InterlocutorRole>
-
-
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 InterlocutorRole
ADMINISTRATOR
static InterlocutorRole
REQUESTER
static InterlocutorRole
SYSTEM
static InterlocutorRole
USER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InterlocutorRole
valueOf(java.lang.String name)
static InterlocutorRole[]
values()
-
-
-
Field Detail
-
USER
public static InterlocutorRole USER
-
REQUESTER
public static InterlocutorRole REQUESTER
-
ADMINISTRATOR
public static InterlocutorRole ADMINISTRATOR
-
SYSTEM
public static InterlocutorRole SYSTEM
-
-
Method Detail
-
values
public static InterlocutorRole[] values()
-
valueOf
public static InterlocutorRole valueOf(java.lang.String name)
-
-