Package net.worcade.client.get
Interface ConversationEvent
-
- All Known Implementing Classes:
IncomingDto
public interface ConversationEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContext()StringgetName()ReferenceWithNamegetSource()Get a reference to the entity who added the content.ReferenceWithNamegetSubject()Get a reference to the content.InstantgetTimestamp()StringgetType()
-
-
-
Method Detail
-
getType
String getType()
-
getTimestamp
Instant getTimestamp()
-
getName
String getName()
-
getSource
ReferenceWithName getSource()
Get a reference to the entity who added the content.
-
getSubject
ReferenceWithName getSubject()
Get a reference to the content. Available for all types except `MESSAGE` and `EVALUATION`.
-
getContext
String getContext()
-
-