Class MessageThread
- java.lang.Object
-
- ai.toloka.client.v1.messagethread.MessageThread
-
public class MessageThread extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MessageThread()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getAnswerable()
ComposeDetails
getComposeDetails()
java.util.Date
getCreated()
java.util.Set<Folder>
getFolders()
java.lang.String
getId()
java.util.List<Interlocutor>
getInterlocutors()
java.util.List<Message>
getMessages()
Meta
getMeta()
java.util.Map<LangIso639,java.lang.String>
getTopic()
boolean
isInterlocutorsInlined()
boolean
isMessagesInlined()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getTopic
public java.util.Map<LangIso639,java.lang.String> getTopic()
-
isInterlocutorsInlined
public boolean isInterlocutorsInlined()
-
getInterlocutors
public java.util.List<Interlocutor> getInterlocutors()
-
isMessagesInlined
public boolean isMessagesInlined()
-
getMessages
public java.util.List<Message> getMessages()
-
getComposeDetails
public ComposeDetails getComposeDetails()
-
getAnswerable
public java.lang.Boolean getAnswerable()
-
getCreated
public java.util.Date getCreated()
-
getFolders
public java.util.Set<Folder> getFolders()
-
getMeta
public Meta getMeta()
-
-