Class Interlocutor
- java.lang.Object
-
- ai.toloka.client.v1.messagethread.Interlocutor
-
public class Interlocutor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Interlocutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
InterlocutorRole
getRole()
boolean
isMyself()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getRole
public InterlocutorRole getRole()
-
isMyself
public boolean isMyself()
-
-